Skip to content

Commit

Permalink
fix(deps): 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 Jul 28, 2024
1 parent a501971 commit 9803373
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 @@ -19,7 +19,7 @@ prost = { version = "0.13.1", default-features = false }
uuid = { version = "1.10.0", default-features = false }
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 @@ -42,7 +42,7 @@ nativelink-macro = { path = "../nativelink-macro" }
redis-test = { version = "0.4.0", features = ["aio"] }
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 @@ -38,7 +38,7 @@ tonic = { version = "0.12.0", default-features = false }
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 = ["serde"] }
mock_instant = "0.3.2"
mock_instant = "0.5.0"

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

0 comments on commit 9803373

Please sign in to comment.