Skip to content

build(deps): bump the cargo-dependencies group across 5 directories with 14 updates#187

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/cargo-dependencies-d767561869
Open

build(deps): bump the cargo-dependencies group across 5 directories with 14 updates#187
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/cargo-dependencies-d767561869

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo-dependencies group with 7 updates in the / directory:

Package From To
geo 0.26.0 0.29.3
geo-types 0.7.15 0.7.19
nmea-parser 0.10.0 0.11.0
sysinfo 0.29.11 0.33.1
futures 0.3.31 0.3.32
wasm-opt 0.112.0 0.116.1
wasm-pack 0.13.1 0.15.0

Bumps the cargo-dependencies group with 3 updates in the /aisdb_lib directory: geo, nmea-parser and rusqlite.
Bumps the cargo-dependencies group with 6 updates in the /client_webassembly directory:

Package From To
geo 0.26.0 0.33.1
geojson 0.24.1 1.0.0
serde-wasm-bindgen 0.5.0 0.6.5
serde_json 1.0.107 1.0.150
wasm-bindgen 0.2.100 0.2.126
web-sys 0.3.64 0.3.103

Bumps the cargo-dependencies group with 1 update in the /database_server directory: geo.
Bumps the cargo-dependencies group with 1 update in the /receiver directory: nmea-parser.

Updates geo from 0.26.0 to 0.29.3

Commits

Updates geo-types from 0.7.15 to 0.7.19

Commits

Updates nmea-parser from 0.10.0 to 0.11.0

Changelog

Sourced from nmea-parser's changelog.

[0.11.0] - 2024-06-13

Added

  • Added logic to avoid problems with proprietary sentence types
  • Added serialization for GNSS structures
  • Added error handling for parse_sentence

