chore(deps): bump rustls-webpki from 0.103.10 to 0.103.13#755
chore(deps): bump rustls-webpki from 0.103.10 to 0.103.13#755dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.103.10 to 0.103.13. - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.10...v/0.103.13) --- updated-dependencies: - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates the rustls-webpki dependency from version 0.103.10 to 0.103.13. It also includes documentation updates for several GWS skills, adding descriptions for the findGroupChats method in Chat and generateCseToken in Drive, as well as updating subscription details in Events and range parameters in Sheets. Feedback indicates that these documentation changes are outside the scope of the dependency update and should be moved to a separate pull request. Additionally, the reviewer noted that these files are auto-generated, so manual edits will be overwritten in future cycles.
| - `create` — Creates a space. Can be used to create a named space, or a group chat in `Import mode`. For an example, see [Create a space](https://developers.google.com/workspace/chat/create-spaces). | ||
| - `delete` — Deletes a named space. Always performs a cascading delete, which means that the space's child resources—like messages posted in the space and memberships in the space—are also deleted. For an example, see [Delete a space](https://developers.google.com/workspace/chat/delete-spaces). | ||
| - `findDirectMessage` — Returns the existing direct message with the specified user. If no direct message space is found, returns a `404 NOT_FOUND` error. For an example, see [Find a direct message](/chat/api/guides/v1/spaces/find-direct-message). With [app authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app), returns the direct message space between the specified user and the calling Chat app. | ||
| - `findGroupChats` — [Developer Preview](https://developers.google.com/workspace/preview): Returns all spaces with `spaceType == GROUP_CHAT`, whose human memberships contain exactly the calling user, and the users specified in `FindGroupChatsRequest.users`. Only members that have joined the conversation are supported. For an example, see [Find group chats](https://developers.google.com/workspace/chat/find-group-chats). |
There was a problem hiding this comment.
This addition is unrelated to the rustls-webpki dependency bump. Please move this documentation update to a separate PR to avoid scope creep. Additionally, this file is auto-generated by gws generate-skills; manual edits will be overwritten during the next generation cycle.
References
- Avoid introducing changes that are outside the primary goal of a pull request to prevent scope creep.
| - `create` — Creates a file. For more information, see [Create and manage files](https://developers.google.com/workspace/drive/api/guides/create-file). This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:* `*/*` (Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. | ||
| - `download` — Downloads the content of a file. For more information, see [Download and export files](https://developers.google.com/workspace/drive/api/guides/manage-downloads). Operations are valid for 24 hours from the time of creation. | ||
| - `export` — Exports a Google Workspace document to the requested MIME type and returns exported byte content. For more information, see [Download and export files](https://developers.google.com/workspace/drive/api/guides/manage-downloads). Note that the exported content is limited to 10 MB. | ||
| - `generateCseToken` — Generates a CSE token which can be used to create or update CSE files. |
There was a problem hiding this comment.
This change is outside the scope of the dependency update. To maintain a clean and focused pull request, please separate unrelated changes into their own PRs. Note that this file is auto-generated and manual edits will be lost.
References
- Avoid introducing changes that are outside the primary goal of a pull request to prevent scope creep.
| ### subscriptions | ||
|
|
||
| - `create` — Creates a Google Workspace subscription. To learn how to use this method, see [Create a Google Workspace subscription](https://developers.google.com/workspace/events/guides/create-subscription). | ||
| - `create` — Creates a Google Workspace subscription. To learn how to use this method, see [Create a Google Workspace subscription](https://developers.google.com/workspace/events/guides/create-subscription). For a subscription on a [Chat target resource](https://developers.google.com/workspace/events/guides/events-chat), you can create a subscription as: - A Chat app by specifying an authorization scope that begins with `chat.app` and getting one-time administrator approval. |
There was a problem hiding this comment.
These descriptive updates are unrelated to the primary goal of this PR. Please submit these changes in a dedicated pull request to prevent scope creep. Also, be aware that this file is auto-generated and manual changes will be overwritten.
References
- Avoid introducing changes that are outside the primary goal of a pull request to prevent scope creep.
| | `--values` | — | — | Comma-separated values (simple strings) | | ||
| | `--json-values` | — | — | JSON array of rows, e.g. '[["a","b"],["c","d"]]' | | ||
| | `--range` | — | `A1` | Target range in A1 notation (e.g. 'Sheet2!A1') to select a specific tab | | ||
| | `--range` | — | — | Target range in A1 notation (e.g. 'Sheet2!A1'). Defaults to 'A1' (first sheet) | |
There was a problem hiding this comment.
This modification is unrelated to the rustls-webpki update. Please avoid scope creep by keeping pull requests focused on their stated objective. This file is managed by the skill generator and manual changes will be overwritten.
References
- Avoid introducing changes that are outside the primary goal of a pull request to prevent scope creep.
Bumps rustls-webpki from 0.103.10 to 0.103.13.
Release notes
Sourced from rustls-webpki's releases.
Commits
2879b2cPrepare 0.103.132c49773Improve tests for padding ofBitStringFlags4e3c0b3Correct validation of BIT STRING constraints39c91d2Actually fail closed for URI matching against excluded subtrees27131d4Bump version to 0.103.126ecb876Clean up stuttery enum variant names318b3e6Ignore wildcard labels when matching name constraints1219622Rewrite constraint matching to avoid permissive catch-all branch57bc62cBump version to 0.103.11d0fa01eAllow parsing trust anchors with unknown criticial extensionsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.