Skip to content

Commit

Permalink
build(deps): move rustls-rustcrypto revision to workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Mar 26, 2024
1 parent d26eb2a commit fe44109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ 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 = "3c26a840a6fdf3c11950b7fda1ad5282dfaf9e35" }
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 = "hermit" }
2 changes: 1 addition & 1 deletion examples/tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tokio = { version = "1.0", features = ["macros", "net", "rt", "parking_lot"] }
tokio-rustls = { version = "0.25", default-features = false, features = ["logging", "tls12"] }
rustls = { version = "0.22", default-features = false, features = ["logging", "tls12"] }
pki-types = { package = "rustls-pki-types", version = "1" }
rustls-rustcrypto = { git = "https://github.com/RustCrypto/rustls-rustcrypto", rev = "3c26a840a6fdf3c11950b7fda1ad5282dfaf9e35", version = "0.1" }
rustls-rustcrypto = "0.1"
env_logger = { version = "0.11" }

[target.'cfg(target_os = "hermit")'.dependencies.hermit]
Expand Down

0 comments on commit fe44109

Please sign in to comment.