Skip to content

Commit

Permalink
build(deps): update cached requirement from 0.53 to 0.54
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent dabba6f commit 7bf8b8d
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 7bf8b8d

Please sign in to comment.