Skip to content

Commit

Permalink
Use released version
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 21, 2021
1 parent c807dea commit 371c0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +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.23.0", optional = true, git = "https://github.com/rustls/hyper-rustls.git", branch = "prepare-0.23" }
hyper-rustls = { version = "0.23.0", optional = true }
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 371c0db

Please sign in to comment.