Skip to content

Commit 17c9654

Browse files
Build(deps): Bump bs58 from 0.4.0 to 0.5.0
Bumps [bs58](https://github.com/Nullus157/bs58-rs) from 0.4.0 to 0.5.0. - [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-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3de9b6a commit 17c9654

File tree

9 files changed

+73
-113
lines changed

9 files changed

+73
-113
lines changed

Cargo.lock

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

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ argon2 = { version = "0.5.3", features = ["std"] }
99
base64 = "0.22"
1010
binprot = { git = "https://github.com/openmina/binprot-rs", rev = "400b52c" }
1111
binprot_derive = { git = "https://github.com/openmina/binprot-rs", rev = "400b52c" }
12-
bs58 = "0.4.0"
12+
bs58 = "0.5.0"
1313
crypto_secretbox = { version = "0.1.1", features = ["std"] }
1414
flume = { version = "0.11.1", features = ["async", "spin"] }
1515
lazy_static = "1.4.0"

ledger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ redux = { workspace = true }
3232
strum = "0.26.2"
3333
strum_macros = "0.26.4"
3434

35-
bs58 = "0.4.0"
35+
bs58 = "0.5.0"
3636
mina-p2p-messages = { workspace = true }
3737

3838
base64 = "0.13"

mina-p2p-messages/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ base64 = "0.22"
1212
binprot = { git = "https://github.com/openmina/binprot-rs", rev = "400b52c" }
1313
binprot_derive = { git = "https://github.com/openmina/binprot-rs", rev = "400b52c" }
1414
blake2 = { version = "0.10" }
15-
bs58 = { version = "0.4", features = ["check"] }
15+
bs58 = { version = "0.5", features = ["check"] }
1616
derive_more = "0.99.17"
1717
hex = "0.4.3"
1818
lazy_static = "1.4.0"

node/account/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66

77
[dependencies]
88
anyhow = "1.0.70"
9-
bs58 = "0.4.0"
9+
bs58 = "0.5.0"
1010
hex = "0.4.3"
1111
lazy_static = "1.4.0"
1212
mina-core = { path = "../../core" }

node/native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66

77
[dependencies]
88
anyhow = "1.0.70"
9-
bs58 = { version = "0.4" }
9+
bs58 = { version = "0.5" }
1010
bytes = "1.4.0"
1111
dataloader = "0.18"
1212
derive_more = "0.99.17"

node/testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616
anyhow = "1.0.70"
1717
axum = "0.7"
1818
base64 = "0.22"
19-
bs58 = { version = "0.4" }
19+
bs58 = { version = "0.5" }
2020
derive_more = "0.99.17"
2121
documented = { version = "0.6", optional = true }
2222
hex = "0.4.3"

p2p/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ base64 = "0.22"
1111
binprot = { git = "https://github.com/openmina/binprot-rs", rev = "400b52c" }
1212
binprot_derive = { git = "https://github.com/openmina/binprot-rs", rev = "400b52c" }
1313
bitflags = { version = "2.4.1", features = ["serde"] }
14-
bs58 = "0.4.0"
14+
bs58 = "0.5.0"
1515
bytes = "*"
1616
cfg-if = "1.0.0"
1717
derive_more = "0.99.17"

vrf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde_json = { version = "1.0.82", features = [
2727
] }
2828
thiserror = "1.0.37"
2929
# num = "0.4"
30-
bs58 = "0.4.0"
30+
bs58 = "0.5.0"
3131
itertools = "0.12"
3232
rand = "0.8"
3333
sha2 = "0.10"

0 commit comments

Comments
 (0)