about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2019-04-14 11:02:18 +0200
committerRalf Jung <post@ralfj.de>2019-04-14 11:02:18 +0200
commit3f858516c03a156f3b60dbc941bbcdc0cbdd48aa (patch)
tree689b1d53c79e8159926e7fee55b99bc6237d8c9a
parentee621f42329069c296b4c2066b3743cc4ff0f369 (diff)
downloadrust-3f858516c03a156f3b60dbc941bbcdc0cbdd48aa.tar.gz
rust-3f858516c03a156f3b60dbc941bbcdc0cbdd48aa.zip
update miri
-rw-r--r--Cargo.lock2
m---------src/tools/miri28
2 files changed, 16 insertions, 14 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9841f9d502c..13364cb2a24 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1613,7 +1613,9 @@ dependencies = [
  "compiletest_rs 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
  "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc-workspace-hack 1.0.0",
  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/src/tools/miri b/src/tools/miri
-Subproject 28f2e5b17a9a4c33a810dffda8eaaf55a1b8b70
+Subproject 7c06679f93df53f83bbf61b197f2e5c39f5d763