This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new f3e8291ebd chore(deps): bump the all-other-cargo-deps group across 1
directory with 7 updates (#21274)
f3e8291ebd is described below
commit f3e8291ebd05bccc171797b73e5b3e1f7840eb4e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 31 16:08:21 2026 -0400
chore(deps): bump the all-other-cargo-deps group across 1 directory with 7
updates (#21274)
Bumps the all-other-cargo-deps group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [insta](https://github.com/mitsuhiko/insta) | `1.46.3` | `1.47.2` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.22.0` | `1.23.0` |
| [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.8.3` | `1.8.4` |
|
[unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation)
| `1.12.0` | `1.13.2` |
| [postgres-types](https://github.com/rust-postgres/rust-postgres) |
`0.2.12` | `0.2.13` |
| [tokio-postgres](https://github.com/rust-postgres/rust-postgres) |
`0.7.16` | `0.7.17` |
| [wasm-bindgen-test](https://github.com/wasm-bindgen/wasm-bindgen) |
`0.3.64` | `0.3.66` |
Updates `insta` from 1.46.3 to 1.47.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mitsuhiko/insta/releases">insta's
releases</a>.</em></p>
<blockquote>
<h2>1.47.2</h2>
<h2>Release Notes</h2>
<ul>
<li>Restore <code>Send + Sync</code> on <code>Settings</code>,
<code>Redactions</code>, and <code>Redaction</code> by
reverting the <code>Arc</code> to <code>Rc</code> change from 1.47.0,
which was semver-breaking.
<a
href="https://redirect.github.com/mitsuhiko/insta/issues/873">#873</a>
<a
href="https://redirect.github.com/mitsuhiko/insta/issues/874">#874</a></li>
<li>Add <code>Send + Sync</code> bounds to <code>Comparator</code> trait
for consistency with
<code>Arc</code>-based storage. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/872">#872</a></li>
<li>Add compile-time assertion to prevent future auto-trait
regressions.</li>
</ul>
<h2>Install cargo-insta 1.47.2</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/mitsuhiko/insta/releases/download/1.47.2/cargo-insta-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c "irm
https://github.com/mitsuhiko/insta/releases/download/1.47.2/cargo-insta-installer.ps1
| iex"
</code></pre>
<h2>Download cargo-insta 1.47.2</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.47.2/cargo-insta-aarch64-apple-darwin.tar.xz">cargo-insta-aarch64-apple-darwin.tar.xz</a></td>
<td>Apple Silicon macOS</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.47.2/cargo-insta-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.47.2/cargo-insta-x86_64-apple-darwin.tar.xz">cargo-insta-x86_64-apple-darwin.tar.xz</a></td>
<td>Intel macOS</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.47.2/cargo-insta-x86_64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.47.2/cargo-insta-x86_64-pc-windows-msvc.zip">cargo-insta-x86_64-pc-windows-msvc.zip</a></td>
<td>x64 Windows</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.47.2/cargo-insta-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.47.2/cargo-insta-x86_64-unknown-linux-gnu.tar.xz">cargo-insta-x86_64-unknown-linux-gnu.tar.xz</a></td>
<td>x64 Linux</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.47.2/cargo-insta-x86_64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.47.2/cargo-insta-x86_64-unknown-linux-musl.tar.xz">cargo-insta-x86_64-unknown-linux-musl.tar.xz</a></td>
<td>x64 MUSL Linux</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.47.2/cargo-insta-x86_64-unknown-linux-musl.tar.xz.sha256">checksum</a></td>
</tr>
</tbody>
</table>
<h2>1.47.1</h2>
<h2>Release Notes</h2>
<ul>
<li>Revert sorting of sequences in <code>sort_maps</code>. The change in
1.47.0 sorted all
<code>Seq</code> values (including <code>Vec</code>), not just
non-deterministic collections like
<code>HashSet</code>, which was a breaking change. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/876">#876</a></li>
</ul>
<h2>Install cargo-insta 1.47.1</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/mitsuhiko/insta/releases/download/1.47.1/cargo-insta-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md">insta's
changelog</a>.</em></p>
<blockquote>
<h2>1.47.2</h2>
<ul>
<li>Restore <code>Send + Sync</code> on <code>Settings</code>,
<code>Redactions</code>, and <code>Redaction</code> by
reverting the <code>Arc</code> to <code>Rc</code> change from 1.47.0,
which was semver-breaking.
<a
href="https://redirect.github.com/mitsuhiko/insta/issues/873">#873</a>
<a
href="https://redirect.github.com/mitsuhiko/insta/issues/874">#874</a></li>
<li>Add <code>Send + Sync</code> bounds to <code>Comparator</code> trait
for consistency with
<code>Arc</code>-based storage. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/872">#872</a></li>
<li>Add compile-time assertion to prevent future auto-trait
regressions.</li>
</ul>
<h2>1.47.1</h2>
<ul>
<li>Revert sorting of sequences in <code>sort_maps</code>. The change in
1.47.0 sorted all
<code>Seq</code> values (including <code>Vec</code>), not just
non-deterministic collections like
<code>HashSet</code>, which was a breaking change. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/876">#876</a></li>
</ul>
<h2>1.47.0</h2>
<ul>
<li>Add <code>Comparator</code> trait for customizing how snapshot
values are compared. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/872">#872</a>
(<a href="https://github.com/dstu"><code>@dstu</code></a>)</li>
<li>Sort sequences in <code>sort_maps</code> to fix non-deterministic
<code>HashSet</code> snapshots. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/876">#876</a></li>
<li>Improve TOML serialization error message for unsupported types,
suggesting <code>assert_json_snapshot!</code> or
<code>assert_yaml_snapshot!</code> as alternatives. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/880">#880</a></li>
<li>Remove unnecessary <code>Send + Sync</code> bounds from
<code>Redaction</code>, allowing non-<code>Send</code> closures in
dynamic redactions. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/874">#874</a></li>
<li>Don't use <code>Arc</code> in <code>Settings</code> unnecessarily.
<a
href="https://redirect.github.com/mitsuhiko/insta/issues/873">#873</a>
(<a href="https://github.com/dstu"><code>@dstu</code></a>)</li>
<li>Upgrade <code>console</code> to 0.16 and MSRV to 1.66. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/885">#885</a></li>
<li>Upgrade <code>toml-edit</code> to 0.25. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/882">#882</a>
(<a
href="https://github.com/alexanderkjall"><code>@alexanderkjall</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mitsuhiko/insta/commit/0ddf1e829337fe2a4cbb4b801d9fd78426a10fe0"><code>0ddf1e8</code></a>
Release 1.47.2 (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/894">#894</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/094b1cf934ce6d004c2480ae6c7e3200c6590fdc"><code>094b1cf</code></a>
Revert Arc→Rc change, restore Send + Sync on Settings (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/893">#893</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/65a5233599a89b9b8fe8808afb4f7638452f7d3c"><code>65a5233</code></a>
Add regression test for sort_maps not sorting Vecs (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/892">#892</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/fdbfc1508499f690672cd5d79281ef00f0581f44"><code>fdbfc15</code></a>
Revert sort_maps sequence sorting, release 1.47.1 (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/891">#891</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/46b6f2a2a3e208d30c2de71bb8331c9616feeaf6"><code>46b6f2a</code></a>
Release 1.47.0 (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/889">#889</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/aa129335d39262231edb836d3487af709d2d1b80"><code>aa12933</code></a>
Upgrade <code>console</code> to 0.16, bump MSRV to 1.66 (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/885">#885</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/98c084ccba9baaf9ad070f90131ce245e0686518"><code>98c084c</code></a>
upgrade toml-edit to 0.25 (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/882">#882</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/4e889b057350514a7c9befd1d31a25bb548e2cf8"><code>4e889b0</code></a>
the test_glob test depends on both glob and json (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/883">#883</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/4d738e5e8a2ef18283bee248ec376a6c3212d062"><code>4d738e5</code></a>
Bump <code>@tootallnate/once</code> and
<code>@vscode/test-electron</code> in /vscode-insta (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/881">#881</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/09f2b8b50173b203fc681dd8772863c95b9440a4"><code>09f2b8b</code></a>
Improve TOML serialization error message for unsupported types (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/880">#880</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mitsuhiko/insta/compare/1.46.3...1.47.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `uuid` from 1.22.0 to 1.23.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/uuid-rs/uuid/releases">uuid's
releases</a>.</em></p>
<blockquote>
<h2>v1.23.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: add support for 'hyphenated' format in the serde module by <a
href="https://github.com/FrenchDilettante"><code>@FrenchDilettante</code></a>
in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/865">uuid-rs/uuid#865</a></li>
<li>Fix a number of bugs in time-related code by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/872">uuid-rs/uuid#872</a></li>
<li>Reword invalid char error message by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/873">uuid-rs/uuid#873</a></li>
<li>Impl cleanups by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/874">uuid-rs/uuid#874</a></li>
<li>Use LazyLock to synchronize v1/v6 context initialization by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/875">uuid-rs/uuid#875</a></li>
<li>Prepare for 1.23.0 release by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/876">uuid-rs/uuid#876</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/FrenchDilettante"><code>@FrenchDilettante</code></a>
made their first contribution in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/865">uuid-rs/uuid#865</a></li>
</ul>
<h2>Special thanks</h2>
<p><a href="https://github.com/meng-xu-cs"><code>@meng-xu-cs</code></a>
raised a series of bugs against the timestamp logic in <code>uuid</code>
using automated tooling. The issues themselves were reasonably and
responsibly presented and the end result is a better <code>uuid</code>
library for everyone. Thanks!</p>
<h1>Deprecations</h1>
<p>This release includes the following deprecations:</p>
<ul>
<li><code>Context</code>: Renamed to <code>ContextV1</code></li>
<li><code>Timestamp::from_gregorian</code>: Renamed to
<code>Timestamp::from_gregorian_time</code></li>
</ul>
<h1>Change to <code>Version::Max</code></h1>
<p><code>Version::Max</code>'s <code>u8</code> representation has
changed from <code>0xff</code> to <code>0x0f</code> to match the value
returned by <code>Uuid::get_version_num</code>.</p>
<h1>Change to <code>Uuid::get_version</code> for the max UUID</h1>
<p><code>Uuid::get_version</code> will only return
<code>Some(Version::Max)</code> if the UUID is actually the max UUID
(all bytes are <code>0xff</code>). Previously it would return
<code>Some</code> if only the version field was <code>0x0f</code>. This
change matches the behaviour of the nil UUID, which only returns
<code>Some(Version::Nil)</code> if the UUID is the nil UUID (all bytes
are <code>0x00</code>).</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/uuid-rs/uuid/compare/v1.22.0...v1.23.0">https://github.com/uuid-rs/uuid/compare/v1.22.0...v1.23.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uuid-rs/uuid/commit/00ab922d5351607dfff520f37eb49cb9854fda73"><code>00ab922</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/876">#876</a> from
uuid-rs/cargo/v1.23.0</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/726ba45fe3491bf6253173d0be6b99ed3b1cbbb9"><code>726ba45</code></a>
prepare for 1.23.0 release</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/996dadea029e3976f52cba58e5e9b9a08c4f82c4"><code>996dade</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/875">#875</a> from
uuid-rs/fix/context-ordering</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/e14047993bc5a6180a96119436a983c19d79b084"><code>e140479</code></a>
simplify a use stmt</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/8ed9142847a22bc7707794bfee6b2016d4470772"><code>8ed9142</code></a>
reorganize and document more v7 context internals</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/e09a3225a8d99c5eadcbbeb7432195b2ea5ece76"><code>e09a322</code></a>
use LazyLock to synchronize v1/v6 context initialization</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/0f260cc67135ac20d914e387a47e59960247fdee"><code>0f260cc</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/874">#874</a> from
uuid-rs/chore/impl-cleanups</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/1419e91097fcffc7afa8f54eb41fdc912200b540"><code>1419e91</code></a>
clean up and refactor main lib tests</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/ceeaf4b7b59895497c59acdaf286233b1e7cc576"><code>ceeaf4b</code></a>
ensure we don't overflow on counters less than 12</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/63bc8f52e5042b9c729fa0380b9948b49fe397cc"><code>63bc8f5</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/873">#873</a> from
uuid-rs/fix/error-msg</li>
<li>Additional commits viewable in <a
href="https://github.com/uuid-rs/uuid/compare/v1.22.0...v1.23.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `blake3` from 1.8.3 to 1.8.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/BLAKE3-team/BLAKE3/releases">blake3's
releases</a>.</em></p>
<blockquote>
<h2>1.8.4</h2>
<p>version 1.8.4</p>
<p>Changes since 1.8.3:</p>
<ul>
<li>Updated the <code>digest</code> dependency from v0.10 to v0.11. THIS
IS A
POTENTIALLY BREAKING CHANGE for callers using the
<code>traits-preview</code>
Cargo feature. But this is not considered a breaking change for the
<code>blake3</code> crate itself; see the docs for
<code>traits-preview</code>.</li>
<li>Performance for WASM SIMD targets is improved by ~20% when the
<code>wasm32_simd</code> feature is enabled. Contributed by <a
href="https://github.com/lamb356"><code>@lamb356</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/BLAKE3-team/BLAKE3/commit/b97a24f8754819755ef78d8016c0391c65c943c5"><code>b97a24f</code></a>
version 1.8.4</li>
<li><a
href="https://github.com/BLAKE3-team/BLAKE3/commit/0ebe469626502046557c644c01e4ed72f1b8b5fd"><code>0ebe469</code></a>
update to new rustcrypto trait releases</li>
<li><a
href="https://github.com/BLAKE3-team/BLAKE3/commit/d4b005a9f51ac5290bc96a5706e1cf897f602567"><code>d4b005a</code></a>
wasm32_simd: use i8x16_shuffle for rot8 and rot16</li>
<li><a
href="https://github.com/BLAKE3-team/BLAKE3/commit/6eebbbd67935cc6b8fe24da164ae968a2e3973cb"><code>6eebbbd</code></a>
fix a struct size mismatch in tests</li>
<li><a
href="https://github.com/BLAKE3-team/BLAKE3/commit/fb1411ebdbec5327cb838646e71cfd37beda8c12"><code>fb1411e</code></a>
c: use SIZE_MAX instead of -1 for size_t sentinels, add
<stdint.h></li>
<li>See full diff in <a
href="https://github.com/BLAKE3-team/BLAKE3/compare/1.8.3...1.8.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `unicode-segmentation` from 1.12.0 to 1.13.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/unicode-rs/unicode-segmentation/commit/d446fa8f0089b10fb1f971a452e7ccd995646f7a"><code>d446fa8</code></a>
Set explicit 1.84 MSRV, add MSRV CI (<a
href="https://redirect.github.com/unicode-rs/unicode-segmentation/issues/164">#164</a>)</li>
<li><a
href="https://github.com/unicode-rs/unicode-segmentation/commit/cb4972bd25acdddffdd285550205421b0519b895"><code>cb4972b</code></a>
fix: Typos in README (<a
href="https://redirect.github.com/unicode-rs/unicode-segmentation/issues/161">#161</a>)</li>
<li><a
href="https://github.com/unicode-rs/unicode-segmentation/commit/88fac40e758c5d7bfce287e186c03a459e84385c"><code>88fac40</code></a>
Add semver check workflow to GitHub Actions (<a
href="https://redirect.github.com/unicode-rs/unicode-segmentation/issues/160">#160</a>)</li>
<li><a
href="https://github.com/unicode-rs/unicode-segmentation/commit/34ae23265968ddeef69fbf0415f77f40e5878ee9"><code>34ae232</code></a>
Fix accidental breakage</li>
<li><a
href="https://github.com/unicode-rs/unicode-segmentation/commit/f7268ccf0c9ec347992e5ae864378c1fd8f9caa0"><code>f7268cc</code></a>
Update changelog and version (<a
href="https://redirect.github.com/unicode-rs/unicode-segmentation/issues/159">#159</a>)</li>
<li><a
href="https://github.com/unicode-rs/unicode-segmentation/commit/abed5f7315811153afe90cb7931d21a073b8ef0c"><code>abed5f7</code></a>
Update quickcheck to 1.0 (<a
href="https://redirect.github.com/unicode-rs/unicode-segmentation/issues/158">#158</a>)</li>
<li><a
href="https://github.com/unicode-rs/unicode-segmentation/commit/f6f5f218f9d02e0a2b0566710c8eef8c0c3d22f4"><code>f6f5f21</code></a>
Release 1.13.0</li>
<li><a
href="https://github.com/unicode-rs/unicode-segmentation/commit/13862d88946469b9a32bd8064dec6594cb65c908"><code>13862d8</code></a>
feat: Support Unicode 17.0.0 (<a
href="https://redirect.github.com/unicode-rs/unicode-segmentation/issues/157">#157</a>)</li>
<li><a
href="https://github.com/unicode-rs/unicode-segmentation/commit/1441d3dde85c06cee70437b03819328c04b134ba"><code>1441d3d</code></a>
Update Python scripts (<a
href="https://redirect.github.com/unicode-rs/unicode-segmentation/issues/155">#155</a>)</li>
<li><a
href="https://github.com/unicode-rs/unicode-segmentation/commit/63d0234320e6eb34ecb738e2972baf23e5bf12cc"><code>63d0234</code></a>
Exclude development scripts from published package (<a
href="https://redirect.github.com/unicode-rs/unicode-segmentation/issues/152">#152</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/unicode-rs/unicode-segmentation/compare/v1.12.0...v1.13.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `postgres-types` from 0.2.12 to 0.2.13
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-postgres/rust-postgres/releases">postgres-types's
releases</a>.</em></p>
<blockquote>
<h2>postgres-types v0.2.13</h2>
<h3>Added</h3>
<ul>
<li>Added support for <code>bit-vec</code> 0.9 via the
<code>with-bit-vec-0_9</code> feature.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Upgraded to Rust edition 2024, minimum Rust version 1.85.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/64674ba8ac230f15a26b4f8869bdf53c1109e123"><code>64674ba</code></a>
Release postgres-types v0.2.13</li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/40b760d8f8c749f7316177650f96fbec2f0fed40"><code>40b760d</code></a>
Release postgres-derive v0.4.8</li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/6c9229827a472f4c0a9b54452b04214f26563d9d"><code>6c92298</code></a>
Release postgres-protocol v0.6.11</li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/e088d7d73f086817b0ef08791bdb874c6a855d1a"><code>e088d7d</code></a>
style(clippy): fix <code>clippy::useless_conversion</code></li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/19897e8f5d0ca4e718268c3c38c8073afeb93a1f"><code>19897e8</code></a>
build(deps): upgrade semver compatible Rust dependencies</li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/25849265e562306de1d87954468bbbc734e18a81"><code>2584926</code></a>
build(deps): upgrade RustCrypto dependencies</li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/10a7724754a13b1c473ced7d990c7a89f38dfefd"><code>10a7724</code></a>
chore: add bit-vec v0.9 support</li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/28531578947fe2244ae6bdcf174a87a821a07ef9"><code>2853157</code></a>
fix: cargo fmt --all</li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/c8f8993acc2d4901a74b22e9480a91857a86d337"><code>c8f8993</code></a>
feat: add rustfmt.toml for opiniated formatting</li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/cf637bed6fc9bd77fa1be8106afb3464f8e4c7d3"><code>cf637be</code></a>
fix: clippy</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-postgres/rust-postgres/compare/postgres-types-v0.2.12...postgres-types-v0.2.13">compare
view</a></li>
</ul>
</details>
<br />
Updates `tokio-postgres` from 0.7.16 to 0.7.17
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-postgres/rust-postgres/releases">tokio-postgres's
releases</a>.</em></p>
<blockquote>
<h2>tokio-postgres v0.7.17</h2>
<h3>Added</h3>
<ul>
<li>Added <code>Client::execute_typed</code> method.</li>
<li>Added <code>Client::query_typed_one</code> and
<code>Client::query_typed_opt</code> methods.</li>
<li>Added <code>GenericClient::execute_typed</code>,
<code>GenericClient::query_typed_one</code>, and
<code>GenericClient::query_typed_opt</code> methods.</li>
<li>Added <code>Transaction::execute_typed</code>,
<code>Transaction::query_typed_one</code>, and
<code>Transaction::query_typed_opt</code> methods.</li>
<li>Added support for <code>bit-vec</code> 0.9 via the
<code>with-bit-vec-0_9</code> feature.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Upgraded <code>rand</code> to 0.10.</li>
<li>Upgraded to Rust edition 2024, minimum Rust version 1.85.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/35a85bdbfeeac465e092950f65a10d9192418175"><code>35a85bd</code></a>
Release tokio-postgres v0.7.17</li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/64674ba8ac230f15a26b4f8869bdf53c1109e123"><code>64674ba</code></a>
Release postgres-types v0.2.13</li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/40b760d8f8c749f7316177650f96fbec2f0fed40"><code>40b760d</code></a>
Release postgres-derive v0.4.8</li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/6c9229827a472f4c0a9b54452b04214f26563d9d"><code>6c92298</code></a>
Release postgres-protocol v0.6.11</li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/e088d7d73f086817b0ef08791bdb874c6a855d1a"><code>e088d7d</code></a>
style(clippy): fix <code>clippy::useless_conversion</code></li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/19897e8f5d0ca4e718268c3c38c8073afeb93a1f"><code>19897e8</code></a>
build(deps): upgrade semver compatible Rust dependencies</li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/25849265e562306de1d87954468bbbc734e18a81"><code>2584926</code></a>
build(deps): upgrade RustCrypto dependencies</li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/10a7724754a13b1c473ced7d990c7a89f38dfefd"><code>10a7724</code></a>
chore: add bit-vec v0.9 support</li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/28531578947fe2244ae6bdcf174a87a821a07ef9"><code>2853157</code></a>
fix: cargo fmt --all</li>
<li><a
href="https://github.com/rust-postgres/rust-postgres/commit/c8f8993acc2d4901a74b22e9480a91857a86d337"><code>c8f8993</code></a>
feat: add rustfmt.toml for opiniated formatting</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-postgres/rust-postgres/compare/tokio-postgres-v0.7.16...tokio-postgres-v0.7.17">compare
view</a></li>
</ul>
</details>
<br />
Updates `wasm-bindgen-test` from 0.3.64 to 0.3.66
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/wasm-bindgen/wasm-bindgen/commits">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>
Co-authored-by: Andrew Lamb <[email protected]>
---
Cargo.lock | 119 +++++++++++++++++++++----------------
Cargo.toml | 4 +-
datafusion/functions/Cargo.toml | 2 +-
datafusion/sqllogictest/Cargo.toml | 4 +-
datafusion/wasmtest/Cargo.toml | 2 +-
5 files changed, 73 insertions(+), 58 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 8d87c5bc5b..ca723a061c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1045,16 +1045,16 @@ dependencies = [
[[package]]
name = "blake3"
-version = "1.8.3"
+version = "1.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2468ef7d57b3fb7e16b576e8377cdbde2320c60e1491e961d11da40fc4f02a2d"
+checksum = "4d2d5991425dfd0785aed03aedcf0b321d61975c9b5b3689c774a2610ae0b51e"
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
"constant_time_eq",
- "cpufeatures 0.2.17",
+ "cpufeatures 0.3.0",
]
[[package]]
@@ -1247,6 +1247,17 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
+[[package]]
+name = "chacha20"
+version = "0.10.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
+dependencies = [
+ "cfg-if",
+ "cpufeatures 0.3.0",
+ "rand_core 0.10.0",
+]
+
[[package]]
name = "chrono"
version = "0.4.44"
@@ -1393,18 +1404,6 @@ version = "0.4.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d"
-[[package]]
-name = "console"
-version = "0.15.11"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
-dependencies = [
- "encode_unicode",
- "libc",
- "once_cell",
- "windows-sys 0.59.0",
-]
-
[[package]]
name = "console"
version = "0.16.3"
@@ -3241,6 +3240,7 @@ dependencies = [
"cfg-if",
"libc",
"r-efi 6.0.0",
+ "rand_core 0.10.0",
"wasip2",
"wasip3",
]
@@ -3714,7 +3714,7 @@ version = "0.18.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb"
dependencies = [
- "console 0.16.3",
+ "console",
"portable-atomic",
"unicode-width 0.2.2",
"unit-prefix",
@@ -3723,11 +3723,11 @@ dependencies = [
[[package]]
name = "insta"
-version = "1.46.3"
+version = "1.47.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e82db8c87c7f1ccecb34ce0c24399b8a73081427f3c7c50a5d597925356115e4"
+checksum = "7b4a6248eb93a4401ed2f37dfe8ea592d3cf05b7cf4f8efa867b6895af7e094e"
dependencies = [
- "console 0.15.11",
+ "console",
"globset",
"once_cell",
"regex",
@@ -3836,10 +3836,12 @@ dependencies = [
[[package]]
name = "js-sys"
-version = "0.3.91"
+version = "0.3.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
+checksum = "797146bb2677299a1eb6b7b50a890f4c361b29ef967addf5b2fa45dae1bb6d7d"
dependencies = [
+ "cfg-if",
+ "futures-util",
"once_cell",
"wasm-bindgen",
]
@@ -4699,9 +4701,9 @@ dependencies = [
[[package]]
name = "postgres-types"
-version = "0.2.12"
+version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "54b858f82211e84682fecd373f68e1ceae642d8d751a1ebd13f33de6257b3e20"
+checksum = "8dc729a129e682e8d24170cd30ae1aa01b336b096cbb56df6d534ffec133d186"
dependencies = [
"bytes",
"chrono",
@@ -4959,6 +4961,17 @@ dependencies = [
"rand_core 0.9.5",
]
+[[package]]
+name = "rand"
+version = "0.10.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
+dependencies = [
+ "chacha20",
+ "getrandom 0.4.2",
+ "rand_core 0.10.0",
+]
+
[[package]]
name = "rand_chacha"
version = "0.3.1"
@@ -4997,6 +5010,12 @@ dependencies = [
"getrandom 0.3.4",
]
+[[package]]
+name = "rand_core"
+version = "0.10.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
+
[[package]]
name = "rand_distr"
version = "0.5.1"
@@ -6168,9 +6187,9 @@ dependencies = [
[[package]]
name = "tokio-postgres"
-version = "0.7.16"
+version = "0.7.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dcea47c8f71744367793f16c2db1f11cb859d28f436bdb4ca9193eb1f787ee42"
+checksum = "4dd8df5ef180f6364759a6f00f7aadda4fbbac86cdee37480826a6ff9f3574ce"
dependencies = [
"async-trait",
"byteorder",
@@ -6185,7 +6204,7 @@ dependencies = [
"pin-project-lite",
"postgres-protocol",
"postgres-types",
- "rand 0.9.2",
+ "rand 0.10.0",
"socket2",
"tokio",
"tokio-util",
@@ -6524,9 +6543,9 @@ checksum =
"7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
[[package]]
name = "unicode-segmentation"
-version = "1.12.0"
+version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
+checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
[[package]]
name = "unicode-width"
@@ -6630,9 +6649,9 @@ checksum =
"06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
-version = "1.22.0"
+version = "1.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
+checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
dependencies = [
"getrandom 0.4.2",
"js-sys",
@@ -6720,9 +6739,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen"
-version = "0.2.114"
+version = "0.2.116"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
+checksum = "7dc0882f7b5bb01ae8c5215a1230832694481c1a4be062fd410e12ea3da5b631"
dependencies = [
"cfg-if",
"once_cell",
@@ -6733,23 +6752,19 @@ dependencies = [
[[package]]
name = "wasm-bindgen-futures"
-version = "0.4.64"
+version = "0.4.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
+checksum = "19280959e2844181895ef62f065c63e0ca07ece4771b53d89bfdb967d97cbf05"
dependencies = [
- "cfg-if",
- "futures-util",
"js-sys",
- "once_cell",
"wasm-bindgen",
- "web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
-version = "0.2.114"
+version = "0.2.116"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
+checksum = "75973d3066e01d035dbedaad2864c398df42f8dd7b1ea057c35b8407c015b537"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
@@ -6757,9 +6772,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro-support"
-version = "0.2.114"
+version = "0.2.116"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
+checksum = "91af5e4be765819e0bcfee7322c14374dc821e35e72fa663a830bbc7dc199eac"
dependencies = [
"bumpalo",
"proc-macro2",
@@ -6770,18 +6785,18 @@ dependencies = [
[[package]]
name = "wasm-bindgen-shared"
-version = "0.2.114"
+version = "0.2.116"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
+checksum = "c9bf0406a78f02f336bf1e451799cca198e8acde4ffa278f0fb20487b150a633"
dependencies = [
"unicode-ident",
]
[[package]]
name = "wasm-bindgen-test"
-version = "0.3.64"
+version = "0.3.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6311c867385cc7d5602463b31825d454d0837a3aba7cdb5e56d5201792a3f7fe"
+checksum = "ea88331fc76766356287e79bb0bc032157feea8eff8f2c3f1d9ea4b94255ae1c"
dependencies = [
"async-trait",
"cast",
@@ -6801,9 +6816,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-test-macro"
-version = "0.3.64"
+version = "0.3.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "67008cdde4769831958536b0f11b3bdd0380bde882be17fff9c2f34bb4549abd"
+checksum = "92437fa87f58743befb3003c4f4e3e9010dd50c6935561be7645981c0de05dfd"
dependencies = [
"proc-macro2",
"quote",
@@ -6812,9 +6827,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-test-shared"
-version = "0.2.114"
+version = "0.2.116"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cfe29135b180b72b04c74aa97b2b4a2ef275161eff9a6c7955ea9eaedc7e1d4e"
+checksum = "10091e48e3231b0f567b098ddb9a107310eb2629ae0eaa7c98dd746d5e80ee78"
[[package]]
name = "wasm-encoder"
@@ -6865,9 +6880,9 @@ dependencies = [
[[package]]
name = "web-sys"
-version = "0.3.91"
+version = "0.3.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
+checksum = "749466a37ee189057f54748b200186b59a03417a117267baf3fd89cecc9fb837"
dependencies = [
"js-sys",
"wasm-bindgen",
diff --git a/Cargo.toml b/Cargo.toml
index ffdc14cc51..c6f38e16b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -163,7 +163,7 @@ half = { version = "2.7.0", default-features = false }
hashbrown = { version = "0.16.1" }
hex = { version = "0.4.3" }
indexmap = "2.13.0"
-insta = { version = "1.46.3", features = ["glob", "filters"] }
+insta = { version = "1.47.2", features = ["glob", "filters"] }
itertools = "0.14"
itoa = "1.0"
liblzma = { version = "0.4.6", features = ["static"] }
@@ -196,7 +196,7 @@ tokio = { version = "1.48", features = ["macros", "rt",
"sync"] }
tokio-stream = "0.1"
tokio-util = "0.7"
url = "2.5.7"
-uuid = "1.21"
+uuid = "1.23"
zstd = { version = "0.13", default-features = false }
[workspace.lints.clippy]
diff --git a/datafusion/functions/Cargo.toml b/datafusion/functions/Cargo.toml
index 1940f1378b..7503c33751 100644
--- a/datafusion/functions/Cargo.toml
+++ b/datafusion/functions/Cargo.toml
@@ -87,7 +87,7 @@ num-traits = { workspace = true }
rand = { workspace = true }
regex = { workspace = true, optional = true }
sha2 = { workspace = true, optional = true }
-unicode-segmentation = { version = "^1.7.1", optional = true }
+unicode-segmentation = { version = "^1.13.2", optional = true }
uuid = { workspace = true, features = ["v4"], optional = true }
[dev-dependencies]
diff --git a/datafusion/sqllogictest/Cargo.toml
b/datafusion/sqllogictest/Cargo.toml
index b00fbe4667..7a341988d5 100644
--- a/datafusion/sqllogictest/Cargo.toml
+++ b/datafusion/sqllogictest/Cargo.toml
@@ -55,7 +55,7 @@ indicatif = "0.18"
itertools = { workspace = true }
log = { workspace = true }
object_store = { workspace = true }
-postgres-types = { version = "0.2.12", features = ["derive",
"with-chrono-0_4"], optional = true }
+postgres-types = { version = "0.2.13", features = ["derive",
"with-chrono-0_4"], optional = true }
# When updating the following dependency verify that sqlite test file
regeneration works correctly
# by running the regenerate_sqlite_files.sh script.
sqllogictest = "0.29.1"
@@ -64,7 +64,7 @@ tempfile = { workspace = true }
testcontainers-modules = { workspace = true, features = ["postgres"], optional
= true }
thiserror = "2.0.18"
tokio = { workspace = true }
-tokio-postgres = { version = "0.7.16", optional = true }
+tokio-postgres = { version = "0.7.17", optional = true }
[features]
avro = ["datafusion/avro"]
diff --git a/datafusion/wasmtest/Cargo.toml b/datafusion/wasmtest/Cargo.toml
index e033056f99..398eca9768 100644
--- a/datafusion/wasmtest/Cargo.toml
+++ b/datafusion/wasmtest/Cargo.toml
@@ -65,7 +65,7 @@ object_store = { workspace = true }
# needs to be compiled
tokio = { workspace = true }
url = { workspace = true }
-wasm-bindgen-test = "0.3.62"
+wasm-bindgen-test = "0.3.66"
[package.metadata.cargo-machete]
ignored = ["chrono", "getrandom"]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]