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 a6301bd4..44aad3ec 100644 --- a/rust/regex-rs/Cargo.toml +++ b/rust/regex-rs/Cargo.toml @@ -12,4 +12,4 @@ strprintf = { path="../strprintf" } bitflags = "2.6" libc = ">=0.2.69" -gettext-rs = "0.7.1" +gettext-rs = "0.7.2" |