Skip to content

Commit

Permalink
Merge pull request #406 from kubewarden/dependabot/cargo/cached-0.47
Browse files Browse the repository at this point in the history
build(deps): update cached requirement from 0.46 to 0.47
  • Loading branch information
viccuad authored Jan 3, 2024
2 parents 16cc2c0 + a3e433d commit 6896147
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.21"
burrego = { path = "crates/burrego" }
cached = { version = "0.46", features = ["async_tokio_rt_multi_thread"] }
cached = { version = "0.47", features = ["async_tokio_rt_multi_thread"] }
chrono = { version = "0.4.31", default-features = false }
dns-lookup = "2.0"
email_address = { version = "0.2.4", features = ["serde"] }
Expand Down

0 comments on commit 6896147

Please sign in to comment.