From 74203b53382bba7a5447d612ad4e06fc439d02cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:55:20 +0000 Subject: [PATCH] Bump tokio from 1.41.0 to 1.41.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.0 to 1.41.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.0...tokio-1.41.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- exit_trust_root/Cargo.toml | 2 +- rita_client/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee720c40c..866e299a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3806,9 +3806,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/exit_trust_root/Cargo.toml b/exit_trust_root/Cargo.toml index 97f20e3ad..a2bd904a7 100644 --- a/exit_trust_root/Cargo.toml +++ b/exit_trust_root/Cargo.toml @@ -26,7 +26,7 @@ clarity = "1.4" web30 = "1.4" phonenumber = "0.3.6" actix = "0.13" -tokio = { version = "1.40", features = ["macros", "time"] } +tokio = { version = "1.41", features = ["macros", "time"] } serde = "1.0" serde_derive = "1.0" serde_json = "1.0" diff --git a/rita_client/Cargo.toml b/rita_client/Cargo.toml index 0bae54781..ae9f34726 100644 --- a/rita_client/Cargo.toml +++ b/rita_client/Cargo.toml @@ -35,7 +35,7 @@ clarity = {workspace = true} openssh-keys = "0.6" mac_address = "1.1.7" futures = { version = "0.3", features = ["compat"] } -tokio = "1.40" +tokio = "1.41" actix-web-actors = "4.3" crypto_box = "0.9"