Skip to content

Commit

Permalink
Bump bincode from 1.2.0 to 1.2.1
Browse files Browse the repository at this point in the history
Bumps [bincode](https://github.com/servo/bincode) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/servo/bincode/releases)
- [Commits](bincode-org/bincode@v1.2.0...v1.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and mvines committed Dec 10, 2019
1 parent 696cb29 commit 6f45729
Show file tree
Hide file tree
Showing 26 changed files with 55 additions and 56 deletions.
61 changes: 30 additions & 31 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 bench-exchange/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://solana.com/"
publish = false

[dependencies]
bincode = "1.2.0"
bincode = "1.2.1"
bs58 = "0.3.0"
clap = "2.32.0"
env_logger = "0.7.1"
Expand Down
2 changes: 1 addition & 1 deletion bench-tps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
homepage = "https://solana.com/"

[dependencies]
bincode = "1.2.0"
bincode = "1.2.1"
clap = "2.33.0"
log = "0.4.8"
rayon = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/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]
bincode = "1.2.0"
bincode = "1.2.1"
bs58 = "0.3.0"
chrono = { version = "0.4.10", features = ["serde"] }
clap = "2.33.0"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
edition = "2018"

[dependencies]
bincode = "1.2.0"
bincode = "1.2.1"
bs58 = "0.3.0"
jsonrpc-core = "14.0.5"
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 @@ -14,7 +14,7 @@ edition = "2018"
codecov = { repository = "solana-labs/solana", branch = "master", service = "github" }

[dependencies]
bincode = "1.2.0"
bincode = "1.2.1"
bs58 = "0.3.0"
byteorder = "1.3.2"
chrono = { version = "0.4.10", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion drone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"


[dependencies]
bincode = "1.2.0"
bincode = "1.2.1"
byteorder = "1.3.2"
bytes = "0.4"
clap = "2.33"
Expand Down
2 changes: 1 addition & 1 deletion fixed-buf/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]
bincode = "1.2.0"
bincode = "1.2.1"
serde = "1.0.103"

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

[dependencies]
atty = "0.2.11"
bincode = "1.2.0"
bincode = "1.2.1"
bs58 = "0.3.0"
bzip2 = "0.3.3"
chrono = { version = "0.4.10", features = ["serde"] }
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]
bincode = "1.2.0"
bincode = "1.2.1"
clap = "2.33.0"
serde = "1.0.103"
serde_derive = "1.0.103"
Expand Down
2 changes: 1 addition & 1 deletion ledger/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]
bincode = "1.2.0"
bincode = "1.2.1"
byteorder = "1.3.2"
bzip2 = "0.3.3"
chrono = { version = "0.4.10", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion net-utils/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]
bincode = "1.2.0"
bincode = "1.2.1"
bytes = "0.4"
clap = "2.33.0"
log = "0.4.8"
Expand Down
2 changes: 1 addition & 1 deletion perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
rand = "0.6.5"
dlopen = "0.1.8"
bincode = "1.2.0"
bincode = "1.2.1"
rayon = "1.2.0"
serde = "1.0.103"
serde_derive = "1.0.103"
Expand Down
2 changes: 1 addition & 1 deletion programs/bpf_loader/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]
bincode = "1.2.0"
bincode = "1.2.1"
byteorder = "1.3.2"
libc = "0.2.66"
log = "0.4.8"
Expand Down
2 changes: 1 addition & 1 deletion programs/btc_spv/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]
bincode = "1.2.0"
bincode = "1.2.1"
chrono = { version = "0.4.10", features = ["serde"] }
log = "0.4.2"
num-derive = "0.3"
Expand Down
Loading

0 comments on commit 6f45729

Please sign in to comment.