diff --git a/Cargo.lock b/Cargo.lock index 15c9d6a..338562c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -540,9 +540,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e02c584f4595792d09509a94cdb92a3cef7592b1eb2d9877ee6f527062d0ea" +checksum = "1aa511b2e298cd49b1856746f6bb73e17036bcd66b25f5e92cdcdbec9bd75686" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index ed1671b..8be9618 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ clap_mangen = "0.2.14" [dev-dependencies] assert_cmd = "2.0.12" infer = "0.15.0" -insta = "1.32.0" +insta = "1.33.0" parse-display = "0.8.2" proptest = "1.2.0" rand = { version = "0.8.5", default-features = false, features = ["small_rng", "std"] }