Bump the ruffle group across 1 directory with 9 updates#754
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the ruffle group across 1 directory with 9 updates#754dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the ruffle group with 1 update in the / directory: [ruffle_common](https://github.com/ruffle-rs/ruffle). Updates `ruffle_common` from `18a33ef` to `71280cd` - [Release notes](https://github.com/ruffle-rs/ruffle/releases) - [Commits](ruffle-rs/ruffle@18a33ef...71280cd) Updates `ruffle_core` from `18a33ef` to `71280cd` - [Release notes](https://github.com/ruffle-rs/ruffle/releases) - [Commits](ruffle-rs/ruffle@18a33ef...71280cd) Updates `ruffle_render_wgpu` from `18a33ef` to `71280cd` - [Release notes](https://github.com/ruffle-rs/ruffle/releases) - [Commits](ruffle-rs/ruffle@18a33ef...71280cd) Updates `ruffle_video_software` from `18a33ef` to `71280cd` - [Release notes](https://github.com/ruffle-rs/ruffle/releases) - [Commits](ruffle-rs/ruffle@18a33ef...71280cd) Updates `ruffle_frontend_utils` from `18a33ef` to `71280cd` - [Release notes](https://github.com/ruffle-rs/ruffle/releases) - [Commits](ruffle-rs/ruffle@18a33ef...71280cd) Updates `ruffle_macros` from `18a33ef` to `71280cd` Updates `ruffle_render` from `18a33ef` to `71280cd` Updates `ruffle_video` from `18a33ef` to `71280cd` Updates `ruffle_wstr` from `18a33ef` to `71280cd` --- updated-dependencies: - dependency-name: ruffle_common dependency-version: 71280cd12aeaf35f760549ac28bb7ea1402cf608 dependency-type: direct:production dependency-group: ruffle - dependency-name: ruffle_core dependency-version: 71280cd12aeaf35f760549ac28bb7ea1402cf608 dependency-type: direct:production dependency-group: ruffle - dependency-name: ruffle_frontend_utils dependency-version: 71280cd12aeaf35f760549ac28bb7ea1402cf608 dependency-type: direct:production dependency-group: ruffle - dependency-name: ruffle_macros dependency-version: 71280cd12aeaf35f760549ac28bb7ea1402cf608 dependency-type: indirect dependency-group: ruffle - dependency-name: ruffle_render dependency-version: 71280cd12aeaf35f760549ac28bb7ea1402cf608 dependency-type: indirect dependency-group: ruffle - dependency-name: ruffle_render_wgpu dependency-version: 71280cd12aeaf35f760549ac28bb7ea1402cf608 dependency-type: direct:production dependency-group: ruffle - dependency-name: ruffle_video dependency-version: 71280cd12aeaf35f760549ac28bb7ea1402cf608 dependency-type: indirect dependency-group: ruffle - dependency-name: ruffle_video_software dependency-version: 71280cd12aeaf35f760549ac28bb7ea1402cf608 dependency-type: direct:production dependency-group: ruffle - dependency-name: ruffle_wstr dependency-version: 71280cd12aeaf35f760549ac28bb7ea1402cf608 dependency-type: indirect dependency-group: ruffle ... Signed-off-by: dependabot[bot] <support@github.com>
bae3a80 to
c43cfa9
Compare
torokati44
reviewed
May 26, 2026
Comment on lines
3340
to
3366
| [[package]] | ||
| name = "swf" | ||
| version = "0.2.2" | ||
| source = "git+https://github.com/ruffle-rs/ruffle.git?branch=master#18a33ef5880d2f834540883ca8d3919b704c58d7" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "802bff556571f7e5c6e347d5f147f91d1e5976bb43fb312437f04676707bbe4f" | ||
| dependencies = [ | ||
| "bitflags 2.11.1", | ||
| "bitstream-io 2.6.0", | ||
| "byteorder", | ||
| "encoding_rs", | ||
| "enum-map", | ||
| "flate2", | ||
| "log", | ||
| "lzma-rs", | ||
| "num-derive", | ||
| "num-traits", | ||
| "simple_asn1", | ||
| ] | ||
|
|
||
| [[package]] | ||
| name = "swf" | ||
| version = "0.2.2" | ||
| source = "git+https://github.com/ruffle-rs/ruffle.git?branch=master#71280cd12aeaf35f760549ac28bb7ea1402cf608" | ||
| dependencies = [ | ||
| "bitflags 2.11.1", | ||
| "bitstream-io", | ||
| "bitstream-io 4.10.0", | ||
| "byteorder", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the ruffle group with 1 update in the / directory: ruffle_common.
Updates
ruffle_commonfrom18a33efto71280cdCommits
71280cdavm2: Implement a number of missingflash.eventsclassesbe7ba73tests: Add avm1/swf4_vars test1660fffavm1: Remove magic properties andthisfrom SWF41e4435dtests: Add AVM1 getURL bytecode target normalization test1ed6b9btests: Add AVM2 navigateToURL target normalization test0deb1aetests: Add AVM1 MovieClip.getURL target normalization testd3d50e8core: Normalize "blank" target to "_blank" in getURL/navigateToURLf41adc9avm1: Do not trace an error on with(undefined)/with(null)e2ca240tests: Trace warnings if enabled when executing testsa52a5cdtests: Add --skip-no-player to testutils executeUpdates
ruffle_corefrom18a33efto71280cdCommits
71280cdavm2: Implement a number of missingflash.eventsclassesbe7ba73tests: Add avm1/swf4_vars test1660fffavm1: Remove magic properties andthisfrom SWF41e4435dtests: Add AVM1 getURL bytecode target normalization test1ed6b9btests: Add AVM2 navigateToURL target normalization test0deb1aetests: Add AVM1 MovieClip.getURL target normalization testd3d50e8core: Normalize "blank" target to "_blank" in getURL/navigateToURLf41adc9avm1: Do not trace an error on with(undefined)/with(null)e2ca240tests: Trace warnings if enabled when executing testsa52a5cdtests: Add --skip-no-player to testutils executeUpdates
ruffle_render_wgpufrom18a33efto71280cdCommits
71280cdavm2: Implement a number of missingflash.eventsclassesbe7ba73tests: Add avm1/swf4_vars test1660fffavm1: Remove magic properties andthisfrom SWF41e4435dtests: Add AVM1 getURL bytecode target normalization test1ed6b9btests: Add AVM2 navigateToURL target normalization test0deb1aetests: Add AVM1 MovieClip.getURL target normalization testd3d50e8core: Normalize "blank" target to "_blank" in getURL/navigateToURLf41adc9avm1: Do not trace an error on with(undefined)/with(null)e2ca240tests: Trace warnings if enabled when executing testsa52a5cdtests: Add --skip-no-player to testutils executeUpdates
ruffle_video_softwarefrom18a33efto71280cdCommits
71280cdavm2: Implement a number of missingflash.eventsclassesbe7ba73tests: Add avm1/swf4_vars test1660fffavm1: Remove magic properties andthisfrom SWF41e4435dtests: Add AVM1 getURL bytecode target normalization test1ed6b9btests: Add AVM2 navigateToURL target normalization test0deb1aetests: Add AVM1 MovieClip.getURL target normalization testd3d50e8core: Normalize "blank" target to "_blank" in getURL/navigateToURLf41adc9avm1: Do not trace an error on with(undefined)/with(null)e2ca240tests: Trace warnings if enabled when executing testsa52a5cdtests: Add --skip-no-player to testutils executeUpdates
ruffle_frontend_utilsfrom18a33efto71280cdCommits
71280cdavm2: Implement a number of missingflash.eventsclassesbe7ba73tests: Add avm1/swf4_vars test1660fffavm1: Remove magic properties andthisfrom SWF41e4435dtests: Add AVM1 getURL bytecode target normalization test1ed6b9btests: Add AVM2 navigateToURL target normalization test0deb1aetests: Add AVM1 MovieClip.getURL target normalization testd3d50e8core: Normalize "blank" target to "_blank" in getURL/navigateToURLf41adc9avm1: Do not trace an error on with(undefined)/with(null)e2ca240tests: Trace warnings if enabled when executing testsa52a5cdtests: Add --skip-no-player to testutils executeUpdates
ruffle_macrosfrom18a33efto71280cdUpdates
ruffle_renderfrom18a33efto71280cdUpdates
ruffle_videofrom18a33efto71280cdUpdates
ruffle_wstrfrom18a33efto71280cd