Skip to content

Commit 02d9b42

Browse files
build(deps): bump p384 from 0.13.0 to 0.13.1 (#107)
1 parent 1091b66 commit 02d9b42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dhkem/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rand_core = "0.6.4"
2121
elliptic-curve = { version = "0.13.8", optional = true, default-features = false }
2222
k256 = { version = "0.13.4", optional = true, default-features = false, features = ["arithmetic"] }
2323
p256 = { version = "0.13.2", optional = true, default-features = false, features = ["arithmetic"] }
24-
p384 = { version = "0.13.0", optional = true, default-features = false, features = ["arithmetic"] }
24+
p384 = { version = "0.13.1", optional = true, default-features = false, features = ["arithmetic"] }
2525
p521 = { version = "0.13.3", optional = true, default-features = false, features = ["arithmetic"] }
2626
x25519 = { version = "2.0.1", package = "x25519-dalek", optional = true, default-features = false }
2727
zeroize = { version = "1.8.1", optional = true, default-features = false }

0 commit comments

Comments
 (0)