Skip to content

Commit

Permalink
build(deps): bump bb8 from 0.8.6 to 0.9.0
Browse files Browse the repository at this point in the history
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-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 34e5494 commit 6b98f5f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
axum = "0.7.9"
bb8 = "0.8.6"
bb8 = "0.9.0"
bb8-redis = "0.17.0"
dotenvy = "0.15.7"
envy = "0.4.2"
Expand Down

0 comments on commit 6b98f5f

Please sign in to comment.