dependabot[bot] opened a new pull request, #7846:
URL: https://github.com/apache/opendal/pull/7846

   Bumps [syn](https://github.com/dtolnay/syn) from 2.0.100 to 2.0.117.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases";>syn's 
releases</a>.</em></p>
   <blockquote>
   <h2>2.0.117</h2>
   <ul>
   <li>Fix parsing of <code>self::</code> pattern in first function argument 
(<a href="https://redirect.github.com/dtolnay/syn/issues/1970";>#1970</a>)</li>
   </ul>
   <h2>2.0.116</h2>
   <ul>
   <li>Optimize parse_fn_arg_or_variadic for less lookahead on erroneous 
receiver (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1968";>#1968</a>)</li>
   </ul>
   <h2>2.0.115</h2>
   <ul>
   <li>Enable GenericArgument::Constraint parsing in non-full mode (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1966";>#1966</a>)</li>
   </ul>
   <h2>2.0.114</h2>
   <ul>
   <li>Make std dependencies more easily discoverable in source code (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1956";>#1956</a>, thanks <a 
href="https://github.com/tamird";><code>@​tamird</code></a>)</li>
   </ul>
   <h2>2.0.113</h2>
   <ul>
   <li>Allow parsing TypeParam with colon not followed by any type param bounds 
(<a href="https://redirect.github.com/dtolnay/syn/issues/1953";>#1953</a>, 
thanks <a href="https://github.com/wyfo";><code>@​wyfo</code></a>)</li>
   </ul>
   <h2>2.0.112</h2>
   <ul>
   <li>Fix panic in LitByte::new().value() (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1951";>#1951</a>, thanks <a 
href="https://github.com/VictorArcium";><code>@​VictorArcium</code></a>)</li>
   </ul>
   <h2>2.0.111</h2>
   <ul>
   <li>Allow first argument of <code>braced!</code>, <code>bracketed!</code>, 
<code>parenthesized!</code> to be an otherwise unused variable (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1946";>#1946</a>)</li>
   </ul>
   <h2>2.0.110</h2>
   <ul>
   <li>Tweaks to improve build speed (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1939";>#1939</a>, thanks <a 
href="https://github.com/dishmaker";><code>@​dishmaker</code></a>)</li>
   <li>Make <code>syn::ext::IdentExt::unraw</code> available without 
&quot;parsing&quot; feature (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1940";>#1940</a>)</li>
   <li>Support parsing <code>syn::Meta</code> followed by <code>=&gt;</code> 
(<a href="https://redirect.github.com/dtolnay/syn/issues/1944";>#1944</a>)</li>
   </ul>
   <h2>2.0.109</h2>
   <ul>
   <li>Tweaks to improve build speed (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1927";>#1927</a>, <a 
href="https://redirect.github.com/dtolnay/syn/issues/1928";>#1928</a>, <a 
href="https://redirect.github.com/dtolnay/syn/issues/1930";>#1930</a>, <a 
href="https://redirect.github.com/dtolnay/syn/issues/1932";>#1932</a>, <a 
href="https://redirect.github.com/dtolnay/syn/issues/1934";>#1934</a>, thanks <a 
href="https://github.com/dishmaker";><code>@​dishmaker</code></a>)</li>
   </ul>
   <h2>2.0.108</h2>
   <ul>
   <li>Parse unrecognized or invalid literals as Lit::Verbatim (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1925";>#1925</a>)</li>
   </ul>
   <h2>2.0.107</h2>
   <ul>
   <li>Improve panic message when constructing a LitInt, LitFloat, or Lit from 
invalid syntax (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1917";>#1917</a>)</li>
   <li>Improve panic message on Punctuated index out of bounds (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1922";>#1922</a>)</li>
   </ul>
   <h2>2.0.106</h2>
   <ul>
   <li>Replace <code>~const</code> syntax with <code>[const]</code> 
conditionally const syntax in trait bounds (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1896";>#1896</a>, <a 
href="https://redirect.github.com/rust-lang/rust/pull/139858";>rust-lang/rust#139858</a>)</li>
   <li>Support conditionally const impl Trait types (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1897";>#1897</a>)</li>
   <li>Reject polarity modifier and lifetime binder used in the same trait 
bound (<a href="https://redirect.github.com/dtolnay/syn/issues/1899";>#1899</a>, 
<a 
href="https://redirect.github.com/rust-lang/rust/pull/127054";>rust-lang/rust#127054</a>)</li>
   <li>Parse const trait bounds with bound lifetimes (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1902";>#1902</a>)</li>
   <li>Parse bound lifetimes with lifetime bounds (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1903";>#1903</a>)</li>
   <li>Allow type parameters and const parameters in trait bounds and generic 
closures (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1904";>#1904</a>, <a 
href="https://redirect.github.com/dtolnay/syn/issues/1907";>#1907</a>, <a 
href="https://redirect.github.com/dtolnay/syn/issues/1908";>#1908</a>, <a 
href="https://redirect.github.com/dtolnay/syn/issues/1909";>#1909</a>)</li>
   </ul>
   <h2>2.0.105</h2>
   <ul>
   <li>Disallow &quot;negative&quot; inherent impls like <code>impl !T 
{}</code> (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1881";>#1881</a>, <a 
href="https://redirect.github.com/rust-lang/rust/pull/144386";>rust-lang/rust#144386</a>)</li>
   </ul>
   <h2>2.0.104</h2>
   <ul>
   <li>Disallow attributes on range expression (<a 
href="https://redirect.github.com/dtolnay/syn/issues/1872";>#1872</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dtolnay/syn/commit/7bcb37cdb3399977658c8b52d2441d37e42e48f2";><code>7bcb37c</code></a>
 Release 2.0.117</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/9c6e7d3b8df7b30909d60395f88a6ca07688e1c1";><code>9c6e7d3</code></a>
 Merge pull request <a 
href="https://redirect.github.com/dtolnay/syn/issues/1970";>#1970</a> from 
dtolnay/receiver</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/019a84847eded0cdb1f7856e0752ba618155cfc9";><code>019a848</code></a>
 Fix self:: pattern in first function argument</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/23f54f3cf61ddedd5daea4f347eca2d4b84c8abb";><code>23f54f3</code></a>
 Update test suite to nightly-2026-02-18</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/b99b9a627c46580343398472e7b08a131357a994";><code>b99b9a6</code></a>
 Unpin CI miri toolchain</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/a62e54a48b3b05add5df0e80fe93906509ad72ae";><code>a62e54a</code></a>
 Release 2.0.116</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/5a8ed9f32e572f35a952c05f25beb3bd976300a4";><code>5a8ed9f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/dtolnay/syn/issues/1968";>#1968</a> from 
dtolnay/receiver</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/813afcc7733b02a8ad0a829eef431e593a906379";><code>813afcc</code></a>
 Optimize parse_fn_arg_or_variadic for less lookahead on erroneous receiver</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/c17215011363b8e936b98a9053726abfbc2bdcc4";><code>c172150</code></a>
 Add regression test for issue 1718</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/0071ab367ca6c42f94209f8187de3e540231427f";><code>0071ab3</code></a>
 Ignore type_complexity clippy lint</li>
   <li>Additional commits viewable in <a 
href="https://github.com/dtolnay/syn/compare/2.0.100...2.0.117";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=syn&package-manager=cargo&previous-version=2.0.100&new-version=2.0.117)](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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to