summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-19 15:33:31 +0000
committerGitHub <noreply@github.com>2024-03-19 15:33:31 +0000
commit880247bb4964aa3f6d765bf5910d6085c5214e87 (patch)
treed946c706e3471ac580d180331d6e75a6c95ec6f0
parente3ed1f841590c551d4329e2810b6f0722affe055 (diff)
parentd2e39d8dd28cd517e8b04bf52fcd9fc214cfa4ba (diff)
Merge pull request #2710 from newsboat/dependabot/cargo/bitflags-2.5.0
-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"