remove rand from ssh-transport

This commit is contained in:
nora 2024-08-15 16:26:57 +02:00
parent 8d795e73b2
commit c8842ef22a
5 changed files with 18 additions and 20 deletions

2
Cargo.lock generated
View file

@ -326,6 +326,7 @@ version = "0.1.0"
dependencies = [
"eyre",
"hex-literal",
"rand",
"ssh-protocol",
"tokio",
"tracing",
@ -937,7 +938,6 @@ dependencies = [
"hex-literal",
"p256",
"poly1305",
"rand",
"rand_core",
"sha2",
"subtle",