Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump serde from 1.0.171 to 1.0.173 (vectordotdev#18032)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.171 to 1.0.173. <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.173</h2> <ul> <li>Fix missing trait implementations when using serde derive macro on a macro-generated data structure, such as via the <code>bitflags</code> crate (<a href="https://redirect.github.com/serde-rs/serde/issues/2516">#2516</a>)</li> </ul> <h2>v1.0.172</h2> <ul> <li>Experiment with precompiling the serde_derive macros to reduce build time (<a href="https://redirect.github.com/serde-rs/serde/issues/2514">#2514</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/6e0b13eedbe24c54d49b421ae1ef36e007e8e592"><code>6e0b13e</code></a> Release 1.0.173</li> <li><a href="https://github.com/serde-rs/serde/commit/7e8f978ca9127cf2c0dec9aca68972f6187eff85"><code>7e8f978</code></a> Handle $crate special case</li> <li><a href="https://github.com/serde-rs/serde/commit/6c0e838a7ce326ae0d3d0c8b34a3695c40592fc0"><code>6c0e838</code></a> Always consider empty output to be unsuccessful</li> <li><a href="https://github.com/serde-rs/serde/commit/d3da41927ae48abd548de4d1ad1b8aa02ee5965d"><code>d3da419</code></a> Enable full expression parsing for precompiled serde_derive</li> <li><a href="https://github.com/serde-rs/serde/commit/425a4b7a746f23ce0d23ed7d7a95d1ea67ed8f63"><code>425a4b7</code></a> Check precompiled subprocess exit status</li> <li><a href="https://github.com/serde-rs/serde/commit/63c65ef742c43dd9bbc95002cc2c675c62fb086b"><code>63c65ef</code></a> Release 1.0.172</li> <li><a href="https://github.com/serde-rs/serde/commit/e838b0bd8183607f2f8a0f5fb182bde842db3af4"><code>e838b0b</code></a> Release 1.0.172-alpha.0</li> <li><a href="https://github.com/serde-rs/serde/commit/041e99c78af654550215887f1a3bb4d779c4be40"><code>041e99c</code></a> Implement fallback to compiling serde_derive from source</li> <li><a href="https://github.com/serde-rs/serde/commit/07dcc4f7fee819a02c849cbf96b167373096af9f"><code>07dcc4f</code></a> Remove unneeded 'include' Cargo.toml entries</li> <li><a href="https://github.com/serde-rs/serde/commit/b88052d875af0a63e0dabaf61970f04b93a888db"><code>b88052d</code></a> Rearrange precompiled directory</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.171...v1.0.173">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.171&new-version=1.0.173)](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> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Szwedko <[email protected]>
- Loading branch information