Skip to content

Commit

Permalink
Update Cargo.lock (ui_test update)
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Oct 21, 2023
1 parent 24b3554 commit b8b55fe
Showing 1 changed file with 3 additions and 29 deletions.
32 changes: 3 additions & 29 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ dependencies = [
"tester",
"tokio",
"toml 0.7.5",
"ui_test 0.20.0",
"ui_test",
"walkdir",
]

Expand Down Expand Up @@ -614,6 +614,7 @@ dependencies = [
"if_chain",
"itertools",
"rustc-semver",
"serde",
]

[[package]]
Expand Down Expand Up @@ -2511,7 +2512,7 @@ dependencies = [
"rustc_version",
"serde",
"smallvec",
"ui_test 0.21.2",
"ui_test",
]

[[package]]
Expand Down Expand Up @@ -5740,33 +5741,6 @@ version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"

[[package]]
name = "ui_test"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfd8fb9b15c8332cf51bfc2dc4830063b2446a9c9d732421b56f2478024a3971"
dependencies = [
"annotate-snippets",
"anyhow",
"bstr",
"cargo-platform",
"cargo_metadata 0.15.4",
"color-eyre",
"colored",
"comma",
"crossbeam-channel",
"indicatif",
"lazy_static",
"levenshtein",
"prettydiff",
"regex",
"rustc_version",
"rustfix",
"serde",
"serde_json",
"tempfile",
]

[[package]]
name = "ui_test"
version = "0.21.2"
Expand Down

0 comments on commit b8b55fe

Please sign in to comment.