Skip to content

Commit

Permalink
p2p: Bump chacha20poly1305 dependency (#913)
Browse files Browse the repository at this point in the history
Fixes #875

Signed-off-by: Alexander Simmerl <a.simmerl@gmail.com>
  • Loading branch information
xla authored Jun 22, 2021
1 parent 1b3464e commit bb828d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test = false
amino = ["prost-amino", "prost-amino-derive"]

[dependencies]
chacha20poly1305 = "0.7"
chacha20poly1305 = "0.8"
ed25519-dalek = "1"
eyre = "0.6"
flume = "0.10.7"
Expand Down

0 comments on commit bb828d2

Please sign in to comment.