diff --git a/Cargo.lock b/Cargo.lock index 41b5316..49a2584 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,9 +142,9 @@ checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" [[package]] name = "insta" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6593a41c7a73841868772495db7dc1e8ecab43bb5c0b6da2059246c4b506ab60" +checksum = "a1f72d3e19488cf7d8ea52d2fc0f8754fc933398b337cd3cbdb28aaeb35159ef" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index fc62050..2b401fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,5 +23,5 @@ serde_json = "1.0.132" thiserror = "1.0.65" [dev-dependencies] -insta = { version = "1.40.0", features = ["yaml"] } +insta = { version = "1.41.0", features = ["yaml"] } tempfile = "3.13.0"