This commit is contained in:
dependabot[bot] 2025-12-06 22:22:03 +00:00 committed by GitHub
commit 43a4fe2621
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -30,7 +30,7 @@ clap = { version = "4.5.38", features = ["derive"] }
futures = "0.3.31" futures = "0.3.31"
serde_yaml = "0.9.34" serde_yaml = "0.9.34"
serde_json = "1.0.140" serde_json = "1.0.140"
clap-verbosity-flag = "3.0.3" clap-verbosity-flag = "3.0.4"
bimap = "0.6.3" bimap = "0.6.3"
ts-rs = { version = "10.1", features = ["uuid-impl", "chrono-impl"] } ts-rs = { version = "10.1", features = ["uuid-impl", "chrono-impl"] }
base64 = "0.22.1" base64 = "0.22.1"