diff --git a/Cargo.lock b/Cargo.lock index 9e0f7f6..02dc99b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,9 +358,9 @@ dependencies = [ [[package]] name = "config" -version = "0.15.18" +version = "0.15.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "180e549344080374f9b32ed41bf3b6b57885ff6a289367b3dbc10eea8acc1918" +checksum = "b30fa8254caad766fc03cb0ccae691e14bf3bd72bfff27f72802ce729551b3d6" dependencies = [ "pathdiff", "serde_core", diff --git a/Cargo.toml b/Cargo.toml index 4bf656d..82a6a51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", ] }