cargo: bump insta from 1.16.0 to 1.17.0

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.16.0 to 1.17.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/commits)

---
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-07-27 15:52:52 +00:00 committed by Martin von Zweigbergk
parent 753fd99846
commit e857152fa0
3 changed files with 8 additions and 8 deletions

12
Cargo.lock generated
View file

@ -307,9 +307,9 @@ dependencies = [
[[package]] [[package]]
name = "console" name = "console"
version = "0.15.0" version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31" checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847"
dependencies = [ dependencies = [
"encode_unicode", "encode_unicode",
"libc", "libc",
@ -654,9 +654,9 @@ dependencies = [
[[package]] [[package]]
name = "insta" name = "insta"
version = "1.16.0" version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36fb7ec420af04ce7d1a422945cd19c52bf01772ead45934cee77f056dca1081" checksum = "1e21173d5699a654cf191b0c05b0a937bb4f7cf07ee2e32da2af07a963e31577"
dependencies = [ dependencies = [
"console", "console",
"once_cell", "once_cell",
@ -1430,9 +1430,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_yaml" name = "serde_yaml"
version = "0.8.23" version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a521f2940385c165a24ee286aa8599633d162077a54bdcae2a6fd5a7bfa7a0" checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"ryu", "ryu",

View file

@ -60,7 +60,7 @@ thiserror = "1.0.31"
assert_cmd = "2.0.4" assert_cmd = "2.0.4"
criterion = "0.3.6" criterion = "0.3.6"
criterion_bencher_compat = "0.3.4" criterion_bencher_compat = "0.3.4"
insta = "1.16.0" insta = "1.17.0"
regex = "1.6.0" regex = "1.6.0"
predicates = "2.1.1" predicates = "2.1.1"
test-case = "2.2.1" test-case = "2.2.1"

View file

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