mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
fixed version
This commit is contained in:
Generated
+1
-1
@@ -387,7 +387,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "boringtun"
|
name = "boringtun"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
source = "git+https://github.com/EasyTier/boringtun.git#449204c3eca736dc23b075d81426527a357e2f2a"
|
source = "git+https://github.com/EasyTier/boringtun.git?rev=449204c#449204c3eca736dc23b075d81426527a357e2f2a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aead",
|
"aead",
|
||||||
"atomic-shim",
|
"atomic-shim",
|
||||||
|
|||||||
+1
-1
@@ -127,7 +127,7 @@ network-interface = "1.1.1"
|
|||||||
pathfinding = "4.9.1"
|
pathfinding = "4.9.1"
|
||||||
|
|
||||||
# for encryption
|
# for encryption
|
||||||
boringtun = { git = "https://github.com/EasyTier/boringtun.git", optional = true }
|
boringtun = { git = "https://github.com/EasyTier/boringtun.git", optional = true, rev = "449204c" }
|
||||||
ring = { version = "0.17", optional = true }
|
ring = { version = "0.17", optional = true }
|
||||||
bitflags = "2.5"
|
bitflags = "2.5"
|
||||||
aes-gcm = { version = "0.10.3", optional = true }
|
aes-gcm = { version = "0.10.3", optional = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user