Skip to content

Commit a68071d

Browse files
nicolasvanmagec
andauthored
Bump bb8 from 0.8.1 to 0.8.6 (#709)
* Update bb8 to 0.8.6 To get djc/bb8#186 and djc/bb8#189 which fix potential deadlocks (djc/bb8#154). Also, this (djc/bb8#225) was needed to prevent a connection leak which was conveniently spotted in our integration tests. * Ignore ./.bundle (created by dev console) --------- Co-authored-by: Jose Fernandez (magec) <[email protected]>
1 parent c27d801 commit a68071d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ dev/cache
1212
!dev/cache/.keepme
1313
.venv
1414
**/__pycache__
15+
.bundle

Cargo.lock

+2-3
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.6"
1212
async-trait = "0.1"
1313
rand = "0.8"
1414
chrono = "0.4"

0 commit comments

Comments
 (0)