From d6f824abc02bee24fdc7e49a6b918406288346a0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 12:13:52 -0700 Subject: [PATCH] Bump bs58 from 0.2.2 to 0.2.4 (#5560) Bumps [bs58](https://github.com/mycorrhiza/bs58-rs) from 0.2.2 to 0.2.4. - [Release notes](https://github.com/mycorrhiza/bs58-rs/releases) - [Commits](https://github.com/mycorrhiza/bs58-rs/compare/0.2.2...0.2.4) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 22 +++++++++++----------- bench-exchange/Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- install/Cargo.toml | 2 +- sdk-c/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- vote-signer/Cargo.toml | 2 +- wallet/Cargo.toml | 2 +- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9eb46675ba..2897ac5d94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,7 +280,7 @@ dependencies = [ [[package]] name = "bs58" -version = "0.2.2" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -2077,7 +2077,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bs58 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3036,7 +3036,7 @@ name = "solana-bench-exchange" version = "0.18.0-pre2" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bs58 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3177,7 +3177,7 @@ name = "solana-client" version = "0.18.0-pre2" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bs58 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 13.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 13.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3234,7 +3234,7 @@ name = "solana-core" version = "0.18.0-pre2" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bs58 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3431,7 +3431,7 @@ version = "0.18.0-pre2" dependencies = [ "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bs58 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3684,7 +3684,7 @@ version = "0.18.0-pre2" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bs58 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", "generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3710,7 +3710,7 @@ name = "solana-sdk-c" version = "0.18.0-pre2" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bs58 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "cbindgen 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3887,7 +3887,7 @@ dependencies = [ name = "solana-vote-signer" version = "0.18.0-pre2" dependencies = [ - "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bs58 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 13.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-derive 13.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3904,7 +3904,7 @@ name = "solana-wallet" version = "0.18.0-pre2" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bs58 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5258,7 +5258,7 @@ dependencies = [ "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" "checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09" "checksum bloom 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d00ac8e5056d6d65376a3c1aa5c7c34850d6949ace17f0266953a254eb3d6fe8" -"checksum bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0de79cfb98e7aa9988188784d8664b4b5dad6eaaa0863b91d9a4ed871d4f7a42" +"checksum bs58 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0d9644ad62ff4df43da2e057febbbce576f7124cb5cd8e90e0ce7027f38aa2dd" "checksum bstr 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e0a692f1c740e7e821ca71a22cf99b9b2322dfa94d10f71443befb1797b3946a" "checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39" "checksum bv 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6cd4ae9e585e783756cd14b0ea21863acdfbb6383664ac2f7c9ef8d180a14727" diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index f9c4a58511..4d3b22cc40 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -10,7 +10,7 @@ publish = false [dependencies] bincode = "1.1.4" -bs58 = "0.2.0" +bs58 = "0.2.4" clap = "2.32.0" env_logger = "0.6.2" itertools = "0.8.0" diff --git a/client/Cargo.toml b/client/Cargo.toml index 68ef306118..7d22c9936d 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] bincode = "1.1.4" -bs58 = "0.2.0" +bs58 = "0.2.4" jsonrpc-core = "13.0.0" log = "0.4.8" rand = "0.6.5" diff --git a/core/Cargo.toml b/core/Cargo.toml index 74dd6d62ab..0c5667b0dd 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -19,7 +19,7 @@ kvstore = ["solana-kvstore"] [dependencies] bincode = "1.1.4" -bs58 = "0.2.0" +bs58 = "0.2.4" byteorder = "1.3.2" bzip2 = "0.3.3" chrono = { version = "0.4.7", features = ["serde"] } diff --git a/install/Cargo.toml b/install/Cargo.toml index 846d2cb1d2..bc54034ac6 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -15,7 +15,7 @@ cuda = [] [dependencies] atty = "0.2.11" bincode = "1.1.4" -bs58 = "0.2.0" +bs58 = "0.2.4" bzip2 = "0.3.3" chrono = { version = "0.4.7", features = ["serde"] } clap = { version = "2.33.0" } diff --git a/sdk-c/Cargo.toml b/sdk-c/Cargo.toml index c65496d6e5..da24db3be4 100644 --- a/sdk-c/Cargo.toml +++ b/sdk-c/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["staticlib"] [dependencies] bincode = "1.1.4" -bs58 = "0.2.0" +bs58 = "0.2.4" libc = "0.2.62" rand_chacha = "0.1.1" rand_core = { version = ">=0.2, <0.4", default-features = false } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 77b9a8f17c..250079ce04 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] assert_matches = "1.3.0" bincode = "1.1.4" -bs58 = "0.2.0" +bs58 = "0.2.4" byteorder = "1.3.2" chrono = { version = "0.4.7", features = ["serde"] } generic-array = { version = "0.13.2", default-features = false, features = ["serde", "more_lengths"] } diff --git a/vote-signer/Cargo.toml b/vote-signer/Cargo.toml index 44ee40dd39..1258a51e20 100644 --- a/vote-signer/Cargo.toml +++ b/vote-signer/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] -bs58 = "0.2.0" +bs58 = "0.2.4" clap = "2.33" jsonrpc-core = "13.0.0" jsonrpc-derive = "13.0.0" diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index ebdda3762e..59ee4035a8 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" [dependencies] bincode = "1.1.4" -bs58 = "0.2.0" +bs58 = "0.2.4" chrono = { version = "0.4.7", features = ["serde"] } clap = "2.33.0" criterion-stats = "0.3.0"