From d963c55e625961096a5d8d4bad5064864c3fc3f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 08:25:31 +0000 Subject: [PATCH] Update yaserde_derive requirement from 0.9 to 0.10 Updates the requirements on [yaserde_derive](https://github.com/media-io/yaserde) to permit the latest version. - [Changelog](https://github.com/media-io/yaserde/blob/main/Changelog.md) - [Commits](https://github.com/media-io/yaserde/compare/yaserde_derive-v0.9.0...yaserde_derive-v0.10.0) --- updated-dependencies: - dependency-name: yaserde_derive dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- xml_schema/Cargo.toml | 2 +- xml_schema_derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xml_schema/Cargo.toml b/xml_schema/Cargo.toml index c7f31a8..6fdedda 100644 --- a/xml_schema/Cargo.toml +++ b/xml_schema/Cargo.toml @@ -19,5 +19,5 @@ xml-schema-derive = { version = "0.3.0", path = "../xml_schema_derive", optional log = "0.4" xml-rs = "0.8" xml-schema-derive = { version = "0.3.0", path = "../xml_schema_derive" } -yaserde_derive = { version = "0.9" } +yaserde_derive = { version = "0.10" } yaserde = { version = "0.9" } diff --git a/xml_schema_derive/Cargo.toml b/xml_schema_derive/Cargo.toml index 7b626d3..89fda0c 100644 --- a/xml_schema_derive/Cargo.toml +++ b/xml_schema_derive/Cargo.toml @@ -28,5 +28,5 @@ reqwest = { version = "0.11", default-features = false, features = ["blocking"] simple_logger = "4" syn = { version = "2.0", features = ["visit", "extra-traits"] } xml-rs = "0.8" -yaserde_derive = { version = "0.9" } +yaserde_derive = { version = "0.10" } yaserde = { version = "0.9" }