From 8da5a5b4c4acc4e8994394ea480537b4b0fce441 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 May 2022 07:02:03 +0000 Subject: [PATCH 1/2] Update Rust crate axum to 0.5.6 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b020051..d635a9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,9 +56,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00f1e8a972137fad81e2a1a60b86ff17ce0338f8017264e45a9723d0083c39a1" +checksum = "ab2504b827a8bef941ba3dd64bdffe9cf56ca182908a147edd6189c95fbcae7d" dependencies = [ "async-trait", "axum-core", diff --git a/Cargo.toml b/Cargo.toml index 46515f3..026960e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ name = "site" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = { version = "0.5.5" } +axum = { version = "0.5.6" } hyper = { version = "0.14.18" } tokio = { version = "1.18.2", features = ["full"] } tracing = "0.1.34" From 141cdb9d3fc53cae9a293c13b3b82e47be708824 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 May 2022 14:03:24 +0000 Subject: [PATCH 2/2] Update Rust crate tokio-util to 0.7.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d635a9c..68b0690 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -965,9 +965,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764" +checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 026960e..a030da8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tracing-subscriber = {version = "0.3.11", features = ["env-filter"] } tower-http = { version = "0.3.3", features = ["fs", "trace", "auth"] } tar = "0.4.38" flate2 = "1.0.23" -tokio-util = { version = "0.7.1", features = ["io"] } +tokio-util = { version = "0.7.2", features = ["io"] } futures-util = "0.3.21" uuid = { version = "1.0.0", features = ["v4"] } serde_json = "1.0.81"