From 3a08b3c1ebc793629014c2b1f34997b23617066d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:29:43 +0000 Subject: [PATCH] Bump rat-text from 1.0.5 to 1.3.1 Bumps [rat-text](https://github.com/thscharler/rat-salsa) from 1.0.5 to 1.3.1. - [Release notes](https://github.com/thscharler/rat-salsa/releases) - [Commits](https://github.com/thscharler/rat-salsa/commits) --- updated-dependencies: - dependency-name: rat-text dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 +++++++++++++------- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a14650..432d18f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1832,9 +1832,9 @@ dependencies = [ [[package]] name = "rat-focus" -version = "1.0.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b4866c2abcc7b8c8744548b4849c67b654d2dd28ee118fcc9b65979c96247cb" +checksum = "c65b591b37844e4f307f8e7055aaf78b971103d5622dd022548755884c480e71" dependencies = [ "crossterm 0.28.1", "fxhash", @@ -1846,11 +1846,10 @@ dependencies = [ [[package]] name = "rat-reloc" -version = "1.1.2" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbddcf2d92aae0efb227180c07d8fbbb4480cd30318e4e6f5825aae8f6dc5ba5" +checksum = "cfeb35cdf37493906c6dc67675843f00da512373f45beec5e264a6a0ea84e4a1" dependencies = [ - "log", "ratatui", ] @@ -1869,9 +1868,9 @@ dependencies = [ [[package]] name = "rat-text" -version = "1.0.5" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95641a2429aeb420a2c37d7a8c0395cf28ce4ac4f32d914813196ca22a7a3004" +checksum = "f341f6c731e007fa3e1e868d2a5218b5aa3a7ca387867c2aea49d669bf514554" dependencies = [ "chrono", "crossterm 0.28.1", @@ -1887,6 +1886,7 @@ dependencies = [ "rat-scrolled", "ratatui", "ropey", + "rustc-hash", "unicode-display-width", "unicode-segmentation", ] @@ -1977,6 +1977,12 @@ version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" +[[package]] +name = "rustc-hash" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" + [[package]] name = "rustix" version = "0.38.44" diff --git a/Cargo.toml b/Cargo.toml index cafd865..d5deede 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,5 @@ regex = "1.11.2" [dev-dependencies] cargo-watch = "8.5.3" -rat-text = "1.0.5" +rat-text = "1.3.1" which = "8.0.0"