]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/miri/Cargo.toml
Rollup merge of #83608 - Kimundi:index_many, r=Mark-Simulacrum
[rust.git] / src / tools / miri / Cargo.toml
index 02485dab74c5b87cc59b7a0c7da96783f8b0502d..0f69a0baef4fb29fae46fbe6348129515b294a66 100644 (file)
@@ -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"
 
@@ -40,7 +39,7 @@ libloading = "0.7"
 
 [dev-dependencies]
 colored = "2"
-ui_test = "0.3.1"
+ui_test = "0.4"
 rustc_version = "0.4"
 # Features chosen to match those required by env_logger, to avoid rebuilds
 regex = { version = "1.5.5", default-features = false, features = ["perf", "std"] }