Skip to content

Commit

Permalink
fix(deps): update rust crate http to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 23, 2023
1 parent 90616e4 commit 0bbec4b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
27 changes: 19 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ log4rs = { version = "1", default-features = false, features = ["file_appender",

bytes = "1"
futures = "0.3"
http = "0.2"
http = "1.0"
k8s-openapi = { version = "0.20", default-features = false, features = ["v1_27"] }
kube = { version = "0.87", default-features = false, features = ["client"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 0bbec4b

Please sign in to comment.