ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
14.71k stars 765 forks source link

build(deps): bump the cargo-minor group with 14 updates #16307

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the cargo-minor group with 14 updates:

Package From To
async-channel 2.2.1 2.3.0
serde 1.0.200 1.0.201
thiserror 1.0.59 1.0.60
linkme 0.3.25 0.3.26
bitstream-io 2.2.0 2.3.0
serde_json 1.0.116 1.0.117
ttf-parser 0.20.0 0.21.1
num-bigint 0.4.4 0.4.5
syn 2.0.60 2.0.63
proc-macro2 1.0.81 1.0.82
fontdb 0.16.2 0.17.0
unic-langid 0.9.4 0.9.5
zip 1.2.0 1.2.3
libtest-mimic 0.7.2 0.7.3

Updates async-channel from 2.2.1 to 2.3.0

Release notes

Sourced from async-channel's releases.

v2.3.0

  • Add force_send for sending items over the channel that displace other items. (#89)
Changelog

Sourced from async-channel's changelog.

Version 2.3.0

  • Add force_send for sending items over the channel that displace other items. (#89)
Commits


Updates serde from 1.0.200 to 1.0.201

Release notes

Sourced from serde's releases.

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)
Commits


Updates thiserror from 1.0.59 to 1.0.60

Release notes

Sourced from thiserror's releases.

1.0.60

  • Resolve unexpected_cfgs warning (#298)
Commits


Updates linkme from 0.3.25 to 0.3.26

Release notes

Sourced from linkme's releases.

0.3.26

  • Resolve unexpected_cfgs warning (#87)
Commits
  • edd2a89 Release 0.3.26
  • fd3d4c6 Merge pull request #87 from dtolnay/checkcfg
  • d64f3ff Resolve unexpected_cfgs warning
  • 6f47988 Fix typo in crate-level rustdoc
  • 40389c2 Explicitly install a Rust toolchain for cargo-outdated job
  • 3bbbf5e Ignore dead code lint on struct field in test
  • 312fd17 Raise minimum tested compiler to 1.70
  • See full diff in compare view


Updates bitstream-io from 2.2.0 to 2.3.0

Commits
  • cdcb201 Bump version to 2.3.0
  • 84e4514 Merge pull request #19 from KeystoneHQ/support-no-std
  • 60fe828 fix: impl core2::io::write for Vec<u8>
  • d467efc fix: stream_position is not avaliable on core2::io::Read
  • eca9f53 feat: support no-std
  • See full diff in compare view


Updates serde_json from 1.0.116 to 1.0.117

Release notes

Sourced from serde_json's releases.

v1.0.117

  • Resolve unexpected_cfgs warning (#1130)
Commits


Updates ttf-parser from 0.20.0 to 0.21.1

Changelog

Sourced from ttf-parser's changelog.

[0.21.1] - 2024-05-11

Fixed

  • Delta set length calculation in variable fonts. Thanks to LaurenzV. Got broken in the previous version.

[0.21.0] - 2024-05-10

Added

  • COLR / CPAL v1 support. Thanks to LaurenzV.

Changed

  • Replace Face::is_bitmap_embedding_allowed with Face::is_outline_embedding_allowed. The old one had a bool flag flipped. Thanks to Fuzzyzilla.
  • Increase lenience of embed permissions for older OS/2 versions. Thanks to Fuzzyzilla.
  • Bump MSRV to 1.51
Commits


Updates num-bigint from 0.4.4 to 0.4.5

Changelog

Sourced from num-bigint's changelog.

Release 0.4.5 (2024-05-06)

Contributors: @​cuviper, @​joelonsql, @​waywardmonkeys

Commits
  • a6d29fa Merge pull request #303 from cuviper/release-0.4.5
  • 9237009 Release 0.4.5
  • a6f3f5b Merge pull request #302 from cuviper/lints
  • 8f2666d Fix clippy::ptr_arg
  • 8bf4881 Fix clippy::unnecessary_fallible_conversions
  • c992166 Fix clippy::legacy_numeric_constants
  • 29c4d04 Nightly check-cfg doesn't like target_pointer_width = "128"
  • 9210db6 Merge pull request #236 from cuviper/x86-div
  • b02188d Skip asm under miri
  • ecec8c4 Use inline asm! for x86 DIV
  • Additional commits viewable in compare view


Updates syn from 2.0.60 to 2.0.63

Release notes

Sourced from syn's releases.

2.0.63

  • Parse and print long if-else-if chains without reliance on deep recursion to avoid overflowing stack (#1644, #1645)

2.0.62

  • Reject invalid unparenthesized range and comparison operator expressions (#1642, #1643)

2.0.61

  • Check for legal binding name in the ident of Pat::Ident (#1627)
  • Resolve unexpected_cfgs warning (#1635)
Commits
  • 8bcd277 Release 2.0.63
  • 6d1113d Merge pull request #1645 from dtolnay/ifelse
  • 40950dd Remove recursion from printing of Expr::If
  • e2e7f2d Merge pull request #1644 from dtolnay/ifelse
  • 70777ce Remove recursion from parsing of Expr::If
  • e9e6329 Release 2.0.62
  • c79cea1 Merge pull request #1643 from dtolnay/chainedcompare
  • dc4ffde Require parens for chained comparison binops
  • c463a74 Add tests of binop associativity
  • da509d5 Add test of assignment and range precedence
  • Additional commits viewable in compare view


Updates proc-macro2 from 1.0.81 to 1.0.82

Release notes

Sourced from proc-macro2's releases.

1.0.82

  • Resolve unexpected_cfgs warning (#456)
Commits
  • 8dc63f3 Release 1.0.82
  • 790cb41 Merge pull request #457 from dtolnay/defaultfeatures
  • 2ebe711 Fix use of deprecated default_features in Cargo.toml
  • a720819 Delete unused nightly cfg
  • 37c5d18 Merge pull request #456 from dtolnay/checkcfg
  • 5e02f52 Suppress unknown_lints warning on old rustc
  • 2660d30 Resolve unexpected_cfgs warning
  • See full diff in compare view


Updates fontdb from 0.16.2 to 0.17.0

Changelog

Sourced from fontdb's changelog.

[0.17.0] - 2024-05-10

Added

Changed

  • Latest ttf-parser.
Commits


Updates unic-langid from 0.9.4 to 0.9.5

Commits


Updates zip from 1.2.0 to 1.2.3

Release notes

Sourced from zip's releases.

v1.2.3

🐛 Bug Fixes

  • Remove a window when an extracted directory might be unexpectedly listable and/or cdable by non-owners
  • Extract directory contents on Unix even if the directory doesn't have write permission (zip-rs/zip-old#423)

⚙️ Miscellaneous Tasks

  • More conditionally-unused imports

v1.2.2

🐛 Bug Fixes

  • Failed to clear "writing_raw" before finishing a symlink, leading to dropped extra fields

⚡ Performance

  • Use boxed slice for archive comment, since it can't be concatenated
  • Optimize for the fact that false signatures can't overlap with real ones

v1.2.1

🐛 Bug Fixes

  • Prevent panic when trying to read a file with an unsupported compression method
  • Prevent panic after reading an invalid LZMA file
  • Make Stored the default compression method if Deflated isn't available, so that zip files are readable by as much software as possible
  • version_needed was wrong when e.g. cfg(bzip2) but current file wasn't bzip2 (#100)
  • file paths shouldn't start with slashes (#102)

🚜 Refactor

  • Overhaul impl Arbitrary for FileOptions
  • Remove unused atomic module
Changelog

Sourced from zip's changelog.

1.2.3 - 2024-05-10

🐛 Bug Fixes

  • Remove a window when an extracted directory might be unexpectedly listable and/or cdable by non-owners
  • Extract directory contents on Unix even if the directory doesn't have write permission (zip-rs/zip-old#423)

⚙️ Miscellaneous Tasks

  • More conditionally-unused imports

1.2.2 - 2024-05-09

🐛 Bug Fixes

  • Failed to clear "writing_raw" before finishing a symlink, leading to dropped extra fields

⚡ Performance

  • Use boxed slice for archive comment, since it can't be concatenated
  • Optimize for the fact that false signatures can't overlap with real ones

1.2.1 - 2024-05-06

🐛 Bug Fixes

  • Prevent panic when trying to read a file with an unsupported compression method
  • Prevent panic after reading an invalid LZMA file
  • Make Stored the default compression method if Deflated isn't available, so that zip files are readable by as much software as possible
  • version_needed was wrong when e.g. cfg(bzip2) but current file wasn't bzip2 (#100)
  • file paths shouldn't start with slashes (#102)

🚜 Refactor

  • Overhaul impl Arbitrary for FileOptions
  • Remove unused atomic module
Commits
  • adb40b8 Merge pull request #118 from zip-rs/release-plz-2024-05-10T23-54-42Z
  • 3d7852a chore: release
  • a385aaf doc: Important correction: consuming package has to target Unix, e.g. this ...
  • 4a5d28e doc: Important correction: contents might not have been extracted at all
  • ba4c693 doc: Important clarification: "any user" -> "any non-root user"
  • c28614a doc: Document the guarantee provided by 137672cb29a264412211cc20b78f540308a221d3
  • 137672c fix: Remove a window when an extracted directory might be unexpectedly listab...
  • c0691ec Improve copyright warning
  • 123fb7b doc: Improve copyright warning
  • 2198653 Add issue templates
  • Additional commits viewable in compare view


Updates libtest-mimic from 0.7.2 to 0.7.3

Release notes

Sourced from libtest-mimic's releases.

v0.7.3

Changelog

Sourced from libtest-mimic's changelog.

[0.7.3] - 2024-05-10

Commits


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
torokati44 commented 1 month ago

Did a manual bump of ab_glyph to avoid duplicating ttf-parser:

 $ cargo update ab_glyph
    Updating crates.io index
    Updating ab_glyph v0.2.25 -> v0.2.26
    Updating owned_ttf_parser v0.20.0 -> v0.21.0
    Removing ttf-parser v0.20.0