chore(deps): bump the cargo group with 5 updates
Bumps the cargo group with 5 updates: | Package | From | To | | --- | --- | --- | | [zbus](https://github.com/dbus2/zbus) | `4.1.2` | `4.2.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.153` | `0.2.154` | | [serde](https://github.com/serde-rs/serde) | `1.0.199` | `1.0.200` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.10` | `0.7.11` | | [notify-rust](https://github.com/hoodie/notify-rust) | `4.11.0` | `4.10.0` | Updates `zbus` from 4.1.2 to 4.2.0 - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](https://github.com/dbus2/zbus/compare/zbus-4.1.2...zbus-4.2.0) Updates `libc` from 0.2.153 to 0.2.154 - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.153...0.2.154) Updates `serde` from 1.0.199 to 1.0.200 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.200) Updates `tokio-util` from 0.7.10 to 0.7.11 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.10...tokio-util-0.7.11) Updates `notify-rust` from 4.11.0 to 4.10.0 - [Release notes](https://github.com/hoodie/notify-rust/releases) - [Changelog](https://github.com/hoodie/notify-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/hoodie/notify-rust/compare/v4.11.0...v4.10.0) --- updated-dependencies: - dependency-name: zbus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: notify-rust dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Henrik Friedrichsen
parent
1fc1f80a5c
commit
73c75448c4
@@ -41,11 +41,11 @@ chrono = "0.4"
|
||||
clap = "4.5.4"
|
||||
arboard = {version = "3.4", optional = true}
|
||||
crossbeam-channel = "0.5"
|
||||
zbus = {version = "4.1.2", default-features = false, features = ["tokio"], optional = true}
|
||||
zbus = {version = "4.2.0", default-features = false, features = ["tokio"], optional = true}
|
||||
fern = "0.6"
|
||||
futures = "0.3"
|
||||
ioctl-rs = {version = "0.2", optional = true}
|
||||
libc = "0.2.153"
|
||||
libc = "0.2.154"
|
||||
librespot-core = "0.4.2"
|
||||
librespot-playback = "0.4.2"
|
||||
librespot-protocol = "0.4.2"
|
||||
@@ -62,7 +62,7 @@ serde_json = "1.0"
|
||||
strum = "0.26"
|
||||
strum_macros = "0.26"
|
||||
tokio = {version = "1", features = ["rt-multi-thread", "sync", "time", "net"]}
|
||||
tokio-util = {version = "0.7.10", features = ["codec"]}
|
||||
tokio-util = {version = "0.7.11", features = ["codec"]}
|
||||
tokio-stream = {version = "0.1.15", features = ["sync"]}
|
||||
toml = "0.8"
|
||||
unicode-width = "0.1.12"
|
||||
|
||||
Reference in New Issue
Block a user