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] 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"