Skip to content

Commit

Permalink
Update Rust crate lru to 0.12.3 (#700)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 3, 2024
1 parent 6364ddf commit 37184e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "0.12.3"
uuid = { version = "1.6.1", features = ["v4"] }
futures = "0.3.30"
hashbrown = "0.14"
lru = "0.12.1"
lru = "0.12.3"
parking_lot = "0.12.1"
rand = "0.8.5"
scopeguard = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bytes = "1.5.0"
futures = "0.3.30"
hex = "0.4.3"
log = "0.4.21"
lru = "0.12.1"
lru = "0.12.3"
parking_lot = "0.12.1"
pin-project-lite = "0.2.13"
prometheus-client = "0.21.2"
Expand Down

0 comments on commit 37184e8

Please sign in to comment.