diff options
author | Alex Auvolat <alex@adnab.me> | 2022-10-18 22:11:27 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-10-18 22:11:27 +0200 |
commit | 57b5c2c754a8d6d55882eae3dad44e328d961084 (patch) | |
tree | 3ea0cd34ae65c037ebb51a35fd83c71912f2c9e2 /src/rpc/Cargo.toml | |
parent | 8bc5caf7aa9bc0e27b741c68113cb7fdde2d54e6 (diff) | |
download | garage-57b5c2c754a8d6d55882eae3dad44e328d961084.tar.gz garage-57b5c2c754a8d6d55882eae3dad44e328d961084.zip |
Change reqwest rustls features
Diffstat (limited to 'src/rpc/Cargo.toml')
-rw-r--r-- | src/rpc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml index aedac82b..2c2ddc0b 100644 --- a/src/rpc/Cargo.toml +++ b/src/rpc/Cargo.toml @@ -35,7 +35,7 @@ err-derive = { version = "0.3", optional = true } kube = { version = "0.75", default-features = false, features = ["runtime", "derive", "client", "rustls-tls"], optional = true } k8s-openapi = { version = "0.16", features = ["v1_22"], optional = true } schemars = { version = "0.8", optional = true } -reqwest = { version = "0.11", optional = true, default-features = false, features = ["rustls-tls", "json"] } +reqwest = { version = "0.11", optional = true, default-features = false, features = ["rustls-tls-manual-roots", "json"] } # newer version requires rust edition 2021 pnet_datalink = "0.28" |