Skip to content

Commit

Permalink
deps: bump asn1_der from 0.7.5 to 0.7.6
Browse files Browse the repository at this point in the history
Pull-Request: #3752.
  • Loading branch information
dependabot[bot] authored Apr 10, 2023
1 parent 7144734 commit 06ea8ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["cryptography"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
asn1_der = { version = "0.7.4", optional = true }
asn1_der = { version = "0.7.6", optional = true }
bs58 = { version = "0.4.0", optional = true }
ed25519-dalek = { version = "1.0.1", optional = true }
libsecp256k1 = { version = "0.7.0", optional = true }
Expand Down

0 comments on commit 06ea8ce

Please sign in to comment.