Bump bitflags from 1.2.1 to 1.3.2 (#9568)

Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.2.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.2.1...1.3.2)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
  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>
This commit is contained in:
dependabot[bot]
2021-08-19 18:13:05 +00:00
committed by GitHub
parent b5b2abc736
commit 13d2adc78e
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -529,9 +529,9 @@ dependencies = [
[[package]]
name = "bitflags"
version = "1.2.1"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitvec"
+1 -1
View File
@@ -19,7 +19,7 @@ prost-build = "0.7"
[dependencies]
async-trait = "0.1"
async-std = "1.6.5"
bitflags = "1.2.0"
bitflags = "1.3.2"
cid = "0.6.0"
bytes = "1"
codec = { package = "parity-scale-codec", version = "2.0.0", features = [
+1 -1
View File
@@ -13,7 +13,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
bitflags = "1.0"
bitflags = "1.3"
codec = { package = "parity-scale-codec", version = "2.2.0", default-features = false, features = [
"derive",
"max-encoded-len",
+1 -1
View File
@@ -28,7 +28,7 @@ frame-support-procedural = { version = "4.0.0-dev", default-features = false, pa
paste = "1.0"
once_cell = { version = "1", default-features = false, optional = true }
sp-state-machine = { version = "0.10.0-dev", optional = true, path = "../../primitives/state-machine" }
bitflags = "1.2"
bitflags = "1.3"
impl-trait-for-tuples = "0.2.1"
smallvec = "1.4.1"
log = { version = "0.4.14", default-features = false }