Skip to content

Commit

Permalink
fix(deps): Bump hyper to fix CVE-2022-31394
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Dec 13, 2023
1 parent 53d7670 commit c4ce10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contract-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ actix = { version = "0.13.1"}
actix-web = { version = "4"}
reqwest = { version = "0.11.6", default-features = false, features = ["json", "rustls-tls"] }
env_logger = { version = "0.10.0" }
hyper = { version = "0.14.17", features = ["client", "http1", "tcp"] }
hyper = { version = "0.14.19", features = ["client", "http1", "tcp"] }
log = "0.4.6"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion eventsource-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude = ["CHANGELOG.md"]

[dependencies]
futures = "0.3.21"
hyper = { version = "0.14.17", features = ["client", "http1", "tcp"] }
hyper = { version = "0.14.19", features = ["client", "http1", "tcp"] }
hyper-rustls = { version = "0.24.1", optional = true }
log = "0.4.6"
pin-project = "1.0.10"
Expand Down

0 comments on commit c4ce10c

Please sign in to comment.