diff --git a/Cargo.toml b/Cargo.toml index fea9414..c2ffd15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ catagories = ["config"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/state.html [dependencies] -clap = "3.0.0-beta.2" +clap = "4.3.21" log = "0.4.14" env_logger = "0.9.0" snafu = "0.6.10"