mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-29 02:54:04 +00:00
cargo: bump insta from 1.28.0 to 1.29.0
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.28.0 to 1.29.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.28.0...1.29.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:
parent
9d661d6f69
commit
4dc97de928
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -710,9 +710,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "insta"
|
||||
version = "1.28.0"
|
||||
version = "1.29.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fea5b3894afe466b4bcf0388630fc15e11938a6074af0cd637c825ba2ec8a099"
|
||||
checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972"
|
||||
dependencies = [
|
||||
"console",
|
||||
"lazy_static",
|
||||
|
|
|
@ -73,7 +73,7 @@ assert_cmd = "2.0.8"
|
|||
assert_matches = "1.5.0"
|
||||
criterion = "0.4.0"
|
||||
criterion_bencher_compat = "0.4.0"
|
||||
insta = { version = "1.28.0", features = ["filters"] }
|
||||
insta = { version = "1.29.0", features = ["filters"] }
|
||||
predicates = "2.1.5"
|
||||
regex = "1.7.2"
|
||||
testutils = { path = "lib/testutils" }
|
||||
|
|
|
@ -45,7 +45,7 @@ prost = "0.11.8"
|
|||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.5.0"
|
||||
insta = "1.28.0"
|
||||
insta = "1.29.0"
|
||||
num_cpus = "1.15.0"
|
||||
test-case = "3.0.0"
|
||||
testutils = { path = "testutils" }
|
||||
|
|
Loading…
Reference in a new issue