From 8b8265455f58d2d4fdc4c7a2b0e27d9c67af20fa Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:06:17 +0200 Subject: [PATCH] Almost fully get rid of windows-sys 0.59 Only curl and stacker still depends on it. --- clippy_dev/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy_dev/Cargo.toml b/clippy_dev/Cargo.toml index 238465210ee2..49dc5c9f10a8 100644 --- a/clippy_dev/Cargo.toml +++ b/clippy_dev/Cargo.toml @@ -9,7 +9,7 @@ chrono = { version = "0.4.38", default-features = false, features = ["clock"] } clap = { version = "4.4", features = ["derive"] } indoc = "1.0" itertools = "0.12" -opener = "0.7" +opener = "0.8" rustc-literal-escaper = "0.0.7" walkdir = "2.3"