chore(deps): bump the non-arrow group across 1 directory with 8 updates#257
Merged
chore(deps): bump the non-arrow group across 1 directory with 8 updates#257
Conversation
Bumps the non-arrow group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.60` | `4.6.0` | | [duckdb](https://github.com/gadomski/duckdb-rs) | ``6e74ebc`` | ``3fb8714`` | | [geojson](https://github.com/georust/geojson) | `0.24.2` | `1.0.0` | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.75` | `0.10.76` | | [rustac](https://github.com/stac-utils/rustac) | ``b25bce2`` | ``8b078d1`` | Updates `clap` from 4.5.60 to 4.6.0 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.60...clap_complete-v4.6.0) Updates `duckdb` from `6e74ebc` to `3fb8714` - [Commits](gadomski/duckdb-rs@6e74ebc...3fb8714) 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 `openssl` from 0.10.75 to 0.10.76 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.75...openssl-v0.10.76) Updates `rustac` from `b25bce2` to `8b078d1` - [Release notes](https://github.com/stac-utils/rustac/releases) - [Commits](stac-utils/rustac@b25bce2...8b078d1) Updates `stac` from `b25bce2` to `8b078d1` - [Release notes](https://github.com/stac-utils/rustac/releases) - [Commits](stac-utils/rustac@b25bce2...8b078d1) Updates `stac-duckdb` from `b25bce2` to `8b078d1` - [Release notes](https://github.com/stac-utils/rustac/releases) - [Commits](stac-utils/rustac@b25bce2...8b078d1) Updates `stac-io` from `b25bce2` to `8b078d1` - [Release notes](https://github.com/stac-utils/rustac/releases) - [Commits](stac-utils/rustac@b25bce2...8b078d1) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-arrow - dependency-name: duckdb dependency-version: 3fb8714657f5aa0a841ab97068c9109d98316bed dependency-type: direct:production dependency-group: non-arrow - dependency-name: geojson dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: non-arrow - dependency-name: openssl dependency-version: 0.10.76 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-arrow - dependency-name: rustac dependency-version: 8b078d187186f79c9bd1d772a6cb162638f9dc9a dependency-type: direct:production dependency-group: non-arrow - dependency-name: stac dependency-version: 8b078d187186f79c9bd1d772a6cb162638f9dc9a dependency-type: direct:production dependency-group: non-arrow - dependency-name: stac-duckdb dependency-version: 8b078d187186f79c9bd1d772a6cb162638f9dc9a dependency-type: direct:production dependency-group: non-arrow - dependency-name: stac-io dependency-version: 8b078d187186f79c9bd1d772a6cb162638f9dc9a dependency-type: direct:production dependency-group: non-arrow ... Signed-off-by: dependabot[bot] <support@github.com>
ef2f9ed to
3eb59c9
Compare
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 non-arrow group with 5 updates in the / directory:
4.5.604.6.06e74ebc3fb87140.24.21.0.00.10.750.10.76b25bce28b078d1Updates
clapfrom 4.5.60 to 4.6.0Changelog
Sourced from clap's changelog.
Commits
9ab6deechore: Release374a30ddocs: Update changelogd0c8aabMerge pull request #6306 from epage/update686ce2fchore: Upgrade compatible8203238Merge pull request #6305 from epage/msrvc774a89docs: Reduce main's in doctests73534f6chore: Upgrade to 2025 editiondfe05a9chore: Bump MSRV to 1.858b41d0bchore: Release518220fdocs: Update changelogUpdates
duckdbfrom6e74ebcto3fb8714Commits
3fb8714deps: bump arrow to v58a0623e6incorporate feedback47fac95add support for collecting profiling metricsfa398beUpdate deps for development (#706)9d752a1Update deps for development7a0f039Clarify MSRV policy under new versioning (#705)04797d2Fix typos209db0aClarify MSRV policy under new versioning3e36138duckdb_entrypoint_c_api: suppress missing_safety_doc lint (#704)a919b53duckdb_entrypoint_c_api: suppress missing_safety_docUpdates
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
opensslfrom 0.10.75 to 0.10.76Release notes
Sourced from openssl's releases.
Commits
6b94124Release openssl v0.10.76 and openssl-sys v0.9.112 (#2582)30c3f2dBump aws-lc-sys to 0.38 (#2581)efc55bfSupport pregenerated Rust bindings from AWS-LC installations (#2578)80cd420Constify from_raw (#2580)e64c352Pin quote to 1.0.44 for min-version CI (#2579)c38b028Fix use-after-free of error strings on BoringSSL/aws-lc (#2572)9cd9a14fix min-version CI (#2573)87bf0e2Merge pull request #2567 from butteronarchbtw/brainpool-nid-constants61906a9add libressl variantse922826add corresponding rust constantsUpdates
rustacfromb25bce2to8b078d1Commits
8b078d1chore(deps-dev): bump deepdiff from 8.6.1 to 8.6.2 (#995)6442b7echore(deps): update geojson requirement from 0.24.1 to 1.0.0 (#993)a7b0480chore(deps): bump actions/create-github-app-token from 2 to 3 (#991)67edff0chore(deps): bump j178/prek-action from 1 to 2 (#992)2b86ddfchore(deps): bump cairosvg from 2.8.2 to 2.9.0 (#990)5a66a2cchore(deps): bump pillow from 11.3.0 to 12.1.1 (#989)6c0b318chore(deps): bump orjson from 3.11.4 to 3.11.6 (#988)b2baa5fchore(deps): bump tar from 7.5.10 to 7.5.11 in /crates/wasm (#987)Updates
stacfromb25bce2to8b078d1Commits
8b078d1chore(deps-dev): bump deepdiff from 8.6.1 to 8.6.2 (#995)6442b7echore(deps): update geojson requirement from 0.24.1 to 1.0.0 (#993)a7b0480chore(deps): bump actions/create-github-app-token from 2 to 3 (#991)67edff0chore(deps): bump j178/prek-action from 1 to 2 (#992)2b86ddfchore(deps): bump cairosvg from 2.8.2 to 2.9.0 (#990)5a66a2cchore(deps): bump pillow from 11.3.0 to 12.1.1 (#989)6c0b318chore(deps): bump orjson from 3.11.4 to 3.11.6 (#988)b2baa5fchore(deps): bump tar from 7.5.10 to 7.5.11 in /crates/wasm (#987)Updates
stac-duckdbfromb25bce2to8b078d1Commits
8b078d1chore(deps-dev): bump deepdiff from 8.6.1 to 8.6.2 (#995)6442b7echore(deps): update geojson requirement from 0.24.1 to 1.0.0 (#993)a7b0480chore(deps): bump actions/create-github-app-token from 2 to 3 (#991)67edff0chore(deps): bump j178/prek-action from 1 to 2 (#992)2b86ddfchore(deps): bump cairosvg from 2.8.2 to 2.9.0 (#990)5a66a2cchore(deps): bump pillow from 11.3.0 to 12.1.1 (#989)6c0b318chore(deps): bump orjson from 3.11.4 to 3.11.6 (#988)b2baa5fchore(deps): bump tar from 7.5.10 to 7.5.11 in /crates/wasm (#987)Updates
stac-iofromb25bce2to8b078d1Commits
8b078d1chore(deps-dev): bump deepdiff from 8.6.1 to 8.6.2 (#995)6442b7echore(deps): update geojson requirement from 0.24.1 to 1.0.0 (#993)a7b0480chore(deps): bump actions/create-github-app-token from 2 to 3 (#991)67edff0chore(deps): bump j178/prek-action from 1 to 2 (#992)2b86ddfchore(deps): bump cairosvg from 2.8.2 to 2.9.0 (#990)5a66a2cchore(deps): bump pillow from 11.3.0 to 12.1.1 (#989)6c0b318chore(deps): bump orjson from 3.11.4 to 3.11.6 (#988)b2baa5fchore(deps): bump tar from 7.5.10 to 7.5.11 in /crates/wasm (#987)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