From 6249343ec72ea60f144815d8c1ea60bb83f89e82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 10:58:46 +0000 Subject: [PATCH] Update Rust crate tokio to 1.28.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b9e037..c9ab8f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1304,9 +1304,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.28.0" +version = "1.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f" +checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2b27537..acccf39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ regex = "1.8.1" reqwest = { version = "0.11.17", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.162", default-features = false, features = ["derive"]} serde_json = "1.0.96" -tokio = { version = "1.28.0", features = ["full"] } +tokio = { version = "1.28.1", features = ["full"] }