From ee5c183b55f3139f5296fae97ab1c89b32b22cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 00:46:36 +0000 Subject: [PATCH] Bump tokio from 1.22.0 to 1.24.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.22.0 to 1.24.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8ec9e1..e0f3784 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1760,9 +1760,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.22.0" +version = "1.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3" +checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb" dependencies = [ "autocfg", "bytes", @@ -1774,7 +1774,7 @@ dependencies = [ "signal-hook-registry", "socket2", "tokio-macros", - "winapi", + "windows-sys 0.42.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index de016eb..8a2645f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ prometheus = { version = "0.13", default-features = false } serde = { version = "1", features = ["derive"] } serde_urlencoded = "0.7" time = { version = "0.3", features = ["formatting", "macros"] } -tokio = { version = "1.22", features = ["macros", "rt-multi-thread", "signal", "sync", "time" ] } +tokio = { version = "1.24", features = ["macros", "rt-multi-thread", "signal", "sync", "time" ] } tokio-stream = "0.1" toml = "0.5" tracing = "0.1"