update lockfile
This commit is contained in:
parent
b880024f29
commit
ba86cf8686
1 changed files with 30 additions and 62 deletions
92
Cargo.lock
92
Cargo.lock
|
@ -104,15 +104,6 @@ dependencies = [
|
||||||
"unicode-width",
|
"unicode-width",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "ansi_term"
|
|
||||||
version = "0.12.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
||||||
dependencies = [
|
|
||||||
"winapi",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anstream"
|
name = "anstream"
|
||||||
version = "0.6.15"
|
version = "0.6.15"
|
||||||
|
@ -714,7 +705,7 @@ dependencies = [
|
||||||
"miow",
|
"miow",
|
||||||
"miropt-test-tools",
|
"miropt-test-tools",
|
||||||
"regex",
|
"regex",
|
||||||
"rustfix 0.8.1",
|
"rustfix",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
@ -2278,7 +2269,7 @@ dependencies = [
|
||||||
"rustc_version",
|
"rustc_version",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"ui_test 0.21.2",
|
"ui_test 0.26.5",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.52.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -2807,16 +2798,6 @@ version = "0.1.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "prettydiff"
|
|
||||||
version = "0.6.4"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11"
|
|
||||||
dependencies = [
|
|
||||||
"ansi_term",
|
|
||||||
"pad",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "prettydiff"
|
name = "prettydiff"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
|
@ -4625,18 +4606,6 @@ dependencies = [
|
||||||
"rustdoc",
|
"rustdoc",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "rustfix"
|
|
||||||
version = "0.6.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
|
|
||||||
dependencies = [
|
|
||||||
"anyhow",
|
|
||||||
"log",
|
|
||||||
"serde",
|
|
||||||
"serde_json",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustfix"
|
name = "rustfix"
|
||||||
version = "0.8.1"
|
version = "0.8.1"
|
||||||
|
@ -5516,33 +5485,6 @@ version = "0.1.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "ui_test"
|
|
||||||
version = "0.21.2"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d"
|
|
||||||
dependencies = [
|
|
||||||
"annotate-snippets 0.9.2",
|
|
||||||
"anyhow",
|
|
||||||
"bstr",
|
|
||||||
"cargo-platform",
|
|
||||||
"cargo_metadata 0.15.4",
|
|
||||||
"color-eyre",
|
|
||||||
"colored",
|
|
||||||
"comma",
|
|
||||||
"crossbeam-channel",
|
|
||||||
"indicatif",
|
|
||||||
"lazy_static",
|
|
||||||
"levenshtein",
|
|
||||||
"prettydiff 0.6.4",
|
|
||||||
"regex",
|
|
||||||
"rustc_version",
|
|
||||||
"rustfix 0.6.1",
|
|
||||||
"serde",
|
|
||||||
"serde_json",
|
|
||||||
"tempfile",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ui_test"
|
name = "ui_test"
|
||||||
version = "0.25.0"
|
version = "0.25.0"
|
||||||
|
@ -5561,10 +5503,36 @@ dependencies = [
|
||||||
"indicatif",
|
"indicatif",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"levenshtein",
|
"levenshtein",
|
||||||
"prettydiff 0.7.0",
|
"prettydiff",
|
||||||
"regex",
|
"regex",
|
||||||
"rustc_version",
|
"rustc_version",
|
||||||
"rustfix 0.8.1",
|
"rustfix",
|
||||||
|
"serde",
|
||||||
|
"serde_json",
|
||||||
|
"spanned",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "ui_test"
|
||||||
|
version = "0.26.5"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "32ee4c40e5a5f9fa6864ff976473e5d6a6e9884b6ce68b40690d9f87e1994c83"
|
||||||
|
dependencies = [
|
||||||
|
"annotate-snippets 0.11.4",
|
||||||
|
"anyhow",
|
||||||
|
"bstr",
|
||||||
|
"cargo-platform",
|
||||||
|
"cargo_metadata 0.18.1",
|
||||||
|
"color-eyre",
|
||||||
|
"colored",
|
||||||
|
"comma",
|
||||||
|
"crossbeam-channel",
|
||||||
|
"indicatif",
|
||||||
|
"levenshtein",
|
||||||
|
"prettydiff",
|
||||||
|
"regex",
|
||||||
|
"rustc_version",
|
||||||
|
"rustfix",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"spanned",
|
"spanned",
|
||||||
|
|
Loading…
Add table
Reference in a new issue