Skip to content

Commit

Permalink
Merge pull request #298 from sigstore/dependabot/cargo/cached-0.45.1
Browse files Browse the repository at this point in the history
chore(deps): Update cached requirement from 0.44.0 to 0.45.1
  • Loading branch information
flavio authored Sep 13, 2023
2 parents f0c9442 + eb9ffef commit 7960dff
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 @@ -70,7 +70,7 @@ cached-client = ["cached"]
[dependencies]
async-trait = "0.1.52"
base64 = "0.21.0"
cached = { version = "0.44.0", optional = true }
cached = { version = "0.45.1", optional = true, features = ["async"] }
cfg-if = "1.0.0"
chrono = { version = "0.4.27", default-features = false }
const-oid = "0.9.1"
Expand Down

0 comments on commit 7960dff

Please sign in to comment.