Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ef2d539

Browse files
authored
Merge pull request rust-lang#4213 from oli-obk/push-oqrnvmlnzsnw
Update ui test
2 parents 88a8309 + 410b09f commit ef2d539

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tools/miri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,9 +1079,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
10791079

10801080
[[package]]
10811081
name = "ui_test"
1082-
version = "0.28.0"
1082+
version = "0.29.1"
10831083
source = "registry+https://github.com/rust-lang/crates.io-index"
1084-
checksum = "7484683d60d50ca1d1b6433c3dbf6c5ad71d20387acdcfb16fe79573f3fba576"
1084+
checksum = "14bf63f2931a28a04af0bd24c5f850223d29f3a40afae49ed6ce442a65eb8652"
10851085
dependencies = [
10861086
"annotate-snippets",
10871087
"anyhow",

src/tools/miri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ windows-sys = { version = "0.52", features = [
4747
] }
4848

4949
[dev-dependencies]
50-
ui_test = "0.28.0"
50+
ui_test = "0.29.1"
5151
colored = "2"
5252
rustc_version = "0.4"
5353
regex = "1.5.5"

0 commit comments

Comments
 (0)