From 4004133a66079b46f7833512d208696279cfeef9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 27 Apr 2022 18:02:06 +0000 Subject: [PATCH] Update Rust crate tokio to 1.18.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a704ba2..231098a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -935,9 +935,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee" +checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 4a78d00..0808eb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "site" [dependencies] axum = { version = "0.5.1" } hyper = { version = "0.14.18" } -tokio = { version = "1.17.0", features = ["full"] } +tokio = { version = "1.18.0", features = ["full"] } tracing = "0.1.32" tracing-subscriber = {version = "0.3.10", features = ["env-filter"] } tower-http = { version = "0.2.5", features = ["fs", "trace", "auth"] }