Skip to content

Commit

Permalink
Update Rust crate log to 0.4.21 (#699)
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 34af738 commit 6364ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nativelink-service/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ nativelink-scheduler = { path = "../nativelink-scheduler" }

bytes = "1.5.0"
futures = "0.3.30"
log = "0.4.20"
log = "0.4.21"
parking_lot = "0.12.1"
prost = "0.12.3"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-util/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ blake3 = "1.5.0"
bytes = "1.5.0"
futures = "0.3.30"
hex = "0.4.3"
log = "0.4.20"
log = "0.4.21"
lru = "0.12.1"
parking_lot = "0.12.1"
pin-project-lite = "0.2.13"
Expand Down

0 comments on commit 6364ddf

Please sign in to comment.