Changed

  • Fixed panic on messages with characters prefixing the start delimiter (PR #37)
Commits
  • 865e7e5 Changes for release 0.11.0
  • 76b98df Fixed merge conflict in change log
  • 0b5fba6 Changelog change
  • 63ac295 Merge pull request #42 from ENQT-GmbH/master
  • 0c99e4b Little refactoring
  • 3efbbec Implement error handling for parse_sentence
  • 0d1c277 Uncommented a failing test for proprietary sentences
  • d6d4894 Merge pull request #38 from brandonros/serialize
  • 7e5fa61 Merge pull request #39 from martinfrances107/clippy
  • 08e6e56 Merge branch 'master' into clippy
  • Additional commits viewable in compare view

Updates sysinfo from 0.29.11 to 0.33.1

Changelog

Sourced from sysinfo's changelog.

0.33.1

  • Linux: Fix components retrieval.
  • Linux: Filter out more virtual file systems for Disk API.
  • Linux/Android: Improve System::long_os_version().
  • Apple: Add missing CPU brands for iPhone and iPads.
  • macOS: Improve system name retrieval in System::long_os_version().
  • Linux/macOS: Avoid trailing whitespace and consecutive whitespace in System::long_os_version().
  • Windows: Fix User::groups.
  • Improve documentation for System::name, System::kernel_version, System::os_version, System::long_os_version and System::distribution_id.

0.33.0

  • Linux: Add more ARM vendor IDs.
  • Linux: Improve CPU computation when refreshing a single process CPU usage.
  • Windows: Fix CPU frequency not being refreshed.
  • Windows: Improved components retrieval.
  • Windows: Fix inconsistent boot_time information.
  • Windows: Fix User::groups.
  • macOS: Fix network data information being limited to 32 bits.
  • macOS: Add newer macOS version for System::long_os_version.
  • unix: Add support for network sub-interfaces.
  • Use std::env::consts::ARCH as fallback for System::cpu_arch.
  • Add disk I/O support provided through Disk::usage.
  • Add NetworkData::mtu.
  • Add DiskRefreshKind to have finer-grained disks refreshes.
  • Component::temperature and Component::max now returns Option<f32>.
  • Users::refresh_list, Groups::refresh_list, Components::refresh_list, Networks::refresh_list and Disks::refresh_list methods were renamed refresh.
  • *RefreshKind::new methods were renamed nothing.
  • Improve documentation for DiskUsage::read_bytes.
  • Improve documentation for Process::kill.

0.32.1

  • Fix compilation error due to libc update.

0.32.0

  • Add new Disk::is_read_only API.
  • Add new remove_dead_processes argument to System::refresh_processes and System::refresh_processes_specifics.
  • macOS: Fix memory leak in disk refresh.

0.31.4

  • macOS: Force memory cleanup in disk list retrieval.

0.31.3

  • Raspberry Pi: Fix temperature retrieval.

... (truncated)

Commits
  • 1831f89 Merge pull request #1440 from GuillaumeGomez/update
  • 04a9c3a Fix clippy lint
  • 3eb4b94 Update crate version to 0.33.1
  • 3834f32 Update CHANGELOG for 0.33.1
  • 8a1def4 Fix wrong logic when checking that the DirEntry is a file
  • 705d862 filter out few virtual filesystems on linux
  • 22206e6 Improve documentation for Process:kill* and Process::wait methods
  • bbbdb23 Add iPhone 15 (#1429)
  • 4fa2db5 Add some missing CPU brands for iPhone and iPad
  • 1c90820 Prefix distro version with "unknown" if distro name is not known
  • Additional commits viewable in compare view

Updates futures from 0.3.31 to 0.3.32

Release notes

Sourced from futures's releases.

0.3.32

  • Bump MSRV of utility crates to 1.71. (#2989)
  • Soft-deprecate ready! macro in favor of std::task::ready! added in Rust 1.64 (#2925)
  • Soft-deprecate pin_mut! macro in favor of std::pin::pin! added in Rust 1.68 (#2929)
  • Add FuturesOrdered::clear (#2927)
  • Add mpsc::*Receiver::recv (#2947)
  • Add mpsc::*Receiver::try_recv and deprecate mpsc::*Receiver::::try_next (#2944)
  • Implement FusedStream for sink::With (#2948)
  • Add no_std support for shared (#2868)
  • Make Mutex::new() const (#2956)
  • Add #[clippy::has_significant_drop] to guards (#2967)
  • Remove dependency to pin-utils (#2929)
  • Remove dependency on num_cpus (#2946)
  • Performance improvements (#2983)
  • Documentation improvements (#2925, #2926, #2940, #2971)
Changelog

Sourced from futures's changelog.

0.3.32 - 2026-02-15

  • Bump MSRV of utility crates to 1.71. (#2989)
  • Soft-deprecate ready! macro in favor of std::task::ready! added in Rust 1.64 (#2925)
  • Soft-deprecate pin_mut! macro in favor of std::pin::pin! added in Rust 1.68 (#2929)
  • Add FuturesOrdered::clear (#2927)
  • Add mpsc::*Receiver::recv (#2947)
  • Add mpsc::*Receiver::try_recv and deprecate mpsc::*Receiver::::try_next (#2944)
  • Implement FusedStream for sink::With (#2948)
  • Add no_std support for shared (#2868)
  • Make Mutex::new() const (#2956)
  • Add #[clippy::has_significant_drop] to guards (#2967)
  • Remove dependency to pin-utils (#2929)
  • Remove dependency on num_cpus (#2946)
  • Performance improvements (#2983)
  • Documentation improvements (#2925, #2926, #2940, #2971)
Commits
  • d9bba94 Release 0.3.32
  • 151e0b9 Add comments on rust-version field in Cargo.toml
  • 4aaf00c Bump MSRV of utility crates to 1.71
  • a4cce12 perf: improve AtomicWaker::wake performance (#2983)
  • ba9d102 Add #[clippy::has_significant_drop] to guards (#2967)
  • 20396a8 Fix rustdoc::broken_intra_doc_links warning
  • 815f6eb Fix documentation of BiLock::lock (#2971)
  • 0f0db04 futures-util: make Mutex::new() const (#2956)
  • 5d6fc5e ci: Test big-endian target (s390x Linux)
  • 9f739fe Ignore dead_code lint on Fn1 trait
  • Additional commits viewable in compare view

Updates wasm-opt from 0.112.0 to 0.116.1

Changelog

Sourced from wasm-opt's changelog.

0.116.1

0.116.0

0.114.2

  • Added the "dwarf" cargo feature, disabled by default.

  • Fixed link-time regression in 0.114.1

    0.114.1 added missing DWARF passes. Unfortunately these passes, taken from LLVM code, cause duplicate symbol linker errors when linked into a program that links to LLVM. For now we have put the compilation of these passes under the "dwarf" flag and made them non-default. In a future release "dwarf" will be a default feature. Version 0.114.1 has been yanked.

0.114.1

0.114.0

  • Upgraded to Binaryen 114.

0.113.0

  • Upgraded to Binaryen 113.
Commits

Updates wasm-pack from 0.13.1 to 0.15.0

Release notes

Sourced from wasm-pack's releases.

🌷 v0.15.0

  • ✨ Features

    • Add wasm64-unknown-unknown target support - audreyt, pull/1553

      Parameterizes the target triple in cargo_build_wasm() and cargo_build_wasm_tests(), extracts --target from extra options, adds --enable-memory64 to wasm-opt args for wasm64 targets, and dynamically constructs the CARGO_TARGET_*_RUNNER env var from the target triple.

    • Add --panic-unwind flag to build and test commands - guybedford, pull/1572

    • Move wasm-pack-template into the repo - guybedford, pull/1573

      Vendors the project template directly into this repository so wasm-pack new no longer depends on a separate external template repo.

  • 🤕 Fixes

    • Replace deprecated binary-install and add release auto-publish - guybedford, pull/1579

      The 0.14.0 npm package shipped with the old drager/wasm-pack release URL and was never republished after the repository moved, so npm install -g wasm-pack failed with a 404. This inlines the install/run logic into npm/binary.js, drops the deprecated binary-install dependency (which pulled in unmaintained rimraf@3, glob@7, inflight, and tar@6), promotes tar to a real dependency, and adds release workflow automation so the npm package no longer requires a manual npm publish.

    • Make init.sh POSIX-compatible and stop mangling $VERSION - guybedford, pull/1578

    • Add trailing newline in package.json - joaofreires, pull/1162

    • Fix dragerwasm-bindgen in URLs - akesling, pull/1571

  • 🛠️ Maintenance

    • Bump follow-redirects from 1.15.11 to 1.16.0 in /npm - [dependabot], pull/1565

    • Bump rustls-webpki from 0.103.9 to 0.103.13 - [dependabot], [pull/1570]

... (truncated)

Changelog

Sourced from wasm-pack's changelog.

🌷 0.15.0

  • ✨ Features

    • Add wasm64-unknown-unknown target support - audreyt, pull/1553

      Parameterizes the target triple in cargo_build_wasm() and cargo_build_wasm_tests(), extracts --target from extra options, adds --enable-memory64 to wasm-opt args for wasm64 targets, and dynamically constructs the CARGO_TARGET_*_RUNNER env var from the target triple.

    • Add --panic-unwind flag to build and test commands - guybedford, pull/1572

    • Move wasm-pack-template into the repo - guybedford, pull/1573

      Vendors the project template directly into this repository so wasm-pack new no longer depends on a separate external template repo.

  • 🤕 Fixes

    • Replace deprecated binary-install and add release auto-publish - guybedford, pull/1579

      The 0.14.0 npm package shipped with the old drager/wasm-pack release URL and was never republished after the repository moved, so npm install -g wasm-pack failed with a 404. This inlines the install/run logic into npm/binary.js, drops the deprecated binary-install dependency (which pulled in unmaintained rimraf@3, glob@7, inflight, and tar@6), promotes tar to a real dependency, and adds release workflow automation so the npm package no longer requires a manual npm publish.

    • Make init.sh POSIX-compatible and stop mangling $VERSION - guybedford, pull/1578

    • Add trailing newline in package.json - joaofreires, pull/1162

    • Fix dragerwasm-bindgen in URLs - akesling, pull/1571

  • 🛠️ Maintenance

    • Bump follow-redirects from 1.15.11 to 1.16.0 in /npm - [dependabot], pull/1565

... (truncated)

Commits
  • 8320269 0.15.0
  • a7cae9d fix(npm): replace deprecated binary-install and add release auto-publish (#1579)
  • a127ae2 fix(installer): make init.sh POSIX-compatible and stop mangling $VERSION (#1578)
  • 1e6c1de feat: add --panic-unwind flag to build and test commands (#1572)
  • 88de54d add EOL in package.json (#1162)
  • 3e09cc7 feat: update doc and reference to github repo (#1567)
  • 862bb29 chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 in /npm (#1565)
  • 61f4032 chore(deps): bump rustls-webpki from 0.103.9 to 0.103.13 (#1570)
  • ba62a51 chore(deps): bump brace-expansion from 1.1.12 to 1.1.14 in /npm (#1574)
  • 0d11680 Move wasm-pack template into repo (#1573)
  • Additional commits viewable in compare view

Updates geo from 0.26.0 to 0.33.1

Commits

Updates nmea-parser from 0.10.0 to 0.11.0

Changelog

Sourced from nmea-parser's changelog.

[0.11.0] - 2024-06-13

Added

  • Added logic to avoid problems with proprietary sentence types
  • Added serialization for GNSS structures
  • Added error handling for parse_sentence

Changed

  • Fixed panic on messages with characters prefixing the start delimiter (PR #37)
Commits
  • 865e7e5 Changes for release 0.11.0
  • 76b98df Fixed merge conflict in change log
  • 0b5fba6 Changelog change
  • 63ac295 Merge pull request #42 from ENQT-GmbH/master
  • 0c99e4b Little refactoring
  • 3efbbec Implement error handling for parse_sentence
  • 0d1c277 Uncommented a failing test for proprietary sentences
  • d6d4894 Merge pull request #38 from brandonros/serialize
  • 7e5fa61 Merge pull request #39 from martinfrances107/clippy
  • 08e6e56 Merge branch 'master' into clippy
  • Additional commits viewable in compare view

Updates rusqlite from 0.29.0 to 0.40.1

Release notes

Sourced from rusqlite's releases.

0.40.1

What's Changed

  • Fix clippy warnings #1852
  • Bump bundled SQLite version to 3.53.2 #1853
  • Bump hashlink version #1855
  • Fix SQL injection when SAVEPOINT name is tainted #1854

Full Changelog: rusqlite/rusqlite@v0.40.0...v0.40.1

0.40.0

What's Changed

  • Breaking changes: Replace VTab macros by constructors #1823
  • Breaking changes: Fix VTab::best_index #1824
  • Asserts on VTab::connect aux and args #1825
  • Breaking changes: Fix VTab::connect / create #1826
  • Breaking changes: Allow opting out of using sqlite-wasm-rs on wasm32-unknown-unknown #1828, #1829
  • Derive Default for SeriesTabCursor/ArrayTabCursor #1830
  • Update link to pre-update hook #1831
  • Breaking changes: Fix VTab::connect #1832
  • impl From for FromSqlError #1833
  • Breaking changes: Fix vtab::dequote #1835
  • Bump bundled SQLCipher to version 4.14.0 #1837
  • sqlite3_set_errmsg #1752
  • Bump sqlite3-parser version #1838
  • Fix UB in ToSqlOutput::from_rc #1839
  • Ensure miri doesn't complain #1840
  • Bump to actions/checkout@v6 #1842
  • Add support to UtcDateTime #1843, #1844
  • Bump bundled SQLite version to 3.53.1 #1848
  • Replace some cfg(not by cfg_select #1850

Full Changelog: rusqlite/rusqlite@v0.39.0...v0.40.0

0.39.0

What's Changed

  • Fix constraints on VTab Aux data #1778, #1771
  • Fix docs.rs generation #1779
  • Fix a small typo in rollback_hook docstring #1780
  • Fix some warnings from Intellij #1781
  • Minimal doc for features #1783
  • Clear hooks only for owning connections #1785, #1784
  • Fix link to SQLite C Interface, Prepare Flags #1787
  • Comment functions which are not usable from a loadable extension #1789
  • Factorize code #1792
  • Update getrandom to 0.4 #1798
  • Update Cargo.toml #1800
  • Fix appveyor #1807
  • Add support to unix timestamp for chrono, jiff and time #1808, #1803
  • fix(trace): check that the sql string pointer is not NULL #1805
  • Bump bundled SQLite version to 3.51.3 #1818

... (truncated)

Commits

Updates geo from 0.26.0 to 0.33.1

Commits

Updates geo-types from 0.7.11 to 0.7.19

Commits

Updates geojson from 0.24.1 to 1.0.0

Changelog

Sourced from geojson's changelog.

v1.0.0 - 2025-03-16

  • BREAKING: Position is now a struct, rather than a type alias for Vec. The new struct uses the tinyvec crate, which allows for faster GeoJSON processing in the common (2-D) case by avoiding per-coordinate heap allocations.
    // BEFORE: Position *was* a Vec. A Vec is always allocated on the heap, which is slow.
    let position: Position = vec![1.0, 2.0];
    let x = position[0];
    // AFTER: Position is its own type, buildable from a Vec.
    let position: Position = vec![1.0, 2.0].into();
    // index access is unchanged
    let x = position[0];
    // Alternatively, you can now construct from an Array, avoiding the Vec's heap allocation.
    let position: Position = [1.0, 2.0].into();
    // equivalently:
    let position = Position::from([1.0, 2.0]);
    // You can still build 3D+ Positions. These higher dimension coordinates will use Heap storage.
    let position = Position::from([1.0, 2.0, 3.0]);
    let position = Position::from(vec![1.0, 2.0, 3.0, 4.0, 5.0, 6.0]);

  • Substantially speed up parsing (Benches show 30% reduction). This was essentially a rewrite of our deserialization logic. Instead of going from input -> serde_json::JsonObject -> geojson types we now go directly from input -> geojson types.
  • Deserialization errors now include line number and column position. Before:

    Encountered neither number type nor string type for 'id' field on 'feature' object: {} After: Error while deserializing GeoJSON: Feature 'id' must be a string or a number at line 3 column 11

  • BREAKING: geojson::Error has had many cases removed and some new cases added, reflecting the deserialization rewrite.
  • BREAKING: TryInto/From implementations for serde_json::Value and serde_json::Object have been removed now that they are not used for deserialization.
  • type is now the first field when serializing GeoJSON objects.
  • Since feature.id is optional, we now accept "id: null", whereas previously you were required to omit the id key. Now either is acceptable.
  • Fix: Return [] instead of [[]] for POLYGON EMPTY.
  • Potentially breaking: De/Serializing your custom structs with serde now maps your struct's id field to Feature.id, rather than to Feature.properties.id.
  • Fix geo_rect_conversion_test to conform to the correctly-wound Polygon output from geo_types::geometry::Rect.to_polygon

... (truncated)

Commits
  • f6eafed prepare for 1.0.0 release
  • 8c12816 prepare for 0.25.0 release
  • c64043f simpler docs
  • fa96c26 update to rust 2024 (#273)
  • 3c362b4 Additional ergonomic constructors (for Geometry and FeatureCollection) (#271)
  • f5fffd0 Remove methods related to json to/from now that we ser/de directly (#270)
  • de445d9 Speed up parsing by deserializing directly to geojson (without intermediate s...
  • a7870db Move code around - no new functionality (#268)
  • 37ea3c9 Merge branch 'mkirk/derive-serialization-3'
  • 67c07a1 derive Serialization rather than manual impls
  • Additional commits viewable in compare view

Updates serde-wasm-bindgen from 0.5.0 to 0.6.5

Commits

Updates serde_json from 1.0.107 to 1.0.150

Release notes

Sourced from serde_json's releases.

v1.0.150

v1.0.149

  • Align arbitrary_precision number strings with zmij's formatting (#1306, thanks @​b41sh)

v1.0.148

  • Update zmij dependency to 1.0

v1.0.147

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#1304)

v1.0.146

v1.0.145

  • Raise serde version requirement to >=1.0.220

v1.0.144

  • Switch serde dependency to serde_core (#1285)

v1.0.143

v1.0.142

v1.0.141

v1.0.140

  • Documentation improvements

v1.0.139

  • Documentation improvements

v1.0.138

  • Documentation improvements

v1.0.137

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#1231)

v1.0.136

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#1230, thanks @​goffrie)

v1.0.135

... (truncated)

Commits
  • a1ae73a Release 1.0.150
  • 1a360b0 Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys
  • 2037b63 Reject non-string enum object keys
  • 5d30df6 Resolve manual_assert_eq pedantic clippy lint
  • dc8003a Raise required compiler for preserve_order feature to 1.85
  • a42fa98 Unpin CI miri toolchain
  • 684a60e Pin CI miri to nightly-2026-02-11
  • 7c7da33 Raise required compiler to Rust 1.71
  • acf4850 Simplify Number::is_f64
  • 6b8ceab Resolve unnecessary_map_or clippy lint
  • Additional commits viewable in compare view

Updates serde from 1.0.188 to 1.0.228

Release notes

Sourced from serde's releases.

v1.0.228

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#2995)

v1.0.227

  • Documentation improvements (#2991)

v1.0.226

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @​Mingun)

v1.0.225

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks @​rcrisanti)

v1.0.224

  • Remove private types being suggested in rustc diagnostics (#2979)

v1.0.223

  • Fix serde_core documentation links (#2978)

v1.0.222

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#2950, thanks @​aytey)

v1.0.221

…ith 14 updates

Bumps the cargo-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [geo](https://github.com/georust/geo) | `0.26.0` | `0.29.3` |
| [geo-types](https://github.com/georust/geo) | `0.7.15` | `0.7.19` |
| [nmea-parser](https://github.com/zaari/nmea-parser) | `0.10.0` | `0.11.0` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.29.11` | `0.33.1` |
| [futures](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` |
| [wasm-opt](https://github.com/brson/wasm-opt-rs) | `0.112.0` | `0.116.1` |
| [wasm-pack](https://github.com/wasm-bindgen/wasm-pack) | `0.13.1` | `0.15.0` |

Bumps the cargo-dependencies group with 3 updates in the /aisdb_lib directory: [geo](https://github.com/georust/geo), [nmea-parser](https://github.com/zaari/nmea-parser) and [rusqlite](https://github.com/rusqlite/rusqlite).
Bumps the cargo-dependencies group with 6 updates in the /client_webassembly directory:

| Package | From | To |
| --- | --- | --- |
| [geo](https://github.com/georust/geo) | `0.26.0` | `0.33.1` |
| [geojson](https://github.com/georust/geojson) | `0.24.1` | `1.0.0` |
| [serde-wasm-bindgen](https://github.com/RReverser/serde-wasm-bindgen) | `0.5.0` | `0.6.5` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.107` | `1.0.150` |
| [wasm-bindgen](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.100` | `0.2.126` |
| [web-sys](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.64` | `0.3.103` |

Bumps the cargo-dependencies group with 1 update in the /database_server directory: [geo](https://github.com/georust/geo).
Bumps the cargo-dependencies group with 1 update in the /receiver directory: [nmea-parser](https://github.com/zaari/nmea-parser).


Updates `geo` from 0.26.0 to 0.29.3
- [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md)
- [Commits](georust/geo@geo-0.26.0...geo-0.29.3)

Updates `geo-types` from 0.7.15 to 0.7.19
- [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md)
- [Commits](georust/geo@geo-types-0.7.15...geo-types-0.7.19)

Updates `nmea-parser` from 0.10.0 to 0.11.0
- [Changelog](https://github.com/zaari/nmea-parser/blob/master/CHANGELOG.md)
- [Commits](zaari/nmea-parser@v0.10.0...v0.11.0)

Updates `sysinfo` from 0.29.11 to 0.33.1
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.29.11...v0.33.1)

Updates `futures` from 0.3.31 to 0.3.32
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.31...0.3.32)

Updates `wasm-opt` from 0.112.0 to 0.116.1
- [Changelog](https://github.com/brson/wasm-opt-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brson/wasm-opt-rs/commits/v0.116.1)

Updates `wasm-pack` from 0.13.1 to 0.15.0
- [Release notes](https://github.com/wasm-bindgen/wasm-pack/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-pack/blob/master/CHANGELOG.md)
- [Commits](wasm-bindgen/wasm-pack@v0.13.1...v0.15.0)

Updates `geo` from 0.26.0 to 0.33.1
- [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md)
- [Commits](georust/geo@geo-0.26.0...geo-0.29.3)

Updates `nmea-parser` from 0.10.0 to 0.11.0
- [Changelog](https://github.com/zaari/nmea-parser/blob/master/CHANGELOG.md)
- [Commits](zaari/nmea-parser@v0.10.0...v0.11.0)

Updates `rusqlite` from 0.29.0 to 0.40.1
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.29.0...v0.40.1)

Updates `geo` from 0.26.0 to 0.33.1
- [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md)
- [Commits](georust/geo@geo-0.26.0...geo-0.29.3)

Updates `geo-types` from 0.7.11 to 0.7.19
- [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md)
- [Commits](georust/geo@geo-types-0.7.15...geo-types-0.7.19)

Updates `geojson` from 0.24.1 to 1.0.0
- [Changelog](https://github.com/georust/geojson/blob/main/CHANGES.md)
- [Commits](georust/geojson@0.24.1...v1.0.0)

Updates `serde-wasm-bindgen` from 0.5.0 to 0.6.5
- [Commits](RReverser/serde-wasm-bindgen@v0.5.0...v0.6.5)

Updates `serde_json` from 1.0.107 to 1.0.150
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.107...v1.0.150)

Updates `serde` from 1.0.188 to 1.0.228
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.188...v1.0.228)

Updates `wasm-bindgen` from 0.2.100 to 0.2.126
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](wasm-bindgen/wasm-bindgen@0.2.100...0.2.126)

Updates `web-sys` from 0.3.64 to 0.3.103
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits)

Updates `geo` from 0.26.0 to 0.33.1
- [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md)
- [Commits](georust/geo@geo-0.26.0...geo-0.29.3)

Updates `nmea-parser` from 0.10.0 to 0.11.0
- [Changelog](https://github.com/zaari/nmea-parser/blob/master/CHANGELOG.md)
- [Commits](zaari/nmea-parser@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: geo
  dependency-version: 0.29.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: geo-types
  dependency-version: 0.7.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: nmea-parser
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: sysinfo
  dependency-version: 0.33.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: futures
  dependency-version: 0.3.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: wasm-opt
  dependency-version: 0.116.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: wasm-pack
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: geo
  dependency-version: 0.33.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: nmea-parser
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: rusqlite
  dependency-version: 0.40.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: geo
  dependency-version: 0.33.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: geo-types
  dependency-version: 0.7.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: geojson
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: serde-wasm-bindgen
  dependency-version: 0.6.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.150
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde
  dependency-version: 1.0.228
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: wasm-bindgen
  dependency-version: 0.2.126
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: web-sys
  dependency-version: 0.3.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: geo
  dependency-version: 0.33.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: nmea-parser
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 8, 2026
@dependabot dependabot Bot requested a review from gabrielspadon as a code owner July 8, 2026 02:17
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants