mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
update rdev
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
1294103ba7
commit
5c7f2678fa
26
Cargo.lock
generated
26
Cargo.lock
generated
@ -1556,7 +1556,7 @@ dependencies = [
|
|||||||
"log",
|
"log",
|
||||||
"objc",
|
"objc",
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
"rdev 0.5.0-2 (git+https://github.com/fufesou/rdev)",
|
"rdev",
|
||||||
"serde 1.0.149",
|
"serde 1.0.149",
|
||||||
"serde_derive",
|
"serde_derive",
|
||||||
"tfc",
|
"tfc",
|
||||||
@ -4401,28 +4401,6 @@ dependencies = [
|
|||||||
"num_cpus",
|
"num_cpus",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "rdev"
|
|
||||||
version = "0.5.0-2"
|
|
||||||
dependencies = [
|
|
||||||
"cocoa",
|
|
||||||
"core-foundation 0.9.3",
|
|
||||||
"core-foundation-sys 0.8.3",
|
|
||||||
"core-graphics 0.22.3",
|
|
||||||
"enum-map",
|
|
||||||
"epoll",
|
|
||||||
"inotify",
|
|
||||||
"lazy_static",
|
|
||||||
"libc",
|
|
||||||
"log",
|
|
||||||
"mio 0.8.5",
|
|
||||||
"strum 0.24.1",
|
|
||||||
"strum_macros 0.24.3",
|
|
||||||
"widestring 1.0.2",
|
|
||||||
"winapi 0.3.9",
|
|
||||||
"x11 2.20.1",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rdev"
|
name = "rdev"
|
||||||
version = "0.5.0-2"
|
version = "0.5.0-2"
|
||||||
@ -4731,7 +4709,7 @@ dependencies = [
|
|||||||
"objc",
|
"objc",
|
||||||
"objc_id",
|
"objc_id",
|
||||||
"parity-tokio-ipc",
|
"parity-tokio-ipc",
|
||||||
"rdev 0.5.0-2",
|
"rdev",
|
||||||
"repng",
|
"repng",
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"rpassword 7.2.0",
|
"rpassword 7.2.0",
|
||||||
|
|||||||
@ -63,7 +63,7 @@ default-net = { git = "https://github.com/Kingtous/default-net" }
|
|||||||
wol-rs = "0.9.1"
|
wol-rs = "0.9.1"
|
||||||
flutter_rust_bridge = { version = "1.61.1", optional = true }
|
flutter_rust_bridge = { version = "1.61.1", optional = true }
|
||||||
errno = "0.2.8"
|
errno = "0.2.8"
|
||||||
rdev = { path = "../rdev" }
|
rdev = { git = "https://github.com/fufesou/rdev" }
|
||||||
url = { version = "2.1", features = ["serde"] }
|
url = { version = "2.1", features = ["serde"] }
|
||||||
|
|
||||||
reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"], default-features=false }
|
reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"], default-features=false }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user