build(deps): bump byteorder from 1.3.4 to 1.4.2

Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.3.4 to 1.4.2.
- [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.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-11 10:01:37 +00:00 committed by Deirdre Connolly
parent c75cbdea79
commit 38ac869f57
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -397,9 +397,9 @@ checksum = "41aa2ec95ca3b5c54cf73c91acf06d24f4495d5f1b1c12506ae3483d646177ac"
[[package]]
name = "byteorder"
version = "1.3.4"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
[[package]]
name = "bytes"

View File

@ -18,7 +18,7 @@ bitvec = "0.17.4"
blake2b_simd = "0.5.11"
blake2s_simd = "0.5.11"
bs58 = { version = "0.4", features = ["check"] }
byteorder = "1.3"
byteorder = "1.4"
chrono = { version = "0.4", features = ["serde"] }
futures = "0.3"
hex = "0.4"

View File

@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
bitflags = "1.2"
byteorder = "1.3"
byteorder = "1.4"
bytes = "0.6"
chrono = "0.4"
hex = "0.4"