diff options
author | dependabot[bot] | 2024-02-13 00:57:22 +0000 |
---|---|---|
committer | GitHub | 2024-02-13 00:57:22 +0000 |
commit | c55bf72d25e37ae0e87a53f106e29d265e892c5b (patch) | |
tree | 306bf1ba9d38c253584fee2c7a94d13580249cd0 /helix-view | |
parent | caad87e9996b176c4e39441abf201f25a887c879 (diff) |
build(deps): bump clipboard-win from 5.0.0 to 5.1.0 (#9616)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-view')
-rw-r--r-- | helix-view/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 5a552545..b1b444f9 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.0", features = ["std"] } +clipboard-win = { version = "5.1", features = ["std"] } [target.'cfg(unix)'.dependencies] libc = "0.2" |