RustDesk 2021-11-17 10:30:02 +08:00 committed by GitHub
parent d65c42630c
commit 2e539cf5bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
protobuf = { version = "3.0.0-alpha.1", git = "https://github.com/stepancheg/rust-protobuf" }
protobuf = { version = "3.0.0-alpha.2" }
tokio = { version = "0.2", features = ["full"] }
tokio-util = { version = "0.3", features = ["full"] }
futures = "0.3"
@ -36,7 +36,7 @@ mac_address = "1.1"
quic = ["quinn"]
[build-dependencies]
protobuf-codegen-pure = { version = "3.0.0-alpha.1", git = "https://github.com/stepancheg/rust-protobuf" }
protobuf-codegen-pure = { version = "3.0.0-alpha.2" }
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["winuser"] }