build(deps): bump encoding_rs from 0.8.26 to 0.8.28

Bumps [encoding_rs](https://github.com/hsivonen/encoding_rs) from 0.8.26 to 0.8.28.
- [Release notes](https://github.com/hsivonen/encoding_rs/releases)
- [Commits](https://github.com/hsivonen/encoding_rs/compare/v0.8.26...v0.8.28)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-04 14:15:41 +00:00 committed by Mike Welsh
parent a6132a504b
commit dd4860c469
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1072,9 +1072,9 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
version = "0.8.26"
version = "0.8.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "801bbab217d7f79c0062f4f7205b5d4427c6d1a7bd7aafdd1475f7c59d62b283"
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
dependencies = [
"cfg-if 1.0.0",
]

View File

@ -33,7 +33,7 @@ json = "0.12.4"
chrono = "0.4"
num-traits = "0.2"
instant = "0.1"
encoding_rs = "0.8.26"
encoding_rs = "0.8.28"
rand = { version = "0.8.3", features = ["std", "small_rng"], default-features = false }
serde = { version = "1.0.123", features = ["derive"], optional = true }
nellymoser-rs = { git = "https://github.com/ruffle-rs/nellymoser", branch = "main" }

View File

@ -13,7 +13,7 @@ description = "Read and write the Adobe Flash SWF file format."
bitflags = "1.2.1"
bitstream-io = "1.0.0"
byteorder = "1.4"
encoding_rs = "0.8.26"
encoding_rs = "0.8.28"
num-derive = "0.3"
num-traits = "0.2"
libflate = {version = "1.0", optional = true}