Skip to content

Commit

Permalink
rust: bump curve25519-dalek from 3.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and ptrus committed May 26, 2021
1 parent 48333f8 commit 58824a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changelog/3949.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rust: bump curve25519-dalek from 3.0.0 to 3.1.0
4 changes: 2 additions & 2 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 runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tokio = { version = "1", features = ["rt"] }
tendermint = "0.19.0"
tendermint-proto = "0.19.0"
io-context = "0.2.0"
curve25519-dalek = "3.0.0"
curve25519-dalek = "3.1.0"
x25519-dalek = "1.1.0"
ed25519-dalek = "1.0.1"
deoxysii = "0.2.2"
Expand Down

0 comments on commit 58824a1

Please sign in to comment.