1
0
mirror of https://github.com/actix/examples synced 2025-02-02 09:39:03 +01:00

Merge pull request #864 from actix/dependabot/cargo/mongodb-3.0.1

chore(deps): bump mongodb from 3.0.0 to 3.0.1
This commit is contained in:
Rob Ede 2024-07-22 17:59:21 +00:00 committed by GitHub
commit 34fcd4665c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
Cargo.lock generated
View File

@ -4770,9 +4770,9 @@ checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1"
[[package]] [[package]]
name = "mongodb" name = "mongodb"
version = "3.0.0" version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb4af699cbb12a221e978134999b16cbf030d964c3a7cd6c4af2584734190e58" checksum = "60f61f1556ee1d65e0b256e5bbc6d61e10022d1e3df86c23526d469bd832fa24"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"base64 0.13.1", "base64 0.13.1",
@ -4818,9 +4818,9 @@ dependencies = [
[[package]] [[package]]
name = "mongodb-internal-macros" name = "mongodb-internal-macros"
version = "3.0.0" version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1159486b5e1993138c385369c3c46f5608cb0b1c53734e503538366f3c4cedcc" checksum = "934305ae9c66ef6a3aa728c66dec8fa2424de4dfcd043c7acaffacae2bf99442"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",