Skip to content

Commit

Permalink
chore(deps): Update bs58 requirement in ucan-key-support (#103)
Browse files Browse the repository at this point in the history
Updates the requirements on [bs58](https://github.com/Nullus157/bs58-rs) to permit the latest version.
- [Changelog](https://github.com/Nullus157/bs58-rs/blob/main/CHANGELOG.md)
- [Commits](Nullus157/bs58-rs@0.4.0...0.5.0)

---
updated-dependencies:
- dependency-name: bs58
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 31, 2023
1 parent 9dcfcd7 commit 3d30ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ucan-key-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default = []
[dependencies]
anyhow = "1.0"
async-trait = "0.1"
bs58 = "0.4"
bs58 = "0.5"
ed25519-zebra = "3.1"
log = "0.4"
rsa = "0.8"
Expand Down

0 comments on commit 3d30ec8

Please sign in to comment.