mirror of
https://github.com/YaLTeR/wl-clipboard-rs.git
synced 2025-10-06 00:32:41 +02:00
Update non-wayland dependencies
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -17,11 +17,11 @@ members = [".", "wl-clipboard-rs-tools"]
|
||||
|
||||
[dependencies]
|
||||
derive-new = "0.5.9"
|
||||
libc = "0.2.119"
|
||||
log = "0.4.14"
|
||||
nix = "0.24.2"
|
||||
os_pipe = "1.0.1"
|
||||
tempfile = "3.3.0"
|
||||
libc = "0.2.146"
|
||||
log = "0.4.19"
|
||||
nix = "0.26.2"
|
||||
os_pipe = "1.1.4"
|
||||
tempfile = "3.6.0"
|
||||
thiserror = "1"
|
||||
tree_magic_mini = "3.0.3"
|
||||
wayland-client = "0.29.4"
|
||||
|
@@ -14,12 +14,12 @@ categories = ["command-line-utilities"]
|
||||
|
||||
[dependencies]
|
||||
wl-clipboard-rs = { path = "../", version = "0.7.0" }
|
||||
anyhow = "1.0.56"
|
||||
libc = "0.2.121"
|
||||
log = "0.4.14"
|
||||
anyhow = "1.0.71"
|
||||
libc = "0.2.146"
|
||||
log = "0.4.19"
|
||||
mime_guess = "2.0.4"
|
||||
nix = "0.24.2"
|
||||
stderrlog = "0.5.1"
|
||||
nix = "0.26.2"
|
||||
stderrlog = "0.5.4"
|
||||
structopt = { version = "0.3.26", features = ["wrap_help"] }
|
||||
|
||||
[features]
|
||||
|
Reference in New Issue
Block a user