Skip to content

Commit

Permalink
deps: bump bs58 from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
Pull-Request: #3999.
  • Loading branch information
dependabot[bot] committed May 30, 2023
1 parent ddc2b87 commit b73f720
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 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 @@ -13,7 +13,7 @@ categories = ["cryptography"]

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

0 comments on commit b73f720

Please sign in to comment.