protobuf 3.4

This commit is contained in:
rustdesk
2024-04-12 11:38:19 +08:00
parent 6e3d16173a
commit d8875f381b
2 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
flexi_logger = { version = "0.27", features = ["async"] }
protobuf = { version = "3.3", features = ["with-bytes"] }
protobuf = { version = "3.4", features = ["with-bytes"] }
tokio = { version = "1.36", features = ["full"] }
tokio-util = { version = "0.7", features = ["full"] }
futures = "0.3"
@@ -50,7 +50,7 @@ quic = []
flatpak = []
[build-dependencies]
protobuf-codegen = { version = "3.3" }
protobuf-codegen = { version = "3.4" }
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["winuser", "synchapi", "pdh", "memoryapi"] }