diff --git a/Cargo.lock b/Cargo.lock index d5169978..af54ac21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3798,9 +3798,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6593a41c7a73841868772495db7dc1e8ecab43bb5c0b6da2059246c4b506ab60" +checksum = "a1f72d3e19488cf7d8ea52d2fc0f8754fc933398b337cd3cbdb28aaeb35159ef" dependencies = [ "console", "lazy_static", @@ -8955,7 +8955,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/Cargo.toml b/Cargo.toml index e8872567..633f7d93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ git-download = "0.1" handlebars = "4.4" hashbrown = "0.15" hex = { version = "0.4", default-features = false } -insta = "1.40" +insta = "1.41" itertools = "0.13" lalrpop = { version = "0.20", default-features = false } lalrpop-util = "0.20"