hkrn / nanoem

nanoem is an MMD (MikuMikuDance) compatible implementation and its like cross-platform application mainly built for macOS.
https://nanoem.rtfd.io
Other
276 stars 38 forks source link

Bump the patch-updates group in /rust with 27 updates #487

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the patch-updates group in /rust with 27 updates:

Package From To
serde 1.0.201 1.0.203
libc 0.2.154 0.2.155
anyhow 1.0.83 1.0.86
parking_lot 0.12.2 0.12.3
prost 0.12.4 0.12.6
prost-build 0.12.4 0.12.6
backtrace 0.3.71 0.3.72
cap-fs-ext 3.0.0 3.1.0
cap-net-ext 3.0.0 3.1.0
cap-primitives 3.0.0 3.1.0
cap-rand 3.0.0 3.1.0
cap-std 3.0.0 3.1.0
cap-time-ext 3.0.0 3.1.0
cc 1.0.97 1.0.98
crc32fast 1.4.0 1.4.2
either 1.11.0 1.12.0
linux-raw-sys 0.4.13 0.4.14
miniz_oxide 0.7.2 0.7.3
object 0.32.2 0.33.0
proc-macro2 1.0.82 1.0.85
prost-derive 0.12.5 0.12.6
prost-types 0.12.4 0.12.6
serde_derive 1.0.201 1.0.203
syn 2.0.63 2.0.66
thiserror 1.0.60 1.0.61
thiserror-impl 1.0.60 1.0.61
tokio 1.37.0 1.38.0

Updates serde from 1.0.201 to 1.0.203

Release notes

Sourced from serde's releases.

