Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lukehsiao committed Jan 27, 2025
1 parent 26ff853 commit 7ea4768
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -19,7 +19,7 @@ axum = { version = "0.7", optional = true, features = ["macros"] }
console_error_panic_hook = "0.1"
dashmap = "6.1.0"
http = "1"
jiff = { version = "0.1.22", features = ["serde"] }
jiff = { version = "0.1.27", features = ["serde"] }
leptos = { version = "0.7" }
leptos_axum = { version = "0.7", optional = true }
leptos_meta = { version = "0.7" }
Expand Down

0 comments on commit 7ea4768

Please sign in to comment.