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"
674674dependencies = [
675675 " serde" ,
676676 " termcolor" ,
677- " unicode-width 0.2.1 " ,
677+ " unicode-width 0.1.14 " ,
678678]
679679
680680[[package ]]
@@ -1470,9 +1470,9 @@ dependencies = [
14701470
14711471[[package ]]
14721472name = " getopts"
1473- version = " 0.2.23 "
1473+ version = " 0.2.24 "
14741474source = " registry+https://github.com/rust-lang/crates.io-index"
1475- checksum = " cba6ae63eb948698e300f645f87c70f76630d505f23b8907cf1e193ee85048c1 "
1475+ checksum = " cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df "
14761476dependencies = [
14771477 " unicode-width 0.2.1" ,
14781478]
Original file line number Diff line number Diff line change @@ -99,13 +99,12 @@ dependencies = [
9999
100100[[package ]]
101101name = " getopts"
102- version = " 0.2.23 "
102+ version = " 0.2.24 "
103103source = " registry+https://github.com/rust-lang/crates.io-index"
104- checksum = " cba6ae63eb948698e300f645f87c70f76630d505f23b8907cf1e193ee85048c1 "
104+ checksum = " cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df "
105105dependencies = [
106106 " rustc-std-workspace-core" ,
107107 " rustc-std-workspace-std" ,
108- " unicode-width" ,
109108]
110109
111110[[package ]]
@@ -360,16 +359,6 @@ dependencies = [
360359 " std" ,
361360]
362361
363- [[package ]]
364- name = " unicode-width"
365- version = " 0.2.1"
366- source = " registry+https://github.com/rust-lang/crates.io-index"
367- checksum = " 4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
368- dependencies = [
369- " rustc-std-workspace-core" ,
370- " rustc-std-workspace-std" ,
371- ]
372-
373362[[package ]]
374363name = " unwind"
375364version = " 0.0.0"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version = "0.0.0"
66edition = " 2024"
77
88[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' ] }
1010std = { path = " ../std" , public = true }
1111core = { path = " ../core" , public = true }
1212
Original file line number Diff line number Diff line change @@ -478,7 +478,6 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
478478 "rustc-demangle" ,
479479 "rustc-literal-escaper" ,
480480 "shlex" ,
481- "unicode-width" ,
482481 "unwinding" ,
483482 "wasi" ,
484483 "windows-sys" ,
You can’t perform that action at this time.
0 commit comments