diff --git a/Cargo.lock b/Cargo.lock index f47b727f7..53fa674b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,9 +295,9 @@ dependencies = [ [[package]] name = "config" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11f1667b8320afa80d69d8bbe40830df2c8a06003d86f73d8e003b2c48df416d" +checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7" dependencies = [ "async-trait", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index b6dbfcda2..95d2b55f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ chrono = { version = "0.4.23", default-features = false, features = ["std", "clo clap = { version = "4.0.29", features = ["derive", "deprecated"] } clap_complete = "4.0.6" clap_mangen = "0.2.5" -config = { version = "0.13.2", default-features = false, features = ["toml"] } +config = { version = "0.13.3", default-features = false, features = ["toml"] } crossterm = { version = "0.25", default-features = false } dirs = "4.0.0" git2 = "0.15.0" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index a613a24a7..58c889164 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -23,7 +23,7 @@ blake2 = "0.10.5" bytes = "1.3.0" byteorder = "1.4.3" chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] } -config = { version = "0.13.2", default-features = false, features = ["toml"] } +config = { version = "0.13.3", default-features = false, features = ["toml"] } digest = "0.10.6" git2 = "0.15.0" hex = "0.4.3"