From 7ae3f79b4033dadaae37fb00298d48f69ca870d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:12:14 +0000 Subject: [PATCH] Bump tokio from 1.43.0 to 1.43.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++------ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbcdfac..3a912bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3110,10 +3110,6 @@ dependencies = [ "monolib", ] -[[package]] -name = "monoclient-e" -version = "0.1.0" - [[package]] name = "monoclient-s" version = "0.7.0" @@ -5045,9 +5041,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.43.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "libc", diff --git a/Cargo.toml b/Cargo.toml index 9606d77..1221ace 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ repository = "https://github.com/ivabus/lonelyradio" lonelyradio_types = { version = "0.7.0", path = "./lonelyradio_types" } rand = "0.8.5" clap = { version = "4.4.18", features = ["derive"] } -tokio = { version = "1.35.1", features = [ +tokio = { version = "1.43.1", features = [ "net", "rt-multi-thread", "rt",