We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b380fef commit 9f89c4cCopy full SHA for 9f89c4c
1 file changed
devolutions-agent/Cargo.toml
@@ -56,7 +56,7 @@ features = [
56
[target.'cfg(windows)'.dependencies]
57
hex = "0.4"
58
notify-debouncer-mini = "0.6"
59
-reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots"] }
+reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "http2", "system-proxy", "socks"] }
60
aws-lc-rs = "1.13"
61
sha2 = "0.10"
62
thiserror = "2"
0 commit comments