diff --git a/api_gen/Cargo.toml b/api_gen/Cargo.toml index 0b330ec..a0bf114 100644 --- a/api_gen/Cargo.toml +++ b/api_gen/Cargo.toml @@ -8,4 +8,4 @@ publish = false # Version-locked to not make the CI go out of date bindgen = "=0.69.4" # Force a higher version to fix https://github.com/rust-lang/regex/issues/770 in MSRV -regex-syntax = "0.6.26" +regex-syntax = "0.8.5"