Skip to content

Commit ed7e062

Browse files
chore(deps): bump x25519-dalek in the rustcrypto group
Bumps the rustcrypto group with 1 update: [x25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek). Updates `x25519-dalek` from 3.0.0-pre.3 to 3.0.0-pre.4 - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Commits](https://github.com/dalek-cryptography/curve25519-dalek/commits) --- updated-dependencies: - dependency-name: x25519-dalek dependency-version: 3.0.0-pre.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rustcrypto ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 207a108 commit ed7e062

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/llrt_crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pkcs8 = { version = "0.11.0-rc.8", default-features = false, features = [
103103
spki = { version = "0.8.0-rc.4", features = [
104104
"alloc",
105105
], default-features = false, optional = true }
106-
x25519-dalek = { version = "3.0.0-pre.3", features = [
106+
x25519-dalek = { version = "3.0.0-pre.4", features = [
107107
"static_secrets",
108108
"zeroize",
109109
], default-features = false, optional = true }

0 commit comments

Comments
 (0)