remove unused dependencies

This commit is contained in:
Valentyn Faychuk 2024-12-18 16:54:18 +02:00
parent 2f032b5c54
commit f7eaed1392
Signed by: valy
GPG Key ID: F1AB995E20FEADC5

@ -21,11 +21,9 @@ hex = "0.4"
tokio-rustls = "0.26"
tower = { version = "0.5", features = ["full"] }
tower-http = { version = "0.5", features = ["full"] }
hyper = "1.4.1"
hyper-util = "0.1.7"
hyper = "1.4"
hyper-util = "0.1"
hyper-rustls = { version = "0.27", features = ["http2"] }
prost = "0.13"
base64 = "0.22"
lazy_static = "1.5"
[dependencies.tonic]