diff options
| author | Ralf Jung <post@ralfj.de> | 2022-11-17 11:59:07 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2022-11-17 11:59:07 +0100 |
| commit | 3de7c2834fff87c9f8a414614011e95fc67806f7 (patch) | |
| tree | f6177555548a9cdd1cea8566f36b0fdc23c4e9cb | |
| parent | 331b93a00b88e3e4457ed80020a9c88c346da784 (diff) | |
| parent | d0a7ae1a7ac513bacc4cc72b438dee0bd3a317bf (diff) | |
| download | rust-3de7c2834fff87c9f8a414614011e95fc67806f7.tar.gz rust-3de7c2834fff87c9f8a414614011e95fc67806f7.zip | |
Auto merge of #2671 - klensy:shell_escape, r=RalfJung
recreated by hand
| -rw-r--r-- | src/tools/miri/Cargo.lock | 7 | ||||
| -rw-r--r-- | src/tools/miri/Cargo.toml | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/tools/miri/Cargo.lock b/src/tools/miri/Cargo.lock index 3c890df08cc..15fc89b8681 100644 --- a/src/tools/miri/Cargo.lock +++ b/src/tools/miri/Cargo.lock @@ -383,7 +383,6 @@ dependencies = [ "regex", "rustc-workspace-hack", "rustc_version", - "shell-escape", "smallvec", "ui_test", ] @@ -633,12 +632,6 @@ dependencies = [ ] [[package]] -name = "shell-escape" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" - -[[package]] name = "smallvec" version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" diff --git a/src/tools/miri/Cargo.toml b/src/tools/miri/Cargo.toml index 65ef92e21d6..0f69a0baef4 100644 --- a/src/tools/miri/Cargo.toml +++ b/src/tools/miri/Cargo.toml @@ -21,7 +21,6 @@ doctest = false # and no doc tests getrandom = { version = "0.2", features = ["std"] } env_logger = "0.9" log = "0.4" -shell-escape = "0.1.4" rand = "0.8" smallvec = "1.7" |
