Fix insta version in Cargo.toml to match lock file (#6348)

Cargo decided to downgrade `windows-sys` for some reason.
This commit is contained in:
Jonathan Tran
2025-04-16 13:50:39 -04:00
committed by GitHub
parent e955e783f4
commit 5586646a60
2 changed files with 8 additions and 8 deletions

View File

@ -122,7 +122,7 @@ criterion = { version = "0.5.1", features = ["async_tokio"] }
expectorate = "1.1.0"
handlebars = "6.3.2"
image = { version = "0.25.6", default-features = false, features = ["png"] }
insta = { version = "1.41.1", features = ["json", "filters", "redactions"] }
insta = { version = "1.42.2", features = ["json", "filters", "redactions"] }
kcl-directory-test-macro = { version = "0.1", path = "../kcl-directory-test-macro" }
miette = { version = "7.5.0", features = ["fancy"] }
pretty_assertions = "1.4.1"