build(deps): bump insta from 1.36.1 to 1.37.0

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.36.1 to 1.37.0.
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.36.1...1.37.0)

---
updated-dependencies:
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-26 23:54:37 +00:00 committed by João Marcos
parent cb75a7cd20
commit 43e0f09f36
2 changed files with 3 additions and 13 deletions

14
Cargo.lock generated
View File

@ -628,16 +628,15 @@ dependencies = [
[[package]]
name = "insta"
version = "1.36.1"
version = "1.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a7c22c4d34ef4788c351e971c52bfdfe7ea2766f8c5466bc175dd46e52ac22e"
checksum = "1718b3f2b85bb5054baf8ce406e36401f27c3169205f4175504c4b1d98252d3f"
dependencies = [
"console",
"lazy_static",
"linked-hash-map",
"regex",
"similar",
"yaml-rust",
]
[[package]]
@ -1793,15 +1792,6 @@ dependencies = [
"lzma-sys",
]
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "zip"
version = "0.6.6"

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.36.1", features = ["filters"] }
insta = { version = "1.37.0", features = ["filters"] }
parse-display = "0.9.0"
proptest = "1.4.0"
rand = { version = "0.8.5", default-features = false, features = ["small_rng", "std"] }