Skip to content

build(deps): bump mcap from 0.9.2 to 0.25.0#2

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

build(deps): bump mcap from 0.9.2 to 0.25.0#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/mcap-0.25.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps mcap from 0.9.2 to 0.25.0.

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

releases/rust/v0.24.0

What's Changed

Full Changelog: foxglove/mcap@releases/rust/v0.23.4...releases/rust/v0.24.0

releases/rust/v0.23.4

What's Changed

releases/rust/v0.23.2

What's Changed

releases/rust/v0.23.1

What's Changed

releases/rust/v0.23.0

What's Changed

releases/rust/v0.22.0

What's Changed

releases/rust/v0.19.0

What's Changed

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 5, 2026
Bumps [mcap](https://github.com/foxglove/mcap) from 0.9.2 to 0.25.0.
- [Release notes](https://github.com/foxglove/mcap/releases)
- [Commits](foxglove/mcap@releases/rust/v0.9.2...releases/rust/v0.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): Bump mcap from 0.9.2 to 0.25.0 build(deps): bump mcap from 0.9.2 to 0.25.0 Jul 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/mcap-0.25.0 branch from aed9b79 to 3628fc2 Compare July 17, 2026 10:49
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