Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 96a09e1

Browse files
nicolasvanmagec
authored andcommittedOct 23, 2024·
Update bb8 to 0.8.3
To get djc/bb8#186 and djc/bb8#189 which fix potential deadlocks (djc/bb8#154)
1 parent 3935366 commit 96a09e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
tokio = { version = "1", features = ["full"] }
99
bytes = "1"
1010
md-5 = "0.10"
11-
bb8 = "0.8.1"
11+
bb8 = "0.8.3"
1212
async-trait = "0.1"
1313
rand = "0.8"
1414
chrono = "0.4"

0 commit comments

Comments
 (0)