File tree Expand file tree Collapse file tree 4 files changed +6
-18
lines changed Expand file tree Collapse file tree 4 files changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -674,7 +674,7 @@ checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
674
674
dependencies = [
675
675
" serde" ,
676
676
" termcolor" ,
677
- " unicode-width 0.2.1 " ,
677
+ " unicode-width 0.1.14 " ,
678
678
]
679
679
680
680
[[package ]]
@@ -1458,9 +1458,9 @@ dependencies = [
1458
1458
1459
1459
[[package ]]
1460
1460
name = " getopts"
1461
- version = " 0.2.23 "
1461
+ version = " 0.2.24 "
1462
1462
source = " registry+https://github.com/rust-lang/crates.io-index"
1463
- checksum = " cba6ae63eb948698e300f645f87c70f76630d505f23b8907cf1e193ee85048c1 "
1463
+ checksum = " cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df "
1464
1464
dependencies = [
1465
1465
" unicode-width 0.2.1" ,
1466
1466
]
Original file line number Diff line number Diff line change @@ -99,13 +99,12 @@ dependencies = [
99
99
100
100
[[package ]]
101
101
name = " getopts"
102
- version = " 0.2.23 "
102
+ version = " 0.2.24 "
103
103
source = " registry+https://github.com/rust-lang/crates.io-index"
104
- checksum = " cba6ae63eb948698e300f645f87c70f76630d505f23b8907cf1e193ee85048c1 "
104
+ checksum = " cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df "
105
105
dependencies = [
106
106
" rustc-std-workspace-core" ,
107
107
" rustc-std-workspace-std" ,
108
- " unicode-width" ,
109
108
]
110
109
111
110
[[package ]]
@@ -361,16 +360,6 @@ dependencies = [
361
360
" std" ,
362
361
]
363
362
364
- [[package ]]
365
- name = " unicode-width"
366
- version = " 0.2.1"
367
- source = " registry+https://github.com/rust-lang/crates.io-index"
368
- checksum = " 4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
369
- dependencies = [
370
- " rustc-std-workspace-core" ,
371
- " rustc-std-workspace-std" ,
372
- ]
373
-
374
363
[[package ]]
375
364
name = " unwind"
376
365
version = " 0.0.0"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version = "0.0.0"
6
6
edition = " 2024"
7
7
8
8
[dependencies ]
9
- getopts = { version = " 0.2.21 " , features = [' rustc-dep-of-std' ] }
9
+ getopts = { version = " 0.2.24 " , default-features = false , features = [' rustc-dep-of-std' ] }
10
10
std = { path = " ../std" , public = true }
11
11
core = { path = " ../core" , public = true }
12
12
Original file line number Diff line number Diff line change @@ -477,7 +477,6 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
477
477
"rustc-demangle" ,
478
478
"rustc-literal-escaper" ,
479
479
"shlex" ,
480
- "unicode-width" ,
481
480
"unwinding" ,
482
481
"wasi" ,
483
482
"windows-sys" ,
You can’t perform that action at this time.
0 commit comments