summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-12 12:57:59 -0400
committerGitHub <noreply@github.com>2021-08-12 12:57:59 -0400
commitd316405a5a53ab51c89b644febd2ed3bf9dba9de (patch)
treef1bcb35422778f8fb0358afcdbe54675dda51167
parentf6a81b9c639481684d17ca3bbe5236b3b041d425 (diff)
downloadcryptography-d316405a5a53ab51c89b644febd2ed3bf9dba9de.tar.gz
Bump bitflags from 1.2.1 to 1.3.1 in /src/rust (#6208)
Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.2.1 to 1.3.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.2.1...1.3.1) --- updated-dependencies: - dependency-name: bitflags dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--src/rust/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index 4ab9b0bf3..16429852a 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -49,9 +49,9 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bitflags"
-version = "1.2.1"
+version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
+checksum = "2da1976d75adbe5fbc88130ecd119529cf1cc6a93ae1546d8696ee66f0d21af1"
[[package]]
name = "cfg-if"