chore(deps): bump the rust-dependencies group across 1 directory with 8 updates#93
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the rust-dependencies group across 1 directory with 8 updates#93dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… 8 updates Bumps the rust-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flatgeobuf](https://github.com/flatgeobuf/flatgeobuf) | `5.0.0` | `6.0.1` | | [geo](https://github.com/georust/geo) | `0.31.0` | `0.32.0` | | [geohash](https://github.com/georust/geohash.rs) | `0.13.1` | `0.13.2` | | [geojson](https://github.com/georust/geojson) | `0.24.2` | `1.0.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.150` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.17` | | [wkb](https://github.com/georust/wkb) | `0.9.1` | `0.9.2` | Updates `flatgeobuf` from 5.0.0 to 6.0.1 - [Commits](flatgeobuf/flatgeobuf@rust-5.0.0...rust-6.0.1) Updates `geo` from 0.31.0 to 0.32.0 - [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md) - [Commits](georust/geo@geo-0.31.0...geo-0.32.0) Updates `geohash` from 0.13.1 to 0.13.2 - [Release notes](https://github.com/georust/geohash.rs/releases) - [Commits](georust/geohash@v0.13.1...v0.13.2) 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 `serde_json` from 1.0.145 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.150) Updates `tempfile` from 3.23.0 to 3.27.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.23.0...v3.27.0) Updates `thiserror` from 1.0.69 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.17) Updates `wkb` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/georust/wkb/releases) - [Changelog](https://github.com/georust/wkb/blob/main/CHANGELOG.md) - [Commits](georust/wkb@v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: flatgeobuf dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: geo dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: geohash dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: geojson dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: wkb dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-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 rust-dependencies group with 7 updates in the / directory:
5.0.06.0.10.31.00.32.00.13.10.13.20.24.21.0.01.0.1451.0.1501.0.692.0.170.9.10.9.2Updates
flatgeobuffrom 5.0.0 to 6.0.1Commits
080544c[rust] Bump to 6.0.190f420b[rust] Upgrade deps6a9b08f[rust] Bump to 6.0.0 and document653c627[rust] Upgrade deps3cddc75public readMetadata method (#478)15f137c[ts] new method readMetadata() (#471)e498e97[rust] Add more doc comments (#477)c24971f[rust] bump geozero (#475)4f1a025[ts] Use size prefix access at all times and ensure header is aligned (#474)c13c693[ts] Replace LWS with sirv for testing (#473)Updates
geofrom 0.31.0 to 0.32.0Commits
240f203prepare for geo-0.32.0 release2841bc3improve de-9im docs (#1460)01ebfd4Harmonise lib.rs and README bullet list (#1462)1d4d2b5polygon scaling bench (#1457)29344c7Add remaining JTS convex hull tests (#1459)d6a376bMerge pull request #1433 from cookiedan42/covers-base760d908Implement basic trait of Covers and straightfoward derived implementations5efc762Merge branch 'release/geo-types-0.7.18'87b70ccMerge pull request #1454 from cookiedan42/bugfix/linestring-contains-linestringfb649bbHandle an edge case in linestring contains linestringUpdates
geohashfrom 0.13.1 to 0.13.2Commits
3ebc8aachore: bump version 0.13.2 (#61)35569aeci: update ci branch (#60)5071969ci: improve ci to cover no_std (#59)bb35ea7Addno_stdsupport (#58)d983f12Fix typo in direction enum comment for East (#57)7c538a2fix: typos insrc/core.rscomments (#56)5211415test: include an edge case (#55)9f141fbFix error in the comment (#51)Updates
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
serde_jsonfrom 1.0.145 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
tempfilefrom 3.23.0 to 3.27.0Changelog
Sourced from tempfile's changelog.
Commits
5c8fa12chore: release 3.27.0e34e574test: disable uds conflict test on redox772c795test: add CWD guards2632fb9fix: resolve relative paths when constructingTempPath929a112chore: release 3.26.029d6ac5Add Redox OS CI (#394)375067fdoc(README): document supported platformsd353717feat(redox): implement persist() (#393)64114d7Fix typos in documentation (#392)9a38b8dchore: release 3.25.0Updates
thiserrorfrom 1.0.69 to 2.0.17Release notes
Sourced from thiserror's releases.
... (truncated)
Commits
72ae716Release 2.0.17599fdceMerge pull request #434 from dtolnay/private9ec05f6Use differently named __private module per patch released2c492bRaise minimum tested compiler to rust 1.76fc3ab95Opt in to generate-macro-expansion when building on docs.rs819fe29Update ui test suite to nightly-2025-09-12259f48cEnforce trybuild >= 1.0.108470e6a6Update ui test suite to nightly-2025-08-24544e191Update actions/checkout@v4 -> v5cbc1ebaDelete duplicate cap-lints flag from build scriptUpdates
wkbfrom 0.9.1 to 0.9.2Release notes
Sourced from wkb's releases.
Changelog
Sourced from wkb's changelog.
Commits
2014885chore: Prepare 0.9.2 (#90)f612014chore: Set up crates.io trusted publishing (#89)3158e62fix: MakingWkb::buf()return slices containing only the WKB and trim the t...130eb0cExpose APIs for accessing the underlying WKB buffer to implement various func...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