Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps) Update Tauri Utils (1.x) #8232

Open
wants to merge 1 commit into
base: 1.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
infer dependencies minor 0.13 -> 0.15
toml dependencies minor 0.7 -> 0.8
windows dependencies minor 0.39 -> 0.51

Release Notes

bojand/infer (infer)

v0.15.0

Compare Source

Changelog

v0.15.0 - 2023-07-04

Bug Fixes
Build
Commits
  • e95a5fb update crate version
  • 10d1266 formatting
  • da6bf94 Merge pull request #​87 from criminosis/detect_java_class
  • 89c6648 Fixed Java magic byte detection and added test

v0.14.0

Compare Source

Changelog

v0.14.0 - 2023-06-22

Bug Fixes
Build
Enhancements
  • 12d6fe9 add supposer for zstd skippable frames
Commits
toml-rs/toml (toml)

v0.8.8

Compare Source

v0.8.7

Compare Source

v0.8.6

Compare Source

v0.8.5

Compare Source

v0.8.4

Compare Source

v0.8.3

Compare Source

v0.8.2

Compare Source

v0.8.1

Compare Source

v0.8.0

Compare Source

v0.7.8

Compare Source

v0.7.7

Compare Source

v0.7.6

Compare Source

v0.7.5

Compare Source

v0.7.4

Compare Source

v0.7.3

Compare Source

v0.7.2

Compare Source

v0.7.1

Compare Source

microsoft/windows-rs (windows)

v0.51.1

Compare Source

This is mainly for publishing an update of the windows-bindgen crate but also fixes a few minor readme and version issues to avoid confusion.

  • The windows and windows-core crates are updated to 0.51.1 to update the readme but are otherwise unchanged.
  • The windows-targets crate and arch-specific crates are updated to 0.48.3 to update the readme and bring the lib file names in line with the crate version.

Those are all semver-compatible updates.

  • The windows-bindgen crate is updated to 0.51.1 and includes the new riddle-based metadata processing capabilities and is compatible with the windows and windows-core crates.
  • The windows-metadata crate is updated to 0.51.1 and includes many refinements but is largely for internal use.

Those are major breaking changes.

The windows-sys crate will not be updated at this time.

What's Changed

Full Changelog: microsoft/windows-rs@0.51.0...0.51.1

v0.51.0

Compare Source

As requested by #​2603, this update includes the first published update to the windows crate in 5 months. As a reminder, updates are only published by request.

  • This includes a semver-compatible update to the windows-targets crate.
  • The windows crate now depends on the windows-core crate.
  • The windows, windows-core, windows-implement, and windows-interface crates have been bumped to version 0.51.0 as there have been breaking changes.
  • The windows-targets crate has been bumped to version 0.48.2 as it remains compatible with previous versions.
  • Notably, an expanded set of WDK APIs are now available.
  • Other crates will not be updated at this time.

What's Changed

Full Changelog: microsoft/windows-rs@0.50.0...0.51.0

v0.48.0

Compare Source

This release includes an update to all crates to address a target version reliability issue. This issue is detailed here: https://github.com/microsoft/windows-rs/issues/2410#issuecomment-1490802715

What's Changed

Full Changelog: microsoft/windows-rs@0.47.0...0.48.0

v0.47.0

Compare Source

As a reminder, updates are only published by request (#​2397; https://github.com/microsoft/win32metadata/issues/1507). This release provides an update to the windows crate. It does not include an update to the windows-sys crate.

This update adds support for standalone code generation (#​2396) as well as requested fixes to the Win32 metadata that prevented some APIs from being used.

What's Changed

Full Changelog: microsoft/windows-rs@0.46.0...0.47.0

v0.46.0

Compare Source

As a reminder, updates are only published by request (https://github.com/microsoft/windows-rs/pull/2380). This release provides an update to the windows crate. It does not include an update to the windows-sys crate.

This is the first update to the windows crate in about 2 months and includes numerous improvements as well as updated API definitions via the Win32 metadata. Notably, the windows crate now sports streamlined and much simpler type traits (#​2343) and parameter bindings (#​2360). It includes the first steps towards WDK support (#​2358), and it finally includes stock collection implementations (#​91).

Please note that the ComInterface trait is now required to call the cast function (#​2360).

What's Changed

Full Changelog: microsoft/windows-rs@0.44.0...0.46.0

v0.44.0

Compare Source

As a reminder, updates are only published by request (#​2279). This release does not include an update to the windows-sys crate, which remains stable and unchanged.

This is the first update to the windows crate in 3 months. As such, there are quite a few improvements and fixes. Some notable changes to take a look at:

  • There is now a getting started guide
  • Support for raw-dylib (#​2164) - thanks @​dpaoliello!
  • A number of new samples have been added
  • The target lib files are now validated for changes (#​2132)
  • Windows Runtime metadata has been updated to introduce new APIs for Windows 11 (#​2192)
  • Win32 metadata has been updated with numerous fixes (#​2247)
  • There's a new windows-targets crate that simplifies taking a dependency on the Windows libs (#​2158)
  • Support for infallible return values (#​2248)
  • Option to use default metadata for code generation (#​2253)

Changes

New Contributors

Full Changelog: microsoft/windows-rs@0.43.0...0.44.0

v0.43.0

Compare Source

String constants now preserve their original encoding as either UTF-8 or UTF-16 null-terminated string constants. This makes many string constants directly and efficiently usable as constants to pass to various Windows APIs that expect either "ansi" or wide null-terminated string literals. This update also provides a collection of small improvements, particularly to string handling. Updated Win32 metadata provides fixes to various API definitions.

This release does not include an update to the windows-sys crate, which remains stable and unchanged.

What's Changed

Full Changelog: microsoft/windows-rs@0.42.0...0.43.0

v0.42.0

Compare Source

This release provides a major update to the windows-sys crate, the first update since 0.36.1, and includes numerous fixes and improvements to the completeness and correctness of both API definitions and import libs.

What's Changed

Changelog for windows crate: microsoft/windows-rs@0.41.0...0.42.0
Changelog for windows-sys crate: microsoft/windows-rs@0.36.1...0.42.0

v0.41.0

Compare Source

This is a minor service release addressing a number of issues mostly originating from the underlying win32 metadata which have now been resolved.

This release does not include an update to the windows-sys crate, which remains stable and unchanged.

What's Changed

New Contributors

Full Changelog: microsoft/windows-rs@0.40.0...0.41.0

v0.40.0

Compare Source

This release includes a rollup of fixes and improvements to the Win32 metadata and many small fixes to the Rust bindings themselves. Notably, fixed-size array parameters, APIs with non-system calling conventions such as cdecl, reproducible builds, and far more accurate import libs.

This release does not include an update to the windows-sys crate, which remains stable and unchanged.

What's Changed


Configuration

📅 Schedule: Branch creation - "after 3am on Wednesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner November 15, 2023 13:06
@renovate renovate bot added the type: chore label Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants