Try fix windows build

This commit is contained in:
Gregory Schier
2024-10-12 21:17:44 -07:00
parent f5b4697608
commit 647b8e2313
+1 -1
View File
@@ -8,7 +8,7 @@ anyhow = "1.0.79"
dunce = "1.0.4" dunce = "1.0.4"
hyper = { version = "1.4.1" } hyper = { version = "1.4.1" }
hyper-proxy2 = { version = "0.1.0" } hyper-proxy2 = { version = "0.1.0" }
hyper-rustls = { version = "0.27.3", features = ["http2", "rustls-native-certs"] } hyper-rustls = { version = "0.27.3", default-features = false, features = ["http2", "rustls-native-certs"] }
hyper-util = { version = "0.1.9" } hyper-util = { version = "0.1.9" }
log = "0.4.20" log = "0.4.20"
md5 = "0.7.0" md5 = "0.7.0"