Skip to content

Commit

Permalink
build(deps): bump jiff from 0.1.13 to 0.1.14
Browse files Browse the repository at this point in the history
Bumps [jiff](https://github.com/BurntSushi/jiff) from 0.1.13 to 0.1.14.
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@0.1.13...0.1.14)

---
updated-dependencies:
- dependency-name: jiff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lukehsiao committed Nov 1, 2024
1 parent 5231c0e commit 293d0ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ feed-rs = "2.1.1"
html-escape = "0.2.13"
humantime = "2.1.0"
indicatif = "0.17.8"
jiff = { version = "0.1.13", features = ["serde"] }
jiff = { version = "0.1.14", features = ["serde"] }
log = "0.4.22"
miette = { version = "7.2.0", features = ["fancy"] }
reqwest = { version = "0.12.9", features = ["gzip", "brotli", "zstd", "deflate"] }
Expand Down

0 comments on commit 293d0ab

Please sign in to comment.