mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
remove rand from ssh-transport
This commit is contained in:
parent
8d795e73b2
commit
c8842ef22a
5 changed files with 18 additions and 20 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue