diff --git a/Cargo.lock b/Cargo.lock index 839e237..6c44fb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1939,9 +1939,9 @@ dependencies = [ [[package]] name = "hjkl-clipboard" -version = "0.25.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89804d04a073fdf26f3aea9d7533be9581bca28f3634453cdb9442258d8a49c9" +checksum = "c83107af21bf677a0b3ac79e72f9c1524d78e960d86a769cb25424acdfea64f9" dependencies = [ "async-trait", "bitflags 2.11.1", diff --git a/Cargo.toml b/Cargo.toml index af10081..ea014ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ buffr-view-source = { path = "crates/buffr-view-source" } # breakage is gated by the leading-zero version. hjkl-engine = "0.5" hjkl-buffer = "0.6" -hjkl-clipboard = "0.25" +hjkl-clipboard = "0.27" hjkl-splash = "0.2" hjkl-config = "0.25" hjkl-bonsai = "0.6"