From e74b9ab892eea69dab5dfb314101671ee3f52803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 03:46:01 +0000 Subject: [PATCH] Update windows-sys requirement from 0.59 to 0.60 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.59.0...0.59.0) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.59.0 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 51a3cc60..3f7bd7b6 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.59" +windows-sys = "0.60" anyhow = "1.0" slab = "0.4" backtrace = "0.3"