build(deps): bump scale-typegen-description from 0.4.2 to 0.4.3 (#1532)

Bumps [scale-typegen-description](https://github.com/paritytech/scale-typegen) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/paritytech/scale-typegen/releases)
- [Changelog](https://github.com/paritytech/scale-typegen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/paritytech/scale-typegen/commits/v0.4.3)

---
updated-dependencies:
- dependency-name: scale-typegen-description
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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]
2024-04-15 11:44:32 +01:00
committed by GitHub
parent fa686b5433
commit 25ce250e93
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -3692,9 +3692,9 @@ dependencies = [
[[package]]
name = "scale-typegen"
version = "0.4.2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0906a872e5733f2633457001962007b644d2e17e08e74340f79820e4951b653f"
checksum = "ed57b2c642c1e8c905e904c866d16614a3b5621dad323e9b6a6bc902f1380aa9"
dependencies = [
"proc-macro2",
"quote",
@@ -3706,9 +3706,9 @@ dependencies = [
[[package]]
name = "scale-typegen-description"
version = "0.4.2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1601f61a2ec4f278cc6102204860893b90abd938ec7e9d02799748a97169b3c9"
checksum = "a85be41fdb34abc88f3b13ede67899825b98a08cdf904758e0b18989e8a55418"
dependencies = [
"anyhow",
"peekmore",
+1 -1
View File
@@ -96,7 +96,7 @@ scale-bits = { version = "0.5.0", default-features = false }
scale-decode = { version = "0.11.1", default-features = false }
scale-encode = { version = "0.6.0", default-features = false }
scale-typegen = "0.4.2"
scale-typegen-description = "0.4.2"
scale-typegen-description = "0.4.3"
serde = { version = "1.0.197", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.114", default-features = false }
syn = { version = "2.0.15", features = ["full", "extra-traits"] }