From f5727e5acca28430ed1caa9709ff0a0791c79a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 04:01:11 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.47.0 to 1.47.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.0 to 1.47.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.47.0...tokio-1.47.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e39a26..010cdf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2287,9 +2287,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.47.0" +version = "1.47.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35" +checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index ee55951..505d900 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ ratatui = "0.29.0" ringbuffer = "0.16.0" russh = "0.54.1" thiserror = "2.0.15" -tokio = "1.44.1" +tokio = "1.47.1" tui-textarea = { version = "0.7.0", features = ["termion"] }