chore(deps): bump the cargo group with 3 updates

Bumps the cargo group with 3 updates: [arboard](https://github.com/1Password/arboard), [serde](https://github.com/serde-rs/serde) and [unicode-width](https://github.com/unicode-rs/unicode-width).


Updates `arboard` from 3.3.2 to 3.4.0
- [Release notes](https://github.com/1Password/arboard/releases)
- [Changelog](https://github.com/1Password/arboard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/1Password/arboard/compare/v3.3.2...v3.4.0)

Updates `serde` from 1.0.198 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.198...v1.0.199)

Updates `unicode-width` from 0.1.11 to 0.1.12
- [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12)

---
updated-dependencies:
- dependency-name: arboard
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: unicode-width
  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:
dependabot[bot]
2024-04-29 07:38:30 +00:00
committed by Henrik Friedrichsen
parent 43f2fa8767
commit 1fc1f80a5c
2 changed files with 81 additions and 25 deletions

View File

@@ -39,7 +39,7 @@ codegen-units = 16
[dependencies]
chrono = "0.4"
clap = "4.5.4"
arboard = {version = "3.3", optional = true}
arboard = {version = "3.4", optional = true}
crossbeam-channel = "0.5"
zbus = {version = "4.1.2", default-features = false, features = ["tokio"], optional = true}
fern = "0.6"
@@ -65,7 +65,7 @@ tokio = {version = "1", features = ["rt-multi-thread", "sync", "time", "net"]}
tokio-util = {version = "0.7.10", features = ["codec"]}
tokio-stream = {version = "0.1.15", features = ["sync"]}
toml = "0.8"
unicode-width = "0.1.9"
unicode-width = "0.1.12"
url = "2.5"
cursive_buffered_backend = "0.6.1"