From cd61af523638f3d63d901ce3d9aed551444cd4ee Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 May 2022 06:02:27 +0000 Subject: [PATCH 1/3] Update Rust crate uuid to 1.1.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68b0690..6d4e0de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1118,9 +1118,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "uuid" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0" +checksum = "93bbc61e655a4833cf400d0d15bf3649313422fa7572886ad6dab16d79886365" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index a030da8..db95371 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tar = "0.4.38" flate2 = "1.0.23" tokio-util = { version = "0.7.2", features = ["io"] } futures-util = "0.3.21" -uuid = { version = "1.0.0", features = ["v4"] } +uuid = { version = "1.1.0", features = ["v4"] } serde_json = "1.0.81" metrics = "0.18.1" metrics-exporter-prometheus = "0.9.0" From 3e48a207a1693076443a451289701f40ac9577d8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 27 May 2022 20:01:48 +0000 Subject: [PATCH 2/3] Update Rust crate hyper to 0.14.19 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68b0690..f779f79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -325,9 +325,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "hyper" -version = "0.14.18" +version = "0.14.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2" +checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index a030da8..fc25505 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ name = "site" [dependencies] axum = { version = "0.5.6" } -hyper = { version = "0.14.18" } +hyper = { version = "0.14.19" } tokio = { version = "1.18.2", features = ["full"] } tracing = "0.1.34" tracing-subscriber = {version = "0.3.11", features = ["env-filter"] } From 4380ff6c91cc3080a56a68f070aac46eeefe8584 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Jun 2022 01:01:46 +0000 Subject: [PATCH 3/3] Update Rust crate uuid to 1.1.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f779f79..72391d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1118,9 +1118,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "uuid" -version = "1.0.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0" +checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index fc25505..94ec56a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tar = "0.4.38" flate2 = "1.0.23" tokio-util = { version = "0.7.2", features = ["io"] } futures-util = "0.3.21" -uuid = { version = "1.0.0", features = ["v4"] } +uuid = { version = "1.1.1", features = ["v4"] } serde_json = "1.0.81" metrics = "0.18.1" metrics-exporter-prometheus = "0.9.0"