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.0 to 2.8.1

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

---
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-03-04 17:08:46 +00:00 committed by Rob Ede
parent 53d727e736
commit e0e07633f1
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

6
Cargo.lock generated
View File

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