diff options
author | dependabot[bot] | 2024-03-06 02:10:24 +0000 |
---|---|---|
committer | GitHub | 2024-03-06 02:10:24 +0000 |
commit | 4e5f19df53cbe1f1b1e9ea590415c5bd58642b6b (patch) | |
tree | 5ea7de328a2ce0f013dbd5ffe281987aea2eca81 | |
parent | 7a473c74945bb7fd28abf9f23f9dfdd5562c7cd6 (diff) |
build(deps): bump clipboard-win from 5.1.0 to 5.2.0 (#9811)
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | helix-view/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -180,9 +180,9 @@ dependencies = [ [[package]] name = "clipboard-win" -version = "5.1.0" +version = "5.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ec832972fefb8cf9313b45a0d1945e29c9c251f1d4c6eafc5fe2124c02d2e81" +checksum = "12f9a0700e0127ba15d1d52dd742097f821cd9c65939303a44d970465040a297" dependencies = [ "error-code", ] diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index fc209b00..335779bc 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -50,7 +50,7 @@ parking_lot = "0.12.1" [target.'cfg(windows)'.dependencies] -clipboard-win = { version = "5.1", features = ["std"] } +clipboard-win = { version = "5.2", features = ["std"] } [target.'cfg(unix)'.dependencies] libc = "0.2" |