From ab1e028062dc7e7e36dae51752252877670bdb71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 01:12:53 +0000 Subject: [PATCH] Update Rust crate mock_instant to 0.5.0 --- Cargo.lock | 4 ++-- nativelink-scheduler/Cargo.toml | 2 +- nativelink-store/Cargo.toml | 2 +- nativelink-util/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe4e77767..9e372e921 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1709,9 +1709,9 @@ dependencies = [ [[package]] name = "mock_instant" -version = "0.3.2" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9366861eb2a2c436c20b12c8dbec5f798cea6b47ad99216be0282942e2c81ea0" +checksum = "cdcebb6db83796481097dedc7747809243cc81d9ed83e6a938b76d4ea0b249cf" [[package]] name = "multimap" diff --git a/nativelink-scheduler/Cargo.toml b/nativelink-scheduler/Cargo.toml index 1f6a4e8a0..087699042 100644 --- a/nativelink-scheduler/Cargo.toml +++ b/nativelink-scheduler/Cargo.toml @@ -20,7 +20,7 @@ prost = { version = "0.13.3", default-features = false } uuid = { version = "1.10.0", default-features = false, features = ["v4", "serde"] } futures = { version = "0.3.30", default-features = false } lru = { version = "0.12.4", default-features = false } -mock_instant = "0.3.2" +mock_instant = "0.5.0" parking_lot = "0.12.3" rand = { version = "0.8.5", default-features = false } scopeguard = { version = "1.2.0", default-features = false } diff --git a/nativelink-store/Cargo.toml b/nativelink-store/Cargo.toml index 9c61f5ef4..cc0d05835 100644 --- a/nativelink-store/Cargo.toml +++ b/nativelink-store/Cargo.toml @@ -63,7 +63,7 @@ nativelink-macro = { path = "../nativelink-macro" } nativelink-metric-collector = { path = "../nativelink-metric-collector" } pretty_assertions = { version = "1.4.1", features = ["std"] } memory-stats = "1.2.0" -mock_instant = "0.3.2" +mock_instant = "0.5.0" once_cell = { version = "1.20.1", default-features = false } sha2 = { version = "0.10.8", default-features = false } http = { version = "1.1.0", default-features = false } diff --git a/nativelink-util/Cargo.toml b/nativelink-util/Cargo.toml index 6652cae50..0d8b82c73 100644 --- a/nativelink-util/Cargo.toml +++ b/nativelink-util/Cargo.toml @@ -41,7 +41,7 @@ tonic = { version = "0.12.3", features = ["transport", "tls"], default-features tracing = { version = "0.1.40", default-features = false } tracing-subscriber = { version = "0.3.18", features = ["ansi", "env-filter", "json"], default-features = false } uuid = { version = "1.10.0", default-features = false, features = ["v4", "serde"] } -mock_instant = "0.3.2" +mock_instant = "0.5.0" [dev-dependencies] nativelink-macro = { path = "../nativelink-macro" }