Skip to content

Commit

Permalink
chore(deps): update rust crate hyper-staticfile to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Feb 16, 2024
1 parent 235420e commit 85ddeda
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 5 additions & 4 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 @@ -229,7 +229,7 @@ hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "ma
humantime = "2.1.0"
hyper = "0.14"
hyper-rustls = "0.26.0"
hyper-staticfile = "0.9.5"
hyper-staticfile = "0.10.0"
illumos-utils = { path = "illumos-utils" }
indexmap = "2.2.3"
indicatif = { version = "0.17.8", features = ["rayon"] }
Expand Down
6 changes: 4 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ 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-582f2526e08bb6a0 = { package = "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 @@ -163,7 +164,8 @@ 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-582f2526e08bb6a0 = { package = "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

0 comments on commit 85ddeda

Please sign in to comment.