From 88d9316241b3ab9c6a47d32bd7cd7f002289154a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:13:12 +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.38.0...v0.39.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.39.0 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 2bb96754..e2ba6371 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -52,7 +52,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.38", optional = true, default-features = false } +quick-xml = { version = "0.39", optional = true, default-features = false } # Browser webbrowser = { version = "1.0", optional = true, default-features = false }