Skip to content

Commit

Permalink
Bump rustls-pemfile 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 5, 2022
1 parent 09b3256 commit 56fa5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-client/Cargo.toml
Expand Up @@ -53,7 +53,7 @@ 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-pemfile = { version = "0.2.1", 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 }
kube-core = { path = "../kube-core", version = "^0.68.0"}
Expand Down

0 comments on commit 56fa5cf

Please sign in to comment.