build(deps): bump insta from 1.42.2 to 1.43.1 (#4478)

This commit is contained in:
Quentin Gliech
2025-04-30 14:03:43 +02:00
committed by GitHub
2 changed files with 3 additions and 11 deletions

12
Cargo.lock generated
View File

@@ -2793,14 +2793,12 @@ dependencies = [
[[package]]
name = "insta"
version = "1.42.2"
version = "1.43.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50259abbaa67d11d2bcafc7ba1d094ed7a0c70e3ce893f0d0997f73558cb3084"
checksum = "154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371"
dependencies = [
"console",
"linked-hash-map",
"once_cell",
"pin-project",
"serde",
"similar",
]
@@ -3049,12 +3047,6 @@ dependencies = [
"vcpkg",
]
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "linux-raw-sys"
version = "0.4.15"

View File

@@ -202,7 +202,7 @@ features = ["serde"]
# Snapshot testing
[workspace.dependencies.insta]
version = "1.42.2"
version = "1.43.1"
features = ["yaml", "json"]
# Email sending