summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-16 06:57:15 +0000
committerGitHub <noreply@github.com>2023-03-16 06:57:15 +0000
commite72e41b5c724669ff6c52266bb895e61304d0e05 (patch)
tree04a071abdb4a82619d70c1cf066ba17520d1b62c
parent62d547b671ed0c3f60967766c9d74adc5e162fa6 (diff)
Chore(deps): bump bitflags from 1.3.2 to 2.0.1
Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.3.2 to 2.0.1. - [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/1.3.2...2.0.1) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock14
-rw-r--r--rust/regex-rs/Cargo.toml2
2 files changed, 11 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 28884207..5e15a934 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -78,6 +78,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
+name = "bitflags"
+version = "2.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d5dd14596c0e5b954530d0e6f1fd99b89c03e313aa2086e8da4303701a09e1cf"
+
+[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -609,7 +615,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0d9cc07f18492d879586c92b485def06bc850da3118075cd45d50e9c95b0e5"
dependencies = [
"bit-set",
- "bitflags",
+ "bitflags 1.3.2",
"byteorder",
"lazy_static",
"num-traits",
@@ -688,7 +694,7 @@ version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
]
[[package]]
@@ -717,7 +723,7 @@ dependencies = [
name = "regex-rs"
version = "0.1.0"
dependencies = [
- "bitflags",
+ "bitflags 2.0.1",
"gettext-rs",
"libc",
"strprintf",
@@ -741,7 +747,7 @@ version = "0.36.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
"errno",
"io-lifetimes",
"libc",
diff --git a/rust/regex-rs/Cargo.toml b/rust/regex-rs/Cargo.toml
index 1be3f1e8..a41733b1 100644
--- a/rust/regex-rs/Cargo.toml
+++ b/rust/regex-rs/Cargo.toml
@@ -10,6 +10,6 @@ license = "MIT"
[dependencies]
strprintf = { path="../strprintf" }
-bitflags = "1.3"
+bitflags = "2.0"
libc = ">=0.2.69"
gettext-rs = "0.7.0"