build(deps): bump encoding_rs from 0.8.30 to 0.8.31

Bumps [encoding_rs](https://github.com/hsivonen/encoding_rs) from 0.8.30 to 0.8.31.
- [Release notes](https://github.com/hsivonen/encoding_rs/releases)
- [Commits](https://github.com/hsivonen/encoding_rs/compare/v0.8.30...v0.8.31)

---
updated-dependencies:
- dependency-name: encoding_rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-08 16:57:28 +00:00 committed by Mike Welsh
parent eeb5eb18f6
commit 860c2e313f
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1096,9 +1096,9 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
version = "0.8.30"
version = "0.8.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
dependencies = [
"cfg-if 1.0.0",
]

View File

@ -34,7 +34,7 @@ percent-encoding = "2.1.0"
thiserror = "1.0"
chrono = "0.4"
instant = "0.1"
encoding_rs = "0.8.30"
encoding_rs = "0.8.31"
rand = { version = "0.8.5", features = ["std", "small_rng"], default-features = false }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }

View File

@ -13,7 +13,7 @@ description = "Read and write the Adobe Flash SWF file format."
bitflags = "1.3.2"
bitstream-io = "1.3.0"
byteorder = "1.4"
encoding_rs = "0.8.30"
encoding_rs = "0.8.31"
num-derive = "0.3"
num-traits = "0.2"
libflate = {version = "1.2", optional = true}