Skip to content

Commit

Permalink
chore(deps): bump the cargo group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.19` | `4.5.20` |
| [librespot-core](https://github.com/librespot-org/librespot) | ``8b769e0`` | ``f43ed29`` |
| [librespot-oauth](https://github.com/librespot-org/librespot) | ``8b769e0`` | ``f43ed29`` |
| [librespot-playback](https://github.com/librespot-org/librespot) | ``8b769e0`` | ``f43ed29`` |
| [librespot-protocol](https://github.com/librespot-org/librespot) | ``8b769e0`` | ``f43ed29`` |
| [clap_mangen](https://github.com/clap-rs/clap) | `0.2.23` | `0.2.24` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.32` | `4.5.33` |


Updates `clap` from 4.5.19 to 4.5.20
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.19...clap_complete-v4.5.20)

Updates `librespot-core` from `8b769e0` to `f43ed29`
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Commits](librespot-org/librespot@8b769e0...f43ed29)

Updates `librespot-oauth` from `8b769e0` to `f43ed29`
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Commits](librespot-org/librespot@8b769e0...f43ed29)

Updates `librespot-playback` from `8b769e0` to `f43ed29`
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Commits](librespot-org/librespot@8b769e0...f43ed29)

Updates `librespot-protocol` from `8b769e0` to `f43ed29`
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Commits](librespot-org/librespot@8b769e0...f43ed29)

Updates `clap_mangen` from 0.2.23 to 0.2.24
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_mangen-v0.2.23...clap_mangen-v0.2.24)

Updates `clap_complete` from 4.5.32 to 4.5.33
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.32...clap_complete-v4.5.33)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: librespot-core
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: librespot-oauth
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: librespot-playback
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: librespot-protocol
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: clap_mangen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and hrkfdn committed Oct 15, 2024
1 parent f40b367 commit 56d7da7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ codegen-units = 16

[dependencies]
chrono = "0.4"
clap = "4.5.19"
clap = "4.5.20"
arboard = {version = "3.4", optional = true}
crossbeam-channel = "0.5"
zbus = {version = "4.4.0", default-features = false, features = ["tokio"], optional = true}
Expand Down
6 changes: 3 additions & 3 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ version = "0.1.0"
edition = "2021"

[dependencies]
clap_mangen = "0.2.23"
clap_complete = "4.5.32"
clap = "4.5.19"
clap_mangen = "0.2.24"
clap_complete = "4.5.33"
clap = "4.5.20"

[dependencies.ncspot]
default-features = false
Expand Down

0 comments on commit 56d7da7

Please sign in to comment.