From a1e71af0c050b2c0b6c043e60f8e2c0446f046fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:09:45 +0000 Subject: [PATCH] Bump tokio from 1.43.0 to 1.44.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26b6fac..666e8a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1370,9 +1370,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.43.0" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index f059cc9..166c5f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ log = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "2.0" -tokio = { version = "1.43", features = ["sync", "macros", "time" ] } +tokio = { version = "1.44", features = ["sync", "macros", "time" ] } tokio-tungstenite = "0.24.0" uniffi = { version = "0.28.0", features = ["tokio"] } url = "2.5" @@ -65,7 +65,7 @@ native-tls = { version = "0.2", features = ["vendored"], optional = true} chrono = "0.4.31" env_logger = "0.11" uniffi = { version = "0.28.0", features = ["bindgen-tests", "tokio"]} -tokio = { version = "1.43", features = ["full", "test-util"] } +tokio = { version = "1.44", features = ["full", "test-util"] } [patch.crates-io] # https://github.com/kornelski/rust-security-framework/pull/201