Skip to content

Commit

Permalink
Merge pull request #362 from sigstore/dependabot/cargo/cached-0.51.3
Browse files Browse the repository at this point in the history
chore(deps): Update cached requirement from 0.49.2 to 0.51.3
  • Loading branch information
flavio authored May 10, 2024
2 parents 61f93cf + 93f09d5 commit 92b2858
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.3", 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 92b2858

Please sign in to comment.