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

4
Cargo.lock generated
View File

@@ -358,9 +358,9 @@ dependencies = [
[[package]] [[package]]
name = "config" name = "config"
version = "0.15.18" version = "0.15.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e549344080374f9b32ed41bf3b6b57885ff6a289367b3dbc10eea8acc1918" checksum = "b30fa8254caad766fc03cb0ccae691e14bf3bd72bfff27f72802ce729551b3d6"
dependencies = [ dependencies = [
"pathdiff", "pathdiff",
"serde_core", "serde_core",

View File

@@ -24,7 +24,7 @@ include = [
chrono = "0.4.42" chrono = "0.4.42"
clap = { version = "4.5.53", features = ["derive"] } clap = { version = "4.5.53", features = ["derive"] }
clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] } 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", "json",
"toml", "toml",
] } ] }