diff --git a/Cargo.lock b/Cargo.lock index ad064b84..d2f5ade5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1488,9 +1488,9 @@ dependencies = [ [[package]] name = "instability" -version = "0.3.3" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b829f37dead9dc39df40c2d3376c179fdfd2ac771f53f55d3c30dc096a3c0c6e" +checksum = "898e106451f7335950c9cc64f8ec67b5f65698679ac67ed00619aeef14e1cf75" dependencies = [ "darling", "indoc", diff --git a/Cargo.toml b/Cargo.toml index 359cefd0..6371a49f 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.3" +instability = "0.3.5" itertools = "0.13.0" pretty_assertions = "1.4.1" ratatui = { path = "ratatui", version = "0.30.0-alpha.0" }