diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 81b24569..7c53cbf7 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = "4.0" +clap = "4" toml_edit = "0.14"