Skip to content

Commit

Permalink
chore(deps): update hyper-rustls requirement from 0.24.0 to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omjadas committed Jan 5, 2024
1 parent 23973d2 commit 40e9455
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 @@ -24,7 +24,7 @@ bytes = "1.0.0"
futures = "0.3.11"
http = "0.2.0"
hyper = { version = "0.14.15", features = ["client", "http1", "server", "tcp"] }
hyper-rustls = { version = "0.24.0", default-features = false, features = ["http1", "logging", "tls12", "webpki-tokio"], optional = true }
hyper-rustls = { version = "0.25.0", default-features = false, features = ["http1", "logging", "ring", "tls12", "webpki-tokio"], optional = true }
hyper-tls = { version = "0.5.0", optional = true }
hyper-tungstenite = "0.11.1"
moka = { version = "0.12.0", features = ["future"], optional = true }
Expand Down

0 comments on commit 40e9455

Please sign in to comment.