build(deps): bump wl-clipboard-rs from 0.9.2 to 0.9.3

Bumps [wl-clipboard-rs](https://github.com/YaLTeR/wl-clipboard-rs) from 0.9.2 to 0.9.3.
- [Changelog](https://github.com/YaLTeR/wl-clipboard-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/YaLTeR/wl-clipboard-rs/compare/v0.9.2...v0.9.3)

---
updated-dependencies:
- dependency-name: wl-clipboard-rs
  dependency-version: 0.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-12-22 14:15:55 +00:00 committed by GitHub
commit 273af3d65b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
Cargo.lock generated
View file

@ -914,7 +914,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
dependencies = [
"equivalent",
"hashbrown 0.15.5",
"hashbrown 0.16.1",
]
[[package]]
@ -2458,15 +2458,14 @@ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
[[package]]
name = "wl-clipboard-rs"
version = "0.9.2"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5ff8d0e60065f549fafd9d6cb626203ea64a798186c80d8e7df4f8af56baeb"
checksum = "e9651471a32e87d96ef3a127715382b2d11cc7c8bb9822ded8a7cc94072eb0a3"
dependencies = [
"libc",
"log",
"os_pipe",
"rustix 0.38.44",
"tempfile",
"rustix 1.1.2",
"thiserror",
"tree_magic_mini",
"wayland-backend",

View file

@ -32,7 +32,7 @@ libc = "0.2.177"
log = "0.4.28"
env_logger = "0.11.8"
thiserror = "2.0.17"
wl-clipboard-rs = "0.9.2"
wl-clipboard-rs = "0.9.3"
rusqlite = { version = "0.38.0", features = ["bundled"] }
smol = "2.0.2"
serde = { version = "1.0.228", features = ["derive"] }