diff --git a/Cargo.lock b/Cargo.lock index e8e1ecdb..fafab11b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2428,7 +2428,7 @@ dependencies = [ [[package]] name = "dalek-ff-group" -version = "0.4.4" +version = "0.4.6" dependencies = [ "ciphersuite 0.4.2", "crypto-bigint 0.5.5", diff --git a/crypto/dalek-ff-group/Cargo.toml b/crypto/dalek-ff-group/Cargo.toml index 0b35bcfb..3b88e686 100644 --- a/crypto/dalek-ff-group/Cargo.toml +++ b/crypto/dalek-ff-group/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dalek-ff-group" -version = "0.4.4" +version = "0.4.6" description = "ff/group bindings around curve25519-dalek" license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/crypto/dalek-ff-group" @@ -29,7 +29,7 @@ sha2 = { version = "0.10", default-features = false } ff = { version = "0.13", default-features = false, features = ["bits"] } group = { version = "0.13", default-features = false } -ciphersuite = { path = "../ciphersuite", default-features = false } +ciphersuite = { version = "0.4.2", path = "../ciphersuite", default-features = false } crypto-bigint = { version = "0.5", default-features = false, features = ["zeroize"] }