Update dependencies.

This commit is contained in:
Orne Brocaar
2023-09-04 14:10:15 +01:00
parent 2bc2dde0ba
commit cd57929b43
6 changed files with 160 additions and 1304 deletions

1164
api/rust/Cargo.lock generated vendored

File diff suppressed because it is too large Load Diff

2
api/rust/Cargo.toml vendored
View File

@ -21,7 +21,7 @@ hex = "0.4"
rand = "0.8"
tonic = { version = "0.9", features = ["codegen", "prost"], default-features = false, optional = true }
tokio = { version = "1.27", features = ["macros"], optional = true }
tokio = { version = "1.32", features = ["macros"], optional = true }
pbjson = { version = "0.5", optional = true }
pbjson-types = { version = "0.5", optional = true }
serde = { version = "1.0", optional = true }