fix: add rand dev-dep, install rustls CryptoProvider in TLS tests, fix iroh OsRng import

This commit is contained in:
2026-06-02 10:32:29 +00:00
parent b3589a038e
commit bf8233af61
4 changed files with 63 additions and 14 deletions

View File

@@ -36,4 +36,5 @@ wraith-core = { path = ".", features = ["testutil", "tls", "iroh"] }
tempfile = "3"
rcgen = "0.14"
rand_core = "0.6"
ssh-key = { version = "0.6", features = ["ed25519", "alloc"] }
ssh-key = { version = "0.6", features = ["ed25519", "alloc"] }
rand = "0.10.1"