mirror of
https://github.com/servo/servo.git
synced 2025-09-19 11:20:09 +01:00
build(deps): bump proc-macro-crate from 3.3.0 to 3.4.0 (#39339)
Bumps [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) from 3.3.0 to 3.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bkchr/proc-macro-crate/releases">proc-macro-crate's releases</a>.</em></p> <blockquote> <h2>v3.4.0</h2> <h2>What's Changed</h2> <ul> <li>Update documentation for crate_name by <a href="https://github.com/thesamet"><code>@thesamet</code></a> in <a href="https://redirect.github.com/bkchr/proc-macro-crate/pull/60">bkchr/proc-macro-crate#60</a></li> <li>chore: upgrade toml_edit version by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/bkchr/proc-macro-crate/pull/61">bkchr/proc-macro-crate#61</a></li> <li>Release 3.4.0 by <a href="https://github.com/bkchr"><code>@bkchr</code></a> in <a href="https://redirect.github.com/bkchr/proc-macro-crate/pull/62">bkchr/proc-macro-crate#62</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/thesamet"><code>@thesamet</code></a> made their first contribution in <a href="https://redirect.github.com/bkchr/proc-macro-crate/pull/60">bkchr/proc-macro-crate#60</a></li> <li><a href="https://github.com/tisonkun"><code>@tisonkun</code></a> made their first contribution in <a href="https://redirect.github.com/bkchr/proc-macro-crate/pull/61">bkchr/proc-macro-crate#61</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bkchr/proc-macro-crate/compare/v3.3.0...v3.4.0">https://github.com/bkchr/proc-macro-crate/compare/v3.3.0...v3.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="0f9a4ec5e9
"><code>0f9a4ec</code></a> Merge pull request <a href="https://redirect.github.com/bkchr/proc-macro-crate/issues/62">#62</a> from bkchr/release-3.4.0</li> <li><a href="84b5df71ee
"><code>84b5df7</code></a> Release 3.4.0</li> <li><a href="dfcec81852
"><code>dfcec81</code></a> Merge pull request <a href="https://redirect.github.com/bkchr/proc-macro-crate/issues/61">#61</a> from tisonkun/upgrade-toml</li> <li><a href="e32fd5f155
"><code>e32fd5f</code></a> chore: upgrade toml_edit version</li> <li><a href="e49826c9d3
"><code>e49826c</code></a> chore: run fmt</li> <li><a href="4f0990ee20
"><code>4f0990e</code></a> Merge pull request <a href="https://redirect.github.com/bkchr/proc-macro-crate/issues/60">#60</a> from thesamet/patch-1</li> <li><a href="fe80e542be
"><code>fe80e54</code></a> Update src/lib.rs</li> <li><a href="e4887bf9f6
"><code>e4887bf</code></a> Update documentation for crate_name</li> <li>See full diff in <a href="https://github.com/bkchr/proc-macro-crate/compare/v3.3.0...v3.4.0">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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] <support@github.com> Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
5505d00334
commit
07c3f32947
2 changed files with 42 additions and 6 deletions
|
@ -195,6 +195,12 @@ skip = [
|
|||
|
||||
# duplicated by core-graphics
|
||||
"core-graphics-types",
|
||||
|
||||
# duplicated by winresource and proc-macro-crate. Once everything
|
||||
# switches to the latest version of toml we can remove this. It's
|
||||
# really just a build dep, so not a large problem.
|
||||
"toml_datetime",
|
||||
"toml_edit",
|
||||
]
|
||||
|
||||
# github.com organizations to allow git sources for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue