From 613ec661b1c110a1b50401a91ae1c7cb4311bd6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 08:56:33 +0000 Subject: [PATCH] cargo prod(deps): update quick-xml requirement from 0.35 to 0.36 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.35.0...v0.36.0) --- updated-dependencies: - dependency-name: quick-xml 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 a4d54a9..d3231d6 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.35" +quick-xml = "0.36" scraper = "0.19.0" tera = "1.17"