diff --git a/Cargo.lock b/Cargo.lock index d3f80f09d1193..aa61c1d6491fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5300,9 +5300,9 @@ checksum = "6c1a54de846c4006b88b1516731cc1f6026eb5dc4bcb186aa071ef66d40524ec" [[package]] name = "mongodb" -version = "2.7.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e22d517e7e678e1c9a2983ec704b43f3b22f38b1b7a247ea3ddb36d21578bf4e" +checksum = "e7c926772050c3a3f87c837626bf6135c8ca688d91d31dd39a3da547fc2bc9fe" dependencies = [ "async-trait", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 287624f94bf50..55e40618004f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -280,7 +280,7 @@ logfmt = { version = "0.0.2", default-features = false, optional = true } lru = { version = "0.12.0", default-features = false, optional = true } maxminddb = { version = "0.23.0", default-features = false, optional = true } md-5 = { version = "0.10", default-features = false, optional = true } -mongodb = { version = "2.7.0", default-features = false, features = ["tokio-runtime"], optional = true } +mongodb = { version = "2.7.1", default-features = false, features = ["tokio-runtime"], optional = true } async-nats = { version = "0.32.1", default-features = false, optional = true } nkeys = { version = "0.3.1", default-features = false, optional = true } nom = { version = "7.1.3", default-features = false, optional = true }