diff --git a/Cargo.lock b/Cargo.lock index 839e237..de16c29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1951,9 +1951,9 @@ dependencies = [ [[package]] name = "hjkl-config" -version = "0.25.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad3bc3d65ee3102fbf062a7376b9d5f1813fbfd05686e65b972f1cfd8a99e69d" +checksum = "eed80c017d97581d0428b0b819601fed210646fbbcdcd772d61d8df7de935050" dependencies = [ "dirs", "serde", diff --git a/Cargo.toml b/Cargo.toml index af10081..6e56f8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ hjkl-engine = "0.5" hjkl-buffer = "0.6" hjkl-clipboard = "0.25" hjkl-splash = "0.2" -hjkl-config = "0.25" +hjkl-config = "0.27" hjkl-bonsai = "0.6" [profile.release]