From adfb0d6358f498fa9cae33e002e3035fb886fd66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 06:23:55 +0000 Subject: [PATCH] Bump tui-scrollview from 0.5.1 to 0.5.3 Bumps [tui-scrollview](https://github.com/joshka/tui-widgets) from 0.5.1 to 0.5.3. - [Release notes](https://github.com/joshka/tui-widgets/releases) - [Changelog](https://github.com/joshka/tui-widgets/blob/main/CHANGELOG.md) - [Commits](https://github.com/joshka/tui-widgets/compare/tui-scrollview-v0.5.1...tui-scrollview-v0.5.3) --- updated-dependencies: - dependency-name: tui-scrollview dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 47 ++--------------------------------------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 46 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa76ed1..7d49cae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1193,12 +1193,6 @@ version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" -[[package]] -name = "futures-timer" -version = "3.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" - [[package]] name = "futures-util" version = "0.3.31" @@ -3007,12 +3001,6 @@ version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" -[[package]] -name = "relative-path" -version = "1.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" - [[package]] name = "reqwest" version = "0.12.25" @@ -3086,36 +3074,6 @@ dependencies = [ "symphonia", ] -[[package]] -name = "rstest" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a2c585be59b6b5dd66a9d2084aa1d8bd52fbdb806eafdeffb52791147862035" -dependencies = [ - "futures", - "futures-timer", - "rstest_macros", - "rustc_version", -] - -[[package]] -name = "rstest_macros" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "825ea780781b15345a146be27eaefb05085e337e869bff01b4306a4fd4a9ad5a" -dependencies = [ - "cfg-if", - "glob", - "proc-macro-crate", - "proc-macro2", - "quote", - "regex", - "relative-path", - "rustc_version", - "syn 2.0.106", - "unicode-ident", -] - [[package]] name = "runtime-base-rust" version = "0.1.0" @@ -4134,13 +4092,12 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tui-scrollview" -version = "0.5.1" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef6e1d736488ba64c2e74637089a6b9ca666ccd2eaade3ab83854f415f1d260b" +checksum = "cea93a4789dc04a89aa6aeda29dd581b18f88cbbcf19702baf8325814b4af394" dependencies = [ "indoc", "ratatui 0.29.0", - "rstest", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index baf05c9..1659501 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ ratatui-image = "1.0" uuid = { version = "1.0", features = ["v4"] } crossterm = { version = "0.28", features = ["event-stream"] } futures = "0.3" -tui-scrollview = "0.5.1" +tui-scrollview = "0.5.3" throbber-widgets-tui = "0.5" lazy_static = "1.4" rodio = "0.17"