Skip to content

Commit

Permalink
chore(deps): bump the cargo group across 1 directory with 9 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.19` |
| [futures](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [librespot-core](https://github.com/librespot-org/librespot) | ``118a9e1`` | ``8b769e0`` |
| [regex](https://github.com/rust-lang/regex) | `1.10.6` | `1.11.0` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.7` | `0.12.8` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.29` | `4.5.32` |



Updates `clap` from 4.5.18 to 4.5.19
- [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.18...clap_complete-v4.5.19)

Updates `futures` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

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

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

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

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

Updates `regex` from 1.10.6 to 1.11.0
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.6...1.11.0)

Updates `reqwest` from 0.12.7 to 0.12.8
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.7...v0.12.8)

Updates `clap_complete` from 4.5.29 to 4.5.32
- [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.29...clap_complete-v4.5.32)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: futures
  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: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: reqwest
  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 7, 2024
1 parent 0b8b56f commit f40b367
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 46 deletions.
82 changes: 39 additions & 43 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.18"
clap = "4.5.19"
arboard = {version = "3.4", optional = true}
crossbeam-channel = "0.5"
zbus = {version = "4.4.0", default-features = false, features = ["tokio"], optional = true}
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.29"
clap = "4.5.18"
clap_complete = "4.5.32"
clap = "4.5.19"

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

0 comments on commit f40b367

Please sign in to comment.