diff --git a/Cargo.toml b/Cargo.toml index f82b044..9957001 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,13 +9,13 @@ repository = "https://git.paulbsd.com/paulbsd/zabbixlaunch" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = "3" +clap = "3.1" embedded-graphics = { version = "0.7", optional = true } launchy = { git = "https://github.com/kangalioo/launchy", branch = "master" } reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -nix = "0.23" +nix = "0.24" [profile.release] debug = 0