build(deps): bump insta from 1.35.1 to 1.36.1

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

---
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-04 23:16:58 +00:00 committed by João Marcos
parent c4f2f6fcb6
commit 5b0e0b6991
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.35.1"
version = "1.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c985c1bef99cf13c58fade470483d81a2bfe846ebde60ed28cc2dddec2df9e2"
checksum = "0a7c22c4d34ef4788c351e971c52bfdfe7ea2766f8c5466bc175dd46e52ac22e"
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.35.1", features = ["filters"] }
insta = { version = "1.36.1", features = ["filters"] }
parse-display = "0.9.0"
proptest = "1.4.0"
rand = { version = "0.8.5", default-features = false, features = ["small_rng", "std"] }