Skip to content

Commit

Permalink
Bump curve25519-dalek from 3.2.1 to 4.1.2
Browse files Browse the repository at this point in the history
Fix bump rand to 0.8.5
  • Loading branch information
dependabot[bot] authored and andreisilviudragnea committed Apr 24, 2024
1 parent 23905c0 commit 7a92b06
Show file tree
Hide file tree
Showing 23 changed files with 169 additions and 104 deletions.
84 changes: 53 additions & 31 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ criterion-stats = "0.3.0"
crossbeam-channel = "0.5.12"
csv = "1.3.0"
ctrlc = "3.4.4"
curve25519-dalek = "3.2.1"
curve25519-dalek = { version = "4.1.2", features = ["digest", "rand_core"] }
dashmap = "5.5.3"
derivation-path = { version = "0.2.0", default-features = false }
derivative = "2.2.0"
Expand Down
78 changes: 50 additions & 28 deletions programs/sbf/Cargo.lock

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

Loading

0 comments on commit 7a92b06

Please sign in to comment.