Skip to content

Commit

Permalink
Update Rust crate hyper-staticfile to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Aug 7, 2024
1 parent 7ef4884 commit 2dbf463
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 @@ -361,7 +361,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.1"
illumos-utils = { path = "illumos-utils" }
indent_write = "2.2.0"
indexmap = "2.3.0"
Expand Down
6 changes: 4 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.14.5", features = ["raw"] }
hex = { version = "0.4.3", features = ["serde"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "0.14.30", features = ["full"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.30", features = ["full"] }
hyper-dff4ba8e3ae991db = { package = "hyper", version = "1.3.1", features = ["client", "http1"] }
indexmap = { version = "2.3.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
ipnetwork = { version = "0.20.0", features = ["schemars"] }
Expand Down Expand Up @@ -168,7 +169,8 @@ group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.14.5", features = ["raw"] }
hex = { version = "0.4.3", features = ["serde"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "0.14.30", features = ["full"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.30", features = ["full"] }
hyper-dff4ba8e3ae991db = { package = "hyper", version = "1.3.1", features = ["client", "http1"] }
indexmap = { version = "2.3.0", 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 2dbf463

Please sign in to comment.