From c41ee486d96ae6b368dab50d6ab45baa575acdae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 16:18:39 -0700 Subject: [PATCH] build(deps): update windows-sys requirement from 0.45 to 0.48 (#227) Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.45.0...0.48.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc8491275..909aca0e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ fastrand = "1.6.0" rustix = { version = "0.37.1", features = ["fs"] } [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.45" +version = "0.48" features = [ "Win32_Storage_FileSystem", "Win32_Foundation",