mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-04-22 08:10:11 +00:00
Update Cargo.toml
This commit is contained in:
@@ -7,7 +7,8 @@ edition = "2018"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
flexi_logger = { version = "0.30", features = ["async"] }
|
# new flexi_logger failed on rustc 1.75
|
||||||
|
flexi_logger = { version = "0.27", features = ["async"] }
|
||||||
protobuf = { version = "3.7", features = ["with-bytes"] }
|
protobuf = { version = "3.7", features = ["with-bytes"] }
|
||||||
tokio = { version = "1.44", features = ["full"] }
|
tokio = { version = "1.44", features = ["full"] }
|
||||||
tokio-util = { version = "0.7", features = ["full"] }
|
tokio-util = { version = "0.7", features = ["full"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user