File tree 3 files changed +4
-14
lines changed
3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -110,10 +110,6 @@ package = "atomic"
110
110
version = " =0.5.3"
111
111
default-features = false
112
112
113
- [dependencies .atty ]
114
- package = " atty"
115
- version = " =0.2.14"
116
-
117
113
[dependencies .autocfg ]
118
114
package = " autocfg"
119
115
version = " =1.2.0"
@@ -1710,10 +1706,6 @@ package = "atomic"
1710
1706
version = " =0.5.3"
1711
1707
default-features = false
1712
1708
1713
- [build_dependencies .atty ]
1714
- package = " atty"
1715
- version = " =0.2.14"
1716
-
1717
1709
[build_dependencies .autocfg ]
1718
1710
package = " autocfg"
1719
1711
version = " =1.2.0"
Original file line number Diff line number Diff line change 94
94
"version" : " 0.5.3" ,
95
95
"id" : " atomic"
96
96
},
97
- {
98
- "name" : " atty" ,
99
- "version" : " 0.2.14" ,
100
- "id" : " atty"
101
- },
102
97
{
103
98
"name" : " autocfg" ,
104
99
"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
+ ]
2
5
3
6
additions = [
4
7
# Crates that the compiler recommends
You can’t perform that action at this time.
0 commit comments