Skip to content

Commit

Permalink
chore: backport fix for #340 and release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jul 8, 2023
1 parent 08bc5ed commit 9c5a7ac
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 71 deletions.
138 changes: 69 additions & 69 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions boringtun/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "boringtun"
description = "an implementation of the WireGuard® protocol designed for portability and speed"
version = "0.5.2"
version = "0.5.3"
authors = ["Noah Kennedy <[email protected]>", "Andy Grover <[email protected]>", "Jeff Hiner <[email protected]>"]
license = "BSD-3-Clause"
repository = "https://github.com/cloudflare/boringtun"
Expand All @@ -22,7 +22,7 @@ tracing = "0.1.29"
ip_network = "0.4.1"
ip_network_table = "0.2.0"
ring = "0.16"
x25519-dalek = { version = "2.0.0-pre.1", features = ["reusable_secrets"] }
x25519-dalek = { version = "=2.0.0-rc.3", features = ["reusable_secrets", "static_secrets"] }
rand_core = { version = "0.6.3", features = ["getrandom"] }
chacha20poly1305 = "0.10.0-pre.1"
aead = "0.5.0-pre.2"
Expand Down

0 comments on commit 9c5a7ac

Please sign in to comment.