Skip to content

Commit

Permalink
chore(deps): update quick-xml requirement from 0.36 to 0.37
Browse files Browse the repository at this point in the history
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](tafia/quick-xml@v0.36.0...v0.37.0)

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 5f2ecbe commit e1d1d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mavlink-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version.workspace = true

[dependencies]
crc-any = { workspace = true, default-features = false }
quick-xml = "0.36"
quick-xml = "0.37"
quote = "1"
proc-macro2 = "1.0.43"
lazy_static = "1.2.0"
Expand Down

0 comments on commit e1d1d16

Please sign in to comment.