Merge pull request #11 from schmelczer/dependabot/cargo/insta-1.43.2

Bump insta from 1.43.1 to 1.43.2
This commit is contained in:
Andras Schmelczer 2025-10-27 07:03:56 +00:00 committed by GitHub
commit 840fa238a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ console_error_panic_hook = [ "dep:console_error_panic_hook" ]
all = [ "wasm", "console_error_panic_hook" ]
[dev-dependencies]
insta = "1.42.2"
insta = "1.43.2"
pretty_assertions = "1.4.1"
serde = { version = "1.0.219", features = ["derive"] }
serde_yaml = "0.9.34"