diff --git a/Cargo.lock b/Cargo.lock index 5053ede..393fe49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,9 +291,9 @@ dependencies = [ [[package]] name = "config" -version = "0.15.13" +version = "0.15.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b1eb4fb07bc7f012422df02766c7bd5971effb894f573865642f06fa3265440" +checksum = "0faa974509d38b33ff89282db9c3295707ccf031727c0de9772038ec526852ba" dependencies = [ "pathdiff", "rust-ini", diff --git a/Cargo.toml b/Cargo.toml index 4f855f4..ddf1fd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ panic = "abort" [dependencies] serde = { version = "1.0.219", default-features = false, features = ["derive"] } serde_json = "1.0" -config = { version = "0.15.13", default-features = false, features= ["ini"] } +config = { version = "0.15.15", default-features = false, features= ["ini"] } env_logger = { version="0.11.6", default-features = false, features = ["humantime", "auto-color"] } log = "0.4.27" clap = { version = "4.5.40", default-features = false, features = ["std", "help", "derive"] }