From 7d67f0483cb54e91e9b592b7225a1fd20eef67be Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Apr 2022 16:05:16 +0000 Subject: [PATCH 1/5] Update Rust crate flate2 to 1.0.23 --- Cargo.lock | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a704ba2..410dff3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,9 +176,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f" +checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af" dependencies = [ "cfg-if", "crc32fast", @@ -536,12 +536,11 @@ dependencies = [ [[package]] name = "miniz_oxide" -version = "0.4.4" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" +checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082" dependencies = [ "adler", - "autocfg", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 4a78d00..82475eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tracing = "0.1.32" tracing-subscriber = {version = "0.3.10", features = ["env-filter"] } tower-http = { version = "0.2.5", features = ["fs", "trace", "auth"] } tar = "0.4.38" -flate2 = "1.0.22" +flate2 = "1.0.23" tokio-util = { version = "0.7.1", features = ["io"] } futures-util = "0.3.21" uuid = { version = "1.0.0-alpha.1", features = ["v4"] } From 3f7b10797f4070e3dfb9eae76b7487aac2fb2f75 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Apr 2022 06:01:39 +0000 Subject: [PATCH 2/5] Update Rust crate uuid to 1.0.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a704ba2..9f7b81a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1119,9 +1119,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "uuid" -version = "1.0.0-alpha.1" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb3ab47baa004111b323696c6eaa2752e7356f7f77cf6b6dc7a2087368ce1ca4" +checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 4a78d00..1546348 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tar = "0.4.38" flate2 = "1.0.22" tokio-util = { version = "0.7.1", features = ["io"] } futures-util = "0.3.21" -uuid = { version = "1.0.0-alpha.1", features = ["v4"] } +uuid = { version = "1.0.0", features = ["v4"] } serde_json = "1.0.79" metrics = "0.18.1" metrics-exporter-prometheus = "0.9.0" From b8a07cd2ef9526dc31709cc7503f444e5b35d25e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 Apr 2022 14:01:56 +0000 Subject: [PATCH 3/5] Update Rust crate tower-http to 0.3.0 --- Cargo.lock | 24 +++++++++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a704ba2..6088172 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,7 +80,7 @@ dependencies = [ "sync_wrapper", "tokio", "tower", - "tower-http", + "tower-http 0.2.5", "tower-layer", "tower-service", ] @@ -842,7 +842,7 @@ dependencies = [ "tar", "tokio", "tokio-util", - "tower-http", + "tower-http 0.3.0", "tracing", "tracing-subscriber", "uuid", @@ -999,6 +999,25 @@ name = "tower-http" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aba3f3efabf7fb41fae8534fc20a817013dd1c12cb45441efb6c82e6556b4cd8" +dependencies = [ + "bitflags", + "bytes", + "futures-core", + "futures-util", + "http", + "http-body", + "http-range-header", + "pin-project-lite", + "tower", + "tower-layer", + "tower-service", +] + +[[package]] +name = "tower-http" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79dd37121c38240c4b4fe6520332406218bbf876f2f690fe9e406020189366fd" dependencies = [ "base64", "bitflags", @@ -1015,7 +1034,6 @@ dependencies = [ "pin-project-lite", "tokio", "tokio-util", - "tower", "tower-layer", "tower-service", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 4a78d00..4c3e8f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ hyper = { version = "0.14.18" } tokio = { version = "1.17.0", features = ["full"] } tracing = "0.1.32" tracing-subscriber = {version = "0.3.10", features = ["env-filter"] } -tower-http = { version = "0.2.5", features = ["fs", "trace", "auth"] } +tower-http = { version = "0.3.0", features = ["fs", "trace", "auth"] } tar = "0.4.38" flate2 = "1.0.22" tokio-util = { version = "0.7.1", features = ["io"] } From 4004133a66079b46f7833512d208696279cfeef9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 27 Apr 2022 18:02:06 +0000 Subject: [PATCH 4/5] Update Rust crate tokio to 1.18.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a704ba2..231098a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -935,9 +935,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee" +checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 4a78d00..0808eb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "site" [dependencies] axum = { version = "0.5.1" } hyper = { version = "0.14.18" } -tokio = { version = "1.17.0", features = ["full"] } +tokio = { version = "1.18.0", features = ["full"] } tracing = "0.1.32" tracing-subscriber = {version = "0.3.10", features = ["env-filter"] } tower-http = { version = "0.2.5", features = ["fs", "trace", "auth"] } From 1900cd91b931fcd9245e01de5e9960b26704927d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 27 Apr 2022 21:02:49 +0000 Subject: [PATCH 5/5] Update Rust crate tracing to 0.1.34 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0db18d5..6e6583e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1052,9 +1052,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.32" +version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f" +checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09" dependencies = [ "cfg-if", "log", diff --git a/Cargo.toml b/Cargo.toml index ddb08b5..375555d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ name = "site" axum = { version = "0.5.1" } hyper = { version = "0.14.18" } tokio = { version = "1.18.0", features = ["full"] } -tracing = "0.1.32" +tracing = "0.1.34" tracing-subscriber = {version = "0.3.10", features = ["env-filter"] } tower-http = { version = "0.3.0", features = ["fs", "trace", "auth"] } tar = "0.4.38"