diff --git a/Cargo.lock b/Cargo.lock index e238fd96..e3823b5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2383,9 +2383,9 @@ checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" [[package]] name = "insta" -version = "1.38.0" +version = "1.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc" +checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 1aef9745..0a1c9157 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ gwasm-builder = { package = "gear-wasm-builder", version = "1.4.1" } handlebars = "4.4" hashbrown = "0.14" hex = { version = "0.4", default-features = false } -insta = "1.38" +insta = "1.39" itertools = "0.12" lalrpop = { version = "0.20", default-features = false } lalrpop-util = "0.20"