Bump cached from 0.51.4 to 0.53.0

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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-21 05:32:38 +00:00
committed by freedit-dev
parent 26b7b2472a
commit 35404d686a
2 changed files with 16 additions and 6 deletions

20
Cargo.lock generated
View File

@@ -458,24 +458,24 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
[[package]]
name = "cached"
version = "0.51.4"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0feb64151eed3da6107fddd2d717a6ca4b9dbd74e43784c55c841d1abfe5a295"
checksum = "e79be32df7029b9418298d143ffa9e8ba95eaf13f5599c83a475a64577a7e8c9"
dependencies = [
"ahash 0.8.11",
"cached_proc_macro",
"cached_proc_macro_types",
"hashbrown 0.14.5",
"instant",
"once_cell",
"thiserror",
"web-time",
]
[[package]]
name = "cached_proc_macro"
version = "0.21.0"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771aa57f3b17da6c8bcacb187bb9ec9bc81c8160e72342e67c329e0e1651a669"
checksum = "575f32e012222055211b70f5b0601f951f84523410a0e65c81f2744a6042450d"
dependencies = [
"darling",
"proc-macro2",
@@ -3258,6 +3258,16 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "web-time"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
version = "0.26.3"

View File

@@ -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 = "*"