Skip to content

Commit

Permalink
fix(deps): Bump hyper to fix CVE-2022-31394 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 authored Dec 21, 2023
1 parent 64d6e7b commit fdd2c32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contract-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ launchdarkly-server-sdk = { path = "../launchdarkly-server-sdk/", default-featur
serde = { version = "1.0.132", features = ["derive"] }
serde_json = "1.0.73"
futures = "0.3.12"
hyper = { version = "0.14.17", features = ["client"] }
hyper = { version = "0.14.19", features = ["client"] }
hyper-rustls = { version = "0.24.1" , optional = true, features = ["http2"]}
hyper-tls = { version = "0.5.0", optional = true }

Expand Down
4 changes: 2 additions & 2 deletions launchdarkly-server-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = [
chrono = "0.4.19"
crossbeam-channel = "0.5.1"
data-encoding = "2.3.2"
eventsource-client = { version = "0.12.0", default-features = false }
eventsource-client = { version = "0.12.2", default-features = false }
futures = "0.3.12"
lazy_static = "1.4.0"
log = "0.4.14"
Expand All @@ -32,7 +32,7 @@ parking_lot = "0.12.0"
tokio-stream = { version = "0.1.8", features = ["sync"] }
moka = { version = "0.12.1", features = ["sync"] }
uuid = {version = "1.2.2", features = ["v4"] }
hyper = { version = "0.14.17", features = ["client", "http1", "http2", "tcp"] }
hyper = { version = "0.14.19", features = ["client", "http1", "http2", "tcp"] }
hyper-rustls = { version = "0.24.1" , optional = true}

[dev-dependencies]
Expand Down

0 comments on commit fdd2c32

Please sign in to comment.