Skip to content

Bump libmpv2 from 5.0.3 to 6.0.0#13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/libmpv2-6.0.0
Open

Bump libmpv2 from 5.0.3 to 6.0.0#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/libmpv2-6.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Bumps libmpv2 from 5.0.3 to 6.0.0.

Release notes

Sourced from libmpv2's releases.

Libmpv2-rs version 6.0.0

Changes:

  • Exclude test-data/ folder from publishing to reduce download size
  • [breaking] RenderContext::new() replaced by Mpv::create_render_context()
  • [breaking] 'static trait bound added to OpenGLInitParams<GLContext> @​Wybxc
  • [breaking] RenderContext now acts like it owns a reference to Mpv
  • [breaking] Remove unused Error::LoadFile

Bug fixes:

  • Fix use-after-free if GLContext in OpenGLInitParams contains any references that are dropped before Mpv @​Wybxc
  • Fix race condition causing a use-after-free between setting and calling the mpv render context update callback
  • Fix race condition causing a use-after-free between setting and calling the mpv wakeup callback
Changelog

Sourced from libmpv2's changelog.

Version 6.0.0

  • Exclude test-data/ folder from publishing to reduce download size
  • [breaking] RenderContext::new() replaced by Mpv::create_render_context()
  • [breaking] 'static trait bound added to OpenGLInitParams<GLContext> @​Wybxc
  • Fix possible use-after-free if GLContext in OpenGLInitParams contains any references that are dropped before Mpv @​Wybxc
  • Fix race condition causing a use-after-free between setting and calling the mpv render context update callback
  • Fix race condition causing a use-after-free between setting and calling the mpv wakeup callback
  • [breaking] RenderContext now acts like it owns a reference to Mpv
  • [breaking] Remove unused Error::LoadFile
Commits
  • 88b8566 fix: prepare publish
  • 4d7ce1a fix: remove unused LoadFile error
  • 421f7da fix: remove Cell from wakeup_callback_cleanup
  • c2f223f fix: updated docs and changelog
  • ed47bca fix!: RenderContext possible use-after-free
  • e7f7393 fix: add 'static lifetime bound to generic parameters in OpenGLInitParams and...
  • 0a7d6f1 fix(example): use the expected context for observing events
  • f94c842 fix: exclude test-data folder from publishing
  • See full diff 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 [libmpv2](https://github.com/kohsine/libmpv-rs) from 5.0.3 to 6.0.0.
- [Release notes](https://github.com/kohsine/libmpv-rs/releases)
- [Changelog](https://github.com/kohsine/libmpv2-rs/blob/master/CHANGELOG.md)
- [Commits](kohsine/libmpv2-rs@v5.0.3...v6.0.0)

---
updated-dependencies:
- dependency-name: libmpv2
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 May 14, 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