diff --git a/Cargo.lock b/Cargo.lock index 72ec802429..52eb5e7ed0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1048,9 +1048,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.34.0" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" +checksum = "7c985c1bef99cf13c58fade470483d81a2bfe846ebde60ed28cc2dddec2df9e2" dependencies = [ "console", "globset", diff --git a/Cargo.toml b/Cargo.toml index 4ffafc16a8..08562dffd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ imara-diff ={ version = "0.1.5"} imperative = { version = "1.0.4" } indicatif ={ version = "0.17.8"} indoc ={ version = "2.0.4"} -insta = { version = "1.34.0", feature = ["filters", "glob"] } +insta = { version = "1.35.1", feature = ["filters", "glob"] } insta-cmd = { version = "0.4.0" } is-macro = { version = "0.3.5" } is-wsl = { version = "0.4.0" }