chore - update dependencies (#50)

This commit is contained in:
rumblefrog 2021-08-06 22:07:06 -04:00 committed by GitHub
parent 26c49d7622
commit 488d07cf13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "dapr" name = "dapr"
version = "0.6.0" version = "0.7.0"
authors = ["dapr.io"] authors = ["dapr.io"]
edition = "2018" edition = "2018"
license-file = "LICENSE" license-file = "LICENSE"
@ -11,14 +11,14 @@ keywords = ["microservices", "dapr"]
[dependencies] [dependencies]
tonic = "0.4" tonic = "0.5"
prost = "0.7" prost = "0.8"
bytes = "1" bytes = "1"
prost-types = "0.7" prost-types = "0.8"
async-trait = "0.1" async-trait = "0.1"
[build-dependencies] [build-dependencies]
tonic-build = "0.4" tonic-build = "0.5"
[dev-dependencies] [dev-dependencies]
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }

0
update-protos.sh Executable file → Normal file
View File