refactor(connlib): Track boringtun stable (#2150)

Fixes firezone/boringtun#1
This commit is contained in:
Jamil
2023-09-25 17:20:44 -07:00
committed by GitHub
parent 58e9c42bb6
commit cf80f031b9
2 changed files with 4 additions and 3 deletions

5
rust/Cargo.lock generated
View File

@@ -519,8 +519,9 @@ checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
[[package]]
name = "boringtun"
version = "0.5.2"
source = "git+https://github.com/firezone/boringtun?branch=master#9e45acd768d88ce0eb74219641fbc2463d1f7b66"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "751787b019c674b9ac353f4eaa285e6711c21badb421cd8c199bf2c83b727f29"
dependencies = [
"aead 0.5.2",
"base64 0.13.1",

View File

@@ -14,7 +14,7 @@ members = [
]
[workspace.dependencies]
boringtun = { git = "https://github.com/firezone/boringtun", branch = "master", default-features = false }
boringtun = { version = "0.6", default-features = false }
chrono = { version = "0.4", default-features = false, features = ["std", "clock", "oldtime", "serde"] }
swift-bridge = "0.1.52"
backoff = { version = "0.4", features = ["tokio"] }