From f34d5d0298ab5b131405851c2f844301da414c8a Mon Sep 17 00:00:00 2001
From: Federico Lolli <federico.lolli@skywarder.eu>
Date: Mon, 30 Sep 2024 17:31:53 +0200
Subject: [PATCH] [on-host] updated Cargo.toml

---
 on-host/Cargo.lock |  2 +-
 on-host/Cargo.toml | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/on-host/Cargo.lock b/on-host/Cargo.lock
index 9f0f7bf..4cb64bc 100644
--- a/on-host/Cargo.lock
+++ b/on-host/Cargo.lock
@@ -68,7 +68,7 @@ dependencies = [
 
 [[package]]
 name = "arpist"
-version = "0.3.0"
+version = "0.4.0"
 dependencies = [
  "clap",
  "csv",
diff --git a/on-host/Cargo.toml b/on-host/Cargo.toml
index 7b00d38..5ebf010 100644
--- a/on-host/Cargo.toml
+++ b/on-host/Cargo.toml
@@ -1,18 +1,18 @@
 [package]
 name = "arpist"
-version = "0.3.0"
+authors = ["Federico Lolli <federico.lolli@skywarder.eu>"]
+description = "ARPIST - Autonomous Remote Pointer Interactive Simulation of Telemetry"
+version = "0.4.0"
 edition = "2021"
 
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
 [dependencies]
-clap = { version = "4.4.11", features = ["derive"] }
-miette = { version = "7.2.0", features = ["fancy"] }
-csv = "1.3.0"
-log = "0.4.20"
-serialport = "4.3.0"
-simple_logger = { version = "4.3.3", features = ["colors"] }
-serde = { version = "1.0.210", features = ["derive"] }
+clap = { version = "4", features = ["derive"] }
+miette = { version = "7", features = ["fancy"] }
+csv = "1"
+log = "0.4"
+serialport = "4"
+simple_logger = { version = "4", features = ["colors"] }
+serde = { version = "1", features = ["derive"] }
 
 [dependencies.skyward_mavlink]
 git = "https://git.skywarder.eu/avn/swd/mavlink/mavlink-skyward-lib.git"
-- 
GitLab