From 306815ba4869f0ed49d11183a5be0e4807f6d316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 12:14:07 +0000 Subject: [PATCH] build(deps): bump quick-xml in /editors/zed in the rust-zed group Bumps the rust-zed group in /editors/zed with 1 update: [quick-xml](https://github.com/tafia/quick-xml). Updates `quick-xml` from 0.40.1 to 0.41.0 - [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.40.1...v0.41.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-zed ... 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 7d889b4a..8c354b21 100644 --- a/editors/zed/Cargo.lock +++ b/editors/zed/Cargo.lock @@ -406,9 +406,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.40.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2474bd2e5029e7ccb6abb2ba48cf2383a333851dedf495901544281590c7da7f" +checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" dependencies = [ "memchr", ] diff --git a/editors/zed/Cargo.toml b/editors/zed/Cargo.toml index 4814a256..94ea9f77 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.40" +quick-xml = "0.41" zed_extension_api = "0.7"