Skip to content

Commit

Permalink
Upgrade hyper dependency
Browse files Browse the repository at this point in the history
0.14.20 has a bug hyperium/hyper#2419 that affects IPA
  • Loading branch information
akoshelev committed Jun 9, 2023
1 parent 4164900 commit 9851441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ generic-array = "0.14.6"
hex = { version = "0.4", optional = true, features = ["serde"] }
hkdf = "0.12.3"
hpke = { version = "0.10.0", default-features = false, features = ["x25519-dalek"] }
hyper = { version = "0.14.20", optional = true, features = ["client", "h2", "stream"] }
hyper = { version = "0.14.26", optional = true, features = ["client", "h2", "stream"] }
hyper-tls = { version = "0.5.0", optional = true }
iai = { version = "0.1.1", optional = true }
metrics = "0.20.1"
Expand Down

0 comments on commit 9851441

Please sign in to comment.