Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.197 (#706)
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 59c2dd0 commit fb761b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nativelink-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version = "0.2.0"
edition = "2021"

[dependencies]
serde = { version = "1.0.193", features = ["derive"] }
serde = { version = "1.0.197", features = ["derive"] }
shellexpand = "3.1.0"
2 changes: 1 addition & 1 deletion nativelink-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lz4_flex = "0.11.2"
parking_lot = "0.12.1"
prost = "0.12.3"
rand = "0.8.5"
serde = "1.0.193"
serde = "1.0.197"
sha2 = "0.10.8"
shellexpand = "3.1.0"
tempfile = "3.9.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 @@ -22,7 +22,7 @@ prometheus-client = "0.21.2"
prost = "0.12.3"
prost-types = "0.12.3"
rand = "0.8.5"
serde = { version = "1.0.193", features = ["derive"] }
serde = { version = "1.0.197", features = ["derive"] }
sha2 = "0.10.8"
tokio = { version = "1.35.1", features = [ "sync", "fs", "rt", "time", "io-util", "macros" ] }
tokio-util = { version = "0.7.10" }
Expand Down
2 changes: 1 addition & 1 deletion nativelink-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ parking_lot = "0.12.1"
prost = "0.12.3"
relative-path = "1.9.2"
scopeguard = "1.2.0"
serde = "1.0.193"
serde = "1.0.197"
serde_json5 = "0.1.0"
shlex = "1.2.0"
tokio = { version = "1.35.1", features = ["sync", "rt", "process"] }
Expand Down

0 comments on commit fb761b7

Please sign in to comment.