File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ tokio-stream = { version = "0.1.17", features = ["io-util"] }
3838tokio-tar = { version = " 0.3.1" }
3939tokio-util = { version = " 0.7.15" , features = [" compat" ] }
4040toml = { version = " 0.9.0" }
41- tonic = { version = " 0.13.1 " , features = [" tls-ring" ] }
42- tonic-health = { version = " 0.13.1 " }
41+ tonic = { version = " 0.14.0 " , features = [" tls-ring" ] }
42+ tonic-health = { version = " 0.14.0 " }
4343tracing = { version = " 0.1.41" }
4444tracing-subscriber = { version = " 0.3.19" }
4545url = { version = " 2.5.4" }
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ serde_json = { version = "1.0.140" }
1818sha256 = { version = " 1.6.0" }
1919tokio = { version = " 1.46.1" , features = [" process" , " rt-multi-thread" ] }
2020toml = { version = " 0.9.0" }
21- tonic = { version = " 0.13.1 " , features = [" tls-ring" ] }
21+ tonic = { version = " 0.14.0 " , features = [" tls-ring" ] }
2222tracing = { version = " 0.1.41" }
2323
2424[build-dependencies ]
25- tonic-build = { version = " 0.13.1 " }
25+ tonic-build = { version = " 0.14.0 " }
2626
2727[package .metadata .cargo-machete ]
2828ignored = [" prost" , " serde" , " tonic-build" ]
You can’t perform that action at this time.
0 commit comments