File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,6 @@ dependencies = [
383
383
" regex" ,
384
384
" rustc-workspace-hack" ,
385
385
" rustc_version" ,
386
- " shell-escape" ,
387
386
" smallvec" ,
388
387
" ui_test" ,
389
388
]
@@ -632,12 +631,6 @@ dependencies = [
632
631
" lazy_static" ,
633
632
]
634
633
635
- [[package ]]
636
- name = " shell-escape"
637
- version = " 0.1.5"
638
- source = " registry+https://github.com/rust-lang/crates.io-index"
639
- checksum = " 45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
640
-
641
634
[[package ]]
642
635
name = " smallvec"
643
636
version = " 1.9.0"
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ doctest = false # and no doc tests
21
21
getrandom = { version = " 0.2" , features = [" std" ] }
22
22
env_logger = " 0.9"
23
23
log = " 0.4"
24
- shell-escape = " 0.1.4"
25
24
rand = " 0.8"
26
25
smallvec = " 1.7"
27
26
You can’t perform that action at this time.
0 commit comments