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 GitHub
parent 2f7a1db615
commit 2bf89bba1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
Cargo.lock generated
View File

@ -4858,15 +4858,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",
@ -8261,7 +8261,7 @@ version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
"cfg-if 0.1.10",
"cfg-if 1.0.0",
"rand 0.8.5",
"static_assertions",
]