Skip to content

Commit

Permalink
deps: update to rustls 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Apr 7, 2024
1 parent ce8114b commit c3da587
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 @@ -39,7 +39,7 @@ tower-service = "0.3"
tokio-tungstenite = { version = "0.21", optional = true }
percent-encoding = "2.1"
pin-project = "1.0"
tokio-rustls = { version = "0.25", optional = true }
tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "tls12", "ring"], optional = true }
rustls-pemfile = { version = "2.0", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit c3da587

Please sign in to comment.