Skip to content

Commit

Permalink
Upgrade tokio-rustls to v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz committed Jan 22, 2024
1 parent 716a6d0 commit ecc2afe
Show file tree
Hide file tree
Showing 11 changed files with 174 additions and 85 deletions.
142 changes: 110 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions taxy/Cargo.toml
Expand Up @@ -50,8 +50,8 @@ pkcs8 = { version = "0.10.2", features = ["pem"] }
rand = "0.8.5"
rcgen = { version = "0.12.0", features = ["pem", "x509-parser"] }
rpassword = "7.2.0"
rustls-native-certs = "0.6.3"
rustls-pemfile = "1.0.3"
rustls-native-certs = "0.7.0"
rustls-pemfile = "2.0.0"
sailfish = "0.8.0"
serde = { version = "1.0.171", features = ["rc"] }
serde_default = "0.1.0"
Expand All @@ -76,8 +76,9 @@ tokio = { version = "1.29.1", features = [
"signal",
"io-util",
] }
tokio-rustls = { version = "0.24.1", default-features = false, features = [
tokio-rustls = { version = "0.25.0", default-features = false, features = [
"tls12",
"ring",
] }
tokio-stream = { version = "0.1.14", features = ["sync", "net"] }
toml = "0.8.8"
Expand Down Expand Up @@ -106,7 +107,7 @@ reqwest = { version = "0.11.18", default-features = false, features = [
"json",
"stream",
] }
tokio-tungstenite = { version = "0.20.0", features = [
tokio-tungstenite = { version = "0.21.0", features = [
"rustls-tls-native-roots",
] }
warp = { version = "0.3.5", features = ["tls"] }

0 comments on commit ecc2afe

Please sign in to comment.