From 9540f1374788237b4e5092067f3a09b79259309a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 13 Sep 2022 12:00:51 +0000 Subject: [PATCH] Update Rust crate tokio to 1.21.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50f7508..9d3c75a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -885,9 +885,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.21.0" +version = "1.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89797afd69d206ccd11fb0ea560a44bbb87731d020670e79416d442919257d42" +checksum = "0020c875007ad96677dcc890298f4b942882c5d4eb7cc8f439fc3bf813dc9c95" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index fa8d25a..bd34534 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "site" [dependencies] axum = { version = "0.5.16" } hyper = { version = "0.14.20" } -tokio = { version = "1.21.0", features = ["full"] } +tokio = { version = "1.21.1", features = ["full"] } tracing = "0.1.36" tracing-subscriber = {version = "0.3.15", features = ["env-filter"] } tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] }