Skip to content

Commit f982e43

Browse files
committed
bump hyper
1 parent a6e3019 commit f982e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ license = "ISC"
1111
[dependencies]
1212
anyhow = "1.0"
1313
hex = "0.4"
14-
hyper = { version = "0.14", features = ["client", "server", "http1"] }
14+
hyper = { version = "0.14.2", features = ["client", "server"] }
1515
pin-project = "1.0"
1616
tokio = { version = "1.0", features = ["net"] }
1717

1818
[dev-dependencies]
1919
futures-util = "0.3"
20-
hyper = { version = "0.14", features = ["runtime", "stream"] }
20+
hyper = { version = "0.14", features = ["runtime", "stream", "http1"] }
2121
tokio = { version = "1.0", features = ["rt-multi-thread"] }

0 commit comments

Comments
 (0)