diff --git a/Cargo.lock b/Cargo.lock index c19e929958c33..f081a85cda706 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5029,9 +5029,9 @@ dependencies = [ [[package]] name = "mock_instant" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "717e29a243b81f8130e31e24e04fb151b04a44b5a7d05370935f7d937e9de06d" +checksum = "5c734e0ceadb79b49feb5a39b038035c7881bfd163e999916dc79b57f4996b6f" [[package]] name = "mongodb" diff --git a/lib/tracing-limit/Cargo.toml b/lib/tracing-limit/Cargo.toml index 60476dec2d853..b85f8c82d76cf 100644 --- a/lib/tracing-limit/Cargo.toml +++ b/lib/tracing-limit/Cargo.toml @@ -14,7 +14,7 @@ dashmap = { version = "5.2.0", default-features = false } [dev-dependencies] criterion = "0.4" tracing = "0.1.34" -mock_instant = { version = "0.2" } +mock_instant = { version = "0.3" } tracing-subscriber = { version = "0.3.16", default-features = false, features = ["env-filter", "fmt"] } [[bench]]