Skip to content

Commit

Permalink
chore: bump x25519-dalek version to 2.0.0 (cloudflare#359)
Browse files Browse the repository at this point in the history
Signed-off-by: bestmike007 <[email protected]>
  • Loading branch information
bestmike007 authored Aug 18, 2023
1 parent 18eaf59 commit e1d6360
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 boringtun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tracing-subscriber = { version = "0.3", features = ["fmt"], optional = true }
ip_network = "0.4.1"
ip_network_table = "0.2.0"
ring = "0.16"
x25519-dalek = { version = "=2.0.0-rc.3", features = [
x25519-dalek = { version = "2.0.0", features = [
"reusable_secrets",
"static_secrets",
] }
Expand Down

0 comments on commit e1d6360

Please sign in to comment.