Skip to content

Commit

Permalink
chore(cargo): update bb8-postgres requirement from 0.8 to 0.9
Browse files Browse the repository at this point in the history
Updates the requirements on [bb8-postgres](https://github.com/djc/bb8) to permit the latest version.
- [Release notes](https://github.com/djc/bb8/releases)
- [Commits](djc/bb8@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: bb8-postgres
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent a9e1d16 commit e5f7521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ env_logger = "0.11.5"


[dependencies.bb8-postgres]
version = "0.8"
version = "0.9"
features = ["with-serde_json-1", "with-uuid-1", "with-chrono-0_4"]
optional = true

Expand Down
2 changes: 1 addition & 1 deletion examples/filter_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
vinted-rs = { path = "../../", features = ["advanced_filters"] }
bb8-postgres = { version = "0.8", features = [
bb8-postgres = { version = "0.9", features = [
"with-serde_json-1",
"with-uuid-1",
"with-chrono-0_4",
Expand Down

0 comments on commit e5f7521

Please sign in to comment.