Skip to content

Bump libmpv2 from 4.1.0 to 6.0.0 in /clients/windows-px8/src-tauri#16

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/clients/windows-px8/src-tauri/libmpv2-6.0.0
Open

Bump libmpv2 from 4.1.0 to 6.0.0 in /clients/windows-px8/src-tauri#16
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/clients/windows-px8/src-tauri/libmpv2-6.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps libmpv2 from 4.1.0 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

Libmpv2-rs version 5.0.3

Bug fixes:

Libmpv2-rs version 5.0.2

Bug fixes:

  • Fix segfault in rendering protocol caused by wrong generic @​BKSalman

Libmpv2-rs version 5.0.1

Bug fixes:

  • Fixed stream protocol crashing on loading two files

Libmpv2-rs version 5.0.0

Changes:

  • Expose mpv_render_context_report_swap @​tymmesyde
  • [breaking] Removed mpv_node support. Use strings and parse as JSON if needed
  • [breaking] Moved EventContext implementation into Mpv.
  • [breaking] Changed Mpv::load_config to MpvInitializer::load_config.
  • [breaking] Renamed get_internal_time to get_time_us
  • Expose mpv_get_time_ns
  • Expose mpv_create_client
  • [breaking] Removed ProtocolContext. Use Protocol instead.
  • [breaking] Removed protocol feature flag.
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

Version 5.0.3

Version 5.0.2

  • Fix segfault in rendering protocol caused by wrong generic @​BKSalman

Version 5.0.1

  • Fix stream protocol overwriting cookie

Version 5.0.0

  • Expose mpv_render_context_report_swap @​tymmesyde
  • [breaking] Removed mpv_node support. Use strings and parse as JSON if needed
  • [breaking] Moved EventContext implementation into Mpv.
  • [breaking] Changed Mpv::load_config to MpvInitializer::load_config.
  • [breaking] Renamed get_internal_time to get_time_us
  • Expose mpv_get_time_ns
  • Expose mpv_create_client
  • [breaking] Removed ProtocolContext. Use Protocol instead.
  • [breaking] Removed protocol feature flag.
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
  • 50216c6 fix: prepare release v5.0.3
  • 89f2929 fix: gen bindings
  • 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 [libmpv2](https://github.com/kohsine/libmpv-rs) from 4.1.0 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@v4.1.0...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 Jul 13, 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