From fa4553d077242c8ab9c36feefc1d95afd9ed611b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 5 Dec 2020 11:28:04 +0000 Subject: [PATCH] build(deps): bump quick-xml from 0.19.0 to 0.20.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](https://github.com/tafia/quick-xml/compare/v0.19.0...v0.20.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e253b431c..34e9edc38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -921,9 +921,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d72d5477478f85bd00b6521780dfba1ec6cdaadcf90b8b181c36d7de561f9b" +checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 1453ba69d..89fcabec7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ urlencoding = "1.1.1" open = "1.4.0" unicode-width = "0.1.8" term_size = "0.3.2" -quick-xml = "0.19.0" +quick-xml = "0.20.0" rand = "0.7.3" serde = { version = "1.0.117", features = ["derive"] } indexmap = "1.6.0"