Skip to content

Commit

Permalink
Update Rust crate rustls to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 218c984 commit 1ed0952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdp-injector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde_json = "1.0"
serde = { version= "1.0", features = ["derive"] }
kube = { version = "0.87.1", default-features = false, features = ["admission", "rustls-tls", "derive", "client", "runtime"] }
k8s-openapi = { version = "0.20.0", features = ["latest"]}
rustls = "0.20.6"
rustls = "0.23.0"
rustls-pemfile = "1.0.4"
futures-util = "0.3"
http = "0.2.12"
Expand Down

0 comments on commit 1ed0952

Please sign in to comment.