chore(deps): bump the cargo group with 6 updates
Bumps the cargo group with 6 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.1` | `4.5.3` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.24` | `0.11.26` | | [strum](https://github.com/Peternator7/strum) | `0.26.1` | `0.26.2` | | [strum_macros](https://github.com/Peternator7/strum) | `0.26.1` | `0.26.2` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.14` | `0.1.15` | | [toml](https://github.com/toml-rs/toml) | `0.8.10` | `0.8.11` | Updates `clap` from 4.5.1 to 4.5.3 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.1...v4.5.3) Updates `reqwest` from 0.11.24 to 0.11.26 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.24...v0.11.26) Updates `strum` from 0.26.1 to 0.26.2 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.26.1...v0.26.2) Updates `strum_macros` from 0.26.1 to 0.26.2 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.26.1...v0.26.2) Updates `tokio-stream` from 0.1.14 to 0.1.15 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.14...tokio-stream-0.1.15) Updates `toml` from 0.8.10 to 0.8.11 - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.10...toml-v0.8.11) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: strum_macros dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Henrik Friedrichsen
parent
2a0f36f838
commit
92fcc5dd38
@@ -37,7 +37,7 @@ codegen-units = 16
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
clap = "4.5.1"
|
||||
clap = "4.5.3"
|
||||
arboard = {version = "3.3", optional = true}
|
||||
crossbeam-channel = "0.5"
|
||||
zbus = {version = "4.1.2", default-features = false, features = ["tokio"], optional = true}
|
||||
@@ -62,7 +62,7 @@ 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-stream = {version = "0.1.14", features = ["sync"]}
|
||||
tokio-stream = {version = "0.1.15", features = ["sync"]}
|
||||
toml = "0.8"
|
||||
unicode-width = "0.1.9"
|
||||
url = "2.5"
|
||||
|
||||
Reference in New Issue
Block a user