Skip to content

Commit

Permalink
chore: bump byteorder from 1.3.4 to 1.4.3 (solana-labs#18300)
Browse files Browse the repository at this point in the history
* chore: bump byteorder from 1.3.4 to 1.4.3

Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.3.4 to 1.4.3.
- [Release notes](https://github.com/BurntSushi/byteorder/releases)
- [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/byteorder@1.3.4...1.4.3)

---
updated-dependencies:
- dependency-name: byteorder
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

* Bump expected instruction count

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
  • Loading branch information
3 people authored Jun 29, 2021
1 parent c1b9d40 commit 52fd10c
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bincode = "1.3.3"
blake3 = "0.3.8"
bv = { version = "0.11.1", features = ["serde"] }
bs58 = "0.4.0"
byteorder = "1.3.4"
byteorder = "1.4.3"
chrono = { version = "0.4.11", features = ["serde"] }
crossbeam-channel = "0.5"
ed25519-dalek = "=1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
bincode = "1.3.3"
byteorder = "1.3.4"
byteorder = "1.4.3"
clap = "2.33"
log = "0.4.11"
serde = "1.0.126"
Expand Down
2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
bincode = "1.3.3"
byteorder = "1.3.4"
byteorder = "1.4.3"
chrono = { version = "0.4.11", features = ["serde"] }
chrono-humanize = "0.2.1"
crossbeam-channel = "0.5"
Expand Down
30 changes: 15 additions & 15 deletions programs/bpf/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 programs/bpf/tests/programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ fn assert_instruction_count() {
("solana_bpf_rust_128bit", 584),
("solana_bpf_rust_alloc", 7082),
("solana_bpf_rust_custom_heap", 522),
("solana_bpf_rust_dep_crate", 2),
("solana_bpf_rust_dep_crate", 47),
("solana_bpf_rust_external_spend", 504),
("solana_bpf_rust_iter", 724),
("solana_bpf_rust_many_args", 233),
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 @@ -14,7 +14,7 @@ regex = "1.5.4"

[dependencies]
bincode = "1.3.3"
byteorder = "1.3.4"
byteorder = "1.4.3"
log = "0.4.11"
num-derive = "0.3"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ arrayref = "0.3.6"
bincode = "1.3.3"
blake3 = "0.3.8"
bv = { version = "0.11.1", features = ["serde"] }
byteorder = "1.3.4"
byteorder = "1.4.3"
bzip2 = "0.3.3"
dashmap = { version = "4.0.2", features = ["rayon", "raw-api"] }
crossbeam-channel = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ assert_matches = { version = "1.3.0", optional = true }
bincode = "1.3.3"
bs58 = "0.4.0"
bv = { version = "0.11.1", features = ["serde"] }
byteorder = { version = "1.3.4", optional = true }
byteorder = { version = "1.4.3", optional = true }
chrono = { version = "0.4", optional = true }
curve25519-dalek = { version = "3.1.0", optional = true }
derivation-path = { version = "0.1.3", default-features = false }
Expand Down

0 comments on commit 52fd10c

Please sign in to comment.