diff --git a/Cargo.lock b/Cargo.lock index 8cfa731d..696d058c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1006,16 +1006,15 @@ dependencies = [ [[package]] name = "config" -version = "0.13.4" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca" +checksum = "7328b20597b53c2454f0b1919720c25c7339051c02b72b7e05409e00b14132be" dependencies = [ - "async-trait", "lazy_static", "nom", "pathdiff", "serde", - "toml 0.5.11", + "toml 0.8.10", ] [[package]] diff --git a/homestar-runtime/Cargo.toml b/homestar-runtime/Cargo.toml index b75d275c..09fb9786 100644 --- a/homestar-runtime/Cargo.toml +++ b/homestar-runtime/Cargo.toml @@ -45,7 +45,7 @@ clap = { version = "4.4", default-features = false, features = [ "std", "usage", ] } -config = { version = "0.13", default-features = false, features = ["toml"] } +config = { version = "0.14", default-features = false, features = ["toml"] } console-subscriber = { version = "0.2", default-features = false, features = [ "parking_lot", ], optional = true }