From cdd375c3021581296f2b22e1bb33c571f62c5a55 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 Jan 2023 20:02:55 +0000 Subject: [PATCH] Update Rust crate tokio to 1.24.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8a47da..3a72e93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -910,9 +910,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.23.0" +version = "1.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46" +checksum = "7125661431c26622a80ca5051a2f936c9a678318e0351007b0cc313143024e5c" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index bca3f1c..da95024 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "site" [dependencies] axum = { version = "0.6.1" } hyper = { version = "0.14.21" } -tokio = { version = "1.23.0", features = ["full"] } +tokio = { version = "1.24.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = {version = "0.3.16", features = ["env-filter"] } tower-http = { version = "0.3.5", features = ["fs", "trace", "auth"] }