summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-02-08 17:04:45 +0000
committerRenovate Bot <[email protected]>2024-02-08 17:04:45 +0000
commit7b2b6ef85522fd83d5f272cbf56d3adae8388b64 (patch)
treeb12b4498ed9f3409ac1360fb6b8ff0ca6afa196a /Cargo.toml
parent818ea847ba1a356e0e1562515632a8bde766cdb7 (diff)
Update Rust crate clap to 4.5.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3f68df4..bee8983 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7 7
8[dependencies] 8[dependencies]
9clap = { version = "4.4.18", features = ["env", "derive"] } 9clap = { version = "4.5.0", features = ["env", "derive"] }
10 10
11[profile.release] 11[profile.release]
12strip = true 12strip = true