Skip to content

Commit b73f720

Browse files
deps: bump bs58 from 0.4.0 to 0.5.0
Pull-Request: #3999.
1 parent ddc2b87 commit b73f720

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Cargo.lock

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["cryptography"]
1313

1414
[dependencies]
1515
asn1_der = { version = "0.7.6", optional = true }
16-
bs58 = { version = "0.4.0", optional = true }
16+
bs58 = { version = "0.5.0", optional = true }
1717
ed25519-dalek = { version = "1.0.1", optional = true }
1818
libsecp256k1 = { version = "0.7.0", optional = true }
1919
log = "0.4"

0 commit comments

Comments
 (0)