Skip to content

Commit

Permalink
Merge branch 'update-x25519-dalek'
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Aug 29, 2023
2 parents caa6f48 + eb2393e commit 7a260eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion talpid-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish.workspace = true
serde = { version = "1.0", features = ["derive"] }
ipnetwork = "0.16"
base64 = "0.13"
x25519-dalek = { version = "2.0.0-rc.3", features = ["static_secrets", "zeroize", "getrandom"] }
x25519-dalek = { version = "2.0.0", features = ["static_secrets", "zeroize", "getrandom"] }
err-derive = "0.3.1"
zeroize = "1.5.7"

Expand Down

0 comments on commit 7a260eb

Please sign in to comment.