Skip to content

Commit

Permalink
Merge pull request #575 from kubewarden/dependabot/cargo/cached-0.54
Browse files Browse the repository at this point in the history
build(deps): update cached requirement from 0.53 to 0.54
  • Loading branch information
flavio authored Nov 6, 2024
2 parents dabba6f + 7bf8b8d commit e035bc0
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 @@ -15,7 +15,7 @@ members = ["crates/burrego"]
anyhow = "1.0"
base64 = "0.22"
burrego = { path = "crates/burrego" }
cached = { version = "0.53", features = ["async_tokio_rt_multi_thread"] }
cached = { version = "0.54", features = ["async_tokio_rt_multi_thread"] }
chrono = { version = "0.4.38", default-features = false }
dns-lookup = "2.0"
futures = "0.3"
Expand Down

0 comments on commit e035bc0

Please sign in to comment.