Bump clap-verbosity-flag from 3.0.2 to 3.0.3 in /backend (#41)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-05-23 23:08:13 +01:00 committed by GitHub
parent 33455d24fc
commit b5a6c6a993
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
backend/Cargo.lock generated
View file

@ -461,9 +461,9 @@ dependencies = [
[[package]]
name = "clap-verbosity-flag"
version = "3.0.2"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2678fade3b77aa3a8ff3aae87e9c008d3fb00473a41c71fbf74e91c8c7b37e84"
checksum = "eeab6a5cdfc795a05538422012f20a5496f050223c91be4e5420bfd13c641fb1"
dependencies = [
"clap",
"log",

View file

@ -35,7 +35,7 @@ regex = "1.11.1"
clap = { version = "4.5.38", features = ["derive"] }
futures = "0.3.31"
serde_json = "1.0.140"
clap-verbosity-flag = "3.0.2"
clap-verbosity-flag = "3.0.3"
[lints]
workspace = true