summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-03-06 17:04:36 +0000
committerRenovate Bot <[email protected]>2024-03-06 17:04:36 +0000
commit0ffcf3bc1b1c31b6618e32dde5df954fba4aa83d (patch)
tree81cad500e77d17f346d5068f5f61406a28b83a46 /Cargo.toml
parent7b2b6ef85522fd83d5f272cbf56d3adae8388b64 (diff)
Update Rust crate clap to 4.5.2
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 bee8983..0410441 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.5.0", features = ["env", "derive"] } 9clap = { version = "4.5.2", features = ["env", "derive"] }
10 10
11[profile.release] 11[profile.release]
12strip = true 12strip = true