This is an automated email from the ASF dual-hosted git repository.
Jefffrey pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/main by this push:
new b9dea19fcd chore(deps): bump syn from 2.0.117 to 2.0.118 (#10190)
b9dea19fcd is described below
commit b9dea19fcde3e08cc136df975298a6e34a177a5c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 23 12:51:13 2026 +1000
chore(deps): bump syn from 2.0.117 to 2.0.118 (#10190)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.117 to 2.0.118.
<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.118</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/f033ef1403b4dbd276d95c26ff05b51d758d7b14"><code>f033ef1</code></a>
Release 2.0.118</li>
<li><a
href="https://github.com/dtolnay/syn/commit/45f65f7a650a2203fd67f309f7e6e1a78870aa55"><code>45f65f7</code></a>
Wrap long lint attributes</li>
<li><a
href="https://github.com/dtolnay/syn/commit/b3f9bf8d0c17734f9606894d926f3723e55c0330"><code>b3f9bf8</code></a>
Mirror PR 1975 from readme to crate-level rustdoc</li>
<li><a
href="https://github.com/dtolnay/syn/commit/97dc1176559dfb149570819ab31e83ef9e8b1175"><code>97dc117</code></a>
Wrap PR 1975 to 80 columns</li>
<li><a
href="https://github.com/dtolnay/syn/commit/0085b7a18eb50559dfb0ca18319cd53cf4d59b52"><code>0085b7a</code></a>
Lint <code>repr_transparent_non_zst_fields</code> has been removed</li>
<li><a
href="https://github.com/dtolnay/syn/commit/9fc1c9d1eeea090e4ed92348c97d9ffa45997f13"><code>9fc1c9d</code></a>
Update test suite to nightly-2026-06-12</li>
<li><a
href="https://github.com/dtolnay/syn/commit/504bcc7d2170ddd7757e7b7e18773a9c92d50fb9"><code>504bcc7</code></a>
Update test suite to nightly-2026-06-09</li>
<li><a
href="https://github.com/dtolnay/syn/commit/353d20b9ee401cffc9f974dcbb75a91314f5337c"><code>353d20b</code></a>
Update test suite to nightly-2026-06-06</li>
<li><a
href="https://github.com/dtolnay/syn/commit/f257a16bdcf1edb072af16eb0d8d40d0ca0c86ea"><code>f257a16</code></a>
Update test suite to nightly-2026-05-25</li>
<li><a
href="https://github.com/dtolnay/syn/commit/b706e6e9519d541264b4d3c7cd22c3e6a7301026"><code>b706e6e</code></a>
Update test suite to nightly-2026-05-13</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/syn/compare/2.0.117...2.0.118">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 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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 6b75d70514..ac75d26733 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3277,9 +3277,9 @@ checksum =
"13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "syn"
-version = "2.0.117"
+version = "2.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
+checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
dependencies = [
"proc-macro2",
"quote",