@@ -8,7 +8,7 @@ license = "MIT"
8
8
name = " voprf"
9
9
readme = " README.md"
10
10
repository = " https://github.com/novifinancial/voprf/"
11
- rust-version = " 1.61 "
11
+ rust-version = " 1.65 "
12
12
version = " 0.5.0-pre.2"
13
13
14
14
[features ]
@@ -28,7 +28,7 @@ curve25519-dalek = { version = "=4.0.0-rc.1", default-features = false, features
28
28
derive-where = { version = " 1" , features = [" zeroize-on-drop" ] }
29
29
digest = " 0.10"
30
30
displaydoc = { version = " 0.2" , default-features = false }
31
- elliptic-curve = { version = " = 0.13.0-pre.5 " , features = [
31
+ elliptic-curve = { version = " 0.13" , features = [
32
32
" hash2curve" ,
33
33
" sec1" ,
34
34
" voprf" ,
@@ -45,11 +45,11 @@ zeroize = { version = "1.5", default-features = false }
45
45
[dev-dependencies ]
46
46
generic-array = { version = " 0.14" , features = [" more_lengths" ] }
47
47
hex = " 0.4"
48
- p256 = { version = " = 0.13.0-pre " , default-features = false , features = [
48
+ p256 = { version = " 0.13" , default-features = false , features = [
49
49
" hash2curve" ,
50
50
" voprf" ,
51
51
] }
52
- p384 = { version = " = 0.13.0-pre " , default-features = false , features = [
52
+ p384 = { version = " 0.13" , default-features = false , features = [
53
53
" hash2curve" ,
54
54
" voprf" ,
55
55
] }
@@ -63,7 +63,3 @@ sha2 = "0.10"
63
63
all-features = true
64
64
rustdoc-args = [" --cfg" , " docsrs" ]
65
65
targets = []
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