Skip to content

Commit b84b924

Browse files
chore(deps): bump the non-arrow group with 2 updates (#197)
Bumps the non-arrow group with 2 updates: [duckdb](https://github.com/duckdb/duckdb-rs) and [tracing](https://github.com/tokio-rs/tracing). Updates `duckdb` from 1.4.2 to 1.4.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/duckdb/duckdb-rs/releases">duckdb's releases</a>.</em></p> <blockquote> <h2>v1.4.3</h2> <h2>Highlights</h2> <ul> <li>Build can auto-download matching prebuilt libduckdb via <code>DUCKDB_DOWNLOAD_LIB=1</code>.</li> <li>Appenders now support column subsets and column switching; defaults/NULLs fill the rest.</li> <li>Table functions can store extra info via the new <code>register_table_function_with_extra_info</code>.</li> <li>Scalar functions can be marked volatile using the <code>volatile</code> trait method.</li> <li>Logical type coverage broadened (new DuckDB IDs, <code>Unsupported</code> fallback).</li> <li>Updated bundled DuckDB to v1.4.3</li> </ul> <h2>What's Changed</h2> <ul> <li>Update Rust to 1.91 by <a href="https://github.com/mlafeldt"><code>@​mlafeldt</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-rs/pull/626">duckdb/duckdb-rs#626</a></li> <li>Download pre-built DuckDB libraries by <a href="https://github.com/mlafeldt"><code>@​mlafeldt</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-rs/pull/628">duckdb/duckdb-rs#628</a></li> <li>Handle invalid &amp; unsupported DuckDB types more gracefully by <a href="https://github.com/mlafeldt"><code>@​mlafeldt</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-rs/pull/629">duckdb/duckdb-rs#629</a></li> <li>Add missing LogicalTypeId variants to match DuckDB C API by <a href="https://github.com/leo-altertable"><code>@​leo-altertable</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-rs/pull/630">duckdb/duckdb-rs#630</a></li> <li>Allow to pass extra info to table functions by <a href="https://github.com/mlafeldt"><code>@​mlafeldt</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-rs/pull/637">duckdb/duckdb-rs#637</a></li> <li>Align scalar state semantics and revert TableFunctionOptions by <a href="https://github.com/mlafeldt"><code>@​mlafeldt</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-rs/pull/638">duckdb/duckdb-rs#638</a></li> <li>Support volatile scalar functions by <a href="https://github.com/mlafeldt"><code>@​mlafeldt</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-rs/pull/639">duckdb/duckdb-rs#639</a></li> <li>Add ListVector::get_entry by <a href="https://github.com/mlafeldt"><code>@​mlafeldt</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-rs/pull/640">duckdb/duckdb-rs#640</a></li> <li>Update broken links in CONTRIBUTING.md by <a href="https://github.com/mlafeldt"><code>@​mlafeldt</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-rs/pull/641">duckdb/duckdb-rs#641</a></li> <li>Add column-selective appender API with default support by <a href="https://github.com/mlafeldt"><code>@​mlafeldt</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-rs/pull/642">duckdb/duckdb-rs#642</a></li> <li>Remove broken release changelog/action by <a href="https://github.com/mlafeldt"><code>@​mlafeldt</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-rs/pull/645">duckdb/duckdb-rs#645</a></li> <li>Update DuckDB to v1.4.3 by <a href="https://github.com/mlafeldt"><code>@​mlafeldt</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-rs/pull/644">duckdb/duckdb-rs#644</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/leo-altertable"><code>@​leo-altertable</code></a> made their first contribution in <a href="https://redirect.github.com/duckdb/duckdb-rs/pull/630">duckdb/duckdb-rs#630</a></li> <li><a href="https://github.com/tobilg"><code>@​tobilg</code></a> made their first contribution in <a href="https://redirect.github.com/duckdb/duckdb-rs/pull/639">duckdb/duckdb-rs#639</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/duckdb/duckdb-rs/compare/v1.4.2...v1.4.3">https://github.com/duckdb/duckdb-rs/compare/v1.4.2...v1.4.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/duckdb/duckdb-rs/commit/65e8496fc57098bc896d9fb2ec993b6f0de4e399"><code>65e8496</code></a> Update DuckDB to v1.4.3 (<a href="https://redirect.github.com/duckdb/duckdb-rs/issues/644">#644</a>)</li> <li><a href="https://github.com/duckdb/duckdb-rs/commit/d648bf929a6b2e7a497d13e8f74c0b220934127b"><code>d648bf9</code></a> Remove broken release changelog/action (<a href="https://redirect.github.com/duckdb/duckdb-rs/issues/645">#645</a>)</li> <li><a href="https://github.com/duckdb/duckdb-rs/commit/42f711c05d0424442540d6980f6b90706565cf56"><code>42f711c</code></a> Remove broken release changelog/action</li> <li><a href="https://github.com/duckdb/duckdb-rs/commit/da8e4e925b0b997ed6cfa2f0845695fa0431686a"><code>da8e4e9</code></a> Update DuckDB to v1.4.3</li> <li><a href="https://github.com/duckdb/duckdb-rs/commit/749cff7a72a7b7a77ac14a4a2c1e641624974c34"><code>749cff7</code></a> Add column-selective appender API with default support (<a href="https://redirect.github.com/duckdb/duckdb-rs/issues/642">#642</a>)</li> <li><a href="https://github.com/duckdb/duckdb-rs/commit/60ced6111d10996248ff0f44fe48b0812fa2afc0"><code>60ced61</code></a> Propagate CString::new errors</li> <li><a href="https://github.com/duckdb/duckdb-rs/commit/704f4220621f9023792c552c4c9aa8d4d5b7aa8f"><code>704f422</code></a> Add more tests</li> <li><a href="https://github.com/duckdb/duckdb-rs/commit/40f4eab37efd713eb9e00e61722689e674e48afb"><code>40f4eab</code></a> Simplify appender_with_columns</li> <li><a href="https://github.com/duckdb/duckdb-rs/commit/35bccd2f0c0a95bbfee71e877008d8120cd58de0"><code>35bccd2</code></a> Add column-selective appender API with default support</li> <li><a href="https://github.com/duckdb/duckdb-rs/commit/7976f1a55d1d63deabe46e1b2a43bf5c228dd245"><code>7976f1a</code></a> Update broken links in CONTRIBUTING.md (<a href="https://redirect.github.com/duckdb/duckdb-rs/issues/641">#641</a>)</li> <li>Additional commits viewable in <a href="https://github.com/duckdb/duckdb-rs/compare/v1.4.2...v1.4.3">compare view</a></li> </ul> </details> <br /> Updates `tracing` from 0.1.41 to 0.1.43 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing/releases">tracing's releases</a>.</em></p> <blockquote> <h2>tracing 0.1.43</h2> <h4>Important</h4> <p>The previous release [0.1.42] was yanked because <a href="https://redirect.github.com/tokio-rs/tracing/issues/3382">#3382</a> was a breaking change. See further details in <a href="https://redirect.github.com/tokio-rs/tracing/issues/3424">#3424</a>. This release contains all the changes from that version, plus a revert for the problematic part of the breaking PR.</p> <h3>Fixed</h3> <ul> <li>Revert &quot;make <code>valueset</code> macro sanitary&quot; (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3425">#3425</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tracing/issues/3382">#3382</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/3382">tokio-rs/tracing#3382</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/3424">#3424</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/3424">tokio-rs/tracing#3424</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/3425">#3425</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/3425">tokio-rs/tracing#3425</a> [0.1.42]: <a href="https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.42">https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.42</a></p> <h2>tracing 0.1.42</h2> <h3>Important</h3> <p>The [<code>Span::record_all</code>] method has been removed from the documented API. It was always unsuable via the documented API as it requried a <code>ValueSet</code> which has no publically documented constructors. The method remains, but should not be used outside of <code>tracing</code> macros.</p> <h3>Added</h3> <ul> <li><strong>attributes</strong>: Support constant expressions as instrument field names (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3158">#3158</a>)</li> <li>Add <code>record_all!</code> macro for recording multiple values in one call (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3227">#3227</a>)</li> <li><strong>core</strong>: Improve code generation at trace points significantly (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3398">#3398</a>)</li> </ul> <h3>Changed</h3> <ul> <li><code>tracing-core</code>: updated to 0.1.35 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3414">#3414</a>)</li> <li><code>tracing-attributes</code>: updated to 0.1.31 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3417">#3417</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix &quot;name / parent&quot; variant of <code>event!</code> (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2983">#2983</a>)</li> <li>Remove 'r#' prefix from raw identifiers in field names (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3130">#3130</a>)</li> <li>Fix perf regression when <code>release_max_level_*</code> not set (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3373">#3373</a>)</li> <li>Use imported instead of fully qualified path (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3374">#3374</a>)</li> <li>Make <code>valueset</code> macro sanitary (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3382">#3382</a>)</li> </ul> <h3>Documented</h3> <ul> <li><strong>core</strong>: Add missing <code>dyn</code> keyword in <code>Visit</code> documentation code sample (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3387">#3387</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tracing/issues/2983">#2983</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/%5B#2983%5D(https://redirect.github.com/tokio-rs/tracing/issues/2983)">tokio-rs/tracing#2983</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/3130">#3130</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/%5B#3130%5D(https://redirect.github.com/tokio-rs/tracing/issues/3130)">tokio-rs/tracing#3130</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/3158">#3158</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/%5B#3158%5D(https://redirect.github.com/tokio-rs/tracing/issues/3158)">tokio-rs/tracing#3158</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tracing/commit/64e1c8d3ae5cf5deab40ad3d376c8595d4e4db7f"><code>64e1c8d</code></a> chore: prepare tracing 0.1.43 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3427">#3427</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/7c44f7bb213db649e93746de0677bd34d2576ff2"><code>7c44f7b</code></a> tracing: revert &quot;make <code>valueset</code> macro sanitary&quot; (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3425">#3425</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/cdaf661c1373777030b812c003c7075d95685112"><code>cdaf661</code></a> chore: prepare tracing-mock 0.1.0-beta.2 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3422">#3422</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/a164fd30217cc5980d141ed7e817d01b14c99040"><code>a164fd3</code></a> chore: prepare tracing-journald 0.3.2 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3421">#3421</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/405397b8cc4e6edd3f8d0324c0618502c455ecdc"><code>405397b</code></a> chore: prepare tracing-appender 0.2.4 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3420">#3420</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/a9eeed7394115831d504b52565206ba0ecc2affe"><code>a9eeed7</code></a> chore: prepare tracing-subscriber 0.3.21 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3419">#3419</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/5bd550547899f72a6b0464220bdad1162b383960"><code>5bd5505</code></a> chore: prepare tracing 0.1.42 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3418">#3418</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/55086231ec4aaeffcaab9932e696f40278f06bd1"><code>5508623</code></a> chore: prepare tracing-attributes 0.1.31 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3417">#3417</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/d92b4c0feb00960902410b68f71521d36c699d85"><code>d92b4c0</code></a> chore: prepare tracing-core 0.1.35 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3414">#3414</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/9751b6e776fc999263c49e29515bf1d3eb7260d5"><code>9751b6e</code></a> chore: run <code>tracing-subscriber</code> tests with all features (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3412">#3412</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tracing/compare/tracing-0.1.41...tracing-0.1.43">compare view</a></li> </ul> </details> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and 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 ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14919bb commit b84b924

File tree

2 files changed

+60
-12
lines changed

2 files changed

+60
-12
lines changed

Cargo.lock

Lines changed: 58 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ openssl-vendored = ["dep:openssl"]
1414

1515
[dependencies]
1616
clap = "4.5.31"
17-
duckdb = { version = "1.4.0", features = ["serde_json"] }
17+
duckdb = { version = "1.4.3", features = ["serde_json"] }
1818
futures-core = "0.3.31"
1919
futures-util = "0.3.31"
2020
geoarrow-schema = "0.6.2"
@@ -39,7 +39,7 @@ stac-duckdb = "0.2.1"
3939
stac-io = { version = "0.1.1", features = ["store-all", "geoparquet"] }
4040
thiserror = "2.0.12"
4141
tokio = { version = "1.44.0", features = ["rt-multi-thread"] }
42-
tracing = "0.1.41"
42+
tracing = "0.1.43"
4343

4444
[build-dependencies]
4545
cargo-lock = "11"

0 commit comments

Comments
 (0)