Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 #26

Merged
dependabot[bot] merged 2 commits from dependabot/github_actions/dependabot/fetch-metadata-1.3.5 into v3 2022-11-13 21:31:34 +03:00
Showing only changes of commit 1a9a963afe - Show all commits

View File

@ -27,7 +27,7 @@ option objc_class_prefix = "MAPI";
// [MicroMethod][micro.api.MicroMethod] // [MicroMethod][micro.api.MicroMethod]
message MicroMethod { message MicroMethod {
// Timeout for handler // Timeout for handler
int32 timeout = 1; string timeout = 1;
// ServerOptions contains options for server // ServerOptions contains options for server
repeated string server_options = 2; repeated string server_options = 2;
// ClientOptions contains options for client // ClientOptions contains options for client