diff --git a/Cargo.lock b/Cargo.lock index 7672f804..3f4d0e53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3434,9 +3434,9 @@ dependencies = [ [[package]] name = "tui-scrollview" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8ada5290cf63e5e718a13111020398979975d4df556a55ae88014aa8850f171" +checksum = "d1327d4a328e2aab9fd0b588d9009ee4d5256d9b61ad23a50ec0e80722b76e33" dependencies = [ "indoc", "ratatui-core", diff --git a/Cargo.toml b/Cargo.toml index 44dd1b7c..fd19c4df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ openssl-src = "300" petgraph = "0.8.1" # minimum for stable node_indices API lazy_static = "1.5.0" html-escape = "0.2.13" -tui-scrollview = "0.6.2" +tui-scrollview = "0.6.3" [dev-dependencies] # Testing