Skip to content

Commit

Permalink
build(deps): bump p384 from 0.13.0 to 0.13.1 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 7, 2025
1 parent 1091b66 commit 02d9b42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 dhkem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rand_core = "0.6.4"
elliptic-curve = { version = "0.13.8", optional = true, default-features = false }
k256 = { version = "0.13.4", optional = true, default-features = false, features = ["arithmetic"] }
p256 = { version = "0.13.2", optional = true, default-features = false, features = ["arithmetic"] }
p384 = { version = "0.13.0", optional = true, default-features = false, features = ["arithmetic"] }
p384 = { version = "0.13.1", optional = true, default-features = false, features = ["arithmetic"] }
p521 = { version = "0.13.3", optional = true, default-features = false, features = ["arithmetic"] }
x25519 = { version = "2.0.1", package = "x25519-dalek", optional = true, default-features = false }
zeroize = { version = "1.8.1", optional = true, default-features = false }
Expand Down

0 comments on commit 02d9b42

Please sign in to comment.