diff --git a/Cargo.lock b/Cargo.lock index ee3298981..4aac0a78e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2216,9 +2216,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.39.0" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5" +checksum = "6593a41c7a73841868772495db7dc1e8ecab43bb5c0b6da2059246c4b506ab60" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index eb77625ce..995bac12c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ parking_lot = "0.12" [dev-dependencies] criterion = "0.5.1" gix-testtools = "0.15.0" -insta = { version = "1.39.0", features = ["json", "redactions"] } +insta = { version = "1.40.0", features = ["json", "redactions"] } pretty_assertions = "1.4.0" rstest = "0.22.0"