mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-10 07:07:57 -05:00
bump curve25519-dalek version and enable rand_core feature
This commit is contained in:
@@ -12,7 +12,7 @@ members = [
|
||||
"clmul",
|
||||
"matrix-transpose",
|
||||
"share-conversion-core",
|
||||
"share-conversion-aio"
|
||||
"share-conversion-aio",
|
||||
]
|
||||
exclude = ["tls-client"]
|
||||
|
||||
@@ -52,7 +52,7 @@ lazy_static = "1"
|
||||
aes = "0.7"
|
||||
digest = "0.10"
|
||||
prost-build = "0.9"
|
||||
curve25519-dalek = "4.0.0-pre.2"
|
||||
curve25519-dalek = "4.0.0-pre.4"
|
||||
anyhow = "1"
|
||||
elliptic-curve = "0.11"
|
||||
derive_builder = "0.11"
|
||||
|
||||
@@ -28,7 +28,7 @@ rand_core.workspace = true
|
||||
rand_chacha.workspace = true
|
||||
regex = { workspace = true, optional = true }
|
||||
rayon.workspace = true
|
||||
curve25519-dalek = { workspace = true, features = ["serde"] }
|
||||
curve25519-dalek = { workspace = true, features = ["serde", "rand_core"] }
|
||||
serde = { workspace = true, features = ["derive"], optional = true }
|
||||
prost = { workspace = true, optional = true }
|
||||
thiserror.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user