From 62fb7a7289c3462638bb047e7a8495b87b1cfc84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 00:45:37 +0000 Subject: [PATCH] build(deps): 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 cb703aa..12df0c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -759,9 +759,9 @@ dependencies = [ [[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", @@ -774,7 +774,7 @@ dependencies = [ "signal-hook-registry", "socket2", "tokio-macros", - "winapi", + "windows-sys", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 164959a..45c8428 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ axum = { version = "0.5", features = ["http2"] } nanoid = "0.4.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tokio = { version = "1.17.0", features = ["full"] } +tokio = { version = "1.24.2", features = ["full"] } tracing = "0.1.32" tower-http = { version = "0.2.0", features = ["fs", "trace"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }