From ea5d996b53d88608b1a68780197c407347dd350d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 22:06:47 +0000 Subject: [PATCH] Bump tokio from 1.22.0 to 1.24.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.22.0 to 1.24.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.22.0...tokio-1.24.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... 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 95659c6..8a9d084 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1201,9 +1201,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.22.0" +version = "1.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3" +checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae" dependencies = [ "autocfg", "bytes", @@ -1215,7 +1215,7 @@ dependencies = [ "signal-hook-registry", "socket2", "tokio-macros", - "winapi", + "windows-sys 0.42.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index d8b6770..ca4ea7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,5 +33,5 @@ rusoto_core = { version = "0.48" } rusoto_ses = { version = "0.48" } serde = { version = "1", features = ["derive"] } serde_json = { version = "1" } -tokio = { version = "1.22", features = ["macros", "io-util", "sync", "rt-multi-thread"] } +tokio = { version = "1.24", features = ["macros", "io-util", "sync", "rt-multi-thread"] } tracing = { version = "0.1", features = ["log"] }