forked from mirrors/jj
cargo: bump insta from 1.26.0 to 1.28.0
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.26.0 to 1.28.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.26.0...1.28.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
034dd3528d
commit
78cdf71d9a
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.26.0"
|
||||
version = "1.28.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f6f0f08b46e4379744de2ab67aa8f7de3ffd1da3e275adc41fcc82053ede46ff"
|
||||
checksum = "fea5b3894afe466b4bcf0388630fc15e11938a6074af0cd637c825ba2ec8a099"
|
||||
dependencies = [
|
||||
"console",
|
||||
"lazy_static",
|
||||
|
|
|
@ -70,7 +70,7 @@ libc = { version = "0.2.139" }
|
|||
assert_cmd = "2.0.8"
|
||||
criterion = "0.4.0"
|
||||
criterion_bencher_compat = "0.4.0"
|
||||
insta = { version = "1.26.0", features = ["filters"] }
|
||||
insta = { version = "1.28.0", features = ["filters"] }
|
||||
predicates = "2.1.5"
|
||||
regex = "1.7.1"
|
||||
testutils = { path = "lib/testutils" }
|
||||
|
|
|
@ -45,7 +45,7 @@ prost = "0.11.6"
|
|||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.5.0"
|
||||
insta = "1.26.0"
|
||||
insta = "1.28.0"
|
||||
num_cpus = "1.15.0"
|
||||
test-case = "3.0.0"
|
||||
testutils = { path = "testutils" }
|
||||
|
|
Loading…
Reference in a new issue