diff --git a/Cargo.lock b/Cargo.lock index 06b35631..275d7bf5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -613,9 +613,9 @@ dependencies = [ [[package]] name = "config" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7" +checksum = "23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca" dependencies = [ "async-trait", "json5", diff --git a/Cargo.toml b/Cargo.toml index a2c7d901..42030779 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ async-std = { version = "1.8.0", features = ["attributes"] } async-trait = "0.1.74" bincode = "1.3.3" clap = { version = "4.4", features = ["derive"] } -config = "0.13.1" +config = "0.13.4" derivative = "2.2" derive_more = "0.99" dirs = "5.0.1"