Update Rust crate tokio-rustls to 0.26.2
This commit is contained in:
parent
c3452d4c1f
commit
6e0cd152b8
@ -8,7 +8,7 @@ log = "0.4.27"
|
|||||||
env_logger = "0.11.7"
|
env_logger = "0.11.7"
|
||||||
clap = { version = "4.5.34", features = ["env", "derive"] }
|
clap = { version = "4.5.34", features = ["env", "derive"] }
|
||||||
tokio = { version = "1.43.0", features = ["full"] }
|
tokio = { version = "1.43.0", features = ["full"] }
|
||||||
tokio-rustls = { version = "0.26.1", features = ["ring", "tls12"], default-features = false }
|
tokio-rustls = { version = "0.26.2", features = ["ring", "tls12"], default-features = false }
|
||||||
rustls-pki-types = "1.11.0"
|
rustls-pki-types = "1.11.0"
|
||||||
webpki-roots = "0.26.8"
|
webpki-roots = "0.26.8"
|
||||||
rand = "0.9.0"
|
rand = "0.9.0"
|
Loading…
x
Reference in New Issue
Block a user