Skip to content

Commit 6ec19ac

Browse files
build(rust): bump bb8 from 0.7.1 to 0.9.0
Bumps [bb8](https://github.com/djc/bb8) from 0.7.1 to 0.9.0. - [Release notes](https://github.com/djc/bb8/releases) - [Commits](djc/bb8@v0.7.1...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] <[email protected]>
1 parent 57387f4 commit 6ec19ac

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Cargo.lock

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

connectorx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ chrono = "0.4"
2525
arrow = {workspace = true, optional = true}
2626
polars = {workspace = true, optional = true, features=["dtype-u8", "dtype-u16", "lazy"]}
2727
polars-arrow = {workspace = true, optional = true}
28-
bb8 = {version = "0.7", optional = true}
28+
bb8 = {version = "0.9", optional = true}
2929
bb8-tiberius = {version = "0.8", optional = true}
3030
csv = {version = "1", optional = true}
3131
fallible-streaming-iterator = {version = "0.1", optional = true}

0 commit comments

Comments
 (0)