Skip to content

chore(deps): update mcap requirement from 0.24 to 0.25#185

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/mcap-0.25
Open

chore(deps): update mcap requirement from 0.24 to 0.25#185
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/mcap-0.25

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on mcap to permit the latest version.

Release notes

Sourced from mcap's releases.

releases/rust/v0.25.0

Added

  • Writer::add_schema_with_id and Writer::add_channel_with_id for writing records with explicit IDs without content de-duplication, so distinct IDs from a source file are preserved even when content is identical (#1632).
  • Public mcap::VERSION and mcap::LIBRARY_IDENTIFIER constants (#1702).
  • WriteOptions::DEFAULT_CHUNK_SIZE constant.

Changed

  • Default writer Header.library string is now mcap-rust/<version> (was mcap-rs-<version>) (#1702). Breaking for anyone asserting on the exact string.
  • Default chunk size increased to 1 MiB (was 768 KiB), standardizing with the other MCAP libraries (#1659).
  • Established a minimum supported Rust version (rust-version = "1.81") (#1710).
  • Dependency bumps: binrw 0.12 → 0.15, thiserror 1 → 2 (#1705, #1710).

Removed

  • Removed unused McapError variants AttachmentInProgress, RecordTooShort, and UnexpectedChunkRecord (#1494). Breaking for code matching on these variants.

Fixed

  • Corrected typos in several McapError messages (e.g. expetedexpected, mulitplemultiple) — note these are user-visible error string changes (#1492).
  • Fixed typos and inaccurate references in doc comments, including ChunkIndex::compressed_data_offset now correctly documenting BadChunkStartOffset (#1607, #1516).
Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [mcap](https://github.com/foxglove/mcap) to permit the latest version.
- [Release notes](https://github.com/foxglove/mcap/releases)
- [Commits](foxglove/mcap@releases/rust/v0.24.0...releases/rust/v0.25.0)

---
updated-dependencies:
- dependency-name: mcap
  dependency-version: 0.25.0
  dependency-type: direct:production
...

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 16, 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