diff --git a/common/wireguard-types/Cargo.toml b/common/wireguard-types/Cargo.toml index fb04411480..07d440ad6b 100644 --- a/common/wireguard-types/Cargo.toml +++ b/common/wireguard-types/Cargo.toml @@ -29,7 +29,7 @@ sha2 = { version = "0.10.8", optional = true } utoipa = { workspace = true, optional = true } serde_json = { workspace = true, optional = true } -x25519-dalek = "2.0.0" +x25519-dalek = { version = "2.0.0", features = ["static_secrets"] } [dev-dependencies] rand = "0.7.3"