Skip to content

Commit ea04e68

Browse files
authored
Bump x25519-dalek to stable 2 (#492)
1 parent 487ea32 commit ea04e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dtls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ aes-gcm = "0.10.1"
3131
ccm = "0.3.0"
3232
tokio = { version = "1.19", features = ["full"] }
3333
async-trait = "0.1.56"
34-
x25519-dalek = { version = "2.0.0-rc.2", features = ["static_secrets"] }
34+
x25519-dalek = { version = "2", features = ["static_secrets"] }
3535
x509-parser = "0.13.2"
3636
der-parser = "8.1"
3737
rcgen = "0.10.0"

0 commit comments

Comments
 (0)