Revert hyper v1 for gRPC

This commit is contained in:
Gregory Schier
2024-10-12 22:05:17 -07:00
parent f1beabcb6f
commit 8090e67b9e
4 changed files with 340 additions and 315 deletions
+15 -18
View File
@@ -4,24 +4,21 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.79"
dunce = "1.0.4"
hyper = { version = "1.4.1" }
hyper-proxy2 = { version = "0.1.0" }
hyper-rustls = { version = "0.27.3", efault-features = false, features = ["http2", "rustls-native-certs"] }
hyper-util = { version = "0.1.9" }
log = "0.4.20"
md5 = "0.7.0"
prost = "0.13.3"
prost-reflect = { version = "0.14.2", features = ["serde", "derive"] }
prost-types = "0.13.3"
rustls = { version = "0.23.12", default-features = false, features = ["ring"] }
serde = { version = "1.0.210", features = ["derive"] }
tonic = "0.10.2"
prost = "0.12"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "fs"] }
tonic-reflection = "0.10.2"
tokio-stream = "0.1.14"
prost-types = "0.12.3"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
prost-reflect = { version = "0.12.0", features = ["serde", "derive"] }
log = "0.4.20"
anyhow = "1.0.79"
hyper = { version = "0.14" }
hyper-rustls = { version = "0.24.0", features = ["http2"] }
uuid = { version = "1.7.0", features = ["v4"] }
tauri = { workspace = true }
tauri-plugin-shell = { workspace = true }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "fs"] }
tokio-stream = "0.1.14"
tonic = "0.12.3"
tonic-reflection = "0.12.3"
uuid = { version = "1.7.0", features = ["v4"] }
md5 = "0.7.0"
dunce = "1.0.4"