build(deps): bump insta from 1.37.0 to 1.38.0

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.37.0 to 1.38.0.
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.37.0...1.38.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-28 23:33:17 +00:00 committed by João Marcos
parent a14bbfc904
commit e08631f4d5
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.37.0"
version = "1.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1718b3f2b85bb5054baf8ce406e36401f27c3169205f4175504c4b1d98252d3f"
checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc"
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.37.0", features = ["filters"] }
insta = { version = "1.38.0", features = ["filters"] }
parse-display = "0.9.0"
proptest = "1.4.0"
rand = { version = "0.8.5", default-features = false, features = ["small_rng", "std"] }