Skip to content

Commit

Permalink
Merge pull request #624 from hermit-os/rustcrypto
Browse files Browse the repository at this point in the history
build(deps): migrate to `rustls-rustcrypto` on crates.io
  • Loading branch information
mkroening authored Sep 17, 2024
2 parents 72e57a8 + 7a50b4f commit 7507843
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion examples/tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7507843

Please sign in to comment.