From 7b7cef210375660951f55c32266cd0c5ab74ae78 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 05:25:21 +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 0162adc9c..feba86a80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -908,9 +908,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 b69101f40..617815348 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_derive = "1.0.115" indexmap = "1.6.0"