File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,7 @@ futures = "0.3"
241241tokio = { version = " 1" , features = [" rt" , " signal" ] }
242242
243243ipnet = { version = " 2.10" , optional = true }
244+ reqwest = { version = " 0.13" , features = [" blocking" ], optional = true }
244245
245246mimalloc = { version = " 0.1" , default-features = false , optional = true }
246247tcmalloc = { version = " 0.3" , optional = true }
@@ -255,19 +256,6 @@ windows-service = { version = "0.8", optional = true }
255256[target .'cfg(unix)' .dependencies ]
256257xdg = " 3.0"
257258
258- [target .'cfg(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch64"))' .dependencies ]
259- reqwest = { version = " 0.13" , features = [
260- " blocking" ,
261- " rustls-tls" ,
262- " rustls-tls-native-roots" ,
263- ], default-features = false , optional = true }
264-
265- [target .'cfg(not(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch64")))' .dependencies ]
266- reqwest = { version = " 0.13" , features = [
267- " blocking" ,
268- " native-tls-vendored" ,
269- ], optional = true }
270-
271259[dev-dependencies ]
272260byteorder = " 1.5"
273261env_logger = " 0.11"
You can’t perform that action at this time.
0 commit comments