@@ -30,7 +30,6 @@ futures-core = { version = "0.3" }
30
30
futures-executor = { version = " 0.3" }
31
31
futures-sink = { version = " 0.3" }
32
32
futures-util = { version = " 0.3" , features = [" channel" , " io" , " sink" ] }
33
- getrandom = { version = " 0.2" , default-features = false , features = [" std" ] }
34
33
hex = { version = " 0.4" , features = [" serde" ] }
35
34
indexmap = { version = " 2" , features = [" serde" ] }
36
35
libc = { version = " 0.2" , features = [" extra_traits" ] }
@@ -79,7 +78,6 @@ futures-core = { version = "0.3" }
79
78
futures-executor = { version = " 0.3" }
80
79
futures-sink = { version = " 0.3" }
81
80
futures-util = { version = " 0.3" , features = [" channel" , " io" , " sink" ] }
82
- getrandom = { version = " 0.2" , default-features = false , features = [" std" ] }
83
81
hex = { version = " 0.4" , features = [" serde" ] }
84
82
indexmap = { version = " 2" , features = [" serde" ] }
85
83
libc = { version = " 0.2" , features = [" extra_traits" ] }
@@ -117,6 +115,7 @@ zerocopy = { version = "0.7", features = ["derive", "simd"] }
117
115
[target .x86_64-unknown-linux-gnu .dependencies ]
118
116
bitflags-dff4ba8e3ae991db = { package = " bitflags" , version = " 1" }
119
117
dof = { version = " 0.3" , default-features = false , features = [" des" ] }
118
+ getrandom = { version = " 0.2" , default-features = false , features = [" std" ] }
120
119
hyper = { version = " 1" , features = [" full" ] }
121
120
hyper-rustls = { version = " 0.27" , default-features = false , features = [" http1" , " http2" , " ring" , " tls12" , " webpki-tokio" ] }
122
121
hyper-util = { version = " 0.1" , features = [" full" ] }
@@ -129,6 +128,7 @@ tokio-util = { version = "0.7", features = ["codec", "io"] }
129
128
130
129
[target .x86_64-unknown-linux-gnu .build-dependencies ]
131
130
dof = { version = " 0.3" , default-features = false , features = [" des" ] }
131
+ getrandom = { version = " 0.2" , default-features = false , features = [" std" ] }
132
132
hyper = { version = " 1" , features = [" full" ] }
133
133
hyper-rustls = { version = " 0.27" , default-features = false , features = [" http1" , " http2" , " ring" , " tls12" , " webpki-tokio" ] }
134
134
hyper-util = { version = " 0.1" , features = [" full" ] }
@@ -140,6 +140,7 @@ spin = { version = "0.9", default-features = false, features = ["once", "spin_mu
140
140
tokio-util = { version = " 0.7" , features = [" codec" , " io" ] }
141
141
142
142
[target .aarch64-apple-darwin .dependencies ]
143
+ getrandom = { version = " 0.2" , default-features = false , features = [" std" ] }
143
144
hyper = { version = " 1" , features = [" full" ] }
144
145
hyper-rustls = { version = " 0.27" , default-features = false , features = [" http1" , " http2" , " ring" , " tls12" , " webpki-tokio" ] }
145
146
hyper-util = { version = " 0.1" , features = [" full" ] }
@@ -150,6 +151,7 @@ rustls-pki-types = { version = "1", features = ["std"] }
150
151
tokio-util = { version = " 0.7" , features = [" codec" , " io" ] }
151
152
152
153
[target .aarch64-apple-darwin .build-dependencies ]
154
+ getrandom = { version = " 0.2" , default-features = false , features = [" std" ] }
153
155
hyper = { version = " 1" , features = [" full" ] }
154
156
hyper-rustls = { version = " 0.27" , default-features = false , features = [" http1" , " http2" , " ring" , " tls12" , " webpki-tokio" ] }
155
157
hyper-util = { version = " 0.1" , features = [" full" ] }
@@ -162,6 +164,7 @@ tokio-util = { version = "0.7", features = ["codec", "io"] }
162
164
[target .x86_64-unknown-illumos .dependencies ]
163
165
bitflags-dff4ba8e3ae991db = { package = " bitflags" , version = " 1" }
164
166
dof = { version = " 0.3" , default-features = false , features = [" des" ] }
167
+ getrandom = { version = " 0.2" , default-features = false , features = [" std" ] }
165
168
hyper = { version = " 1" , features = [" full" ] }
166
169
hyper-rustls = { version = " 0.27" , default-features = false , features = [" http1" , " http2" , " ring" , " tls12" , " webpki-tokio" ] }
167
170
hyper-util = { version = " 0.1" , features = [" full" ] }
@@ -175,6 +178,7 @@ toml_edit = { version = "0.19", features = ["serde"] }
175
178
176
179
[target .x86_64-unknown-illumos .build-dependencies ]
177
180
dof = { version = " 0.3" , default-features = false , features = [" des" ] }
181
+ getrandom = { version = " 0.2" , default-features = false , features = [" std" ] }
178
182
hyper = { version = " 1" , features = [" full" ] }
179
183
hyper-rustls = { version = " 0.27" , default-features = false , features = [" http1" , " http2" , " ring" , " tls12" , " webpki-tokio" ] }
180
184
hyper-util = { version = " 0.1" , features = [" full" ] }
0 commit comments