From 9b0e1623e172132c254271116968ff8ee005da0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:40:32 +0000 Subject: [PATCH] Bump impl-serde from 0.4.0 to 0.5.0 Bumps [impl-serde](/~https://github.com/paritytech/parity-common) from 0.4.0 to 0.5.0. - [Commits](/~https://github.com/paritytech/parity-common/compare/impl-serde-v0.4.0...impl-serde-v0.5.0) --- updated-dependencies: - dependency-name: impl-serde dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/build/Cargo.toml | 2 +- crates/metadata/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 645544491..7cd26461f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1184,7 +1184,7 @@ dependencies = [ "duct", "heck 0.5.0", "hex", - "impl-serde 0.4.0", + "impl-serde 0.5.0", "parity-scale-codec", "pretty_assertions", "regex", @@ -1253,7 +1253,7 @@ name = "contract-metadata" version = "5.0.0-alpha" dependencies = [ "anyhow", - "impl-serde 0.4.0", + "impl-serde 0.5.0", "pretty_assertions", "semver", "serde", diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index 3db18609b..9e3125115 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -23,7 +23,7 @@ clap = { version = "4.5.4", features = ["derive", "env"] } duct = "0.13.7" heck = "0.5.0" hex = "0.4.3" -impl-serde = "0.4.0" +impl-serde = "0.5.0" rustc_version = "0.4.0" scale = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive", diff --git a/crates/metadata/Cargo.toml b/crates/metadata/Cargo.toml index 4b4801c73..bad1592f7 100644 --- a/crates/metadata/Cargo.toml +++ b/crates/metadata/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["wasm", "ink", "webassembly", "blockchain", "edsl"] include = ["Cargo.toml", "*.rs", "LICENSE", "compatibility_list.json"] [dependencies] -impl-serde = "0.4.0" +impl-serde = "0.5.0" semver = { version = "1.0.23", features = ["serde"] } serde = { version = "1", default-features = false, features = ["derive"] } serde_json = "1.0.117"