From 60b8e72a28ea772cab9221d14552e990c5cefb46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 03:05:26 +0000 Subject: [PATCH] Update windows-sys requirement from 0.60 to 0.61 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/commits) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.60.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0eb29dad..a6fb8de9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ crossbeam-utils = "0.8" crossbeam-skiplist = "0.1" nix = "0.30" io-uring = "0.7" -windows-sys = "0.60" +windows-sys = "0.61" anyhow = "1.0" slab = "0.4" backtrace = "0.3"