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

Commit 464e69a

Browse files
build(deps): bump bs58 from 0.4.0 to 0.5.1 (#6935)
Bumps [bs58](https://github.com/Nullus157/bs58-rs) from 0.4.0 to 0.5.1. - [Changelog](https://github.com/Nullus157/bs58-rs/blob/main/CHANGELOG.md) - [Commits](Nullus157/bs58-rs@0.4.0...0.5.1) --- updated-dependencies: - dependency-name: bs58 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 276e34c commit 464e69a

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

Cargo.lock

Lines changed: 12 additions & 18 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
@@ -32,7 +32,7 @@ spl-stake-pool = { version = "=1.0.0", path = "../program", features = [
3232
spl-token = { version = "=6.0", path = "../../token/program", features = [
3333
"no-entrypoint",
3434
] }
35-
bs58 = "0.4.0"
35+
bs58 = "0.5.1"
3636
bincode = "1.3.1"
3737

3838
[[bin]]

0 commit comments

Comments
 (0)