summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-21 03:05:36 -0400
committerGitHub <noreply@github.com>2022-07-21 03:05:36 -0400
commitb34fd27a3b79c24c75d4b2370e8ac66dbec45cd4 (patch)
tree29bd5cab5d5ee8019acb50a621da6e4885c26be6 /Cargo.toml
parent616d73f72aa95e2d83fbb1bdd8acc1fb205c4fe2 (diff)
build: bump windows from 0.38.0 to 0.39.0 (#4194)
Bumps [windows](https://github.com/microsoft/windows-rs) from 0.38.0 to 0.39.0. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.38.0...0.39.0) --- updated-dependencies: - dependency-name: windows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 48cf8f786..4bab4dd6f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -96,7 +96,7 @@ features = ["preserve_order", "indexmap"]
deelevate = "0.2.0"
[target.'cfg(windows)'.dependencies.windows]
-version = "0.38.0"
+version = "0.39.0"
features = [
"Win32_Foundation",
"Win32_UI_Shell",