Skip to content

Commit

Permalink
Update Rust crate mock_instant to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 506a297 commit 6bf97dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nativelink-scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ prost = { version = "0.13.1", default-features = false }
uuid = { version = "1.8.0", default-features = false, features = ["v4", "serde"] }
futures = { version = "0.3.30", default-features = false }
lru = { version = "0.12.3", default-features = false }
mock_instant = "0.3.2"
mock_instant = "0.5.0"
parking_lot = "0.12.2"
rand = { version = "0.8.5", default-features = false }
scopeguard = { version = "1.2.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion nativelink-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ uuid = { version = "1.8.0", default-features = false, features = ["v4", "serde"]
nativelink-macro = { path = "../nativelink-macro" }
pretty_assertions = { version = "1.4.0", features = ["std"] }
memory-stats = "1.2.0"
mock_instant = "0.3.2"
mock_instant = "0.5.0"
once_cell = { version = "1.19.0", default-features = false }
sha2 = { version = "0.10.8", default-features = false }
http = { version = "1.1.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion nativelink-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tonic = { version = "0.12.0", 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.8.0", default-features = false, features = ["v4", "serde"] }
mock_instant = "0.3.2"
mock_instant = "0.5.0"

[dev-dependencies]
nativelink-macro = { path = "../nativelink-macro" }
Expand Down

0 comments on commit 6bf97dc

Please sign in to comment.