Skip to content

Commit

Permalink
Bump bs58 from 0.3.0 to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Apr 21, 2020
1 parent 5402434 commit 7429846
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://solana.com/"

[dependencies]
bincode = "1.2.1"
bs58 = "0.3.0"
bs58 = "0.3.1"
chrono = { version = "0.4.11", features = ["serde"] }
clap = "2.33.0"
criterion-stats = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"

[dependencies]
bincode = "1.2.1"
bs58 = "0.3.0"
bs58 = "0.3.1"
indicatif = "0.14.0"
jsonrpc-core = "14.1.0"
log = "0.4.8"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ codecov = { repository = "solana-labs/solana", branch = "master", service = "git
[dependencies]
bincode = "1.2.1"
bv = { version = "0.11.1", features = ["serde"] }
bs58 = "0.3.0"
bs58 = "0.3.1"
byteorder = "1.3.4"
chrono = { version = "0.4.11", features = ["serde"] }
core_affinity = "0.5.10"
Expand Down
2 changes: 1 addition & 1 deletion keygen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://solana.com/"
edition = "2018"

[dependencies]
bs58 = "0.3.0"
bs58 = "0.3.1"
clap = "2.33"
dirs = "2.0.2"
num_cpus = "1.12.0"
Expand Down
2 changes: 1 addition & 1 deletion ledger-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
homepage = "https://solana.com/"

[dependencies]
bs58 = "0.3.0"
bs58 = "0.3.1"
clap = "2.33.0"
histogram = "*"
serde_json = "1.0.51"
Expand Down
2 changes: 1 addition & 1 deletion sdk-c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["staticlib"]

[dependencies]
bincode = "1.2.1"
bs58 = "0.3.0"
bs58 = "0.3.1"
libc = "0.2.69"
rand_chacha = "0.1.1"
rand_core = { version = ">=0.2, <0.4", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ default = [
[dependencies]
assert_matches = { version = "1.3.0", optional = true }
bincode = "1.2.1"
bs58 = "0.3.0"
bs58 = "0.3.1"
bv = { version = "0.11.1", features = ["serde"] }
byteorder = { version = "1.3.4", optional = true }
chrono = { version = "0.4", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion transaction-status/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"

[dependencies]
bincode = "1.2.1"
bs58 = "0.3.0"
bs58 = "0.3.1"
solana-sdk = { path = "../sdk", version = "1.2.0" }
serde = "1.0.106"
serde_derive = "1.0.103"
Expand Down

0 comments on commit 7429846

Please sign in to comment.