v1.0.203

  • Documentation improvements (#2747)

v1.0.202

  • Provide public access to RenameAllRules in serde_derive_internals (#2743)
Commits
  • d5bc546 Release 1.0.203
  • 45ae217 Merge pull request #2747 from dtolnay/variadic
  • b7b97dd Unindent implementation inside tuple_impl_body macro
  • 5d3c563 Document tuple impls as fake variadic
  • 3761854 Merge pull request #2745 from dtolnay/docsrs
  • a8f1484 Rely on docs.rs to define --cfg=docsrs by default
  • 9e32a40 Release 1.0.202
  • 87f635e Release serde_derive_internals 0.29.1
  • d4b2dfb Merge pull request #2743 from dtolnay/renameallrules
  • f6ab0bc Provide public access to RenameAllRules in serde_derive_internals
  • Additional commits viewable in compare view


Updates libc from 0.2.154 to 0.2.155

Release notes

Sourced from libc's releases.

0.2.155

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/libc/compare/0.2.154...0.2.155

Commits
  • 7df63bd Merge pull request #3682 from madsmtm/new-version
  • 0bbb5cd Merge pull request #3690 from tesuji/android-posix-spawn
  • 15c74a4 Update version to 0.2.155
  • 664947b Merge pull request #3708 from cuviper/ci-sparc64-0.2
  • 61331df Also skip MFD_EXEC and MFD_NOEXEC_SEAL on sparc64
  • 73d2004 Skip SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV on sparc64
  • 80535f3 Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64
  • b2b2fd7 Readd posix_spawn{_file_actions_t,attr_t} on Android
  • 7646277 Merge pull request #3686 from redox-os/redox-epoll-0.2
  • 5eff703 redox: correct EPOLL constants
  • Additional commits viewable in compare view


Updates anyhow from 1.0.83 to 1.0.86

Release notes

Sourced from anyhow's releases.

1.0.86

  • Fix parse error in ensure! with non-literal after minus sign (#373)

1.0.85

  • Improve ensure! macro's rules to unblock some rustc pretty-printer improvements (#368, #371)

1.0.84

  • Disallow calling ensure! through a Not impl for a type that is not bool (#367)
Commits
  • 8ea1819 Release 1.0.86
  • 0a1b405 Merge pull request #373 from dtolnay/minusneg
  • e0c74f2 Ensure $:literal never matches negative literal
  • 013c66e Fix parse error with non-literal after minus sign
  • ca7aff7 Add binary operator ensure tests
  • 2737bbe Release 1.0.85
  • 82b8b34 Merge pull request #371 from dtolnay/split
  • ad78d70 Preserve more token spans in expression parser
  • 5cce406 Parse comparison operators before other binary operators
  • 7205394 Merge pull request #369 from dtolnay/tokensplit
  • Additional commits viewable in compare view


Updates parking_lot from 0.12.2 to 0.12.3

Changelog

Sourced from parking_lot's changelog.

parking_lot 0.12.3 (2024-05-24)

  • Export types provided by arc_lock feature (#442)
Commits
  • a29dd3d Release parking_lot 0.12.3
  • f7efcae Merge pull request #442 from iwanders/add-arc_lock-feature-top-level-exports
  • c357017 Export types provided by arc_lock feature.
  • See full diff in compare view


Updates prost from 0.12.4 to 0.12.6

Commits


Updates prost-build from 0.12.4 to 0.12.6

Commits


Updates backtrace from 0.3.71 to 0.3.72

Release notes

Sourced from backtrace's releases.

0.3.72

This release removes a lot of dead code. Some feature flags that haven't done anything in a long time are gone. If you depend on those features, Cargo's resolver will not update you to 0.3.72.

If your code runs on Windows, or you want it to run on visionOS, however, you should probably update to this version. It contains a number of fixes for both OS. It also uses the latest version of a number of dependencies.

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/backtrace-rs/compare/0.3.71...0.3.72

Commits


Updates cap-fs-ext from 3.0.0 to 3.1.0

Commits


Updates cap-net-ext from 3.0.0 to 3.1.0

Commits


Updates cap-primitives from 3.0.0 to 3.1.0

Commits


Updates cap-rand from 3.0.0 to 3.1.0

Commits


Updates cap-std from 3.0.0 to 3.1.0

Commits


Updates cap-time-ext from 3.0.0 to 3.1.0

Commits


Updates cc from 1.0.97 to 1.0.98

Release notes

Sourced from cc's releases.

1.0.98

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.97...1.0.98

Commits


Updates crc32fast from 1.4.0 to 1.4.2

Commits


Updates either from 1.11.0 to 1.12.0

Commits


Updates linux-raw-sys from 0.4.13 to 0.4.14

Commits


Updates miniz_oxide from 0.7.2 to 0.7.3

Changelog

Sourced from miniz_oxide's changelog.

0.7.3 - 2024-05-17

Bug Fixes

  • (miniz_oxide) Fix version specification for simd-adler32 (#150) - (35c71e1) - Daniel Müller
  • Fix clippy lints (#151) - (7c758d4) - Gnome!
  • (miniz_oxide) Remove lookup table from rustc-std builds (#152) - (434d9ab) - Gnome!

Commits
  • 2ebf8e2 bump version and update changelog
  • 963a9ba fix(miniz_oxide_c_api): set version of cc so ci tests don't fail due to newer...
  • 434d9ab Remove lookup table from rustc-std builds (#152)
  • 7c758d4 Fix clippy lints (#151)
  • 35c71e1 fix(miniz_oxide): Fix version specification for simd-adler32 (#150)
  • See full diff in compare view


Updates object from 0.32.2 to 0.33.0

Changelog

Sourced from object's changelog.

0.33.0

Released 2024/03/05.

Breaking changes

  • Deleted file format variants in RelocationKind. Replaced their usage with read::Relocation::flags and write::Relocation::flags. #585

  • Replaced kind, encoding and size fields in write::Relocation with RelocationFlags::Generic in the flags field. #585

  • Replaced macho::FatHeader::parse, macho::FatHeader::parse_arch32, and macho::FatHeader::parse_arch64 with read::macho::MachOFatFile, read::macho::MachOFatFile32 and read::macho::MachOFatFile64. #623

Added

  • Added macho::PLATFORM_XROS and macho::PLATFORM_XROSSIMULATOR. #626

  • Added build::elf::Builder and associated types. Extended write::elf::Writer to support this. #618

Changed

  • Changed the lifetime to 'data for the return value of ObjectSection::name, ObjectSection::name_bytes, ObjectComdat::name, ObjectComdat::name_bytes. #620 #622

  • Checked that sizes are smaller than the file length in read::ReadCache. #630

  • Used Vec::try_reserve_exact for large allocations. #632


Commits


Updates proc-macro2 from 1.0.82 to 1.0.85

Release notes

Sourced from proc-macro2's releases.

1.0.85

  • Mark some tests as only for 64-bit targets (#463)

1.0.84

1.0.83

  • Optimize the representation of Ident (#462)
Commits
  • 5ee1cab Release 1.0.85
  • aa64c20 Merge pull request #464 from dtolnay/testsize
  • bc9f4d9 Ignore size tests on non-64bit target
  • 1160ec3 Make size tests #[ignore] in cfg(randomize_layout)
  • 33c9578 Release 1.0.84
  • d850da5 Merge pull request #455 from CensoredUsername/master
  • eabac15 Add a warning to Delimiter::None that rustc currently does not respect it.
  • 1b77aca Release 1.0.83
  • 728eddf Merge pull request #462 from dtolnay/identsize
  • c56c5e6 Drop irrelevant capacity field from Ident representation
  • Additional commits viewable in compare view


Updates prost-derive from 0.12.5 to 0.12.6

Release notes

Sourced from prost-derive's releases.

v0.12.6

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

This patch update fixes a regression:

  • fix(prost-build): re-export error_message_protoc_not_found, protoc_from_env & protoc_include_from_env (#1063)
Commits


Updates prost-types from 0.12.4 to 0.12.6

Commits


Updates serde_derive from 1.0.201 to 1.0.203

Release notes

Sourced from serde_derive's releases.

v1.0.203

  • Documentation improvements (#2747)

v1.0.202

  • Provide public access to RenameAllRules in serde_derive_internals (#2743)
Commits
  • d5bc546 Release 1.0.203
  • 45ae217 Merge pull request #2747 from dtolnay/variadic
  • b7b97dd Unindent implementation inside tuple_impl_body macro
  • 5d3c563 Document tuple impls as fake variadic
  • 3761854 Merge pull request #2745 from dtolnay/docsrs
  • a8f1484 Rely on docs.rs to define --cfg=docsrs by default
  • 9e32a40 Release 1.0.202
  • 87f635e Release serde_derive_internals 0.29.1
  • d4b2dfb Merge pull request #2743 from dtolnay/renameallrules
  • f6ab0bc Provide public access to RenameAllRules in serde_derive_internals
  • Additional commits viewable in compare view


Updates syn from 2.0.63 to 2.0.66

Release notes

Sourced from syn's releases.

2.0.66

  • Allow braced structs when parsing ExprLet (#1671)

2.0.65

  • Optimize the implementation of Fold to compile faster (#1666, #1667, #1668)

2.0.64

  • Support using ParseBuffer across catch_unwind (#1646)
  • Validate that the expression in a let-else ends in brace as required by rustc (#1648, #1649)
  • Legalize invalid const generic arguments by wrapping in braces (#1654, #1655)
  • Fix some expression precedence edge cases involving break and return in loop headers (#1656)
  • Always print closure bodies with a brace when the closure has an explicit return type (#1658)
  • Automatically insert necessary parentheses in ToTokens for Expr when required by expression precedence (#1659)
  • Support struct literal syntax in match guard expressions (#1662)
Commits