From 86ff9029104935046b9855987cf15b7ba0fc50e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:29:15 +0000 Subject: [PATCH] Update regex-syntax requirement from 0.6.26 to 0.8.5 Updates the requirements on [regex-syntax](https://github.com/rust-lang/regex) to permit the latest version. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/commits) --- updated-dependencies: - dependency-name: regex-syntax dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api_gen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"