Skip to content

Commit

Permalink
chore(deps): bump mongodb from 2.6.1 to 2.7.0
Browse files Browse the repository at this point in the history
Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/mongodb/mongo-rust-driver/releases)
- [Commits](mongodb/mongo-rust-driver@v2.6.1...v2.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 3600734 commit 051852b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 54 deletions.
64 changes: 11 additions & 53 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 @@ -34,7 +34,7 @@ humantime = { version = "2.1.0", default-features = false }
humantime-serde = { version = "1.1", default-features = false }
iota-crypto = { version = "0.23", default-features = false, features = [ "blake2b", "ed25519", "slip10", "bip39-en" ] }
iota-sdk = { version = "1.0", default-features = false, features = [ "std", "serde" ] }
mongodb = { version = "2.4", default-features = false, features = [ "tokio-runtime" ] }
mongodb = { version = "2.7", default-features = false, features = [ "tokio-runtime" ] }
packable = { version = "0.8", default-features = false }
pin-project = { version = "1.0", default-features = false }
prefix-hex = { version = "0.7.0", default-features = false, features = [ "primitive-types", "std" ] }
Expand Down

0 comments on commit 051852b

Please sign in to comment.