From 25ce250e9330f7b63dbbb2e15f7246d933a76b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:44:32 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97fac25fef..18d2091b83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index e01ca9df0c..6aa83dea4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }