diff --git a/Cargo.lock b/Cargo.lock index 367551c..5c88b67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,9 +257,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.44.0" +version = "1.44.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b246c455fbf8e7bdda56a226b525b24b601c0bbe15458beb72412678319cda5a" +checksum = "e8732d3774162a0851e3f2b150eb98f31a9885dd75985099421d393385a01dfd" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 9ce1e82..5323eba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ rstest = "=0.26.1" rstest_reuse = "=0.7.0" # For snapshot testing. -insta = "=1.44.0" +insta = "=1.44.1" [profile.release]