build(deps): bump insta from 1.34.0 to 1.35.1 (#630)

This commit is contained in:
dependabot[bot] 2024-02-21 19:48:08 +00:00 committed by GitHub
parent 2c345776fc
commit 7dfa54e5b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -628,9 +628,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.34.0"
version = "1.35.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc"
checksum = "7c985c1bef99cf13c58fade470483d81a2bfe846ebde60ed28cc2dddec2df9e2"
dependencies = [
"console",
"lazy_static",

View File

@ -47,7 +47,7 @@ clap_mangen = "0.2.20"
[dev-dependencies]
assert_cmd = "2.0.14"
infer = "0.15.0"
insta = { version = "1.34.0", features = ["filters"] }
insta = { version = "1.35.1", features = ["filters"] }
parse-display = "0.9.0"
proptest = "1.4.0"
rand = { version = "0.8.5", default-features = false, features = ["small_rng", "std"] }