Skip to content

Commit

Permalink
Merge branch 'RustCrypto:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
makavity authored Jun 13, 2023
2 parents 6604c7b + 359f55d commit ca2b357
Show file tree
Hide file tree
Showing 6 changed files with 652 additions and 517 deletions.
24 changes: 3 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion k256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cfg-if = "1.0"
elliptic-curve = { version = "0.13", default-features = false, features = ["hazmat", "sec1"] }

# optional dependencies
once_cell = { version = "1.17", optional = true, default-features = false }
once_cell = { version = "1.18", optional = true, default-features = false }
ecdsa-core = { version = "0.16", package = "ecdsa", optional = true, default-features = false, features = ["der"] }
hex-literal = { version = "0.4", optional = true }
serdect = { version = "0.2", optional = true, default-features = false }
Expand Down
Loading

0 comments on commit ca2b357

Please sign in to comment.