Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite6110c7

Browse files
Bump the rust-dependencies group with 3 updates (#4529)
Bumps the rust-dependencies group with 3 updates:[trybuild](https://github.com/dtolnay/trybuild),[quote](https://github.com/dtolnay/quote) and[syn](https://github.com/dtolnay/syn).Updates `trybuild` from 1.0.113 to 1.0.114<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/dtolnay/trybuild/releases">trybuild'sreleases</a>.</em></p><blockquote><h2>1.0.114</h2><ul><li>Normalize indentation of rustc suggestion lines (<ahref="https://redirect.github.com/dtolnay/trybuild/issues/319">#319</a>)</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/dtolnay/trybuild/commit/51f94180170dd3dfb9e1b7ef203690fd312099ae"><code>51f9418</code></a>Release 1.0.114</li><li><ahref="https://github.com/dtolnay/trybuild/commit/b4f6299028ca014860f071d6cce5750c13c7afad"><code>b4f6299</code></a>Merge pull request <ahref="https://redirect.github.com/dtolnay/trybuild/issues/319">#319</a>from dtolnay/suggestion</li><li><ahref="https://github.com/dtolnay/trybuild/commit/781a7739862742e8f4d23c6737dbe518c7c3eeb5"><code>781a773</code></a>Normalize indentation of rustc suggestion lines</li><li><ahref="https://github.com/dtolnay/trybuild/commit/c610b402ae3933c128b63a54fdecf510276e6acc"><code>c610b40</code></a>Add test that reproduces misalignment of help under note</li><li>See full diff in <ahref="https://github.com/dtolnay/trybuild/compare/1.0.113...1.0.114">compareview</a></li></ul></details><br />Updates `quote` from 1.0.41 to 1.0.42<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/dtolnay/quote/releases">quote'sreleases</a>.</em></p><blockquote><h2>1.0.42</h2><ul><li>Tweaks to improve build speed (<ahref="https://redirect.github.com/dtolnay/quote/issues/305">#305</a>, <ahref="https://redirect.github.com/dtolnay/quote/issues/306">#306</a>, <ahref="https://redirect.github.com/dtolnay/quote/issues/307">#307</a>, <ahref="https://redirect.github.com/dtolnay/quote/issues/308">#308</a>,thanks <ahref="https://github.com/dishmaker"><code>@​dishmaker</code></a>)</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/dtolnay/quote/commit/bb9e7a46b3105e11c73416bd59b4455a71068949"><code>bb9e7a4</code></a>Release 1.0.42</li><li><ahref="https://github.com/dtolnay/quote/commit/683c1d66024486f81bce49415cccf424b3a7cce8"><code>683c1d6</code></a>Merge pull request <ahref="https://redirect.github.com/dtolnay/quote/issues/311">#311</a>from dtolnay/append</li><li><ahref="https://github.com/dtolnay/quote/commit/ed93e8e5ae08437cf49029266adb3c29e1174353"><code>ed93e8e</code></a>Revert PR 305</li><li><ahref="https://github.com/dtolnay/quote/commit/1f2a9592ea12cbf97ed0eac81c80bea66308ee80"><code>1f2a959</code></a>Merge pull request <ahref="https://redirect.github.com/dtolnay/quote/issues/310">#310</a>from dtolnay/up</li><li><ahref="https://github.com/dtolnay/quote/commit/37448aa53275d6427e3ae509aee7ebe72d6fc925"><code>37448aa</code></a>Raise required compiler to Rust 1.68</li><li><ahref="https://github.com/dtolnay/quote/commit/39ac89ef78ceb0972be66587e80977e383ad4bb5"><code>39ac89e</code></a>Resolve manual_let_else pedantic clippy lint</li><li><ahref="https://github.com/dtolnay/quote/commit/f3eac361ed51045b6793dbf9f776849fa628711c"><code>f3eac36</code></a>Raise required compiler to Rust 1.65</li><li><ahref="https://github.com/dtolnay/quote/commit/7b490c568e5c5cd9bd75b6fd3c04fedb79304dc4"><code>7b490c5</code></a>Merge pull request <ahref="https://redirect.github.com/dtolnay/quote/issues/309">#309</a>from dtolnay/append</li><li><ahref="https://github.com/dtolnay/quote/commit/71dfa847b8fa2e3e151bae023745f2443571726e"><code>71dfa84</code></a>Apply pattern from PR 306 to append_separated &amp;append_terminated</li><li><ahref="https://github.com/dtolnay/quote/commit/df32af77ccbb28b12efb2e9577c0348b1974b00d"><code>df32af7</code></a>Touch up PR 306</li><li>Additional commits viewable in <ahref="https://github.com/dtolnay/quote/compare/1.0.41...1.0.42">compareview</a></li></ul></details><br />Updates `syn` from 2.0.108 to 2.0.110<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/dtolnay/syn/releases">syn'sreleases</a>.</em></p><blockquote><h2>2.0.110</h2><ul><li>Tweaks to improve build speed (<ahref="https://redirect.github.com/dtolnay/syn/issues/1939">#1939</a>,thanks <ahref="https://github.com/dishmaker"><code>@​dishmaker</code></a>)</li><li>Make <code>syn::ext::IdentExt::unraw</code> available without&quot;parsing&quot; feature (<ahref="https://redirect.github.com/dtolnay/syn/issues/1940">#1940</a>)</li><li>Support parsing <code>syn::Meta</code> followed by<code>=&gt;</code> (<ahref="https://redirect.github.com/dtolnay/syn/issues/1944">#1944</a>)</li></ul><h2>2.0.109</h2><ul><li>Tweaks to improve build speed (<ahref="https://redirect.github.com/dtolnay/syn/issues/1927">#1927</a>, <ahref="https://redirect.github.com/dtolnay/syn/issues/1928">#1928</a>, <ahref="https://redirect.github.com/dtolnay/syn/issues/1930">#1930</a>, <ahref="https://redirect.github.com/dtolnay/syn/issues/1932">#1932</a>, <ahref="https://redirect.github.com/dtolnay/syn/issues/1934">#1934</a>,thanks <ahref="https://github.com/dishmaker"><code>@​dishmaker</code></a>)</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/dtolnay/syn/commit/1c8cabea3c98acb7c23722b9663e269d93ce692b"><code>1c8cabe</code></a>Release 2.0.110</li><li><ahref="https://github.com/dtolnay/syn/commit/8ef195b658eb9d10330c7499258a412a0669c011"><code>8ef195b</code></a>Merge pull request <ahref="https://redirect.github.com/dtolnay/syn/issues/1944">#1944</a>from dtolnay/metaarrow</li><li><ahref="https://github.com/dtolnay/syn/commit/9ab4aefeaecb47b73fb4f2cc07f68cd0638ed7dd"><code>9ab4aef</code></a>Support parsing Meta followed by fat arrow</li><li><ahref="https://github.com/dtolnay/syn/commit/7711764c47dee35f31cd3d7987afabd7a812272e"><code>7711764</code></a>Add test of parsing fat arrow after meta</li><li><ahref="https://github.com/dtolnay/syn/commit/193f52e4b30f68b2e5ba017cbf110b54b9de7750"><code>193f52e</code></a>Update test suite to nightly-2025-11-10</li><li><ahref="https://github.com/dtolnay/syn/commit/5ece7e1f6cc703cbaa675761495514f0e56ce600"><code>5ece7e1</code></a>Merge pull request <ahref="https://redirect.github.com/dtolnay/syn/issues/1941">#1941</a>from dtolnay/ext</li><li><ahref="https://github.com/dtolnay/syn/commit/6a4447897c61910c469cf27cd4bc46b3d0c4c474"><code>6a44478</code></a>Add extension trait for Punct construction with span</li><li><ahref="https://github.com/dtolnay/syn/commit/798e109d7791f424af7009dfef60cfe12b9d39c7"><code>798e109</code></a>Drop 2 from name of TokenStreamExt2</li><li><ahref="https://github.com/dtolnay/syn/commit/b344f2dee8d0f123ba97ca74a84fcc75f854210f"><code>b344f2d</code></a>Never import name of quote::TokenStreamExt</li><li><ahref="https://github.com/dtolnay/syn/commit/b0ec4c7f28edd810a79ccd1ceb96948564141e72"><code>b0ec4c7</code></a>Touch up PR 1939</li><li>Additional commits viewable in <ahref="https://github.com/dtolnay/syn/compare/2.0.108...2.0.110">compareview</a></li></ul></details><br />Dependabot will resolve any conflicts with this PR as long as you don'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore <dependency name> major version` will close thisgroup update PR and stop Dependabot creating any more for the specificdependency's major version (unless you unignore this specificdependency's major version or upgrade to it yourself)- `@dependabot ignore <dependency name> minor version` will close thisgroup update PR and stop Dependabot creating any more for the specificdependency's minor version (unless you unignore this specificdependency's minor version or upgrade to it yourself)- `@dependabot ignore <dependency name>` will close this group update PRand stop Dependabot creating any more for the specific dependency(unless you unignore this specific dependency or upgrade to it yourself)- `@dependabot unignore <dependency name>` will remove all of the ignoreconditions of the specified dependency- `@dependabot unignore <dependency name> <ignore condition>` willremove the ignore condition of the specified dependency and ignoreconditions</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parentf6601a0 commite6110c7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

‎Cargo.lock‎

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎Cargo.toml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ time = { version = "0.3.44", default-features = false, features = [
8787
log ="0.4.28"
8888
simple_logger ="5.1.0"
8989
cargo_metadata ="0.23.0"
90-
trybuild ="1.0.112"
90+
trybuild ="1.0.114"
9191
rayon ="1.10.0"
9292
toml ="0.9.8"
9393
color-eyre ="0.6.3"
@@ -102,8 +102,8 @@ smol = "2.0.2"
102102
isahc ="1.7.2"
103103
rustyline = {version ="17.0.2",default-features =false }
104104
dhat ="0.3.3"
105-
quote ="1.0.41"
106-
syn = {version ="2.0.108",default-features =false }
105+
quote ="1.0.42"
106+
syn = {version ="2.0.110",default-features =false }
107107
proc-macro2 ="1.0"
108108
synstructure ="0.13"
109109
measureme ="12.0.3"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp