From a16e57e4d81c87701454391e10f9ae039dd24753 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 5 Aug 2023 16:00:38 +0000 Subject: [PATCH 1/2] chore(deps): update rust crate tokio to 1.29.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 811e3c9..d4b2dd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "site" [dependencies] axum = { version = "0.6.18" } hyper = { version = "0.14.26" } -tokio = { version = "1.28.0", features = ["full"] } +tokio = { version = "1.29.1", features = ["full"] } tracing = "0.1.37" tracing-subscriber = {version = "0.3.17", features = ["env-filter"] } tower-http = { version = "0.4.0", features = ["fs", "trace", "auth"] } From 59bb1b34a122794adb071f59a07c0f55e52a1d78 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Aug 2023 16:00:37 +0000 Subject: [PATCH 2/2] chore(deps): update rust crate tokio to 1.30.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 811e3c9..f2d953b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "site" [dependencies] axum = { version = "0.6.18" } hyper = { version = "0.14.26" } -tokio = { version = "1.28.0", features = ["full"] } +tokio = { version = "1.30.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = {version = "0.3.17", features = ["env-filter"] } tower-http = { version = "0.4.0", features = ["fs", "trace", "auth"] }