From 507f4070dd7eb4562b2b1a12e5fdeb04aca0b86e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 07:13:26 +0000 Subject: [PATCH] Bump encoding_rs from 0.8.23 to 0.8.26 Bumps [encoding_rs](https://github.com/hsivonen/encoding_rs) from 0.8.23 to 0.8.26. - [Release notes](https://github.com/hsivonen/encoding_rs/releases) - [Commits](https://github.com/hsivonen/encoding_rs/compare/v0.8.23...v0.8.26) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0259839aad0..a9a866e20b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1487,11 +1487,11 @@ dependencies = [ [[package]] name = "encoding_rs" -version = "0.8.23" +version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8ac63f94732332f44fe654443c46f6375d1939684c17b0afb6cb56b0456e171" +checksum = "801bbab217d7f79c0062f4f7205b5d4427c6d1a7bd7aafdd1475f7c59d62b283" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", ] [[package]]