-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release: bump Signed-off-by: Mike Nguyen <[email protected]> * bump to cli rc3 & runtime rc6 Signed-off-by: Mike Nguyen <[email protected]> * bump runtime to rc7 Signed-off-by: Mike Nguyen <[email protected]> * chore: bump validation to latest rcs Signed-off-by: mikeee <[email protected]> * chore(release): bump deps and rc version Signed-off-by: mikeee <[email protected]> * chore(release): regen protos Signed-off-by: mikeee <[email protected]> * chore: regen protos from rc.9 Signed-off-by: mikeee <[email protected]> --------- Signed-off-by: Mike Nguyen <[email protected]> Signed-off-by: mikeee <[email protected]>
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ resolver = "2" | |
|
||
[workspace.dependencies] | ||
async-trait = "0.1" | ||
prost = "0.13.1" | ||
prost-types = "0.13.1" | ||
prost = "0.13.4" | ||
prost-types = "0.13.4" | ||
|
||
serde = "1.0" | ||
serde_json = "1.0" | ||
|
@@ -22,11 +22,11 @@ tokio = "1.39" | |
tokio-stream = "0.1" | ||
tokio-util = "0.7" | ||
|
||
tonic = "0.12.1" | ||
tonic-build = "0.12.1" | ||
tonic = "0.12.3" | ||
tonic-build = "0.12.3" | ||
|
||
[workspace.package] | ||
version = "0.16.0-rc.4" | ||
version = "0.16.0-rc.5" | ||
authors = [ | ||
"Mike Nguyen <[email protected]>", | ||
"The Dapr Authors <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters