diff --git a/Cargo.lock b/Cargo.lock index 6740bb6..b956d18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -628,9 +628,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", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 8624224..1a1addf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ clap_mangen = "0.2.20" [dev-dependencies] assert_cmd = "2.0.14" infer = "0.15.0" -insta = { version = "1.34.0", features = ["filters"] } +insta = { version = "1.35.1", features = ["filters"] } parse-display = "0.9.0" proptest = "1.4.0" rand = { version = "0.8.5", default-features = false, features = ["small_rng", "std"] }