From 89db20d5b7091cae1495a9bbacb678fb2d89b47c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 15 Mar 2024 09:28:38 -0300 Subject: [PATCH 1/2] Cargo: Update mavlink to latest version of 0.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01d8892..da44f27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ include_dir = "0.7" lazy_static = "1.4.0" log = "0.4" env_logger = "0.8" -mavlink = { version = "0.10.5", features = [ "ardupilotmega", "emit-extensions"] } +mavlink = { version = "0.10.7", features = [ "ardupilotmega", "emit-extensions"] } paperclip = { version = "0.8", features = ["actix3", "v3", "paperclip-actix", "swagger-ui"] } regex = "1" serde = "1.0.115" From f8b00403b23167316b3aed6452ee0fc84e9d1775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 15 Mar 2024 09:29:15 -0300 Subject: [PATCH 2/2] Cargo: Update to 0.11.20 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da44f27..e5831fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mavlink2rest" -version = "0.11.19" +version = "0.11.20" description = "A simple REST API for MAVLink" readme = "README.md" license = "MIT"