Skip to content

Commit

Permalink
Bump rustls to the verson that supports Sec1 EC keys
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Pouzanov <farcaller@gmail.com>
  • Loading branch information
farcaller committed Feb 13, 2022
1 parent c164896 commit 5f2cc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-client/Cargo.toml
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.1", features = ["dangerous_configuration"], optional = true }
rustls = { version = "0.20.3", features = ["dangerous_configuration"], optional = true }
rustls-pemfile = { version = "0.3.0", optional = true }
bytes = { version = "1.1.0", optional = true }
tokio = { version = "1.14.0", features = ["time", "signal", "sync"], optional = true }
Expand Down

0 comments on commit 5f2cc49

Please sign in to comment.