From 89379ba85b3f2c945a20538c01c134978ac4cd8e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 2 May 2022 16:03:50 +0000 Subject: [PATCH 1/8] Update Rust crate tokio to 1.18.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edae178..21c9581 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -934,9 +934,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.18.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b" +checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 6bb10bb..6d23464 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "site" [dependencies] axum = { version = "0.5.4" } hyper = { version = "0.14.18" } -tokio = { version = "1.18.0", features = ["full"] } +tokio = { version = "1.18.1", features = ["full"] } tracing = "0.1.34" tracing-subscriber = {version = "0.3.11", features = ["env-filter"] } tower-http = { version = "0.3.2", features = ["fs", "trace", "auth"] } From 61f16603fcf65cf7551aef6194050a3875bd7614 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 May 2022 20:03:01 +0000 Subject: [PATCH 2/8] Update Rust crate serde_json to 1.0.81 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21c9581..4188933 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -787,9 +787,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.80" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f972498cf015f7c0746cac89ebe1d6ef10c293b94175a243a2d9442c163d9944" +checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 6d23464..e2251fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ flate2 = "1.0.23" tokio-util = { version = "0.7.1", features = ["io"] } futures-util = "0.3.21" uuid = { version = "1.0.0", features = ["v4"] } -serde_json = "1.0.80" +serde_json = "1.0.81" metrics = "0.18.1" metrics-exporter-prometheus = "0.9.0" serde = { version = "1.0", features = ["derive"] } From 4cd8917c52f6164b3af20716f390db022f6da115 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 8 May 2022 19:02:01 +0000 Subject: [PATCH 3/8] Update Rust crate tower-http to 0.3.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21c9581..34fa074 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -995,9 +995,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e980386f06883cf4d0578d6c9178c81f68b45d77d00f2c2c1bc034b3439c2c56" +checksum = "7d342c6d58709c0a6d48d48dabbb62d4ef955cf5f0f3bbfd845838e7ae88dbae" dependencies = [ "base64", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 6d23464..857ddaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ hyper = { version = "0.14.18" } tokio = { version = "1.18.1", features = ["full"] } tracing = "0.1.34" tracing-subscriber = {version = "0.3.11", features = ["env-filter"] } -tower-http = { version = "0.3.2", features = ["fs", "trace", "auth"] } +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"] } From 0fd4871300604f963ff34f0f4c64e1593927fd91 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 8 May 2022 20:02:20 +0000 Subject: [PATCH 4/8] Update Rust crate tokio to 1.18.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21c9581..12635dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -934,9 +934,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.18.1" +version = "1.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc" +checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 6d23464..f484e44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "site" [dependencies] axum = { version = "0.5.4" } hyper = { version = "0.14.18" } -tokio = { version = "1.18.1", features = ["full"] } +tokio = { version = "1.18.2", features = ["full"] } tracing = "0.1.34" tracing-subscriber = {version = "0.3.11", features = ["env-filter"] } tower-http = { version = "0.3.2", features = ["fs", "trace", "auth"] } From 0e89dfeb9c3b8ea813bf0a6c05f2038f5748101b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 May 2022 12:01:58 +0000 Subject: [PATCH 5/8] Update Rust crate axum to 0.5.5 --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 889f2cc..b020051 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,9 +56,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4af7447fc1214c1f3a1ace861d0216a6c8bb13965b64bbad9650f375b67689a" +checksum = "00f1e8a972137fad81e2a1a60b86ff17ce0338f8017264e45a9723d0083c39a1" dependencies = [ "async-trait", "axum-core", @@ -87,9 +87,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bdc19781b16e32f8a7200368a336fa4509d4b72ef15dd4e41df5290855ee1e6" +checksum = "da31c0ed7b4690e2c78fe4b880d21cd7db04a346ebc658b4270251b695437f17" dependencies = [ "async-trait", "bytes", @@ -285,9 +285,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03" +checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 33949a2..46515f3 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.4" } +axum = { version = "0.5.5" } hyper = { version = "0.14.18" } tokio = { version = "1.18.2", features = ["full"] } tracing = "0.1.34" From 8da5a5b4c4acc4e8994394ea480537b4b0fce441 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 May 2022 07:02:03 +0000 Subject: [PATCH 6/8] 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 7/8] 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" From 4992f63c6d4c067beebc5f7cfb3e6fdac4393adb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 May 2022 18:00:36 +0000 Subject: [PATCH 8/8] Update dependency rust to v1.61 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ae2cc20..98475a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.60-alpine3.15 AS builder +FROM rust:1.61-alpine3.15 AS builder ARG DI_VER=1.2.5