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 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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the patches group with 4 updates: serde, proc-macro2, syn and zerocopy.
Updates
serde
from 1.0.210 to 1.0.213Release notes
Sourced from serde's releases.
Commits
58a8d22
Release 1.0.213ef0ed22
Merge pull request #2847 from dtolnay/newtypewith79925ac
Ignore dead_code warning in regression testb60e409
Hygiene for macro-generated newtype struct deserialization with 'with' attrfdc36e5
Add regression test for issue 284649e11ce
Ignore trivially_copy_pass_by_ref pedantic clippy lint in test7ae1b5f
Release 1.0.2121ac054b
Merge pull request #2845 from dtolnay/withlocal1e36ef5
Fix hygiene of macro-generated local variable accesses in serde(with) wrappers0058c72
Add regression test for issue 2844Updates
proc-macro2
from 1.0.88 to 1.0.89Release notes
Sourced from proc-macro2's releases.
Commits
671d87d
Release 1.0.899574d98
Merge pull request #474 from dtolnay/outdir3e8962c
Clean up dep-info files from OUT_DIRUpdates
syn
from 2.0.82 to 2.0.85Release notes
Sourced from syn's releases.
Commits
293d7c9
Release 2.0.85c94df74
Merge pull request #1773 from dtolnay/unsafestatic8d7814a
Preserve extern static unsafety in ForeignItem::Verbatim2e159bc
Release 2.0.84058e7d0
Merge pull request #1772 from dtolnay/selfcapture2a9e9fb
Parse self captures:impl Sized + use\<Self>
e478e03
Merge pull request #1771 from dtolnay/up19baaa6
Categorize newly failing rust repo source filesf89eca2
Update test suite to nightly-2024-10-2383e3b08
Merge pull request #1768 from dtolnay/safeUpdates
zerocopy
from 0.8.6 to 0.8.7Release notes
Sourced from zerocopy's releases.
Commits
5c635c6
[doc] Render toolchain version detection in rustdoc (#1944)5b1207e
[ci] Roll pinned nightly toolchain (#1954)a77e84b
[ci] Roll pinned nightly toolchain (#1949)f1cf10a
[ci] Roll pinned nightly toolchain (#1946)40947c6
[ci] Roll pinned stable toolchain (#1937)44ccf6e
[ci] Roll pinned nightly toolchain (#1936)a8e58c1
[ci] Roll pinned nightly toolchain (#1927)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 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 show