mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 07:14:38 +00:00
cargo: bump insta from 1.19.1 to 1.20.0
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.19.1 to 1.20.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.19.1...1.20.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
ff055a0701
commit
8402dd8264
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -624,9 +624,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "insta"
|
||||
version = "1.19.1"
|
||||
version = "1.20.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fc61e98be01e89296f3343a878e9f8ca75a494cb5aaf29df65ef55734aeb85f5"
|
||||
checksum = "58a931b01c76064c5be919faa2ef0dc570e9a889dcd1e5fef08a8ca6eb4d6c0b"
|
||||
dependencies = [
|
||||
"console",
|
||||
"linked-hash-map",
|
||||
|
|
|
@ -60,7 +60,7 @@ thiserror = "1.0.35"
|
|||
assert_cmd = "2.0.4"
|
||||
criterion = "0.4.0"
|
||||
criterion_bencher_compat = "0.4.0"
|
||||
insta = "1.19.1"
|
||||
insta = "1.20.0"
|
||||
lazy_static = "1.4.0"
|
||||
regex = "1.6.0"
|
||||
predicates = "2.1.1"
|
||||
|
|
|
@ -42,7 +42,7 @@ zstd = "0.11.2"
|
|||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.5.0"
|
||||
insta = "1.19.1"
|
||||
insta = "1.20.0"
|
||||
num_cpus = "1.13.1"
|
||||
test-case = "2.2.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue