File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -110,10 +110,6 @@ package = "atomic"
110110version = " =0.5.3"
111111default-features = false
112112
113- [dependencies .atty ]
114- package = " atty"
115- version = " =0.2.14"
116-
117113[dependencies .autocfg ]
118114package = " autocfg"
119115version = " =1.2.0"
@@ -1710,10 +1706,6 @@ package = "atomic"
17101706version = " =0.5.3"
17111707default-features = false
17121708
1713- [build_dependencies .atty ]
1714- package = " atty"
1715- version = " =0.2.14"
1716-
17171709[build_dependencies .autocfg ]
17181710package = " autocfg"
17191711version = " =1.2.0"
Original file line number Diff line number Diff line change 9494 "version" : " 0.5.3" ,
9595 "id" : " atomic"
9696 },
97- {
98- "name" : " atty" ,
99- "version" : " 0.2.14" ,
100- "id" : " atty"
101- },
10297 {
10398 "name" : " autocfg" ,
10499 "version" : " 1.2.0" ,
Original file line number Diff line number Diff line change 1- exclusions = []
1+ exclusions = [
2+ # https://github.com/advisories/GHSA-g98v-hv3f-hcfr
3+ " atty" ,
4+ ]
25
36additions = [
47 # Crates that the compiler recommends
You can’t perform that action at this time.
0 commit comments