From 4ef37d1283e6960aac30d606dcd452006a22b3c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:30:26 +0000 Subject: [PATCH] chore(deps): Bump the patch-and-minor group across 1 directory with 2 updates Bumps the patch-and-minor group with 2 updates in the / directory: [tokio](https://github.com/tokio-rs/tokio) and [edtui](https://github.com/preiter93/edtui). Updates `tokio` from 1.52.1 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.52.1...tokio-1.52.3) Updates `edtui` from 0.11.2 to 0.11.3 - [Release notes](https://github.com/preiter93/edtui/releases) - [Changelog](https://github.com/preiter93/edtui/blob/main/CHANGELOG.md) - [Commits](https://github.com/preiter93/edtui/compare/v0.11.2...v0.11.3) --- updated-dependencies: - dependency-name: edtui dependency-version: 0.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-and-minor - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-and-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6cf8e18..2456277 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -715,9 +715,9 @@ dependencies = [ [[package]] name = "edtui" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca8ccfc298a338b767ec13c9c52d42c338df7cee26cdde58345b9d7d15c7d7f8" +checksum = "d4941adefb4c21c4a8a5bece220a24dc28d1cbb5d1e5875be4a575d5d1da172a" dependencies = [ "crossterm", "edtui-jagged", @@ -3353,9 +3353,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.52.1" +version = "1.52.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" +checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 21774a8..972b46f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ resvg = "0.47" unicode-width = "0.2" base64 = "0.22" syntect = { version = "5.3.0", default-features = false, features = ["default-fancy"] } -edtui = { version = "0.11.2", default-features = false } +edtui = { version = "0.11.3", default-features = false } tempfile = "3.27.0" mermaid-text = { version = "0.56.0", path = "crates/mermaid-text" } ureq = { version = "3", default-features = false, features = ["rustls", "json"] }