From 248ffb4396f11a6118681e774b0fb6a92a832145 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 Mar 2024 17:00:31 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.37.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 811e3c9..1d9b23b 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.37.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"] }