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-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-11 11:27:32 +00:00
parent 0b4221d7f3
commit 9d55331980
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -64,9 +64,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 = "cc"

View file

@ -30,7 +30,7 @@ required-features = ["binary"]
[dependencies]
bit-vec = "^0.6.3"
byteorder = "^1.0.0"
byteorder = "^1.4.2"
crc = "^1.2.0"
itertools = "^0.10.0"
zopfli = { version = "^0.4.0", optional = true }