@@ -8,7 +8,7 @@ license = "MIT"
88name = " voprf"
99readme = " README.md"
1010repository = " https://github.com/novifinancial/voprf/"
11- rust-version = " 1.61 "
11+ rust-version = " 1.65 "
1212version = " 0.5.0-pre.2"
1313
1414[features ]
@@ -28,7 +28,7 @@ curve25519-dalek = { version = "=4.0.0-rc.1", default-features = false, features
2828derive-where = { version = " 1" , features = [" zeroize-on-drop" ] }
2929digest = " 0.10"
3030displaydoc = { version = " 0.2" , default-features = false }
31- elliptic-curve = { version = " = 0.13.0-pre.5 " , features = [
31+ elliptic-curve = { version = " 0.13" , features = [
3232 " hash2curve" ,
3333 " sec1" ,
3434 " voprf" ,
@@ -45,11 +45,11 @@ zeroize = { version = "1.5", default-features = false }
4545[dev-dependencies ]
4646generic-array = { version = " 0.14" , features = [" more_lengths" ] }
4747hex = " 0.4"
48- p256 = { version = " = 0.13.0-pre " , default-features = false , features = [
48+ p256 = { version = " 0.13" , default-features = false , features = [
4949 " hash2curve" ,
5050 " voprf" ,
5151] }
52- p384 = { version = " = 0.13.0-pre " , default-features = false , features = [
52+ p384 = { version = " 0.13" , default-features = false , features = [
5353 " hash2curve" ,
5454 " voprf" ,
5555] }
@@ -63,7 +63,3 @@ sha2 = "0.10"
6363all-features = true
6464rustdoc-args = [" --cfg" , " docsrs" ]
6565targets = []
66-
67- [patch .crates-io ]
68- p256 = { git = " https://github.com/RustCrypto/elliptic-curves" , rev = " 136fed7944d53c0508b1a93cd97bdab46891bcf7" }
69- p384 = { git = " https://github.com/RustCrypto/elliptic-curves" , rev = " 136fed7944d53c0508b1a93cd97bdab46891bcf7" }
0 commit comments