diff --git a/Cargo.lock b/Cargo.lock index 43455ac..d96feb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -365,9 +365,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "insta" -version = "1.45.1" +version = "1.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "983e3b24350c84ab8a65151f537d67afbbf7153bb9f1110e03e9fa9b07f67a5c" +checksum = "1b66886d14d18d420ab5052cbff544fc5d34d0b2cdd35eb5976aaa10a4a472e5" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 58788cc..230bf58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ tempfile = "3.24.0" textwrap = "0.16.2" [dev-dependencies] -insta = "1.45.1" +insta = "1.46.0"