Bump scale-info from 2.6.0 to 2.7.0 (#973)

Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.6.0 to 2.7.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/commits/v2.7.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>
Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-05-22 09:59:33 +01:00
committed by GitHub
parent a61359d914
commit 9980e9db72
3 changed files with 4 additions and 4 deletions
Generated
+2 -2
View File
@@ -2763,9 +2763,9 @@ dependencies = [
[[package]]
name = "scale-info"
version = "2.6.0"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfdef77228a4c05dc94211441595746732131ad7f6530c6c18f045da7b7ab937"
checksum = "b569c32c806ec3abdf3b5869fb8bf1e0d275a7c1c9b0b05603d9464632649edf"
dependencies = [
"bitvec",
"cfg-if",
+1 -1
View File
@@ -54,7 +54,7 @@ primitive-types = { version = "0.12.1", default-features = false, features = ["c
proc-macro2 = "1.0.55"
quote = "1.0.27"
regex = "1.8.1"
scale-info = "2.6.0"
scale-info = "2.7.0"
scale-value = "0.7.0"
scale-bits = "0.3"
scale-decode = "0.5.0"
+1 -1
View File
@@ -16,7 +16,7 @@ description = "Command line utilities for checking metadata compatibility betwee
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
frame-metadata = { version = "15.1.0", features = ["v14", "v15-unstable", "std"] }
scale-info = "2.6.0"
scale-info = "2.7.0"
sp-core-hashing = "8.0.0"
[dev-dependencies]