Skip to content

Commit

Permalink
Auto merge of #101248 - RalfJung:miri, r=RalfJung
Browse files Browse the repository at this point in the history
update Miri

r? `@ghost`
Fixes #101067
  • Loading branch information
bors committed Sep 2, 2022
2 parents 10706d6 + f76eac4 commit e4f0493
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 34 deletions.
38 changes: 5 additions & 33 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1036,16 +1036,6 @@ dependencies = [
"quote",
]

[[package]]
name = "ctor"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
dependencies = [
"quote",
"syn",
]

[[package]]
name = "curl"
version = "0.4.43"
Expand Down Expand Up @@ -2294,6 +2284,7 @@ dependencies = [
"getrandom 0.2.0",
"lazy_static",
"libc",
"libloading",
"log",
"measureme",
"rand 0.8.5",
Expand Down Expand Up @@ -2472,15 +2463,6 @@ version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"

[[package]]
name = "output_vt100"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
dependencies = [
"winapi",
]

[[package]]
name = "owo-colors"
version = "3.4.0"
Expand Down Expand Up @@ -2721,18 +2703,6 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"

[[package]]
name = "pretty_assertions"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563"
dependencies = [
"ansi_term",
"ctor",
"diff",
"output_vt100",
]

[[package]]
name = "pretty_env_logger"
version = "0.4.0"
Expand Down Expand Up @@ -5135,14 +5105,16 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"

[[package]]
name = "ui_test"
version = "0.1.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d1f546a5883ae78da735bba529ec1116661e2f73582f23920d994dc97da3a22"
dependencies = [
"cargo_metadata 0.15.0",
"color-eyre",
"colored",
"crossbeam",
"diff",
"lazy_static",
"pretty_assertions",
"regex",
"rustc_version",
"serde",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/miri
Submodule miri updated 451 files

0 comments on commit e4f0493

Please sign in to comment.