diff options
author | dependabot[bot] | 2024-03-19 05:08:36 +0000 |
---|---|---|
committer | GitHub | 2024-03-19 05:08:36 +0000 |
commit | 8dc50bded99038492025689dfafef268660d76a2 (patch) | |
tree | d577e563781e8f263d46c9ab42513570aca868f0 /helix-view | |
parent | 58022586a00a23fe20d12a563dbf6e97b3e64df0 (diff) |
build(deps): bump clipboard-win from 5.2.0 to 5.3.0 (#9922)
Bumps [clipboard-win](https://github.com/DoumanAsh/clipboard-win) from 5.2.0 to 5.3.0.
- [Commits](https://github.com/DoumanAsh/clipboard-win/commits)
---
updated-dependencies:
- dependency-name: clipboard-win
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
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 335779bc..b61ee19e 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.2", features = ["std"] } +clipboard-win = { version = "5.3", features = ["std"] } [target.'cfg(unix)'.dependencies] libc = "0.2" |