1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

chore(deps): bump mongodb from 2.8.1 to 2.8.2

Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/mongodb/mongo-rust-driver/releases)
- [Commits](https://github.com/mongodb/mongo-rust-driver/compare/v2.8.1...v2.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-20 17:42:07 +00:00 committed by GitHub
parent 05d2125278
commit 97e000dc17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
Cargo.lock generated
View File

@ -4858,15 +4858,15 @@ name = "mongodb"
version = "1.0.0"
dependencies = [
"actix-web",
"mongodb 2.8.1",
"mongodb 2.8.2",
"serde",
]
[[package]]
name = "mongodb"
version = "2.8.1"
version = "2.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de59562e5c71656c098d8e966641b31da87b89dc3dcb6e761d3b37dcdfa0cb72"
checksum = "ef206acb1b72389b49bc9985efe7eb1f8a9bb18e5680d262fac26c07f44025f1"
dependencies = [
"async-trait",
"base64 0.13.1",