diff options
Diffstat (limited to 'rust/regex-rs/Cargo.toml')
-rw-r--r-- | rust/regex-rs/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/regex-rs/Cargo.toml b/rust/regex-rs/Cargo.toml index b2a4c377..98a09c3b 100644 --- a/rust/regex-rs/Cargo.toml +++ b/rust/regex-rs/Cargo.toml @@ -10,6 +10,6 @@ license = "MIT" [dependencies] strprintf = { path="../strprintf" } -bitflags = "2.4" +bitflags = "2.5" libc = ">=0.2.69" gettext-rs = "0.7.0" |