Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/cargo-dependencies-96a8efeca7
Closed

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 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 2 updates in the /database_server directory: geo and tungstenite.
Bumps the cargo-dependencies group with 2 updates in the /receiver directory: nmea-parser and tungstenite.

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.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 geo-types from 0.7.15 to 0.7.19

Commits

Updates geo from 0.26.0 to 0.29.3

Commits

Updates geo-types from 0.7.15 to 0.7.19

Commits

Updates geo from 0.26.0 to 0.29.3

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 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 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 A...

    Description has been truncated

…ith 15 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 2 updates in the /database_server directory: [geo](https://github.com/georust/geo) and [tungstenite](https://github.com/snapview/tungstenite-rs).
Bumps the cargo-dependencies group with 2 updates in the /receiver directory: [nmea-parser](https://github.com/zaari/nmea-parser) and [tungstenite](https://github.com/snapview/tungstenite-rs).


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.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 `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 `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 `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 `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 `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 `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` 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 `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 `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 `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 `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 `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-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 `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 `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 `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 `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 `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` 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` 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` 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 `tungstenite` from 0.29.0 to 0.30.0
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md)
- [Commits](snapview/tungstenite-rs@v0.29.0...v0.30.0)

Updates `tungstenite` from 0.29.0 to 0.30.0
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md)
- [Commits](snapview/tungstenite-rs@v0.29.0...v0.30.0)

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 `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 `tungstenite` from 0.29.0 to 0.30.0
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md)
- [Commits](snapview/tungstenite-rs@v0.29.0...v0.30.0)

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 `tungstenite` from 0.29.0 to 0.30.0
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md)
- [Commits](snapview/tungstenite-rs@v0.29.0...v0.30.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.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: geo-types
  dependency-version: 0.7.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-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: geo
  dependency-version: 0.29.3
  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: 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: 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
  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: 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: 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: 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: geo
  dependency-version: 0.33.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-types
  dependency-version: 0.7.19
  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: serde
  dependency-version: 1.0.228
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: serde_json
  dependency-version: 1.0.150
  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: geo
  dependency-version: 0.33.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
  dependency-version: 0.33.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: tungstenite
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: tungstenite
  dependency-version: 0.30.0
  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: nmea-parser
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: tungstenite
  dependency-version: 0.30.0
  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: tungstenite
  dependency-version: 0.30.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 15, 2026
@dependabot
dependabot Bot requested a review from gabrielspadon as a code owner July 15, 2026 02:18
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #192.

@dependabot dependabot Bot closed this Jul 22, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/cargo-dependencies-96a8efeca7 branch July 22, 2026 02:18
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