Update dependencies.

This commit is contained in:
Orne Brocaar
2023-04-10 10:22:37 +01:00
parent 3f4c262267
commit 101b155d91
4 changed files with 321 additions and 270 deletions

6
api/rust/Cargo.toml vendored
View File

@ -20,12 +20,12 @@ prost-types = "0.11"
hex = "0.4"
rand = "0.8"
tonic = { version = "0.8", features = ["codegen", "prost"], default-features = false, optional = true }
tokio = { version = "1.25", features = ["macros"], optional = true }
tonic = { version = "0.9", features = ["codegen", "prost"], default-features = false, optional = true }
tokio = { version = "1.27", features = ["macros"], optional = true }
pbjson = { version = "0.5", optional = true }
pbjson-types = { version = "0.5", optional = true }
serde = { version = "1.0", optional = true }
[build-dependencies]
tonic-build = { version = "0.8", features = ["prost"], default-features = false }
tonic-build = { version = "0.9", features = ["prost"], default-features = false }
pbjson-build = "0.5"