From 1a023d62eb72d6a0d9425925e021a7e9123839d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:23:46 +0000 Subject: [PATCH] chore(deps): update quick-xml requirement in /crates/cli Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version. - [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.35.0...v0.36.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index db034320..4f540a95 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -53,7 +53,7 @@ hex = { version = "0.4.3", optional = true, default-features = false } serde_json = { version = "1", optional = true, default-features = false } # XML -quick-xml = { version = "0.35.0", optional = true, default-features = false } +quick-xml = { version = "0.36.0", optional = true, default-features = false } # Browser webbrowser = { version = "1.0.0", optional = true, default-features = false }