From 6a49a08e6b2d1475b8a9463d9265f9a4fe2c882c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 03:01:58 +0000 Subject: [PATCH] Update Rust crate uuid to 1.7.0 --- Cargo.lock | 4 ++-- sdp-common/Cargo.toml | 2 +- sdp-identity-service/Cargo.toml | 2 +- sdp-injector/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 406620bc..94b506c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2275,9 +2275,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" +checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" dependencies = [ "getrandom", "rand", diff --git a/sdp-common/Cargo.toml b/sdp-common/Cargo.toml index 91712e08..d06c8f85 100644 --- a/sdp-common/Cargo.toml +++ b/sdp-common/Cargo.toml @@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] } kube = { version = "0.87.1", default-features = false, features = ["admission", "rustls-tls", "derive", "client", "runtime"] } k8s-openapi = { version = "0.20.0", features = ["latest"]} schemars = "0.8.16" -uuid = { version = "1.6.1", features = ["v4", "fast-rng"] } +uuid = { version = "1.7.0", features = ["v4", "fast-rng"] } reqwest = { version = "0.11", features = ["hyper-rustls", "json"] } http = "0.2.11" log = "0.4.20" diff --git a/sdp-identity-service/Cargo.toml b/sdp-identity-service/Cargo.toml index 06ddcb89..78a10e2e 100644 --- a/sdp-identity-service/Cargo.toml +++ b/sdp-identity-service/Cargo.toml @@ -20,7 +20,7 @@ kube = { version = "0.87.1", default-features = false, features = ["admission", k8s-openapi = { version = "0.20.0", features = ["latest"]} futures = "^0.3.29" log = "0.4.20" -uuid = { version = "1.6.1", features = ["v4", "fast-rng"] } +uuid = { version = "1.7.0", features = ["v4", "fast-rng"] } json-patch = "*" clap = { version = "4.4.10", features = ["derive"] } log4rs = "1.2.0" diff --git a/sdp-injector/Cargo.toml b/sdp-injector/Cargo.toml index b68beafb..f823b54a 100644 --- a/sdp-injector/Cargo.toml +++ b/sdp-injector/Cargo.toml @@ -28,7 +28,7 @@ futures-util = "0.3" http = "0.2.11" log = "0.4.20" json-patch = "*" -uuid = { version = "1.6.1", features = ["v4", "fast-rng"] } +uuid = { version = "1.7.0", features = ["v4", "fast-rng"] } futures = "0.3.29" log4rs = "1.2.0" notify = { version = "6.1.1", default-features = false, features=["macos_kqueue"] }