summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-06 06:18:55 +0000
committerGitHub <noreply@github.com>2024-05-06 06:18:55 +0000
commit57949cf288b0d6c01d3e5c37e04444a891f65729 (patch)
treef29063fc36a5b5350ed1a1a9c75928fc53c4a8ed
parentd995bf76cfe3ce4d0a89e4da647692319ee88c38 (diff)
Bump bitflags from 2.4.1 to 2.5.0dependabot/cargo/bitflags-2.5.0
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.1 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.1...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.lock14
-rw-r--r--Cargo.toml2
2 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 260c6a79..44bef7dc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -175,9 +175,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
-version = "2.4.1"
+version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
+checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
[[package]]
name = "box_drawing"
@@ -503,7 +503,7 @@ dependencies = [
"anstyle-parse",
"anyhow",
"bat",
- "bitflags 2.4.1",
+ "bitflags 2.5.0",
"box_drawing",
"bytelines",
"chrono",
@@ -538,7 +538,7 @@ version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b3ba52851e73b46a4c3df1d89343741112003f0f6f13beb0dfac9e457c3fdcd"
dependencies = [
- "bitflags 2.4.1",
+ "bitflags 2.5.0",
"libc",
"libgit2-sys",
"log",
@@ -705,7 +705,7 @@ version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
dependencies = [
- "bitflags 2.4.1",
+ "bitflags 2.5.0",
"libc",
"redox_syscall",
]
@@ -781,7 +781,7 @@ version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
dependencies = [
- "bitflags 2.4.1",
+ "bitflags 2.5.0",
"cfg-if",
"libc",
]
@@ -1071,7 +1071,7 @@ version = "0.38.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
dependencies = [
- "bitflags 2.4.1",
+ "bitflags 2.5.0",
"errno",
"libc",
"linux-raw-sys",
diff --git a/Cargo.toml b/Cargo.toml
index d55c68e9..116b2b12 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ ansi_colours = "1.2.1"
ansi_term = "0.12.1"
anstyle-parse = "0.2.3"
anyhow = "1.0.70"
-bitflags = "2.2.1"
+bitflags = "2.5.0"
box_drawing = "0.1.2"
bytelines = { version = "2.5.0", default-features = false }
clap = { version = "4.3.14", features = [