Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

fix(deps): update all non-major dependencies #13

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
field-offset dependencies patch 0.3.4 -> 0.3.6
vmactions/freebsd-vm action minor v0.1.6 -> v0.3.1
windows dependencies minor 0.38.0 -> 0.48.0

Release Notes

Diggsey/rust-field-offset (field-offset)

v0.3.6

Compare Source

v0.3.5

Compare Source

vmactions/freebsd-vm (vmactions/freebsd-vm)

v0.3.1: Support 13.2

Compare Source

Support 13.2

v0.3.0: fix for pytesseract

Compare Source

fix for pytesseract

v0.2.9: Improve rsync

Compare Source

Improve rsync

v0.2.8: Add reconnect

Compare Source

Add reconnect for sshfs

v0.2.7: Show files tree for debug

Compare Source

Show files tree for debug

v0.2.6: Fix for 13.0 bugs

Compare Source

Fix for 13.0 bugs

v0.2.5

Compare Source

Minor, just using vbox v0.0.1

v0.2.4: Fix sshfs to work in MacOS 12

Compare Source

Fix sshfs to work in MacOS 12

v0.2.3: Fix ntpd random issue

Compare Source

Fix ntpd random issue

v0.2.2: Update Major release version

Compare Source

Please use the major release version v0 instead.

v0.2.1: Just polish the output

Compare Source

Minor, Just polish the output

v0.2.0: Speed up the booting time

Compare Source

Just Speed up booting time

v0.1.9: Fix bug for execSSH

Compare Source

fix bug https://github.com/vmactions/freebsd-vm/issues/56

v0.1.8: Support "release" config to select the OS version

Compare Source

Support 12.3, 13.0 and 13.1

v0.1.7: Upgrade to FreeBSD 13.1

Compare Source

Upgrade to FreeBSD 13.1

microsoft/windows-rs (windows)

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

New Contributors

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

v0.39.0

Compare Source

This release includes improves to string handling and parameter passing to both improve performance and simplify the way arguments are bound to API calls.

Notably, the "alloc" feature has been removed. This feature allowed string literals to be implicitly converted to null terminated strings required by some Windows APIs. While convenient, it was rather complicated and expensive at runtime. Instead, the explicit s! and w! macros are now provided to create null terminated UTF-8 and UTF-16 string literals at compile time.

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

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 added the Meta: Dependencies Issues and PRs related to dependencies. label Jul 12, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1d89306 to 9fe7c11 Compare July 15, 2022 18:35
@renovate renovate bot changed the title chore(deps): update vmactions/freebsd-vm action to v0.1.7 chore(deps): update vmactions/freebsd-vm action to v0.1.8 Jul 15, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9fe7c11 to 9633c5e Compare July 16, 2022 17:52
@renovate renovate bot changed the title chore(deps): update vmactions/freebsd-vm action to v0.1.8 chore(deps): update vmactions/freebsd-vm action to v0.1.9 Jul 18, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 44b7335 to 1214e4b Compare July 18, 2022 17:07
@renovate renovate bot changed the title chore(deps): update vmactions/freebsd-vm action to v0.1.9 chore(deps): update vmactions/freebsd-vm action to v0.2.0 Jul 18, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1214e4b to 57015d6 Compare July 20, 2022 16:37
@renovate renovate bot changed the title chore(deps): update vmactions/freebsd-vm action to v0.2.0 chore(deps): update all non-major dependencies Jul 20, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 980f4ce to ac8bf33 Compare July 29, 2022 06:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac8bf33 to a985f0c Compare September 25, 2022 22:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a985f0c to eb62ef7 Compare November 20, 2022 17:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb62ef7 to bc9d451 Compare March 12, 2023 13:41
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Mar 12, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc9d451 to 2e19753 Compare March 13, 2023 16:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dd408c5 to c20fb23 Compare March 31, 2023 13:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c20fb23 to a392ac1 Compare June 2, 2023 13:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a392ac1 to 281f6c0 Compare June 25, 2023 12:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Meta: Dependencies Issues and PRs related to dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants