diff --git a/Cargo.toml b/Cargo.toml index a2cfa97680..7e373c3a5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ strum_macros = "0.26.4" toml = "0.8.19" # For parsing the injections toml file typed-builder = "0.20.0" # Implement the builder pattern at compiletime uuid = { version = "1.10.0", features = ["serde", "v4"] } -which = "6.0.3" +which = "7.0.0" windows = "0.58.0" z3 = "0.12.1"