We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487ea32 commit ea04e68Copy full SHA for ea04e68
dtls/Cargo.toml
@@ -31,7 +31,7 @@ aes-gcm = "0.10.1"
31
ccm = "0.3.0"
32
tokio = { version = "1.19", features = ["full"] }
33
async-trait = "0.1.56"
34
-x25519-dalek = { version = "2.0.0-rc.2", features = ["static_secrets"] }
+x25519-dalek = { version = "2", features = ["static_secrets"] }
35
x509-parser = "0.13.2"
36
der-parser = "8.1"
37
rcgen = "0.10.0"
0 commit comments