summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-19 06:11:13 +0000
committerGitHub <noreply@github.com>2024-03-19 06:11:13 +0000
commitd2e39d8dd28cd517e8b04bf52fcd9fc214cfa4ba (patch)
tree63d925351e5ee327305a449e188f5ad8d86979f6
parentfaeac4e1a3f984da772acc1b258d06fd5220e100 (diff)
Chore(deps): bump bitflags from 2.4.2 to 2.5.0
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.2 to 2.5.0. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.4.2...2.5.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--rust/regex-rs/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a75eebc5..1ef127f2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -79,9 +79,9 @@ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "bitflags"
-version = "2.4.2"
+version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
+checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
[[package]]
name = "block"
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"