From 0fd4871300604f963ff34f0f4c64e1593927fd91 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 8 May 2022 20:02:20 +0000 Subject: [PATCH] Update Rust crate tokio to 1.18.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21c9581..12635dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -934,9 +934,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.18.1" +version = "1.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc" +checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 6d23464..f484e44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "site" [dependencies] axum = { version = "0.5.4" } hyper = { version = "0.14.18" } -tokio = { version = "1.18.1", features = ["full"] } +tokio = { version = "1.18.2", features = ["full"] } tracing = "0.1.34" tracing-subscriber = {version = "0.3.11", features = ["env-filter"] } tower-http = { version = "0.3.2", features = ["fs", "trace", "auth"] }