Skip to content

Commit a38cc75

Browse files
committed
switch back to hyperium/hyper
hyperium/hyper#2664 merged
1 parent 77fcc18 commit a38cc75

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

illumos/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ dropshot = { git = "https://github.com/oxidecomputer/dropshot" }
2020
reqwest = { version = "0.11", features = ["blocking", "json"] }
2121
netadm-sys = { path = "/home/ry/netadm-sys/lib" }
2222
clap = { version = "3.0.0-beta.4", features = ["color"] }
23-
hyper = { git = "https://github.com/rcgoodfellow/hyper", features = ["full"] }
2423
serde_json = "1"
2524

25+
# need https://github.com/hyperium/hyper/pull/2664
26+
hyper = { git = "https://github.com/hyperium/hyper", branch = "master", features = ["full"] }
27+
2628
[build-dependencies]
2729
bindgen = "0.59"

0 commit comments

Comments
 (0)