From aaff6d69db4e53b72262aaf11bf5e0cd9ee4852c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 07:47:11 +0000 Subject: [PATCH] Update quick-xml requirement from 0.29.0 to 0.31.0 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.29.0...v0.31.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- helper/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helper/Cargo.toml b/helper/Cargo.toml index 795e681..77f5c46 100644 --- a/helper/Cargo.toml +++ b/helper/Cargo.toml @@ -17,7 +17,7 @@ cvss = { path = "../cvss" } nvd-api = { path = "../nvd-api" } serde_json = "1.0" serde = { version = "1", features = ["derive"] } -quick-xml = { version = "0.29.0", features = ["serde", "encoding_rs", "serialize"] } +quick-xml = { version = "0.31.0", features = ["serde", "encoding_rs", "serialize"] } serde_yaml = "0.9" flate2 = "1.0" zip = "0.6" @@ -25,7 +25,7 @@ cached = "0.44.0" tokio = { version = "1.34.0", features = ["full"] } [dev-dependencies] serde = { version = "1", features = ["derive"] } -quick-xml = { version = "0.29.0", features = ["serde", "encoding_rs", "serialize"] } +quick-xml = { version = "0.31.0", features = ["serde", "encoding_rs", "serialize"] } serde_yaml = "0.9" serde_json = "1.0" flate2 = "1.0"