From 9bfc3ce72ff1caccc3e762c9193eac7dbda463b5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 18 Nov 2022 08:05:55 +0000 Subject: [PATCH 1/3] Update Rust crate serde_json to 1.0.88 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 196cd74..06f7194 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -745,9 +745,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.87" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" +checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index a0a1d49..3815476 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ flate2 = "1.0.24" tokio-util = { version = "0.7.4", features = ["io"] } futures-util = "0.3.25" uuid = { version = "1.2.1", features = ["v4"] } -serde_json = "1.0.87" +serde_json = "1.0.88" metrics = "0.20.1" metrics-exporter-prometheus = "0.11.0" serde = { version = "1.0", features = ["derive"] } From 489a700e2213eb55ecabdb490cd587c96ac560a5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 18 Nov 2022 22:05:29 +0000 Subject: [PATCH 2/3] Update Rust crate tokio to 1.22.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 196cd74..157b9a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -892,9 +892,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.21.2" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099" +checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index a0a1d49..4ed46a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "site" [dependencies] axum = { version = "0.5.17" } hyper = { version = "0.14.21" } -tokio = { version = "1.21.2", features = ["full"] } +tokio = { version = "1.22.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = {version = "0.3.16", features = ["env-filter"] } tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] } From 1d6e334f2de970c15d139a2777575ea14b5bfc48 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 15 Dec 2022 21:00:43 +0000 Subject: [PATCH 3/3] Update rust Docker tag to v1.66 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d56f706..daf407f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.64-alpine3.16 AS builder +FROM rust:1.66-alpine3.16 AS builder ARG DI_VER=1.2.5