Bump windows from 0.46.0 to 0.47.0 (#964)

This commit is contained in:
dependabot[bot] 2023-03-30 03:29:23 +00:00 committed by GitHub
parent 6bdfa0ee3c
commit 10e350af8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 76 additions and 19 deletions

View file

@ -38,7 +38,7 @@ url = { version = "2.3.1", features = ["serde"] }
xz2 = "0.1.7"
[target.'cfg(target_os = "windows")'.dependencies]
windows = { version = "0.46.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
windows = { version = "0.47.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
[features]
default = ["static", "rustls"]