remove unused dependencies
This commit is contained in:
parent
2f032b5c54
commit
f7eaed1392
@ -21,11 +21,9 @@ hex = "0.4"
|
|||||||
tokio-rustls = "0.26"
|
tokio-rustls = "0.26"
|
||||||
tower = { version = "0.5", features = ["full"] }
|
tower = { version = "0.5", features = ["full"] }
|
||||||
tower-http = { version = "0.5", features = ["full"] }
|
tower-http = { version = "0.5", features = ["full"] }
|
||||||
hyper = "1.4.1"
|
hyper = "1.4"
|
||||||
hyper-util = "0.1.7"
|
hyper-util = "0.1"
|
||||||
hyper-rustls = { version = "0.27", features = ["http2"] }
|
hyper-rustls = { version = "0.27", features = ["http2"] }
|
||||||
prost = "0.13"
|
|
||||||
base64 = "0.22"
|
|
||||||
lazy_static = "1.5"
|
lazy_static = "1.5"
|
||||||
|
|
||||||
[dependencies.tonic]
|
[dependencies.tonic]
|
||||||
|
Loading…
Reference in New Issue
Block a user