cargo: bump insta from 1.18.1 to 1.18.2

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.18.1 to 1.18.2.
- [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.18.1...1.18.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-12 16:46:21 +00:00 committed by Martin von Zweigbergk
parent d7f008f52b
commit c54c8c0519
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -612,9 +612,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.18.1"
version = "1.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a2bbec77f9472e4ed0cf9be1de622f0dc84d5af96599e3b625e569ef92aaed0"
checksum = "57a9aec10c9a062ef0454fd49ebaefa59239f836d1b30891d9cc2289978dd970"
dependencies = [
"console",
"linked-hash-map",

View file

@ -60,7 +60,7 @@ thiserror = "1.0.32"
assert_cmd = "2.0.4"
criterion = "0.3.6"
criterion_bencher_compat = "0.3.4"
insta = "1.18.1"
insta = "1.18.2"
regex = "1.6.0"
predicates = "2.1.1"
test-case = "2.2.1"

View file

@ -42,7 +42,7 @@ zstd = "0.11.2"
[dev-dependencies]
assert_matches = "1.5.0"
insta = "1.18.1"
insta = "1.18.2"
num_cpus = "1.13.1"
test-case = "2.2.1"