Skip to content

Commit

Permalink
Update Rust crate prost to 0.12.4 (#836)
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 Apr 5, 2024
1 parent e3913e7 commit 8bf14b6
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 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-error/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ autobenches = false
nativelink-proto = { path = "../nativelink-proto" }

hex = "0.4.3"
prost = "0.12.3"
prost = "0.12.4"
prost-types = "0.12.3"
tokio = { version = "1.37.0" }
tonic = { version = "0.11.0", features = ["gzip"] }
2 changes: 1 addition & 1 deletion nativelink-proto/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ path = "genproto/lib.rs"
doctest = false

[dependencies]
prost = "0.12.3"
prost = "0.12.4"
prost-types = "0.12.3"
tonic = { version = "0.11.0", features = ["gzip"] }

Expand Down
2 changes: 1 addition & 1 deletion nativelink-scheduler/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ nativelink-store = { path = "../nativelink-store" }
async-lock = "3.3.0"
async-trait = "0.1.79"
blake3 = "1.5.1"
prost = "0.12.3"
prost = "0.12.4"
uuid = { version = "1.8.0", features = ["v4"] }
futures = "0.3.30"
hashbrown = "0.14"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-service/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ bytes = "1.6.0"
futures = "0.3.30"
log = "0.4.21"
parking_lot = "0.12.1"
prost = "0.12.3"
prost = "0.12.4"
rand = "0.8.5"
tokio = { version = "1.37.0", features = ["sync", "rt"] }
tokio-stream = { version = "0.1.15", features = ["sync"] }
Expand Down
2 changes: 1 addition & 1 deletion nativelink-store/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ hyper = { version = "0.14.28" }
hyper-rustls = { version = "0.24.2", features = ["webpki-tokio"] }
lz4_flex = "0.11.3"
parking_lot = "0.12.1"
prost = "0.12.3"
prost = "0.12.4"
rand = "0.8.5"
serde = "1.0.197"
sha2 = "0.10.8"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-util/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ lru = "0.12.3"
parking_lot = "0.12.1"
pin-project-lite = "0.2.14"
prometheus-client = "0.21.2"
prost = "0.12.3"
prost = "0.12.4"
prost-types = "0.12.3"
rand = "0.8.5"
serde = { version = "1.0.197", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion nativelink-worker/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ formatx = "0.2.2"
futures = "0.3.30"
hex = "0.4.3"
parking_lot = "0.12.1"
prost = "0.12.3"
prost = "0.12.4"
relative-path = "1.9.2"
scopeguard = "1.2.0"
serde = "1.0.197"
Expand Down

0 comments on commit 8bf14b6

Please sign in to comment.