diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-03-28 21:18:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-28 21:18:30 +0100 |
| commit | b6699318fa320e2ea0e1e4ee58db9a49d8e68197 (patch) | |
| tree | fc3a6cb26cd55e60a1d7f7bb0334326bc11a8082 /Cargo.lock | |
| parent | 52aed95060e1fa12373ee7f3f391178afa57fe14 (diff) | |
| parent | 7310925076c797d67d3df026c6b22f9a73380661 (diff) | |
| download | rust-b6699318fa320e2ea0e1e4ee58db9a49d8e68197.tar.gz rust-b6699318fa320e2ea0e1e4ee58db9a49d8e68197.zip | |
Rollup merge of #139065 - RalfJung:miri-sync, r=RalfJung
Miri subtree update r? `@ghost`
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7ac73a1c981..a5d8d6f86d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -535,7 +535,7 @@ dependencies = [ "termize", "tokio", "toml 0.7.8", - "ui_test 0.29.2", + "ui_test", "walkdir", ] @@ -2262,7 +2262,7 @@ dependencies = [ "smallvec", "tempfile", "tikv-jemalloc-sys", - "ui_test 0.28.0", + "ui_test", "windows-sys 0.52.0", ] @@ -5510,32 +5510,6 @@ checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" [[package]] name = "ui_test" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7484683d60d50ca1d1b6433c3dbf6c5ad71d20387acdcfb16fe79573f3fba576" -dependencies = [ - "annotate-snippets 0.11.5", - "anyhow", - "bstr", - "cargo-platform", - "cargo_metadata 0.18.1", - "color-eyre", - "colored", - "comma", - "crossbeam-channel", - "indicatif", - "levenshtein", - "prettydiff", - "regex", - "rustc_version", - "rustfix", - "serde", - "serde_json", - "spanned", -] - -[[package]] -name = "ui_test" version = "0.29.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1211b1111c752c73b33073d2958072be08825fd97c9ab4d83444da361a06634b" |
