Skip to content

Commit

Permalink
Update rustls to 0.20.1 and use the latest branch
Browse files Browse the repository at this point in the history
Signed-off-by: kazk <kazk.dev@gmail.com>
  • Loading branch information
kazk committed Nov 15, 2021
1 parent 1d1d681 commit fff848e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kube-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ futures = { version = "0.3.17", optional = true }
pem = { version = "1.0.1", optional = true }
openssl = { version = "0.10.36", optional = true }
tokio-native-tls = { version = "0.3.0", optional = true }
rustls = { version = "0.20.0", features = ["dangerous_configuration"], optional = true }
rustls = { version = "0.20.1", features = ["dangerous_configuration"], optional = true }
rustls-pemfile = { version = "0.2.1", optional = true }
bytes = { version = "1.1.0", optional = true }
tokio = { version = "1.12.0", features = ["time", "signal", "sync"], optional = true }
Expand All @@ -61,8 +61,7 @@ jsonpath_lib = { version = "0.3.0", optional = true }
tokio-util = { version = "0.6.8", optional = true, features = ["io", "codec"] }
hyper = { version = "0.14.13", optional = true, features = ["client", "http1", "stream", "tcp"] }
hyper-tls = { version = "0.5.0", optional = true }
#hyper-rustls = { version = "0.22.1", optional = true }
hyper-rustls = { git = "https://github.com/g2p/hyper-rustls.git", branch = "rustls-0.20", optional = true }
hyper-rustls = { version = "0.23.0", optional = true, git = "https://github.com/rustls/hyper-rustls.git", branch = "prepare-0.23" }
tokio-tungstenite = { version = "0.15.0", optional = true }
tower = { version = "0.4.6", optional = true, features = ["buffer", "util"] }
tower-http = { version = "0.1.1", optional = true, features = ["auth", "map-response-body", "trace"] }
Expand Down

0 comments on commit fff848e

Please sign in to comment.