Skip to content

Commit

Permalink
Update asn1_der requirement from 0.6.1 to 0.7.1
Browse files Browse the repository at this point in the history
Updates the requirements on [asn1_der](https://github.com/KizzyCode/asn1_der-rust) to permit the latest version.
- [Release notes](https://github.com/KizzyCode/asn1_der-rust/releases)
- [Commits](https://github.com/KizzyCode/asn1_der-rust/commits)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 14, 2020
1 parent 36d33f1 commit a45f29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
asn1_der = "0.6.1"
asn1_der = "0.7.1"
bs58 = "0.3.0"
ed25519-dalek = "1.0.0-pre.4"
either = "1.5"
Expand Down

0 comments on commit a45f29c

Please sign in to comment.