From c4e14ec3c5b0596ec8fa5adf6fa8de5c1a199a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 12:11:10 +0000 Subject: [PATCH] build(deps): bump tokio from 1.49.0 to 1.50.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.49.0...tokio-1.50.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/reticulum-daemon/Cargo.toml | 2 +- crates/reticulum/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e25f4f..f656f7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1124,9 +1124,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.49.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" +checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" dependencies = [ "bytes", "libc", diff --git a/crates/reticulum-daemon/Cargo.toml b/crates/reticulum-daemon/Cargo.toml index 11de48a..ffa4e1a 100644 --- a/crates/reticulum-daemon/Cargo.toml +++ b/crates/reticulum-daemon/Cargo.toml @@ -12,7 +12,7 @@ base64 = "0.22" clap = { version = "4.5.29", features = ["derive"] } rand_core = { version = "0.6.4", features = ["getrandom"] } x25519-dalek = { version = "2.0.1" } -tokio = { version = "1.44.2", features = ["full"] } +tokio = { version = "1.50.0", features = ["full"] } serde_json = "1.0.140" rmpv = "1.3.1" rmp-serde = "1.3.1" diff --git a/crates/reticulum/Cargo.toml b/crates/reticulum/Cargo.toml index eee5ea6..ce5ef42 100644 --- a/crates/reticulum/Cargo.toml +++ b/crates/reticulum/Cargo.toml @@ -39,7 +39,7 @@ sha2 = "0.10.8" rand_core = { version = "0.6.4", features = ["getrandom"] } # Async IO -tokio = { version = "1.44.2", features = ["full"] } +tokio = { version = "1.50.0", features = ["full"] } tokio-util = "0.7.15" rmp = "0.8.14" @@ -64,7 +64,7 @@ fernet-aes128 = [] cli-tools = ["dep:clap", "dep:tempfile"] [dev-dependencies] -tokio = { version = "1.44.2", features = ["test-util"] } +tokio = { version = "1.50.0", features = ["test-util"] } rmpv = "1.3.0" env_logger = "0.10" tempfile = "3.19.1"