Skip to content

Commit

Permalink
build(rust): bump bb8-tiberius from 0.8.0 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [bb8-tiberius](https://github.com/kardeiz/bb8-tiberius) from 0.8.0 to 0.16.0.
- [Commits](https://github.com/kardeiz/bb8-tiberius/commits)

---
updated-dependencies:
- dependency-name: bb8-tiberius
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent ec9a929 commit e21d361
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 16 deletions.
89 changes: 74 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion connectorx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ chrono = "0.4"
arrow = {workspace = true, optional = true}
arrow2 = {workspace = true, default-features = false, optional = true}
bb8 = {version = "0.7", optional = true}
bb8-tiberius = {version = "0.8", optional = true}
bb8-tiberius = {version = "0.16", optional = true}
csv = {version = "1", optional = true}
fallible-streaming-iterator = {version = "0.1", optional = true}
futures = {version = "0.3", optional = true}
Expand Down

0 comments on commit e21d361

Please sign in to comment.