build(deps): bump win32job from 2.0.2 to 2.0.3 in /rust

Bumps [win32job](https://github.com/ohadravid/win32job-rs) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/ohadravid/win32job-rs/releases)
- [Commits](https://github.com/ohadravid/win32job-rs/compare/v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: win32job
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-19 00:50:59 +00:00 committed by GitHub
parent c4d3d099cd
commit 80456079a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

25
rust/Cargo.lock generated
View File

@ -3348,12 +3348,12 @@ checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
[[package]]
name = "win32job"
version = "2.0.2"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15165faeb072f2dc68597de0d7d2071fa8ace463ec85b4a86063c0100c33bcc1"
checksum = "8c6a6724ccfbf34154a8691bd868b0fcd2be2ca3f7b47b32614654f1a01b191c"
dependencies = [
"thiserror 1.0.69",
"windows 0.52.0",
"windows 0.61.1",
]
[[package]]
@ -3387,16 +3387,6 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
dependencies = [
"windows-core 0.52.0",
"windows-targets 0.52.6",
]
[[package]]
name = "windows"
version = "0.58.0"
@ -3429,15 +3419,6 @@ dependencies = [
"windows-core 0.61.0",
]
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-core"
version = "0.58.0"