Update non-wayland dependencies

This commit is contained in:
Ivan Molodetskikh
2023-06-13 18:01:00 -07:00
parent 5a93e1ad92
commit 5a44ff577a
2 changed files with 10 additions and 10 deletions

View File

@@ -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"

View File

@@ -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]