Skip to content

Commit 5671f91

Browse files
authored
chore(deps): update rust crate win32job to 2.0.3 (#2351)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [win32job](https://redirect.github.com/ohadravid/win32job-rs) | workspace.dependencies | patch | `2.0.2` -> `2.0.3` | --- ### Release Notes <details> <summary>ohadravid/win32job-rs (win32job)</summary> ### [`v2.0.3`](https://redirect.github.com/ohadravid/win32job-rs/releases/tag/v2.0.3) [Compare Source](https://redirect.github.com/ohadravid/win32job-rs/compare/v2.0.2...v2.0.3) #### What's Changed - Implement JobError to io::Error conversion, update windows crate by [@&#8203;ohadravid](https://redirect.github.com/ohadravid) in [https://github.com/ohadravid/win32job-rs/pull/11](https://redirect.github.com/ohadravid/win32job-rs/pull/11) **Full Changelog**: ohadravid/win32job-rs@v2.0.2...v2.0.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 33947e2 commit 5671f91

File tree

2 files changed

+98
-13
lines changed

2 files changed

+98
-13
lines changed

Cargo.lock

Lines changed: 97 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ tracing-subscriber = { version = "0.3.19", default-features = false, features =
133133
unicode-ident = "1.0.18"
134134
unicode-normalization = "0.1.24"
135135
whoami = "1.6.0"
136-
win32job = "2.0.2"
136+
win32job = "2.0.3"
137137
windows-sys = "0.59.0"
138138
winnow = "0.7.10"
139139
xxhash-rust = "0.8.13"

0 commit comments

Comments
 (0)