fix(deps): update rust crate config to 0.15.19

This commit is contained in:
renovate[bot]
2025-11-24 13:01:01 +00:00
committed by Jeremiah Russell
parent c5d64b8ae5
commit ebca739baa
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ include = [
chrono = "0.4.42"
clap = { version = "4.5.53", features = ["derive"] }
clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] }
config = { version = "0.15.18", default-features = false, features = [
config = { version = "0.15.19", default-features = false, features = [
"json",
"toml",
] }