From 4952e011c0b9702968a1fc54217c749b6590f046 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Jun 2022 20:02:55 +0000 Subject: [PATCH] Update Rust crate tokio to 1.19.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd6b9ba..e32ba5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -932,9 +932,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.19.0" +version = "1.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f392c8f16bda3456c0b00c6de39cb100449b98de55ac41c6cdd2bfcf53a1245" +checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index ea6b96a..1378c04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "site" [dependencies] axum = { version = "0.5.7" } hyper = { version = "0.14.19" } -tokio = { version = "1.18.2", features = ["full"] } +tokio = { version = "1.19.2", features = ["full"] } tracing = "0.1.35" tracing-subscriber = {version = "0.3.11", features = ["env-filter"] } tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] }