From d4eca20f6b967e3420bd0e66aa80cbcdc6a79988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:38:35 +0000 Subject: [PATCH] Bump quick-xml from 0.38.4 to 0.40.1 in /editors/zed Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.38.4 to 0.40.1. - [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.4...v0.40.1) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.40.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- editors/zed/Cargo.lock | 4 ++-- editors/zed/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/zed/Cargo.lock b/editors/zed/Cargo.lock index 91f5a193..7d889b4a 100644 --- a/editors/zed/Cargo.lock +++ b/editors/zed/Cargo.lock @@ -406,9 +406,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.38.4" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" +checksum = "2474bd2e5029e7ccb6abb2ba48cf2383a333851dedf495901544281590c7da7f" dependencies = [ "memchr", ] diff --git a/editors/zed/Cargo.toml b/editors/zed/Cargo.toml index 35269e19..4814a256 100644 --- a/editors/zed/Cargo.toml +++ b/editors/zed/Cargo.toml @@ -18,5 +18,5 @@ dead_code = "deny" unused_variables = "deny" [dependencies] -quick-xml = "0.38" +quick-xml = "0.40" zed_extension_api = "0.7"