Skip to content

Commit

Permalink
Merge pull request #922 from bottlerocket-os/dependabot/cargo/http-1.1.0
Browse files Browse the repository at this point in the history
build(deps): bump http from 0.2.12 to 1.1.0
  • Loading branch information
cbgbt authored Aug 8, 2024
2 parents 7f6b52b + 441826d commit 8800629
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aws-types = "1"
aws-sdk-cloudwatchlogs = "1"
env_logger = "0.10"
futures = "0.3"
http = "0"
http = "1"
k8s-openapi = { version = "0.21", default-features = false, features = ["v1_24"] }
kube = { version = "0.88", default-features = false, features = ["derive", "client", "rustls-tls"] }
kube-runtime = "0.88"
Expand Down
2 changes: 1 addition & 1 deletion model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ base64 = "0.21"
bytes = "1.3"
chrono = { version = "0.4", default-features = false, features = ["clock"]}
futures = "0.3"
http = "0.2"
http = "1"
json-patch = "1"
k8s-openapi = { version = "0.21", default-features = false, features = ["v1_24"] }
kube = { version = "0.88", default-features = false, features = ["config", "derive", "jsonpatch", "client", "ws", "rustls-tls"] }
Expand Down

0 comments on commit 8800629

Please sign in to comment.