Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 83096bc

Browse files
dependabot[bot]mvines
authored andcommitted
Bump bs58 from 0.3.1 to 0.4.0
Bumps [bs58](https://github.com/mycorrhiza/bs58-rs) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/mycorrhiza/bs58-rs/releases) - [Commits](Nullus157/bs58-rs@0.3.1...0.4.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent f4af905 commit 83096bc

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

Cargo.lock

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

stake-pool/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ solana-sdk = "1.4.8"
2020
solana-program = "1.4.8"
2121
spl-stake-pool = { path="../program", features = [ "no-entrypoint" ] }
2222
spl-token = { path="../../token/program", features = [ "no-entrypoint" ] }
23-
bs58 = "0.3.1"
23+
bs58 = "0.4.0"
2424

2525
[[bin]]
2626
name = "spl-stake-pool"

0 commit comments

Comments
 (0)