fix(deps): update rust crate wmi to 0.18.0 #21
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.
This PR contains the following updates:
0.14.0->0.18.0Release Notes
ohadravid/wmi-rs (wmi)
v0.18.0Compare Source
What's Changed
COMLibraryand letWMIConnectioninitialize COM if needed by @ohadravid in https://github.com/ohadravid/wmi-rs/pull/137You can now call
WMIConnection::new()and let the crate handle the initialization internally.Note: COM will NOT be uninitialized when the connection is dropped (similar to <=0.17 versions, which didn't uninitialize COM on drop since #53).
If this is not what you want, then you must initialize COM yourself before creating the connection. See the docs for more.
Full Changelog: ohadravid/wmi-rs@v0.17.3...v0.18.0
v0.17.3Compare Source
What's Changed
Full Changelog: ohadravid/wmi-rs@v0.17.2...v0.17.3
v0.17.2Compare Source
What's Changed
New Contributors
Full Changelog: ohadravid/wmi-rs@v0.17.1...v0.17.2
v0.17.1Compare Source
What's Changed
Full Changelog: ohadravid/wmi-rs@v0.17.0...v0.17.1
v0.17.0Compare Source
What's Changed
Breaking Changes
SafeArrayAccessor::newnow accepts aNonNull<SAFEARRAY>instead of a reference, in https://github.com/ohadravid/wmi-rs/pull/124New Contributors
Full Changelog: ohadravid/wmi-rs@v0.16.0...v0.17.0
v0.16.0Compare Source
This version adds support for more serialization inputs (nested structures, array), and changes the public API to be more cohesive.
New Features
Nested structrure can be serialized when provided as method parameters (#120):
Arrays can be serialized when provided as method parameters (#121):
More lower-level API functions are exposed for
IWbemClassWrapper:Breaking Changes
_native) methods to match the original names (exec_method_native_wrapper->exec_method,exec_query_native_wrapper->exec_query, etc.)What's Changed
IWbemClassWrapperandWMIConnection, rename lower-level functions by @ohadravid in https://github.com/ohadravid/wmi-rs/pull/120Full Changelog: ohadravid/wmi-rs@v0.15.2...v0.16.0
v0.15.2Compare Source
What's Changed
put_propertymethod forIWbemClassWrapperby @ohadravid in https://github.com/ohadravid/wmi-rs/pull/119Full Changelog: ohadravid/wmi-rs@v0.15.1...v0.15.2
v0.15.1Compare Source
What's Changed
windowsandwindows-corecrates to version 0.60Full Changelog: ohadravid/wmi-rs@v0.15.0...v0.15.1
v0.15.0Compare Source
What's Changed
Example for newtype structs:
Example for serde flatten:
Breaking Changes:
struct_name_and_fieldsfunction now returns anOptionfor the struct's fields (which isNonein case of a newtype struct).Full Changelog: ohadravid/wmi-rs@v0.14.5...v0.15.0
v0.14.5Compare Source
What's Changed
CloneforVariantin ohadravid/wmi-rs@406e302Full Changelog: ohadravid/wmi-rs@v0.14.4...v0.14.5
v0.14.4Compare Source
What's Changed
Full Changelog: ohadravid/wmi-rs@v0.14.3...v0.14.4
v0.14.3Compare Source
What's Changed
Example:
New Contributors
Full Changelog: ohadravid/wmi-rs@v0.14.2...v0.14.3
v0.14.2Compare Source
What's Changed
Full Changelog: ohadravid/wmi-rs@v0.14.1...v0.14.2
v0.14.1Compare Source
What's Changed
New Contributors
Full Changelog: ohadravid/wmi-rs@v0.14.0...v0.14.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 8am and before 4pm on tuesday" in timezone Etc/UTC.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.