Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [libc](https://github.com/rust-lang/libc) | `0.2.158` | `0.2.159` |
| [librespot-core](https://github.com/librespot-org/librespot) | ``e02e4ae`` | ``118a9e1`` |
| [librespot-oauth](https://github.com/librespot-org/librespot) | ``e02e4ae`` | ``118a9e1`` |
| [librespot-playback](https://github.com/librespot-org/librespot) | ``e02e4ae`` | ``118a9e1`` |
| [librespot-protocol](https://github.com/librespot-org/librespot) | ``e02e4ae`` | ``118a9e1`` |


Updates `libc` from 0.2.158 to 0.2.159
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.159/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.158...0.2.159)

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

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

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

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

---
updated-dependencies:
- dependency-name: libc
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and hrkfdn committed Sep 27, 2024
1 parent 9e52a13 commit 0b8b56f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -45,7 +45,7 @@ zbus = {version = "4.4.0", default-features = false, features = ["tokio"], optio
fern = "0.6"
futures = "0.3"
ioctl-rs = {version = "0.2", optional = true}
libc = "0.2.158"
libc = "0.2.159"
librespot-core = { git = "https://github.com/librespot-org/librespot", branch = "dev" }
librespot-oauth = { git = "https://github.com/librespot-org/librespot", branch = "dev" }
librespot-playback = { git = "https://github.com/librespot-org/librespot", branch = "dev" }
Expand Down

0 comments on commit 0b8b56f

Please sign in to comment.