From 746e42950a783cbb549da4a55369c8ebdbaad44b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 13:59:19 +0000 Subject: [PATCH] cargo prod(deps): update quick-xml requirement from 0.36 to 0.40 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.40.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.40.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- codes-iso-4217/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codes-iso-4217/Cargo.toml b/codes-iso-4217/Cargo.toml index 65845e2..f043261 100644 --- a/codes-iso-4217/Cargo.toml +++ b/codes-iso-4217/Cargo.toml @@ -30,6 +30,6 @@ serde = { version = "1.0", features = ["derive"], optional = true } [build-dependencies] codes-common = { version = "0.1", path = "../codes-common", features = ["build"] } -quick-xml = "0.36" +quick-xml = "0.40" scraper = "0.20.0" tera = "1.17"