[deps] cargo update

Updating clap         v4.5.0 -> v4.5.1
Updating clap_builder v4.5.0 -> v4.5.1
This commit is contained in:
2024-02-20 21:16:23 +01:00
parent 344b126d35
commit 0b7be102f1
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ edition = "2021"
actix-web = "=4.5.1"
actix-files = "=0.6.5"
num_cpus = "=1.16.0"
clap = { version = "=4.5.0", features = ["cargo", "derive"] }
clap = { version = "=4.5.1", features = ["cargo", "derive"] }
[profile.release]
lto = true