mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 02:51:08 +00:00
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:
@@ -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",
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user