Skip to content

Commit

Permalink
Update yaserde_derive requirement from 0.9 to 0.10
Browse files Browse the repository at this point in the history
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](media-io/yaserde@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent b064bb7 commit d963c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xml_schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion xml_schema_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit d963c55

Please sign in to comment.