From 0dc914beb5d763d3075b90d4417298064804ddde Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Thu, 9 Dec 2021 09:40:43 +0100 Subject: [PATCH] updated Cargo.toml --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a388730..e8bf1b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "zabbixlaunch" version = "1.0.0" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "2.33.3", features = ["yaml"] } -embedded-graphics = { version = "0.7.1", optional = true } +clap = { version = "2", features = ["yaml"] } +embedded-graphics = { version = "0.7", optional = true } launchy = { git = "https://github.com/kangalioo/launchy", branch = "master" } -reqwest = { version = "0.11.5", features = ["blocking", "json"] } -serde = { version = "1.0.130", features = ["derive"] } -serde_json = "1.0.68" -nix = "0.23.0" \ No newline at end of file +reqwest = { version = "0.11", features = ["blocking", "json"] } +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" +nix = "0.23" \ No newline at end of file