From 9c6e0b5809e925a0ace6b092171b88da2b1b9fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 12:57:45 +0000 Subject: [PATCH] chore(deps): bump quick-xml from 0.25.0 to 0.29.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.25.0 to 0.29.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.25.0...v0.29.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 4784689..be2a50e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1489,9 +1489,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.25.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58e21a144a0ffb5fad7b464babcdab934a325ad69b7c0373bcfef5cbd9799ca9" +checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 75df1f0..f987313 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ glib = { version = "0.14.8", features = ["v2_50"] } hyper = { version = "0.14.20", features = ["http2", "server"] } lazy_static = "1.4.0" librsvg = { git = "https://gitlab.gnome.org/GNOME/librsvg", version = "2.52.1" } -quick-xml = "0.25.0" +quick-xml = "0.29.0" reqwest = { version = "0.11.15", features = ["default-tls"] } tokio = { version = "1.16.1", features = ["macros", "rt-multi-thread"] } url = "2.3.1"