diff --git a/Cargo.toml b/Cargo.toml index 623c1f3..fa8fa7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ macro = { path = "src/macro" } retour = { version = "0.3.1", features = ["static-detour"] } log = "0.4.20" simple-logging = "2.0.2" -regex = "*" +regex = "1.10.2" toml = "0.8.6" backtrace = "0.3.69" chrono = "0.4.31"