From afc602d306923bf958604c5380f0eefc935acae1 Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Tue, 11 Jan 2022 07:41:18 +0800 Subject: build(deps): bump clipboard-win from 4.2.2 to 4.3.0 (#1476) Bumps [clipboard-win](https://github.com/DoumanAsh/clipboard-win) from 4.2.2 to 4.3.0. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>--- helix-view/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-view') diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 3c8866fc..b2a9d42e 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.2", features = ["std"] } +clipboard-win = { version = "4.3", features = ["std"] } [dev-dependencies] helix-tui = { path = "../helix-tui" } -- cgit v1.2.3-70-g09d2