Skip to content

Commit 8b895cc

Browse files
authored
Update RustCrypto dependencies to v0.13 (#106)
1 parent 83eb78b commit 8b895cc

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- --features serde
4444
toolchain:
4545
- stable
46-
- 1.61.0
46+
- 1.65.0
4747
name: test
4848
steps:
4949
- name: Checkout sources

Cargo.toml

+4-8
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "voprf"
99
readme = "README.md"
1010
repository = "https://github.com/novifinancial/voprf/"
11-
rust-version = "1.61"
11+
rust-version = "1.65"
1212
version = "0.5.0-pre.2"
1313

1414
[features]
@@ -28,7 +28,7 @@ curve25519-dalek = { version = "=4.0.0-rc.1", default-features = false, features
2828
derive-where = { version = "1", features = ["zeroize-on-drop"] }
2929
digest = "0.10"
3030
displaydoc = { 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]
4646
generic-array = { version = "0.14", features = ["more_lengths"] }
4747
hex = "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"
6363
all-features = true
6464
rustdoc-args = ["--cfg", "docsrs"]
6565
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" }

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ voprf = "0.5.0-pre.2"
2121

2222
### Minimum Supported Rust Version
2323

24-
Rust **1.61** or higher.
24+
Rust **1.65** or higher.
2525

2626
Contributors
2727
------------

0 commit comments

Comments
 (0)