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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-30 14:43:15 +02:00
committed by GitHub
parent bba6092eec
commit fe639023ed
2 changed files with 6 additions and 6 deletions

View File

@@ -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"