From 52ae174067d029d4fbaa4bd09f1dfa9e8dd94b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:55:40 +0000 Subject: [PATCH] chore(deps): bump the cargo-minor-patch group with 3 updates Bumps the cargo-minor-patch group with 3 updates: [tui-textarea-2](https://github.com/srothgan/tui-textarea), [uuid](https://github.com/uuid-rs/uuid) and [which](https://github.com/harryfei/which-rs). Updates `tui-textarea-2` from 0.13.0 to 0.13.2 - [Release notes](https://github.com/srothgan/tui-textarea/releases) - [Changelog](https://github.com/srothgan/tui-textarea/blob/main/CHANGELOG.md) - [Commits](https://github.com/srothgan/tui-textarea/compare/v0.13.0...v0.13.2) Updates `uuid` from 1.24.1 to 1.26.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.24.1...v1.26.0) Updates `which` from 8.0.5 to 8.0.6 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/8.0.5...8.0.6) --- updated-dependencies: - dependency-name: tui-textarea-2 dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: uuid dependency-version: 1.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch - dependency-name: which dependency-version: 8.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e654f9b..c74d115 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3909,9 +3909,9 @@ dependencies = [ [[package]] name = "tui-textarea-2" -version = "0.13.0" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c62faed2eda75c87b2d2f99dd7aa9baafc3bd6f8efd3e556b228c81a0b5cd9cf" +checksum = "fdf2865f7f32ae9e779f6185986fd920fa6b00ac878e906927ec7e78d32316ed" dependencies = [ "crossterm", "portable-atomic", @@ -4034,9 +4034,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.24.1" +version = "1.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cefc03fd367c0c6d4305de1b312cf00248c4114f4a0418ce6a6af769e3b0bd9" +checksum = "b5772d71c9be8a8a6ac2117d949c5b224c1b72241bb611d9a3012edcf8af7812" dependencies = [ "atomic", "getrandom 0.4.2", @@ -4307,9 +4307,9 @@ dependencies = [ [[package]] name = "which" -version = "8.0.5" +version = "8.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f3ef584124b911bcc3875c2f1472e80f24361ceb789bd1c62b3e9a3df9ff43c" +checksum = "bae2f2b2b816647a1cab1acc91f5bd20812d53cb344382635ec2181940c8034f" dependencies = [ "libc", ]