Skip to content

Commit 7e36805

Browse files
chore(deps): bump bb8 from 0.8.6 to 0.9.0
Bumps [bb8](https://github.com/djc/bb8) from 0.8.6 to 0.9.0. - [Release notes](https://github.com/djc/bb8/releases) - [Commits](djc/bb8@v0.8.6...v0.9.0) --- updated-dependencies: - dependency-name: bb8 dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 432728d commit 7e36805

File tree

2 files changed

+14
-26
lines changed

2 files changed

+14
-26
lines changed

Cargo.lock

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

rust/srql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tower-http = { version = "0.6.1", features = ["trace"] }
2727
tracing = "0.1.40"
2828
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] }
2929
uuid = { version = "1.11.0", features = ["serde", "v4"] }
30-
bb8 = "0.8"
30+
bb8 = "0.9"
3131
tokio-postgres = "0.7.15"
3232
tokio-postgres-rustls = "0.13"
3333
rustls = { version = "0.23", default-features = false, features = ["ring"] }

0 commit comments

Comments
 (0)