chore: bump byteorder from 1.3.4 to 1.4.3 (#18300)

* 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](https://github.com/BurntSushi/byteorder/compare/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>
This commit is contained in:
dependabot[bot]
2021-06-29 15:08:04 -06:00
committed by GitHub
parent c1b9d40a64
commit 52fd10ce03
9 changed files with 24 additions and 24 deletions

View File

@ -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 }