Bump scale-info from 2.9.0 to 2.10.0 (#1215)

Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.9.0 to 2.10.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.9.0...v2.10.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-10-23 13:15:24 +02:00
committed by GitHub
parent 1b3fd4a789
commit cb6c7f287e
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -3259,9 +3259,9 @@ dependencies = [
[[package]]
name = "scale-info"
version = "2.9.0"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35c0a159d0c45c12b20c5a844feb1fe4bea86e28f17b92a5f0c42193634d3782"
checksum = "7f7d66a1128282b7ef025a8ead62a4a9fcf017382ec53b8ffbf4d7bf77bd3c60"
dependencies = [
"bitvec",
"cfg-if",
@@ -3273,9 +3273,9 @@ dependencies = [
[[package]]
name = "scale-info-derive"
version = "2.9.0"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "912e55f6d20e0e80d63733872b40e1227c0bce1e1ab81ba67d696339bfd7fd29"
checksum = "abf2c68b89cafb3b8d918dd07b42be0da66ff202cf1155c5739a4e0c1ea0dc19"
dependencies = [
"proc-macro-crate",
"proc-macro2",
+1 -1
View File
@@ -63,7 +63,7 @@ proc-macro-error = "1.0.4"
proc-macro2 = "1.0.69"
quote = "1.0.33"
regex = "1.10.2"
scale-info = "2.9.0"
scale-info = "2.10.0"
scale-value = "0.12.0"
scale-bits = "0.4.0"
scale-decode = "0.9.0"