-
Notifications
You must be signed in to change notification settings - Fork 955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump serde from 1.0.164 to 1.0.165 in /packer #4910
Closed
Closed
Conversation
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
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.164 to 1.0.165. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.164...v1.0.165) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Jul 3, 2023
facebook-github-bot
added
the
CLA Signed
Do not delete this pull request or issue due to inactivity.
label
Jul 3, 2023
@passy has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Superseded by #4935. |
facebook-github-bot
pushed a commit
that referenced
this pull request
Jul 17, 2023
Summary: Bumps [serde](https://github.com/serde-rs/serde) from 1.0.164 to 1.0.165. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.165</h2> <ul> <li>Fix incorrect count of fields passed to tuple deserialization methods when using <code>serde(skip_deserializing)</code> attributes (<a href="https://redirect.github.com/serde-rs/serde/issues/2466">https://github.com/facebook/flipper/issues/2466</a>, thanks <a href="https://github.com/Mingun"><code>@Mingun</code></a>)</li> <li>Fix <code>-Zminimal-versions</code> build</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/dcbc3e01625c2c7ce353984002cecea074c58c37"><code>dcbc3e0</code></a> Release 1.0.165</li> <li><a href="https://github.com/serde-rs/serde/commit/0289d317246e63a584ace43d26c42e7ebfb6ecb4"><code>0289d31</code></a> Fix -Zminimal-versions build</li> <li><a href="https://github.com/serde-rs/serde/commit/015e39776fcd951d208d7fbb5f4a4de4efb4445f"><code>015e397</code></a> No need for single-element vec for chaining one element</li> <li><a href="https://github.com/serde-rs/serde/commit/6a9a21f1788b064a1a14b8bde98f74fab964dfb5"><code>6a9a21f</code></a> Resolve useless_conversion clippy lint in test</li> <li><a href="https://github.com/serde-rs/serde/commit/81ac54b20d10bb4f4e2f37e767e400e58c3fdf85"><code>81ac54b</code></a> Resolve redundant_closure_call clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/6b4e75520a30f7183fc81302f3283efd98260f92"><code>6b4e755</code></a> Resolve explicit_iter_loop pedantic clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/b053b4f492b3810c957eae3b1559df16072f8c97"><code>b053b4f</code></a> Touch up early return in Enum checks</li> <li><a href="https://github.com/serde-rs/serde/commit/c0ba323166c78d13c1c8d666a551b14229b87d9e"><code>c0ba323</code></a> Support a manual trigger on CI workflow</li> <li><a href="https://github.com/serde-rs/serde/commit/20a48c9580445b82e570c237159e4bce8b95831b"><code>20a48c9</code></a> Remove .clippy.toml in favor of respecting rust-version from Cargo.toml</li> <li><a href="https://github.com/serde-rs/serde/commit/09938803af27e1da69435459b99a5bbf0e883b52"><code>0993880</code></a> Resolve redundant_static_lifetimes clippy lint</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.164...v1.0.165">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.164&new-version=1.0.165)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Pull Request resolved: #4910 Reviewed By: lblasa Differential Revision: D47294568 Pulled By: passy fbshipit-source-id: 284710438e91a56b63f56f52a5974478af603eeb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
Do not delete this pull request or issue due to inactivity.
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps serde from 1.0.164 to 1.0.165.
Release notes
Sourced from serde's releases.
Commits
dcbc3e0
Release 1.0.1650289d31
Fix -Zminimal-versions build015e397
No need for single-element vec for chaining one element6a9a21f
Resolve useless_conversion clippy lint in test81ac54b
Resolve redundant_closure_call clippy lint6b4e755
Resolve explicit_iter_loop pedantic clippy lintb053b4f
Touch up early return in Enum checksc0ba323
Support a manual trigger on CI workflow20a48c9
Remove .clippy.toml in favor of respecting rust-version from Cargo.toml0993880
Resolve redundant_static_lifetimes clippy lintDependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)