From d73924d67f5e189ba433fbab6e6063f8ef9a33d5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 12 Aug 2023 17:00:38 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.31.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 811e3c9..9cdc908 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.31.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"] }