diff --git a/Cargo.lock b/Cargo.lock index 6903ef0..a531834 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,9 +308,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.47.2" +version = "1.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a6248eb93a4401ed2f37dfe8ea592d3cf05b7cf4f8efa867b6895af7e094e" +checksum = "86f0f8fee8c926415c58d6ae43a08523a26faccb2323f5e6b644fe7dd4ef6b82" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 56784d7..2d77ac7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rstest = "=0.26.1" rstest_reuse = "=0.7.0" # For snapshot testing. -insta = "=1.47.2" +insta = "=1.48.0" [profile.release]