Skip to content

Commit e0f4ab8

Browse files
committed
update lockfile
1 parent 024279a commit e0f4ab8

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

Cargo.lock

+11-6
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,7 @@ dependencies = [
24192419
"rustc_version",
24202420
"serde",
24212421
"smallvec",
2422-
"ui_test 0.11.7",
2422+
"ui_test 0.21.2",
24232423
]
24242424

24252425
[[package]]
@@ -5621,18 +5621,23 @@ checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
56215621

56225622
[[package]]
56235623
name = "ui_test"
5624-
version = "0.11.7"
5624+
version = "0.20.0"
56255625
source = "registry+https://github.com/rust-lang/crates.io-index"
5626-
checksum = "c21899b59f53717dfad29e4f46e5b21a200a1b6888ab86532a07cfc8b48dd78c"
5626+
checksum = "bfd8fb9b15c8332cf51bfc2dc4830063b2446a9c9d732421b56f2478024a3971"
56275627
dependencies = [
5628+
"annotate-snippets",
5629+
"anyhow",
56285630
"bstr",
56295631
"cargo-platform",
56305632
"cargo_metadata",
56315633
"color-eyre",
56325634
"colored",
5635+
"comma",
56335636
"crossbeam-channel",
5634-
"diff",
5637+
"indicatif",
56355638
"lazy_static",
5639+
"levenshtein",
5640+
"prettydiff",
56365641
"regex",
56375642
"rustc_version",
56385643
"rustfix",
@@ -5643,9 +5648,9 @@ dependencies = [
56435648

56445649
[[package]]
56455650
name = "ui_test"
5646-
version = "0.20.0"
5651+
version = "0.21.2"
56475652
source = "registry+https://github.com/rust-lang/crates.io-index"
5648-
checksum = "bfd8fb9b15c8332cf51bfc2dc4830063b2446a9c9d732421b56f2478024a3971"
5653+
checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d"
56495654
dependencies = [
56505655
"annotate-snippets",
56515656
"anyhow",

0 commit comments

Comments
 (0)