mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-17 23:08:23 +00:00
Update dependencies.
This commit is contained in:
6
api/rust/Cargo.toml
vendored
6
api/rust/Cargo.toml
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user