Skip to content

Commit

Permalink
Bump cached from 0.51.4 to 0.53.0
Browse files Browse the repository at this point in the history
Bumps [cached](https://github.com/jaemk/cached) from 0.51.4 to 0.53.0.
- [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaemk/cached/commits)

---
updated-dependencies:
- dependency-name: cached
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and freedit-dev committed Jul 21, 2024
1 parent 26b7b24 commit 35404d6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 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 @@ -14,7 +14,7 @@ axum-extra = { version = "0.9", features = ["typed-header"] }
axum_garde = { version = "0.19.0", default-features = false, features = ["form"] }
basic-toml = "*"
bincode = "2.0.0-rc.3"
cached = { version = "0.51", default-features = false, features = ["proc_macro", "ahash"] }
cached = { version = "0.53", default-features = false, features = ["proc_macro", "ahash"] }
captcha = { version = "0.0", default-features = false }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
data-encoding = "*"
Expand Down

0 comments on commit 35404d6

Please sign in to comment.