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 c6e564dc55 chore(deps): bump the all-other-cargo-deps group across 1
directory with 2 updates (#11023)
c6e564dc55 is described below
commit c6e564dc553bf5399a184de463d2a4f09a344a9f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 9 09:06:11 2026 +1000
chore(deps): bump the all-other-cargo-deps group across 1 directory with 2
updates (#11023)
Bumps the all-other-cargo-deps group with 2 updates in the / directory:
[indexmap](https://github.com/indexmap-rs/indexmap) and
[syn](https://github.com/dtolnay/syn).
Updates `indexmap` from 2.14.1 to 2.14.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md">indexmap's
changelog</a>.</em></p>
<blockquote>
<h2>2.14.2 (2026-09-04)</h2>
<ul>
<li>Fix item hygiene in map and set macros. Previously, an internal
<code>const CAP</code>
could shadow the same name in the caller's namespace.</li>
<li>Allow <code>const</code> initialization of empty
<code>indexmap_with_default!</code> and
<code>indexset_with_default!</code>. The hasher may also be omitted if
it's inferrable.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/41a870887c4c77adf665886e63df08f406bfe37a"><code>41a8708</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/450">#450</a>
from cuviper/macros</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/0fb7b5c813c94dcb16f220d249e42a7b9e4ea44d"><code>0fb7b5c</code></a>
Release 2.14.2</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/55e6b28278f242b4d4190a14b6e86c09580dd75a"><code>55e6b28</code></a>
Improve the empty macro cases</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/c067355e1ca5ec39348f42dcee582d4f222c3295"><code>c067355</code></a>
Fix item hygiene in user macros</li>
<li>See full diff in <a
href="https://github.com/indexmap-rs/indexmap/compare/2.14.1...2.14.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `syn` from 3.0.4 to 3.0.5
<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>3.0.5</h2>
<ul>
<li>Report correct span for lex errors from
<code>LitStr::parse_with</code> (<a
href="https://redirect.github.com/dtolnay/syn/issues/2080">#2080</a>,
thanks <a
href="https://github.com/sunshowers"><code>@​sunshowers</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/e0ad92d68b588c964e82bb74c3bd3e1e99f97ceb"><code>e0ad92d</code></a>
Release 3.0.5</li>
<li><a
href="https://github.com/dtolnay/syn/commit/74e7d75f263942576a25d5ed4bf11d0d1e80e698"><code>74e7d75</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/2080">#2080</a>
from sunshowers/lit-str-span</li>
<li><a
href="https://github.com/dtolnay/syn/commit/4c264f3db3f0d567fb6a6ddfe1e129bbe5c2acbe"><code>4c264f3</code></a>
In LitStr::parse_with, report correct span for lex errors</li>
<li><a
href="https://github.com/dtolnay/syn/commit/7e2b27bc9331ba59c8e3a25a8eba2f5c647317bc"><code>7e2b27b</code></a>
Update test suite to nightly-2026-08-26</li>
<li>See full diff in <a
href="https://github.com/dtolnay/syn/compare/3.0.4...3.0.5">compare
view</a></li>
</ul>
</details>
<br />
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index e5fb07ce19..39de6c0ae0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -595,7 +595,7 @@ checksum =
"ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec"
dependencies = [
"proc-macro2",
"quote",
- "syn 3.0.4",
+ "syn 3.0.5",
]
[[package]]
@@ -932,7 +932,7 @@ dependencies = [
"heck 0.5.0",
"proc-macro2",
"quote",
- "syn 3.0.4",
+ "syn 3.0.5",
]
[[package]]
@@ -1212,7 +1212,7 @@ checksum =
"c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
dependencies = [
"proc-macro2",
"quote",
- "syn 3.0.4",
+ "syn 3.0.5",
]
[[package]]
@@ -1383,7 +1383,7 @@ checksum =
"9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44"
dependencies = [
"proc-macro2",
"quote",
- "syn 3.0.4",
+ "syn 3.0.5",
]
[[package]]
@@ -1815,9 +1815,9 @@ dependencies = [
[[package]]
name = "indexmap"
-version = "2.14.1"
+version = "2.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "07aa2048142242915a31d35844fb311e0e53fcca590c3a0a40dcf1b841fa09eb"
+checksum = "cc4e190f5d26ca7051642629da2c52fc03bde85a03197c99408dcd291734c855"
dependencies = [
"equivalent",
"hashbrown 0.17.1",
@@ -2516,7 +2516,7 @@ dependencies = [
"parquet",
"proc-macro2",
"quote",
- "syn 3.0.4",
+ "syn 3.0.5",
]
[[package]]
@@ -3291,7 +3291,7 @@ checksum =
"e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
dependencies = [
"proc-macro2",
"quote",
- "syn 3.0.4",
+ "syn 3.0.5",
]
[[package]]
@@ -3465,9 +3465,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "3.0.4"
+version = "3.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f"
+checksum = "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9"
dependencies = [
"proc-macro2",
"quote",
@@ -3580,7 +3580,7 @@ checksum =
"43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
dependencies = [
"proc-macro2",
"quote",
- "syn 3.0.4",
+ "syn 3.0.5",
]
[[package]]
@@ -3659,7 +3659,7 @@ checksum =
"78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
dependencies = [
"proc-macro2",
"quote",
- "syn 3.0.4",
+ "syn 3.0.5",
]
[[package]]