From bffdda1f162ff2318203daed50b15f30cfdd577c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 23:40:40 +0000 Subject: [PATCH] Update Rust crate tokio to 1.23.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61d2232..51f3958 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1285,9 +1285,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.22.0" +version = "1.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3" +checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46" dependencies = [ "autocfg", "bytes", @@ -1300,7 +1300,7 @@ dependencies = [ "signal-hook-registry", "socket2", "tokio-macros", - "winapi", + "windows-sys", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2a111e3..359f598 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ regex = "1.7.0" reqwest = { version = "0.11.13", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.149", default-features = false, features = ["derive"]} serde_json = "1.0.89" -tokio = { version = "1.22.0", features = ["full"] } +tokio = { version = "1.23.0", features = ["full"] }