forked from mirrors/jj
cargo: bump insta from 1.18.0 to 1.18.1
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.18.0 to 1.18.1. - [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.18.0...1.18.1) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8b4f9483d8
commit
5f0cb71177
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -612,9 +612,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "insta"
|
||||
version = "1.18.0"
|
||||
version = "1.18.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "49de01ff8a0781c5414e674b4469b81f6693d6bda6a4d405600c2acd06ebc6d3"
|
||||
checksum = "1a2bbec77f9472e4ed0cf9be1de622f0dc84d5af96599e3b625e569ef92aaed0"
|
||||
dependencies = [
|
||||
"console",
|
||||
"linked-hash-map",
|
||||
|
|
|
@ -60,7 +60,7 @@ thiserror = "1.0.32"
|
|||
assert_cmd = "2.0.4"
|
||||
criterion = "0.3.6"
|
||||
criterion_bencher_compat = "0.3.4"
|
||||
insta = "1.18.0"
|
||||
insta = "1.18.1"
|
||||
regex = "1.6.0"
|
||||
predicates = "2.1.1"
|
||||
test-case = "2.2.1"
|
||||
|
|
|
@ -42,7 +42,7 @@ zstd = "0.11.2"
|
|||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.5.0"
|
||||
insta = "1.18.0"
|
||||
insta = "1.18.1"
|
||||
num_cpus = "1.13.1"
|
||||
test-case = "2.2.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue