Bump windows from 0.47.0 to 0.48.0 (#974)

This commit is contained in:
dependabot[bot] 2023-04-03 02:49:53 +00:00 committed by GitHub
parent b3abfab7fd
commit d7441e4675
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 27 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.47.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
windows = { version = "0.48.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
[features]
default = ["static", "rustls"]