Skip to content

Commit

Permalink
Bump byteorder from 1.3.2 to 1.3.4
Browse files Browse the repository at this point in the history
Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.3.2 to 1.3.4.
- [Release notes](https://github.com/BurntSushi/byteorder/releases)
- [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/byteorder@1.3.2...1.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Feb 11, 2020
1 parent 517fe73 commit 9f58e48
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 42 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

Large diffs are not rendered by default.

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"
bs58 = "0.3.0"
byteorder = "1.3.2"
byteorder = "1.3.4"
chrono = { version = "0.4.10", features = ["serde"] }
core_affinity = "0.5.10"
crossbeam-channel = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"

[dependencies]
bincode = "1.2.1"
byteorder = "1.3.2"
byteorder = "1.3.4"
bytes = "0.4"
clap = "2.33"
log = "0.4.8"
Expand Down
2 changes: 1 addition & 1 deletion ledger/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"
byteorder = "1.3.2"
byteorder = "1.3.4"
bzip2 = "0.3.3"
chrono = { version = "0.4.10", features = ["serde"] }
crossbeam-channel = "0.3"
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 @@ -10,7 +10,7 @@ edition = "2018"

[dependencies]
bincode = "1.2.1"
byteorder = "1.3.2"
byteorder = "1.3.4"
libc = "0.2.66"
log = "0.4.8"
solana-logger = { path = "../../logger", version = "0.24.0" }
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
bincode = "1.2.1"
bv = { version = "0.11.0", features = ["serde"] }
byteorder = "1.3.2"
byteorder = "1.3.4"
fnv = "1.0.6"
fs_extra = "1.1.0"
libc = "0.2.66"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ assert_matches = { version = "1.3.0", optional = true }
bincode = "1.2.1"
bs58 = "0.3.0"
bv = { version = "0.11.0", features = ["serde"] }
byteorder = { version = "1.3.2", optional = true }
byteorder = { version = "1.3.4", optional = true }
generic-array = { version = "0.13.2", default-features = false, features = ["serde", "more_lengths"] }
hex = "0.4.0"
hmac = "0.7.0"
Expand Down

0 comments on commit 9f58e48

Please sign in to comment.