ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump insta from 1.14.1 to 1.15.0

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.14.1 to 1.15.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.14.1...1.15.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-06-20 15:42:48 +00:00 committed by Martin von Zweigbergk
parent 29a71c619a
commit 0c3334e4e4
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -648,9 +648,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.14.1"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcc3e639bcba360d9237acabd22014c16f3df772db463b7446cd81b070714767"
checksum = "4126dd76ebfe2561486a1bd6738a33d2029ffb068a99ac446b7f8c77b2e58dbc"
dependencies = [
"console",
"once_cell",

View file

@ -60,7 +60,7 @@ thiserror = "1.0.31"
assert_cmd = "2.0.4"
criterion = "0.3.5"
criterion_bencher_compat = "0.3.4"
insta = "1.14.1"
insta = "1.15.0"
regex = "1.5.6"
predicates = "2.1.1"
test-case = "2.1.0"

View file

@ -42,7 +42,7 @@ zstd = "0.11.2"
[dev-dependencies]
assert_matches = "1.5.0"
insta = "1.14.1"
insta = "1.15.0"
num_cpus = "1.13.1"
test-case = "2.1.0"