Skip to content

Commit

Permalink
build(deps): update cached requirement from 0.54 to 0.55
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: cached
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent c4c7adf commit 8728f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ wasm = ["chrono/wasmbind", "getrandom/js", "ring?/wasm32_unknown_unknown_js"]
[dependencies]
async-trait = { version = "0.1", optional = true, default-features = false }
base64 = { version = "0.22", default-features = false, features = ["std"] }
cached = { version = "0.54", optional = true, features = ["async"] }
cached = { version = "0.55", optional = true, features = ["async"] }
cfg-if = { version = "1.0.0", optional = true, default-features = false }
chrono = { version = "0.4", default-features = false, features = [
"now",
Expand Down

0 comments on commit 8728f82

Please sign in to comment.