Skip to content

Commit

Permalink
chore(deps): Update cached requirement from 0.49.2 to 0.51.1
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 May 6, 2024
1 parent 0967628 commit 7d401c6
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 @@ -74,7 +74,7 @@ cached-client = ["cached"]
[dependencies]
async-trait = "0.1.52"
base64 = "0.22.0"
cached = { version = "0.49.2", optional = true, features = ["async"] }
cached = { version = "0.51.1", optional = true, features = ["async"] }
cfg-if = "1.0.0"
chrono = { version = "0.4.27", default-features = false, features = ["now", "serde"] }
const-oid = { version = "0.9.6", features = ["db"] }
Expand Down

0 comments on commit 7d401c6

Please sign in to comment.