diff --git a/Cargo.lock b/Cargo.lock index 475a4980576fd..645d8bee6f843 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5239,9 +5239,9 @@ checksum = "6c1a54de846c4006b88b1516731cc1f6026eb5dc4bcb186aa071ef66d40524ec" [[package]] name = "mongodb" -version = "2.6.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebcd85ec209a5b84fd9f54b9e381f6fa17462bc74160d018fc94fd8b9f61faa8" +checksum = "16928502631c0db72214720aa479c722397fe5aed6bf1c740a3830b3fe4bfcfe" dependencies = [ "async-trait", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 09083091107e9..a34db6a896f52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -286,7 +286,7 @@ logfmt = { version = "0.0.2", default-features = false, optional = true } lru = { version = "0.11.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.6.0", default-features = false, features = ["tokio-runtime"], optional = true } +mongodb = { version = "2.6.1", default-features = false, features = ["tokio-runtime"], optional = true } async-nats = { version = "0.31.0", 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 }