From f07dafe2092a7f811e6d12fb10082313d1261fb4 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Fri, 21 Feb 2025 09:45:20 -0600 Subject: [PATCH] dependencies --- crates/libs/bindgen/Cargo.toml | 2 +- crates/libs/helpers/Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/crates/libs/bindgen/Cargo.toml b/crates/libs/bindgen/Cargo.toml index 5adde1fc03..4160d2cf0a 100644 --- a/crates/libs/bindgen/Cargo.toml +++ b/crates/libs/bindgen/Cargo.toml @@ -16,4 +16,4 @@ default-target = "x86_64-pc-windows-msvc" targets = [] [dependencies] -rayon = "1.7" +rayon = "1.10" diff --git a/crates/libs/helpers/Cargo.toml b/crates/libs/helpers/Cargo.toml index b3245a0cbb..cc67822583 100644 --- a/crates/libs/helpers/Cargo.toml +++ b/crates/libs/helpers/Cargo.toml @@ -5,6 +5,5 @@ edition = "2021" publish = false [dependencies] -regex = "1.7" -windows-bindgen = { workspace = true } +regex = "1.11" windows-link = { workspace = true }