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