From eb45946f7cf1f76dbe9fcbd3cfd5dd529f65c4c9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Nov 2023 20:00:24 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.34.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 811e3c9..9bde826 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.34.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"] }