From 8500a676cfb694dc46fd258c0802c3dee4d61f66 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 13:58:01 +0000 Subject: [PATCH] build(deps): bump quick-xml from 0.20.0 to 0.22.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.20.0 to 0.22.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.20.0...v0.22.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fab54ff6f..094335021 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2807,9 +2807,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.20.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd" +checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b" dependencies = [ "memchr", ] diff --git a/core/Cargo.toml b/core/Cargo.toml index c46f6f531..50bd8eced 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -23,7 +23,7 @@ swf = { path = "../swf" } bitflags = "1.2.1" smallvec = "1.6.1" num_enum = "0.5.1" -quick-xml = "0.20.0" +quick-xml = "0.22.0" downcast-rs = "1.2.0" url = "2.2.1" weak-table = "0.3.0"