updated dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul Lecuq 2022-05-10 12:53:44 +02:00
parent ec23da0565
commit ccf9fd587d

View File

@ -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