Bump scale-info from 2.3.1 to 2.4.0 (#884)

Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/paritytech/scale-info/releases)
- [Changelog](https://github.com/paritytech/scale-info/blob/master/CHANGELOG.md)
- [Commits](https://github.com/paritytech/scale-info/compare/v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: scale-info
  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]
2023-03-27 10:45:42 +01:00
committed by GitHub
parent b5194be5a2
commit 3f67b2c307
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ heck = "0.4.1"
proc-macro2 = "1.0.52"
quote = "1.0.8"
syn = "1.0.109"
scale-info = "2.0.0"
scale-info = "2.4.0"
subxt-metadata = { version = "0.27.1", path = "../metadata" }
jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport", "http-client"] }
hex = "0.4.3"
@@ -29,5 +29,5 @@ thiserror = "1.0.40"
[dev-dependencies]
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
scale-info = { version = "2.0.0", features = ["bit-vec"] }
scale-info = { version = "2.4.0", features = ["bit-vec"] }
pretty_assertions = "1.0.0"