From 99d4bdf85d51dd7f723b749d0f5cd1d0f5b17397 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 5 Jun 2022 12:01:44 +0000 Subject: [PATCH] Update Rust crate tokio to 1.19.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83fc887..3a208aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -932,9 +932,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.18.2" +version = "1.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" +checksum = "95eec79ea28c00a365f539f1961e9278fbcaf81c0ff6aaf0e93c181352446948" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 52b41e7..b154d7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "site" [dependencies] axum = { version = "0.5.6" } hyper = { version = "0.14.19" } -tokio = { version = "1.18.2", features = ["full"] } +tokio = { version = "1.19.1", features = ["full"] } tracing = "0.1.34" tracing-subscriber = {version = "0.3.11", features = ["env-filter"] } tower-http = { version = "0.3.3", features = ["fs", "trace", "auth"] }