Skip to content

build(deps): bump symphonia from 0.6.0 to 0.6.1 - #105

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/symphonia-0.6.1
Open

build(deps): bump symphonia from 0.6.0 to 0.6.1#105
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/symphonia-0.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps symphonia from 0.6.0 to 0.6.1.

Release notes

Sourced from symphonia's releases.

v0.6.1

New Features

  • TimeBase now provides a helper to calculate a clock time from a Duration.
  • GenericAudioBuffer and AudioSlices are now cloneable
  • GenericAudioBuffer and GenericAudioBufferRef are now sliceable.
  • Channel information is parsed for Opus tracks in ISO BMFF containers (M4A, MP4, etc.).

Bug Fixes & Improvements

  • Significantly improved performance of loading media files with large attachments, visuals, or metadata.
  • Fixed a bug where silent sections were not decoded if certain conditions were met for MP3 files.
  • Fixed a bug where Xing/Info and VBRI tags were ignored if the MPEG frame containing it had a CRC.
  • Fixed decoding of mono MP1 audio.
  • All unwraps have either been replaced with expect or made to return a runtime error.
  • Hardened demuxers against allocating obscene amounts of memory when reading maliciously crafted files.
  • Fixed a significant number of panics discovered by fuzzing or AI.

New Contributors

Full Changelog: pdeljanov/Symphonia@v0.6.0...v0.6.1

Commits
  • ee35874 chore: Release v0.6.1.
  • 6114676 core (formats): Refactor util into separate file.
  • d11ecf3 core (units): Add TimeBase helpers to calculate Time from a Duration. (#543)
  • 660a9f8 core (audio): Add missing Clone and slice() to audio structs. (#542)
  • 67760d1 mp3: Clarify what the frame size in FrameHeader includes.
  • a9eef3b mp3: Skip CRC in Xing/Info and VBRI tag heuristics. (#517)
  • 7988c43 core (io): Bypass MediaSourceStream buffer for large reads.
  • ea66e4c fuzz: Do not loop infinitely on end-of-media.
  • d07550c fuzz: Run rustfmt and clippy on fuzzers.
  • 619c680 mkv (ebml): Fix testing if the next element is a direct child of an ancestor.
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [symphonia](https://github.com/pdeljanov/Symphonia) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/pdeljanov/Symphonia/releases)
- [Commits](pdeljanov/Symphonia@v0.6.0...v0.6.1)

---
updated-dependencies:
- dependency-name: symphonia
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 17, 2026
@sonarqubecloud

Copy link
Copy Markdown

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