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

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"] }