From dd4860c469730b9672c51ed97f8d89cc4aadcc33 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 14:15:41 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- swf/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fcdf8e065..0ffe572be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/core/Cargo.toml b/core/Cargo.toml index 1b0dadd22..d4533aea7 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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" } diff --git a/swf/Cargo.toml b/swf/Cargo.toml index 9f6e49a34..cda615038 100644 --- a/swf/Cargo.toml +++ b/swf/Cargo.toml @@ -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}