cargo: bump insta from 1.22.0 to 1.23.0

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.22.0 to 1.23.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.22.0...1.23.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] 2022-12-13 18:52:03 +00:00 committed by github-actions[bot]
parent 5c7877cb5a
commit 2a357ac2df
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -688,9 +688,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.22.0"
version = "1.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "197f4e300af8b23664d4077bf5c40e0afa9ba66a567bb5a51d3def3c7b287d1c"
checksum = "e48b08a091dfe5b09a6a9688c468fdd5b4396e92ce09e2eb932f0884b02788a4"
dependencies = [
"console",
"lazy_static",

View file

@ -69,7 +69,7 @@ libc = { version = "0.2.138" }
assert_cmd = "2.0.7"
criterion = "0.4.0"
criterion_bencher_compat = "0.4.0"
insta = "1.22.0"
insta = "1.23.0"
predicates = "2.1.4"
regex = "1.7.0"
test-case = "2.2.2"

View file

@ -46,7 +46,7 @@ tracing = "0.1.37"
[dev-dependencies]
assert_matches = "1.5.0"
insta = "1.22.0"
insta = "1.23.0"
num_cpus = "1.14.0"
test-case = "2.2.2"
testutils = { path = "testutils" }