Skip to content

Commit

Permalink
Bump x25519-dalek to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Feb 8, 2024
1 parent 09a1d72 commit 99b28bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -14,7 +14,7 @@ workspace = true
serde = { version = "1.0", features = ["derive"] }
ipnetwork = "0.16"
base64 = "0.13"
x25519-dalek = { version = "2.0.0", features = ["static_secrets", "zeroize", "getrandom"] }
x25519-dalek = { version = "2.0.1", features = ["static_secrets", "zeroize", "getrandom"] }
err-derive = { workspace = true }
zeroize = "1.5.7"

Expand Down
4 changes: 2 additions & 2 deletions test/Cargo.lock

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

0 comments on commit 99b28bb

Please sign in to comment.