forked from mirrors/jj
cargo: bump insta from 1.29.0 to 1.30.0
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.29.0 to 1.30.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.29.0...1.30.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
ea2d5fdba7
commit
8aa8d84f1e
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -756,9 +756,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "insta"
|
||||
version = "1.29.0"
|
||||
version = "1.30.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972"
|
||||
checksum = "28491f7753051e5704d4d0ae7860d45fae3238d7d235bc4289dcd45c48d3cec3"
|
||||
dependencies = [
|
||||
"console",
|
||||
"lazy_static",
|
||||
|
|
|
@ -70,7 +70,7 @@ libc = { version = "0.2.146" }
|
|||
[dev-dependencies]
|
||||
assert_cmd = "2.0.8"
|
||||
assert_matches = "1.5.0"
|
||||
insta = { version = "1.29.0", features = ["filters"] }
|
||||
insta = { version = "1.30.0", features = ["filters"] }
|
||||
regex = "1.8.4"
|
||||
testutils = { path = "lib/testutils" }
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ rustix = { version = "0.37.20", features = ["fs"] }
|
|||
[dev-dependencies]
|
||||
assert_matches = "1.5.0"
|
||||
criterion = "0.5.1"
|
||||
insta = "1.29.0"
|
||||
insta = "1.30.0"
|
||||
num_cpus = "1.15.0"
|
||||
test-case = "3.1.0"
|
||||
testutils = { path = "testutils" }
|
||||
|
|
Loading…
Reference in a new issue