Skip to content

Commit

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

Fixes #64798
  • Loading branch information
bors committed Sep 30, 2019
2 parents d16ee89 + 17fa7fe commit bd9a0aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ dependencies = [
"serde_derive",
"serde_json",
"tempfile",
"tester",
"winapi 0.3.6",
]

Expand Down Expand Up @@ -4323,16 +4322,6 @@ dependencies = [
"std",
]

[[package]]
name = "term"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
dependencies = [
"kernel32-sys",
"winapi 0.2.8",
]

[[package]]
name = "term"
version = "0.6.0"
Expand Down Expand Up @@ -4389,17 +4378,6 @@ dependencies = [
"term 0.0.0",
]

[[package]]
name = "tester"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e812cb26c597f86a49b26dbb58b878bd2a2b4b93fc069dc39499228fe556ff6"
dependencies = [
"getopts",
"libc",
"term 0.4.6",
]

[[package]]
name = "textwrap"
version = "0.11.0"
Expand Down

0 comments on commit bd9a0aa

Please sign in to comment.