chore: bump curve25519-dalek from 3.1.0 to 3.2.0 (#19051)
* chore: bump curve25519-dalek from 3.1.0 to 3.2.0 Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/main/CHANGELOG.md) - [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/3.1.0...3.2.0) --- updated-dependencies: - dependency-name: curve25519-dalek dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
@ -46,7 +46,7 @@ bs58 = "0.4.0"
|
||||
bv = { version = "0.11.1", features = ["serde"] }
|
||||
byteorder = { version = "1.4.3", optional = true }
|
||||
chrono = { version = "0.4", optional = true }
|
||||
curve25519-dalek = { version = "3.1.0", optional = true }
|
||||
curve25519-dalek = { version = "3.2.0", optional = true }
|
||||
derivation-path = { version = "0.1.3", default-features = false }
|
||||
digest = { version = "0.9.0", optional = true }
|
||||
ed25519-dalek = { version = "=1.0.1", optional = true }
|
||||
@ -83,7 +83,7 @@ thiserror = "1.0"
|
||||
uriparse = "0.6.3"
|
||||
|
||||
[dev-dependencies]
|
||||
curve25519-dalek = "3.1.0"
|
||||
curve25519-dalek = "3.2.0"
|
||||
tiny-bip39 = "0.7.0"
|
||||
|
||||
[build-dependencies]
|
||||
|
Reference in New Issue
Block a user