diff --git a/Cargo.lock b/Cargo.lock index 9bce589..4d07d2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1865,9 +1865,9 @@ dependencies = [ [[package]] name = "ratatui" -version = "0.28.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ba6a365afbe5615999275bea2446b970b10a41102500e27ce7678d50d978303" +checksum = "fdef7f9be5c0122f890d58bdf4d964349ba6a6161f705907526d891efabba57d" dependencies = [ "bitflags", "cassowary", @@ -2698,7 +2698,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/component-generated/Cargo.toml b/component-generated/Cargo.toml index 50b1d65..6df7294 100644 --- a/component-generated/Cargo.toml +++ b/component-generated/Cargo.toml @@ -29,7 +29,7 @@ json5 = "0.4.1" lazy_static = "1.5.0" libc = "0.2.158" pretty_assertions = "1.4.0" -ratatui = { version = "0.28.0", features = ["serde", "macros"] } +ratatui = { version = "0.28.1", features = ["serde", "macros"] } serde = { version = "1.0.208", features = ["derive"] } serde_json = "1.0.125" signal-hook = "0.3.17" diff --git a/component/template/Cargo.toml b/component/template/Cargo.toml index 3e02937..7f83181 100644 --- a/component/template/Cargo.toml +++ b/component/template/Cargo.toml @@ -30,7 +30,7 @@ json5 = "0.4.1" lazy_static = "1.5.0" libc = "0.2.158" pretty_assertions = "1.4.0" -ratatui = { version = "0.28.0", features = ["serde", "macros"] } +ratatui = { version = "0.28.1", features = ["serde", "macros"] } serde = { version = "1.0.208", features = ["derive"] } serde_json = "1.0.125" signal-hook = "0.3.17" diff --git a/simple-async-generated/Cargo.toml b/simple-async-generated/Cargo.toml index c245471..bd7016d 100644 --- a/simple-async-generated/Cargo.toml +++ b/simple-async-generated/Cargo.toml @@ -8,5 +8,5 @@ edition = "2021" [dependencies] crossterm = { version = "0.28.1", features = ["event-stream"] } futures = "0.3.30" -ratatui = "0.28.0" +ratatui = "0.28.1" tokio = { version = "1.39.3", features = ["full"] } diff --git a/simple-async/Cargo.toml b/simple-async/Cargo.toml index e7b5535..a76125a 100644 --- a/simple-async/Cargo.toml +++ b/simple-async/Cargo.toml @@ -8,5 +8,5 @@ edition = "2021" [dependencies] crossterm = { version = "0.28.1", features = ["event-stream"] } futures = "0.3.30" -ratatui = "0.28.0" +ratatui = "0.28.1" tokio = { version = "1.39.3", features = ["full"] } diff --git a/simple-generated/Cargo.toml b/simple-generated/Cargo.toml index fa7fa40..8211d4c 100644 --- a/simple-generated/Cargo.toml +++ b/simple-generated/Cargo.toml @@ -6,4 +6,4 @@ license = "MIT" edition = "2021" [dependencies] -ratatui = "0.28.0" +ratatui = "0.28.1" diff --git a/simple/Cargo.toml b/simple/Cargo.toml index 49409ba..0465ca4 100644 --- a/simple/Cargo.toml +++ b/simple/Cargo.toml @@ -6,4 +6,4 @@ license = "MIT" edition = "2021" [dependencies] -ratatui = "0.28.0" +ratatui = "0.28.1"