Skip to content

Commit

Permalink
switch back to hyperium/hyper
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgoodfellow committed Oct 14, 2021
1 parent 77fcc18 commit a38cc75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion illumos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ dropshot = { git = "https://github.com/oxidecomputer/dropshot" }
reqwest = { version = "0.11", features = ["blocking", "json"] }
netadm-sys = { path = "/home/ry/netadm-sys/lib" }
clap = { version = "3.0.0-beta.4", features = ["color"] }
hyper = { git = "https://github.com/rcgoodfellow/hyper", features = ["full"] }
serde_json = "1"

# need https://github.com/hyperium/hyper/pull/2664
hyper = { git = "https://github.com/hyperium/hyper", branch = "master", features = ["full"] }

[build-dependencies]
bindgen = "0.59"

0 comments on commit a38cc75

Please sign in to comment.