[PR #780] [MERGED] Bump arboard from 1.1.0 to 1.2.0 #1033

Closed
opened 2026-02-28 14:54:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/780
Author: @dependabot-preview[bot]
Created: 4/7/2021
Status: Merged
Merged: 8/23/2021
Merged by: @Rigellute

Base: masterHead: dependabot/cargo/arboard-1.2.0


📝 Commits (1)

  • 029dcc9 Bump arboard from 1.1.0 to 1.2.0

📊 Changes

2 files changed (+43 additions, -10 deletions)

View changed files

📝 Cargo.lock (+42 -9)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps arboard from 1.1.0 to 1.2.0.

Changelog

Sourced from arboard's changelog.

v1.2.0 on 2021-04-06

Added

  • Optional native wayland support through the wl-clipboard-rs crate.
Commits
  • c5a9874 Increment version number. Update readme and changelog.
  • b445105 Select the wayland protocol at runtime
  • c380ce8 Merge pull request #12 from xanderio/master
  • bdb06d4 Fix clippy warning
  • bdb66ac Cfg-gate convert_to_png
  • a513499 Use common convert_to_png in x11 impl
  • 4d1ce39 Move png encoding into common
  • df3ec3f Specify mimetype in set_image and set_text
  • 2019b97 Fix clippy warnings
  • c6712a1 Wayland clipboard support via data_control protocol
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/780 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/7/2021 **Status:** ✅ Merged **Merged:** 8/23/2021 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `dependabot/cargo/arboard-1.2.0` --- ### 📝 Commits (1) - [`029dcc9`](https://github.com/Rigellute/spotify-tui/commit/029dcc932041d3e61c705460e5caf4d003bdd1a4) Bump arboard from 1.1.0 to 1.2.0 ### 📊 Changes **2 files changed** (+43 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+42 -9) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [arboard](https://github.com/ArturKovacs/arboard) from 1.1.0 to 1.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ArturKovacs/arboard/blob/master/CHANGELOG.md">arboard's changelog</a>.</em></p> <blockquote> <h2>v1.2.0 on 2021-04-06</h2> <h3>Added</h3> <ul> <li>Optional native wayland support through the <code>wl-clipboard-rs</code> crate.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ArturKovacs/arboard/commit/c5a9874e3e83bdd29011e38717d8b42cf0d72ea0"><code>c5a9874</code></a> Increment version number. Update readme and changelog.</li> <li><a href="https://github.com/ArturKovacs/arboard/commit/b445105c0e61763a8d77069148f07efdeb27b843"><code>b445105</code></a> Select the wayland protocol at runtime</li> <li><a href="https://github.com/ArturKovacs/arboard/commit/c380ce854183bf483e561736b0fc9b920d3f76d7"><code>c380ce8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ArturKovacs/arboard/issues/12">#12</a> from xanderio/master</li> <li><a href="https://github.com/ArturKovacs/arboard/commit/bdb06d424f0524ff6381460c3f063b8c52573710"><code>bdb06d4</code></a> Fix clippy warning</li> <li><a href="https://github.com/ArturKovacs/arboard/commit/bdb66acb668ac6feb1071fdc072aaa4b2d8a00d1"><code>bdb66ac</code></a> Cfg-gate convert_to_png</li> <li><a href="https://github.com/ArturKovacs/arboard/commit/a5134998e2064db7318faefa3871789678fc9dd6"><code>a513499</code></a> Use common convert_to_png in x11 impl</li> <li><a href="https://github.com/ArturKovacs/arboard/commit/4d1ce3977161afeaeb8756f8f0d7f8d4b18b8364"><code>4d1ce39</code></a> Move png encoding into common</li> <li><a href="https://github.com/ArturKovacs/arboard/commit/df3ec3fe8de308bb0fa0d034d05df320e1364f1a"><code>df3ec3f</code></a> Specify mimetype in set_image and set_text</li> <li><a href="https://github.com/ArturKovacs/arboard/commit/2019b974425bfdd55526b1bb5db5eb7aead3155f"><code>2019b97</code></a> Fix clippy warnings</li> <li><a href="https://github.com/ArturKovacs/arboard/commit/c6712a130de6040decb2494fde4b7a8082569cef"><code>c6712a1</code></a> Wayland clipboard support via data_control protocol</li> <li>Additional commits viewable in <a href="https://github.com/ArturKovacs/arboard/compare/v1.1.0...v1.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=arboard&package-manager=cargo&previous-version=1.1.0&new-version=1.2.0)](https://dependabot.com/compatibility-score/?dependency-name=arboard&package-manager=cargo&previous-version=1.1.0&new-version=1.2.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:54:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#1033
No description provided.