Skip to content

Commit 21e8e71

Browse files
fix(deps): update rust crate bb8 to 0.9.0
1 parent d2bfc2a commit 21e8e71

2 files changed

Lines changed: 25 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ axum = "0.8.8"
1919
async-recursion = "1.1.1"
2020
async-trait = "0.1.89"
2121
bincode = { version = "2.0.1", features = ["serde"] }
22-
bb8 = { version = "0.8.5" }
22+
bb8 = { version = "0.9.0" }
2323
cached = { version = "0.58.0", features = ["async", "proc_macro"] }
2424
chrono = { version = "0.4.44", features = ["serde"] }
2525
dashmap = { version = "6.1.0", features = ["rayon"] }

0 commit comments

Comments
 (0)