chore(deps): bump the production-dependencies group with 6 updates#230
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the production-dependencies group with 6 updates#230dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the production-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [geojson](https://github.com/georust/geojson) | `0.24.2` | `1.0.0` | | [geozero](https://github.com/georust/geozero) | `0.14.0` | `0.15.1` | | [jiff](https://github.com/BurntSushi/jiff) | `0.2.24` | `0.2.25` | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) | `0.58.0` | `0.62.0` | | [duckdb](https://github.com/duckdb/duckdb-rs) | `1.10502.0` | `1.10503.1` | Updates `geojson` from 0.24.2 to 1.0.0 - [Changelog](https://github.com/georust/geojson/blob/main/CHANGES.md) - [Commits](georust/geojson@0.24.2...v1.0.0) Updates `geozero` from 0.14.0 to 0.15.1 - [Commits](https://github.com/georust/geozero/commits) Updates `jiff` from 0.2.24 to 0.2.25 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/jiff/commits) Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.149...v1.0.150) Updates `sqlparser` from 0.58.0 to 0.62.0 - [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](apache/datafusion-sqlparser-rs@v0.58.0...v0.62.0) Updates `duckdb` from 1.10502.0 to 1.10503.1 - [Release notes](https://github.com/duckdb/duckdb-rs/releases) - [Commits](duckdb/duckdb-rs@v1.10502.0...v1.10503.1) --- updated-dependencies: - dependency-name: geojson dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: geozero dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: jiff dependency-version: 0.2.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: sqlparser dependency-version: 0.62.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: duckdb dependency-version: 1.10503.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 6 updates:
0.24.21.0.00.14.00.15.10.2.240.2.251.0.1491.0.1500.58.00.62.01.10502.01.10503.1Updates
geojsonfrom 0.24.2 to 1.0.0Changelog
Sourced from geojson's changelog.
... (truncated)
Commits
f6eafedprepare for 1.0.0 release8c12816prepare for 0.25.0 releasec64043fsimpler docsfa96c26update to rust 2024 (#273)3c362b4Additional ergonomic constructors (for Geometry and FeatureCollection) (#271)f5fffd0Remove methods related to json to/from now that we ser/de directly (#270)de445d9Speed up parsing by deserializing directly to geojson (without intermediate s...a7870dbMove code around - no new functionality (#268)37ea3c9Merge branch 'mkirk/derive-serialization-3'67c07a1derive Serialization rather than manual implsUpdates
geozerofrom 0.14.0 to 0.15.1Commits
Updates
jifffrom 0.2.24 to 0.2.25Changelog
Sourced from jiff's changelog.
Commits
Updates
serde_jsonfrom 1.0.149 to 1.0.150Release notes
Sourced from serde_json's releases.
Commits
a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintdc8003aRaise required compiler for preserve_order feature to 1.85a42fa98Unpin CI miri toolchain684a60ePin CI miri to nightly-2026-02-117c7da33Raise required compiler to Rust 1.71acf4850Simplify Number::is_f646b8ceabResolve unnecessary_map_or clippy lintUpdates
sqlparserfrom 0.58.0 to 0.62.0Commits
3dd0e30chore: Bump version to 0.62.0 and add changelog (#2331)9833c03feat(clickhouse): support PARTITION BY after ORDER BY and ARRAY JOIN (#2283)9550e93Add Teradata dialect (#2309)7eba3caPostgreSQL: Parse optimizer hints in leading comments (#2320)fa1dae1Snowflake: Add support for text data type modifiers (#2297)63e9a33Redshift: PartiQL AT <index> (#2303)19a7468TrackParens\<T>'s span (#2291)9a70c42PostgreSQL: Add support for LATERAL ... WITH ORDINALITY (#2304)53dcc82Spark SQL: Add SparkSqlDialect (#2305)9f04ebeCoding agents guidelines (#2298)Updates
duckdbfrom 1.10502.0 to 1.10503.1Release notes
Sourced from duckdb's releases.
Commits
3191caaCrate patch release v1.10503.1 (#768)c67fcabTighten bundled-cmake docsb274f16Crate patch release v1.10503.122bf6ceAdd patch-release mode to upgrade script (#767)e5c6785Harden upgrade script validation7e5749fDocument patch-compatible version requirements310fb00Add patch-release mode to upgrade script2f11774Avoid Windows mtime restore in bundled builds (#766)ee8c88cAvoid Windows mtime restore in bundled builds1d999ddAdd bundled-cmake jemalloc escape hatch (#763)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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