diff --git a/Cargo.lock b/Cargo.lock index 58527d4d..51c7469b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,9 +190,9 @@ dependencies = [ [[package]] name = "clipboard-win" -version = "4.4.2" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4ab1b92798304eedc095b53942963240037c0516452cb11aeba709d420b2219" +checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362" dependencies = [ "error-code", "str-buf", diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 46fd5810..e7a20496 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -46,7 +46,7 @@ which = "4.2" [target.'cfg(windows)'.dependencies] -clipboard-win = { version = "4.4", features = ["std"] } +clipboard-win = { version = "4.5", features = ["std"] } [dev-dependencies] helix-tui = { path = "../helix-tui" }