From 273af3d65bcdecb74ca4c7165c582d9aafb3836c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:15:55 +0000 Subject: [PATCH] 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] --- Cargo.lock | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57c420f..ebda9fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index f396825..6eda5a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }