Skip to content

Commit

Permalink
Merge branch 'master' of github.com:makavity/elliptic-curves
Browse files Browse the repository at this point in the history
  • Loading branch information
makavity committed Oct 3, 2023
2 parents 9c5b5c4 + 261a768 commit c62390d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bign256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edition = "2021"
rust-version = "1.65"

[dependencies]
elliptic-curve = { version = "0.13.1", features = ["hazmat", "sec1"] }
elliptic-curve = { version = "0.13.5", features = ["hazmat", "sec1"] }

# optional dependencies
primeorder = { version = "0.13.1", optional = true, path = "../primeorder" }
Expand All @@ -28,8 +28,8 @@ rfc6979 = { version = "0.4", optional = true }


[dev-dependencies]
criterion = "0.5"
hex-literal = "0.4"
criterion = "0.5.1"
proptest = "1"
rand_core = { version = "0.6", features = ["getrandom"] }
hex = {version = "*" }
Expand Down

0 comments on commit c62390d

Please sign in to comment.