From 9f75abbe42ebaac1bc1209c3bb6a3ab80d01a3f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 05:21:49 +0000 Subject: [PATCH] Update Rust crate uuid to 1.8.0 --- Cargo.lock | 4 ++-- nativelink-scheduler/Cargo.toml | 2 +- nativelink-service/Cargo.toml | 2 +- nativelink-store/Cargo.toml | 2 +- nativelink-worker/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8aa5b20e4..afaf1405d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3289,9 +3289,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" +checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" dependencies = [ "getrandom", ] diff --git a/nativelink-scheduler/Cargo.toml b/nativelink-scheduler/Cargo.toml index cf07d630f..e818a68e8 100644 --- a/nativelink-scheduler/Cargo.toml +++ b/nativelink-scheduler/Cargo.toml @@ -17,7 +17,7 @@ async-lock = "3.3.0" async-trait = "0.1.78" blake3 = "1.5.1" prost = "0.12.3" -uuid = { version = "1.7.0", features = ["v4"] } +uuid = { version = "1.8.0", features = ["v4"] } futures = "0.3.30" hashbrown = "0.14" lru = "0.12.3" diff --git a/nativelink-service/Cargo.toml b/nativelink-service/Cargo.toml index 4c405e5b5..39b755409 100644 --- a/nativelink-service/Cargo.toml +++ b/nativelink-service/Cargo.toml @@ -21,7 +21,7 @@ tokio = { version = "1.36.0", features = ["sync", "rt"] } tokio-stream = { version = "0.1.15", features = ["sync"] } tonic = { version = "0.11.0", features = ["gzip", "tls"] } tracing = "0.1.40" -uuid = { version = "1.7.0", features = ["v4"] } +uuid = { version = "1.8.0", features = ["v4"] } [dev-dependencies] hyper = "0.14.28" diff --git a/nativelink-store/Cargo.toml b/nativelink-store/Cargo.toml index e2604235e..08a61ab58 100644 --- a/nativelink-store/Cargo.toml +++ b/nativelink-store/Cargo.toml @@ -36,7 +36,7 @@ tokio-stream = { version = "0.1.15", features = ["fs"] } tokio-util = { version = "0.7.10" } tonic = { version = "0.11.0", features = ["gzip", "tls"] } tracing = "0.1.40" -uuid = { version = "1.7.0", features = ["v4"] } +uuid = { version = "1.8.0", features = ["v4"] } [dev-dependencies] pretty_assertions = "1.4.0" diff --git a/nativelink-worker/Cargo.toml b/nativelink-worker/Cargo.toml index 8d29d6c11..1a1f5b6d2 100644 --- a/nativelink-worker/Cargo.toml +++ b/nativelink-worker/Cargo.toml @@ -32,7 +32,7 @@ tokio = { version = "1.36.0", features = ["sync", "rt", "process"] } tokio-stream = { version = "0.1.15", features = ["fs"] } tonic = { version = "0.11.0", features = ["gzip", "tls"] } tracing = "0.1.40" -uuid = { version = "1.7.0", features = ["v4"] } +uuid = { version = "1.8.0", features = ["v4"] } [dev-dependencies] hyper = "0.14.28"