diff --git a/Cargo.lock b/Cargo.lock index 204cf51f46752..518e2ee919cef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3778,9 +3778,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.45.0" +version = "1.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b76866be74d68b1595eb8060cb9191dca9c021db2316558e52ddc5d55d41b66c" +checksum = "1b66886d14d18d420ab5052cbff544fc5d34d0b2cdd35eb5976aaa10a4a472e5" dependencies = [ "console 0.15.11", "globset", diff --git a/Cargo.toml b/Cargo.toml index b1d61b289e93a..b9d8b1a69ef61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,7 +159,7 @@ half = { version = "2.7.0", default-features = false } hashbrown = { version = "0.16.1" } hex = { version = "0.4.3" } indexmap = "2.12.1" -insta = { version = "1.45.0", features = ["glob", "filters"] } +insta = { version = "1.46.0", features = ["glob", "filters"] } itertools = "0.14" liblzma = { version = "0.4.4", features = ["static"] } log = "^0.4"