From 63e30899f716ad8cc224820ce344fc5025b78ad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 06:17:37 +0000 Subject: [PATCH] Bump quick-xml from 0.28.2 to 0.29.0 (#9477) --- Cargo.lock | 6 +++--- crates/nu-command/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cfcb655da..1f3ec57a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2864,7 +2864,7 @@ dependencies = [ "percent-encoding", "powierza-coefficient", "print-positions", - "quick-xml 0.28.2", + "quick-xml 0.29.0", "quickcheck", "quickcheck_macros", "rand 0.8.5", @@ -4193,9 +4193,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.28.2" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1" +checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51" dependencies = [ "memchr", ] diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index bdbc18c3a..edfee650d 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -69,7 +69,7 @@ pathdiff = "0.2" percent-encoding = "2.2" powierza-coefficient = "1.0" print-positions = "0.6" -quick-xml = "0.28" +quick-xml = "0.29" rand = "0.8" rayon = "1.7" regex = "1.7"