diff --git a/openstack_sdk/Cargo.toml b/openstack_sdk/Cargo.toml index fc36f72f2..faabfd1b1 100644 --- a/openstack_sdk/Cargo.toml +++ b/openstack_sdk/Cargo.toml @@ -66,7 +66,7 @@ lazy_static = { workspace = true } open.workspace = true regex = { workspace = true } reqwest = { workspace = true, features = ["gzip", "deflate", "http2", - "system-proxy"] } + "socks", "system-proxy"] } secrecy = { version = "0.10", features = ["serde"] } serde = { workspace = true } serde_json = {workspace = true}