Skip to content

Commit

Permalink
build(deps): bump curve25519-dalek from 4.0.0-rc.2 to 4.0.0-rc.3 (#128)
Browse files Browse the repository at this point in the history
Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 4.0.0-rc.2 to 4.0.0-rc.3.
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/main/CHANGELOG.md)
- [Commits](dalek-cryptography/curve25519-dalek@4.0.0-rc.2...4.0.0-rc.3)

---
updated-dependencies:
- dependency-name: curve25519-dalek
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2023
1 parent 5994f79 commit afbe37d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 22 deletions.
35 changes: 16 additions & 19 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions aucpace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
rust-version = "1.60"

[dependencies]
curve25519-dalek = { version = "=4.0.0-rc.2", default-features = false, features = ["digest", "rand_core"] }
curve25519-dalek = { version = "=4.0.0-rc.3", default-features = false, features = ["digest", "rand_core"] }
password-hash = { version = "0.5", default-features = false, features = ["rand_core"] }
rand_core = { version = "0.6", default-features = false }
serde = { version = "1", default-features = false, optional = true, features = ["derive"] }
Expand All @@ -35,7 +35,7 @@ getrandom = ["rand_core/getrandom"]

[dev-dependencies]
bincode = "1"
curve25519-dalek = { version = "4.0.0-rc.1", features = ["digest", "rand_core"] }
curve25519-dalek = { version = "4.0.0-rc.3", features = ["digest", "rand_core"] }
password-hash = { version = "0.5", features = ["rand_core"] }
postcard = "1"
rand_core = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion spake2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
rust-version = "1.60"

[dependencies]
curve25519-dalek = { version = "=4.0.0-rc.2", default-features = false, features = ["rand_core"] }
curve25519-dalek = { version = "=4.0.0-rc.3", default-features = false, features = ["rand_core"] }
rand_core = { version = "0.6", default-features = false }
sha2 = { version = "0.10", default-features = false }
hkdf = { version = "0.12", default-features = false }
Expand Down

0 comments on commit afbe37d

Please sign in to comment.