(server) chore:Update dependencies
This commit is contained in:
@ -9,10 +9,11 @@ chrono = "0.4"
|
||||
colored = "3"
|
||||
log = "0.4"
|
||||
# The prost version must match with that of tonic, or the building will fail.
|
||||
prost = "0.13"
|
||||
prost = "0.14"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tonic = "0.13"
|
||||
tonic-web = "0.13"
|
||||
tonic = "0.14"
|
||||
tonic-prost = "0.14"
|
||||
tonic-web = "0.14"
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.13"
|
||||
tonic-prost-build = "0.14"
|
||||
|
Reference in New Issue
Block a user