summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-16 10:10:10 -0700
committerGitHub <noreply@github.com>2021-08-16 10:10:10 -0700
commit2de7b51cc9bf6230149d7107b0f3fbdbc86b49bb (patch)
tree4330a8fa1043cdbadf80bb4c204d3cdd2e87c7e5
parenta49e12acc06861892005eb8f4ec601966ed09642 (diff)
Bump bitflags from 1.3.1 to 1.3.2 (#691)
Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.3.1 to 1.3.2. - [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.1...1.3.2) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c0742f32..bf8c5b27 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -85,9 +85,9 @@ dependencies = [
[[package]]
name = "bitflags"
-version = "1.3.1"
+version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2da1976d75adbe5fbc88130ecd119529cf1cc6a93ae1546d8696ee66f0d21af1"
+checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "box_drawing"
diff --git a/Cargo.toml b/Cargo.toml
index 76860f51..8ac567f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ path = "src/main.rs"
ansi_colours = "1.0.4"
ansi_term = "0.12.1"
atty = "0.2.14"
-bitflags = "1.3.1"
+bitflags = "1.3.2"
box_drawing = "0.1.2"
bytelines = "2.2.2"
console = "0.14.1"