From 24134d6f23323dcbfd8664d4dce9fcfab198b8cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:44:20 +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.36.0...v0.37.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 a5f4f328..b21be453 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.36.0", optional = true, default-features = false } +quick-xml = { version = "0.37.0", optional = true, default-features = false } # Browser webbrowser = { version = "1.0.0", optional = true, default-features = false }