diff --git a/Cargo.lock b/Cargo.lock index b4e507ec..1762e6fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1477,9 +1477,9 @@ dependencies = [ [[package]] name = "instability" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "894813a444908c0c8c0e221b041771d107c4a21de1d317dc49bcc66e3c9e5b3f" +checksum = "0bf9fed6d91cfb734e7476a06bde8300a1b94e217e1b523b6f0cd1a01998c71d" dependencies = [ "darling", "indoc", diff --git a/Cargo.toml b/Cargo.toml index cb2ffcf1..400e2584 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ color-eyre = "0.6.3" crossterm = "0.28.1" document-features = "0.2.7" indoc = "2.0.5" -instability = "0.3.6" +instability = "0.3.7" itertools = "0.13.0" pretty_assertions = "1.4.1" ratatui = { path = "ratatui", version = "0.30.0-alpha.0" }