From e1d1d160aca1deec21475eaf606afe78d0a50e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:49:46 +0000 Subject: [PATCH] chore(deps): update quick-xml requirement from 0.36 to 0.37 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.36.0...v0.37.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mavlink-bindgen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mavlink-bindgen/Cargo.toml b/mavlink-bindgen/Cargo.toml index 2c23aeefaa..93959ce2e9 100644 --- a/mavlink-bindgen/Cargo.toml +++ b/mavlink-bindgen/Cargo.toml @@ -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"