build(deps): bump byteorder from 1.4.2 to 1.4.3

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-10 12:36:39 +00:00 committed by Mike Welsh
parent 7410495a6c
commit 2ca6d2bf6c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -297,9 +297,9 @@ dependencies = [
[[package]]
name = "byteorder"
version = "1.4.2"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"

View File

@ -21,7 +21,7 @@ canvas = ["ruffle_render_canvas"]
webgl = ["ruffle_render_webgl"]
[dependencies]
byteorder = "1.4.2"
byteorder = "1.4.3"
console_error_panic_hook = { version = "0.1.1", optional = true }
console_log = { version = "0.2", optional = true }
fnv = "1.0.7"