Skip to content

Commit

Permalink
Update Rust crate hyper to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Nov 28, 2024
1 parent 41d7c9b commit 6c2cc65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ httpmock = "0.8.0-alpha.1"
httptest = "0.16.1"
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }
humantime = "2.1.0"
hyper = "1.4.1"
hyper = "1.5.1"
hyper-util = "0.1.10"
hyper-rustls = "0.26.0"
hyper-staticfile = "0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ hashbrown = { version = "0.15.0" }
hex = { version = "0.4.3", features = ["serde"] }
hickory-proto = { version = "0.24.1", features = ["text-parsing"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "1.5.0", features = ["full"] }
hyper = { version = "1.5.1", features = ["full"] }
indexmap = { version = "2.6.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
Expand Down Expand Up @@ -186,7 +186,7 @@ hashbrown = { version = "0.15.0" }
hex = { version = "0.4.3", features = ["serde"] }
hickory-proto = { version = "0.24.1", features = ["text-parsing"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "1.5.0", features = ["full"] }
hyper = { version = "1.5.1", features = ["full"] }
indexmap = { version = "2.6.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
Expand Down

0 comments on commit 6c2cc65

Please sign in to comment.