Skip to content

Commit

Permalink
Updated curve25519-dalek to 4.1.2 (#269)
Browse files Browse the repository at this point in the history
Due to [this
issue](dalek-cryptography/curve25519-dalek#618)
the current version of `russh` does not compile on the current nightly
compiler. I have updated the dependency for curve25519-dalek to `4.1.2`
which solves the problem.
  • Loading branch information
chanderlud committed Apr 22, 2024
1 parent 0915744 commit e745827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion russh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async-trait = "0.1"
bitflags = "2.0"
byteorder = "1.3"
chacha20 = "0.9"
curve25519-dalek = "4.0"
curve25519-dalek = "4.1.2"
poly1305 = "0.8"
ctr = "0.9"
digest = "0.10"
Expand Down

0 comments on commit e745827

Please sign in to comment.