Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Feb 21, 2025
1 parent 527925f commit f07dafe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/libs/bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ default-target = "x86_64-pc-windows-msvc"
targets = []

[dependencies]
rayon = "1.7"
rayon = "1.10"
3 changes: 1 addition & 2 deletions crates/libs/helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ edition = "2021"
publish = false

[dependencies]
regex = "1.7"
windows-bindgen = { workspace = true }
regex = "1.11"
windows-link = { workspace = true }

0 comments on commit f07dafe

Please sign in to comment.