Skip to content
Snippets Groups Projects
Verified Commit 7a50b4f2 authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

build(deps): migrate to `rustls-rustcrypto` on crates.io

parent 764dcda0
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@ members = [
[patch.crates-io]
hyper-util = { git = "https://github.com/hermit-os/hyper-util.git", branch = "hermit" }
mio = { git = "https://github.com/hermit-os/mio.git", branch = "v0.8.x" }
rustls-rustcrypto = { git = "https://github.com/RustCrypto/rustls-rustcrypto", rev = "e6d5ed9652228ff09e56fee2534b6f60877fb7b8" }
socket2 = { git = "https://github.com/hermit-os/socket2.git", branch = "hermit" }
tokio = { git = "https://github.com/hermit-os/tokio.git", branch = "hermit" }
tokio-rustls = { git = "https://github.com/hermit-os/tokio-rustls.git", branch = "v/0.26.0" }
......@@ -18,7 +18,7 @@ tokio = { version = "1.0", features = ["macros", "net", "rt", "parking_lot"] }
tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "tls12"] }
rustls = { version = "0.23", default-features = false, features = ["logging", "tls12"] }
pki-types = { package = "rustls-pki-types", version = "1" }
rustls-rustcrypto = "0.1"
rustls-rustcrypto = "0.0.2-alpha"
env_logger = { version = "0.11" }
[target.'cfg(target_os = "hermit")'.dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment