Merge pull request #3891 from element-hq/dependabot/cargo/insta-1.42.1

build(deps): bump insta from 1.42.0 to 1.42.1
This commit is contained in:
Quentin Gliech
2025-01-27 15:53:09 +01:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@@ -2787,13 +2787,14 @@ dependencies = [
[[package]]
name = "insta"
version = "1.42.0"
version = "1.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6513e4067e16e69ed1db5ab56048ed65db32d10ba5fc1217f5393f8f17d8b5a5"
checksum = "71c1b125e30d93896b365e156c33dadfffab45ee8400afcbba4752f59de08a86"
dependencies = [
"console",
"linked-hash-map",
"once_cell",
"pin-project",
"serde",
"similar",
]

View File

@@ -169,7 +169,7 @@ default-features = false
# Snapshot testing
[workspace.dependencies.insta]
version = "1.42.0"
version = "1.42.1"
features = ["yaml", "json"]
# Email sending