fix(deps): update rust crate config to 0.15.21

This commit is contained in:
renovate[bot]
2026-03-13 09:24:07 +00:00
committed by GitHub
parent f8a7e1fc93
commit deb9eeb2e0
2 changed files with 12 additions and 34 deletions

View File

@@ -16,7 +16,7 @@ base64 = "0.22.1"
chrono = "0.4.43"
clap = { version = "4.5.58", features = ["derive"] }
clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] }
config = { version = "0.15.19", default-features = false, features = ["json", "toml"] }
config = { version = "0.15.21", default-features = false, features = ["json", "toml"] }
dialoguer = "0.12.0"
env_logger = "0.11.9"
flate2 = "1.1.9"