Bump windows from 0.44.0 to 0.46.0 (#905)

This commit is contained in:
dependabot[bot] 2023-03-14 02:32:36 +00:00 committed by GitHub
parent 9e3223acf8
commit 6df38f1f11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 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.44.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
windows = { version = "0.46.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
[features]
default = ["static", "rustls"]