Skip to content

Commit

Permalink
Bump curve25519-dalek from 4.1.2 to 4.1.3 in /wecare
Browse files Browse the repository at this point in the history
Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Commits](dalek-cryptography/curve25519-dalek@curve25519-4.1.2...curve25519-4.1.3)

---
updated-dependencies:
- dependency-name: curve25519-dalek
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and quackzar committed Jun 20, 2024
1 parent 9094a1d commit ef950cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions wecare/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 wecare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
caring = { path = ".." }
tokio = { version = "1.33.0", features = ["full"] }
curve25519-dalek = { version = "4.1.1", features = ["group", "serde"] }
curve25519-dalek = { version = "4.1.3", features = ["group", "serde"] }
rand = "0.8.5"
fixed = "2.0.0-alpha.11"

Expand Down

0 comments on commit ef950cd

Please sign in to comment.