From ae2bab312f47fe08276855545f5faba794a26d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 01:05:36 +0000 Subject: [PATCH] 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) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85e74c3a..9cd3e1bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1119,9 +1119,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[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 = [ "encoding_rs", "memchr", diff --git a/Cargo.toml b/Cargo.toml index a6352cf5..9e207aa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ thiserror = "1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" regex = "1.4" -quick-xml = { version = "0.20", features = ["encoding"] } +quick-xml = { version = "0.22", features = ["encoding"] } chrono = "0.4" pinyin = "0.8" either = "1.6"