Skip to content

Commit 48d9555

Browse files
authored
fix(deps): Bump hyper to fix CVE-2022-31394 (#72)
1 parent 53d7670 commit 48d9555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contract-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ actix = { version = "0.13.1"}
1313
actix-web = { version = "4"}
1414
reqwest = { version = "0.11.6", default-features = false, features = ["json", "rustls-tls"] }
1515
env_logger = { version = "0.10.0" }
16-
hyper = { version = "0.14.17", features = ["client", "http1", "tcp"] }
16+
hyper = { version = "0.14.19", features = ["client", "http1", "tcp"] }
1717
log = "0.4.6"
1818

1919
[[bin]]

eventsource-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude = ["CHANGELOG.md"]
1111

1212
[dependencies]
1313
futures = "0.3.21"
14-
hyper = { version = "0.14.17", features = ["client", "http1", "tcp"] }
14+
hyper = { version = "0.14.19", features = ["client", "http1", "tcp"] }
1515
hyper-rustls = { version = "0.24.1", optional = true }
1616
log = "0.4.6"
1717
pin-project = "1.0.10"

0 commit comments

Comments
 (0)