Skip to content

Commit

Permalink
Bump bson from 2.7.0 to 2.11.0
Browse files Browse the repository at this point in the history
Bumps [bson](https://github.com/mongodb/bson-rust) from 2.7.0 to 2.11.0.
- [Release notes](https://github.com/mongodb/bson-rust/releases)
- [Commits](mongodb/bson-rust@v2.7.0...v2.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 6, 2024
1 parent 3b84bed commit 9d5b536
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
28 changes: 6 additions & 22 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 @@ -29,7 +29,7 @@ http = "0.2.9"
chrono = "0.4.31"
async-trait = "0.1.79"
# Investigate if wither::bson can be used instead and activate this feature.
bson = { version = "2.7.0", features = ["serde_with", "chrono-0_4"] }
bson = { version = "2.11.0", features = ["serde_with", "chrono-0_4"] }
jsonwebtoken = "9.3.0"
once_cell = "1.18.0"
bcrypt = "0.15.0"
Expand Down

0 comments on commit 9d5b536

Please sign in to comment.