From fe639023eddd4681efdb418b55c6652f0163ae8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:43:15 +0200 Subject: [PATCH] chore(deps): bump the cargo group across 1 directory with 2 updates (#1661) Bumps the cargo group with 2 updates in the / directory: [arboard](https://github.com/1Password/arboard) and [libc](https://github.com/rust-lang/libc). Updates `arboard` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/1Password/arboard/releases) - [Changelog](https://github.com/1Password/arboard/blob/master/CHANGELOG.md) - [Commits](https://github.com/1Password/arboard/compare/v3.5.0...v3.6.0) Updates `libc` from 0.2.173 to 0.2.174 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.174/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.173...0.2.174) --- updated-dependencies: - dependency-name: arboard dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: libc dependency-version: 0.2.174 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01bdc71..c7a5b9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,9 +145,9 @@ checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" [[package]] name = "arboard" -version = "3.5.0" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1df21f715862ede32a0c525ce2ca4d52626bb0007f8c18b87a384503ac33e70" +checksum = "55f533f8e0af236ffe5eb979b99381df3258853f00ba2e44b6e1955292c75227" dependencies = [ "clipboard-win", "image", @@ -2137,9 +2137,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.173" +version = "0.2.174" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8cfeafaffdbc32176b64fb251369d52ea9f0a8fbc6f8759edffef7b525d64bb" +checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index 4e47be5..49a1165 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,13 +45,13 @@ codegen-units = 16 [dependencies] chrono = "0.4" clap = "4.5.40" -arboard = {version = "3.5", optional = true} +arboard = {version = "3.6", optional = true} crossbeam-channel = "0.5" zbus = {version = "5.7.1", default-features = false, features = ["tokio"], optional = true} fern = "0.7" futures = "0.3" ioctl-rs = {version = "0.2", optional = true} -libc = "0.2.173" +libc = "0.2.174" librespot-core = "0.6.0" librespot-oauth = "0.6.0" librespot-playback = "0.6.0"