Skip to content

Commit

Permalink
chore(deps): update rust crate hyper to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Feb 18, 2024
1 parent 15e10b2 commit cbbbbd6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
23 changes: 12 additions & 11 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 @@ -227,7 +227,7 @@ http = "0.2.11"
httptest = "0.15.5"
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }
humantime = "2.1.0"
hyper = "0.14"
hyper = "1.1"
hyper-rustls = "0.26.0"
hyper-staticfile = "0.9.5"
illumos-utils = { path = "illumos-utils" }
Expand Down
12 changes: 10 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.14.3", features = ["raw"] }
hex = { version = "0.4.3", features = ["serde"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "0.14.27", features = ["full"] }
hyper-dff4ba8e3ae991db = { package = "hyper", version = "1.1.0", features = ["client", "http1"] }
indexmap = { version = "2.2.3", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
ipnetwork = { version = "0.20.0", features = ["schemars"] }
Expand Down Expand Up @@ -164,7 +164,7 @@ group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.14.3", features = ["raw"] }
hex = { version = "0.4.3", features = ["serde"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "0.14.27", features = ["full"] }
hyper-dff4ba8e3ae991db = { package = "hyper", version = "1.1.0", features = ["client", "http1"] }
indexmap = { version = "2.2.3", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
ipnetwork = { version = "0.20.0", features = ["schemars"] }
Expand Down Expand Up @@ -231,44 +231,51 @@ zip = { version = "0.6.6", default-features = false, features = ["bzip2", "defla
[target.x86_64-unknown-linux-gnu.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
dof = { version = "0.3.0", default-features = false, features = ["des"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", features = ["full"] }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.31", features = ["fs", "termios"] }

[target.x86_64-unknown-linux-gnu.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
dof = { version = "0.3.0", default-features = false, features = ["des"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", features = ["full"] }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.31", features = ["fs", "termios"] }

[target.x86_64-apple-darwin.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", features = ["full"] }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.31", features = ["fs", "termios"] }

[target.x86_64-apple-darwin.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", features = ["full"] }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.31", features = ["fs", "termios"] }

[target.aarch64-apple-darwin.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", features = ["full"] }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.31", features = ["fs", "termios"] }

[target.aarch64-apple-darwin.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", features = ["full"] }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.31", features = ["fs", "termios"] }

[target.x86_64-unknown-illumos.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
dof = { version = "0.3.0", default-features = false, features = ["des"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", features = ["full"] }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.31", features = ["fs", "termios"] }
Expand All @@ -278,6 +285,7 @@ toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", featu
[target.x86_64-unknown-illumos.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
dof = { version = "0.3.0", default-features = false, features = ["des"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", features = ["full"] }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.31", features = ["fs", "termios"] }
Expand Down

0 comments on commit cbbbbd6

Please sign in to comment.