From 3e48a207a1693076443a451289701f40ac9577d8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 27 May 2022 20:01:48 +0000 Subject: [PATCH 01/16] 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 e6977e0309a59e3e363f78432190c8201f4801d9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 May 2022 21:02:02 +0000 Subject: [PATCH 02/16] Update Rust crate flate2 to 1.0.24 --- Cargo.lock | 6 ++---- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f779f79..3643435 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,13 +176,11 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af" +checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" dependencies = [ - "cfg-if", "crc32fast", - "libc", "miniz_oxide", ] diff --git a/Cargo.toml b/Cargo.toml index fc25505..6f6d916 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tracing = "0.1.34" 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" +flate2 = "1.0.24" tokio-util = { version = "0.7.2", features = ["io"] } futures-util = "0.3.21" uuid = { version = "1.0.0", features = ["v4"] } From c1a61ef99bffd6232082f26dbc7064586c02e9aa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 May 2022 16:02:14 +0000 Subject: [PATCH 03/16] Update Rust crate metrics to 0.19.0 --- Cargo.lock | 16 +++++++++++++--- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f779f79..8d3e126 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -472,6 +472,16 @@ dependencies = [ "metrics-macros", ] +[[package]] +name = "metrics" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "142c53885123b68d94108295a09d4afe1a1388ed95b54d5dacd9a454753030f2" +dependencies = [ + "ahash", + "metrics-macros", +] + [[package]] name = "metrics-exporter-prometheus" version = "0.9.0" @@ -481,7 +491,7 @@ dependencies = [ "hyper", "indexmap", "ipnet", - "metrics", + "metrics 0.18.1", "metrics-util", "parking_lot 0.11.2", "quanta", @@ -511,7 +521,7 @@ dependencies = [ "crossbeam-epoch", "crossbeam-utils", "hashbrown", - "metrics", + "metrics 0.18.1", "num_cpus", "parking_lot 0.11.2", "quanta", @@ -834,7 +844,7 @@ dependencies = [ "flate2", "futures-util", "hyper", - "metrics", + "metrics 0.19.0", "metrics-exporter-prometheus", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index fc25505..37997f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,6 @@ 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" -metrics = "0.18.1" +metrics = "0.19.0" metrics-exporter-prometheus = "0.9.0" serde = { version = "1.0", features = ["derive"] } From 4380ff6c91cc3080a56a68f070aac46eeefe8584 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Jun 2022 01:01:46 +0000 Subject: [PATCH 04/16] 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" From d69eda2c913f6a2ca870b811c03e034df1ff2f4d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Jun 2022 15:02:39 +0000 Subject: [PATCH 05/16] Update Rust crate metrics-exporter-prometheus to 0.10.0 --- Cargo.lock | 28 +++++++++------------------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ccd4eb7..83fc887 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,16 +460,6 @@ dependencies = [ "autocfg", ] -[[package]] -name = "metrics" -version = "0.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e52eb6380b6d2a10eb3434aec0885374490f5b82c8aaf5cd487a183c98be834" -dependencies = [ - "ahash", - "metrics-macros", -] - [[package]] name = "metrics" version = "0.19.0" @@ -482,14 +472,14 @@ dependencies = [ [[package]] name = "metrics-exporter-prometheus" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b93b470b04c005178058e18ac8bb2eb3fda562cf87af5ea05ba8d44190d458c" +checksum = "953cbbb6f9ba4b9304f4df79b98cdc9d14071ed93065a9fca11c00c5d9181b66" dependencies = [ "hyper", "indexmap", "ipnet", - "metrics 0.18.1", + "metrics", "metrics-util", "parking_lot 0.11.2", "quanta", @@ -511,15 +501,15 @@ dependencies = [ [[package]] name = "metrics-util" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "107a38013e91c04ddf31826b0d0dcc2e0d4ebedded8234cc0dc2b7bbd0c121e8" +checksum = "fd1f4b69bef1e2b392b2d4a12902f2af90bb438ba4a66aa222d1023fa6561b50" dependencies = [ "atomic-shim", "crossbeam-epoch", "crossbeam-utils", "hashbrown", - "metrics 0.18.1", + "metrics", "num_cpus", "parking_lot 0.11.2", "quanta", @@ -842,7 +832,7 @@ dependencies = [ "flate2", "futures-util", "hyper", - "metrics 0.19.0", + "metrics", "metrics-exporter-prometheus", "serde", "serde_json", @@ -857,9 +847,9 @@ dependencies = [ [[package]] name = "sketches-ddsketch" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76a77a8fd93886010f05e7ea0720e569d6d16c65329dbe3ec033bbbccccb017b" +checksum = "04d2ecae5fcf33b122e2e6bd520a57ccf152d2dde3b38c71039df1a6867264ee" [[package]] name = "slab" diff --git a/Cargo.toml b/Cargo.toml index 1d2e7c0..52b41e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,5 +24,5 @@ futures-util = "0.3.21" uuid = { version = "1.1.1", features = ["v4"] } serde_json = "1.0.81" metrics = "0.19.0" -metrics-exporter-prometheus = "0.9.0" +metrics-exporter-prometheus = "0.10.0" serde = { version = "1.0", features = ["derive"] } From 11c50308393b31311d75ae27e7a5c10a5cbf567b Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Thu, 2 Jun 2022 17:15:17 +0200 Subject: [PATCH 06/16] Added man-vieter site --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 896f0be..6bf5b80 100644 --- a/src/main.rs +++ b/src/main.rs @@ -54,6 +54,7 @@ async fn main() { let sites = [ ("/docs/vieter", "docs-vieter"), ("/api-docs/vieter", "api-docs-vieter"), + ("/man/vieter", "man-vieter"), ]; for (path, dir) in sites { From ef8950235ddc9b25c397cae22961b6385baefebb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 4 Jun 2022 21:01:49 +0000 Subject: [PATCH 07/16] Update Rust crate tokio-util to 0.7.3 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83fc887..e3d97e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -932,9 +932,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.18.2" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" +checksum = "0f392c8f16bda3456c0b00c6de39cb100449b98de55ac41c6cdd2bfcf53a1245" dependencies = [ "bytes", "libc", @@ -963,9 +963,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c" +checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 52b41e7..ee23d6c 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.24" -tokio-util = { version = "0.7.2", features = ["io"] } +tokio-util = { version = "0.7.3", features = ["io"] } futures-util = "0.3.21" uuid = { version = "1.1.1", features = ["v4"] } serde_json = "1.0.81" From 4cf5510a037ae99b28bd98f26c22a14b397d26b9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Jun 2022 19:01:53 +0000 Subject: [PATCH 08/16] Update Rust crate tower-http to 0.3.4 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83fc887..dd586f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -294,9 +294,9 @@ dependencies = [ [[package]] name = "http-body" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" +checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", "http", @@ -993,9 +993,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d342c6d58709c0a6d48d48dabbb62d4ef955cf5f0f3bbfd845838e7ae88dbae" +checksum = "3c530c8675c1dbf98facee631536fa116b5fb6382d7dd6dc1b118d970eafe3ba" dependencies = [ "base64", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 52b41e7..47cac1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ 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"] } -tower-http = { version = "0.3.3", features = ["fs", "trace", "auth"] } +tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] } tar = "0.4.38" flate2 = "1.0.24" tokio-util = { version = "0.7.2", features = ["io"] } From 0a108853a5364ef4d5f430159c1b044fd1512d1d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Jun 2022 15:02:22 +0000 Subject: [PATCH 09/16] Update Rust crate axum to 0.5.7 --- Cargo.lock | 13 ++++++------- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83fc887..191f2b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,9 +56,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2504b827a8bef941ba3dd64bdffe9cf56ca182908a147edd6189c95fbcae7d" +checksum = "dc47084705629d09d15060d70a8dbfce479c842303d05929ce29c74c995916ae" dependencies = [ "async-trait", "axum-core", @@ -87,9 +87,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da31c0ed7b4690e2c78fe4b880d21cd7db04a346ebc658b4270251b695437f17" +checksum = "c2efed1c501becea07ce48118786ebcf229531d0d3b28edf224a720020d9e106" dependencies = [ "async-trait", "bytes", @@ -294,9 +294,9 @@ dependencies = [ [[package]] name = "http-body" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" +checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", "http", @@ -985,7 +985,6 @@ dependencies = [ "pin-project", "pin-project-lite", "tokio", - "tokio-util", "tower-layer", "tower-service", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 52b41e7..881d4df 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.6" } +axum = { version = "0.5.7" } hyper = { version = "0.14.19" } tokio = { version = "1.18.2", features = ["full"] } tracing = "0.1.34" From fea66fad39b557e4ae4330005cf3d31d8152f71f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Jun 2022 16:04:29 +0000 Subject: [PATCH 10/16] Update Rust crate tracing to 0.1.35 --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83fc887..2377114 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,9 +585,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.10.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" +checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" [[package]] name = "parking_lot" @@ -1032,9 +1032,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.34" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09" +checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" dependencies = [ "cfg-if", "log", @@ -1056,11 +1056,11 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.24" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90442985ee2f57c9e1b548ee72ae842f4a9a20e3f417cc38dbc5dc684d9bb4ee" +checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921" dependencies = [ - "lazy_static", + "once_cell", "valuable", ] diff --git a/Cargo.toml b/Cargo.toml index 52b41e7..c72789c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ name = "site" axum = { version = "0.5.6" } hyper = { version = "0.14.19" } tokio = { version = "1.18.2", features = ["full"] } -tracing = "0.1.34" +tracing = "0.1.35" tracing-subscriber = {version = "0.3.11", features = ["env-filter"] } tower-http = { version = "0.3.3", features = ["fs", "trace", "auth"] } tar = "0.4.38" From 4952e011c0b9702968a1fc54217c749b6590f046 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Jun 2022 20:02:55 +0000 Subject: [PATCH 11/16] Update Rust crate tokio to 1.19.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd6b9ba..e32ba5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -932,9 +932,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.19.0" +version = "1.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f392c8f16bda3456c0b00c6de39cb100449b98de55ac41c6cdd2bfcf53a1245" +checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index ea6b96a..1378c04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "site" [dependencies] axum = { version = "0.5.7" } hyper = { version = "0.14.19" } -tokio = { version = "1.18.2", features = ["full"] } +tokio = { version = "1.19.2", features = ["full"] } tracing = "0.1.35" tracing-subscriber = {version = "0.3.11", features = ["env-filter"] } tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] } From ee37ebd895b7b21694535ae4622da948b1330d55 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 Jun 2022 23:03:46 +0000 Subject: [PATCH 12/16] Update Rust crate uuid to 1.1.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e32ba5b..fea958b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1115,9 +1115,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "uuid" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238" +checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 1378c04..561d0af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tar = "0.4.38" flate2 = "1.0.24" tokio-util = { version = "0.7.3", features = ["io"] } futures-util = "0.3.21" -uuid = { version = "1.1.1", features = ["v4"] } +uuid = { version = "1.1.2", features = ["v4"] } serde_json = "1.0.81" metrics = "0.19.0" metrics-exporter-prometheus = "0.10.0" From 696d1c6215c2451f2bbc3264c399864d89010d38 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Jun 2022 12:05:13 +0000 Subject: [PATCH 13/16] Update Rust crate axum to 0.5.9 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fea958b..8a07ae7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,9 +56,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.5.7" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc47084705629d09d15060d70a8dbfce479c842303d05929ce29c74c995916ae" +checksum = "33d590cacd53140ff87cc2e192eb22fc3dc23c5b3f93b0d4f020677f98e8c629" dependencies = [ "async-trait", "axum-core", @@ -87,9 +87,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2efed1c501becea07ce48118786ebcf229531d0d3b28edf224a720020d9e106" +checksum = "cf4d047478b986f14a13edad31a009e2e05cb241f9805d0d75e4cba4e129ad4d" dependencies = [ "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 561d0af..52aa820 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.7" } +axum = { version = "0.5.9" } hyper = { version = "0.14.19" } tokio = { version = "1.19.2", features = ["full"] } tracing = "0.1.35" From 0396e4475ce7c0fb4ab411379d9c94de55e4d26d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 29 Jun 2022 19:03:30 +0000 Subject: [PATCH 14/16] Update Rust crate serde_json to 1.0.82 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a07ae7..a2d292f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -785,9 +785,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c" +checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 52aa820..529a048 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ flate2 = "1.0.24" tokio-util = { version = "0.7.3", features = ["io"] } futures-util = "0.3.21" uuid = { version = "1.1.2", features = ["v4"] } -serde_json = "1.0.81" +serde_json = "1.0.82" metrics = "0.19.0" metrics-exporter-prometheus = "0.10.0" serde = { version = "1.0", features = ["derive"] } From 4a1d3d7adfec00cabf8d97b9516b615fa50d9e88 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Jul 2022 18:02:18 +0000 Subject: [PATCH 15/16] Update Rust crate tracing-subscriber to 0.3.14 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a07ae7..70d1ea2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1055,9 +1055,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921" +checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7" dependencies = [ "once_cell", "valuable", @@ -1076,13 +1076,13 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.11" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596" +checksum = "3a713421342a5a666b7577783721d3117f1b69a393df803ee17bb73b1e122a59" dependencies = [ "ansi_term", - "lazy_static", "matchers", + "once_cell", "regex", "sharded-slab", "smallvec", diff --git a/Cargo.toml b/Cargo.toml index 52aa820..c19ca6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ axum = { version = "0.5.9" } hyper = { version = "0.14.19" } tokio = { version = "1.19.2", features = ["full"] } tracing = "0.1.35" -tracing-subscriber = {version = "0.3.11", features = ["env-filter"] } +tracing-subscriber = {version = "0.3.14", features = ["env-filter"] } tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] } tar = "0.4.38" flate2 = "1.0.24" From 64655040be582d63c52b381e538955e017f0d9d9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 2 Jul 2022 16:02:29 +0000 Subject: [PATCH 16/16] Update Rust crate axum to 0.5.11 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a07ae7..f429204 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,9 +56,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.5.9" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d590cacd53140ff87cc2e192eb22fc3dc23c5b3f93b0d4f020677f98e8c629" +checksum = "c2cc6e8e8c993cb61a005fab8c1e5093a29199b7253b05a6883999312935c1ff" dependencies = [ "async-trait", "axum-core", diff --git a/Cargo.toml b/Cargo.toml index 52aa820..547b07a 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.9" } +axum = { version = "0.5.11" } hyper = { version = "0.14.19" } tokio = { version = "1.19.2", features = ["full"] } tracing = "0.1.35"