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.17` | `4.5.18` |
| [librespot-core](https://github.com/librespot-org/librespot) | ``0be490f`` | ``67d3195`` |
| [librespot-oauth](https://github.com/librespot-org/librespot) | ``0be490f`` | ``67d3195`` |
| [librespot-playback](https://github.com/librespot-org/librespot) | ``0be490f`` | ``67d3195`` |
| [librespot-protocol](https://github.com/librespot-org/librespot) | ``0be490f`` | ``67d3195`` |
| [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.13` | `0.2.0` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.29` |


Updates `clap` from 4.5.17 to 4.5.18
- [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.17...clap_complete-v4.5.18)

Updates `librespot-core` from `0be490f` to `67d3195`
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Commits](librespot-org/librespot@0be490f...67d3195)

Updates `librespot-oauth` from `0be490f` to `67d3195`
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Commits](librespot-org/librespot@0be490f...67d3195)

Updates `librespot-playback` from `0be490f` to `67d3195`
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Commits](librespot-org/librespot@0be490f...67d3195)

Updates `librespot-protocol` from `0be490f` to `67d3195`
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Commits](librespot-org/librespot@0be490f...67d3195)

Updates `unicode-width` from 0.1.13 to 0.2.0
- [Commits](https://github.com/unicode-rs/unicode-width/commits)

Updates `clap_complete` from 4.5.26 to 4.5.29
- [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.26...clap_complete-v4.5.29)

---
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: unicode-width
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Sep 23, 2024
1 parent 4ac1808 commit a6a7bfe
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 68 deletions.
90 changes: 26 additions & 64 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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.17"
clap = "4.5.18"
arboard = {version = "3.4", optional = true}
crossbeam-channel = "0.5"
zbus = {version = "4.4.0", default-features = false, features = ["tokio"], optional = true}
Expand Down Expand Up @@ -66,7 +66,7 @@ tokio = {version = "1", features = ["rt-multi-thread", "sync", "time", "net"]}
tokio-util = {version = "0.7.12", features = ["codec"]}
tokio-stream = {version = "0.1.16", features = ["sync"]}
toml = "0.8"
unicode-width = "0.1.13"
unicode-width = "0.2.0"
url = "2.5"

[target.'cfg(unix)'.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2021"

[dependencies]
clap_mangen = "0.2.23"
clap_complete = "4.5.26"
clap = "4.5.17"
clap_complete = "4.5.29"
clap = "4.5.18"

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

0 comments on commit a6a7bfe

Please sign in to comment.