diff options
author | dependabot[bot] | 2022-01-25 00:42:14 +0000 |
---|---|---|
committer | GitHub | 2022-01-25 00:42:14 +0000 |
commit | 5c007c22488463615d9721d416c5715b679ccce3 (patch) | |
tree | 5690a5fccd94e7293fea9a4093c3b8f0f0ee8ee2 /helix-view | |
parent | 0ad7561135cb53bdcb067e092fa1edaba96ffdad (diff) |
build(deps): bump clipboard-win from 4.3.0 to 4.4.1 (#1578)
Bumps [clipboard-win](https://github.com/DoumanAsh/clipboard-win) from 4.3.0 to 4.4.1.
- [Release notes](https://github.com/DoumanAsh/clipboard-win/releases)
- [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 b2a9d42e..41174069 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -38,7 +38,7 @@ log = "~0.4" which = "4.2" [target.'cfg(windows)'.dependencies] -clipboard-win = { version = "4.3", features = ["std"] } +clipboard-win = { version = "4.4", features = ["std"] } [dev-dependencies] helix-tui = { path = "../helix-tui" } |