From 0d05faec69e351b86ea5ee2c06e1c4442d00cc01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:16:55 +0000 Subject: [PATCH] build(deps): bump parity-scale-codec from 3.6.12 to 3.7.0 Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) from 3.6.12 to 3.7.0. - [Release notes](https://github.com/paritytech/parity-scale-codec/releases) - [Changelog](https://github.com/paritytech/parity-scale-codec/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/parity-scale-codec/compare/v3.6.12...v3.7.0) --- updated-dependencies: - dependency-name: parity-scale-codec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- certifier/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1dbbb3af..10c5e90e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2714,15 +2714,16 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "parity-scale-codec" -version = "3.6.12" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" +checksum = "8be4817d39f3272f69c59fe05d0535ae6456c2dc2fa1ba02910296c7e0a5c590" dependencies = [ "arrayvec", "bitvec", "byte-slice-cast", "impl-trait-for-tuples", "parity-scale-codec-derive", + "rustversion", "serde", ] diff --git a/certifier/Cargo.toml b/certifier/Cargo.toml index e6e0885e..96409dab 100644 --- a/certifier/Cargo.toml +++ b/certifier/Cargo.toml @@ -30,7 +30,7 @@ duration-str = { version = "0.11.2", default-features = false, features = [ "serde", "time", ] } -parity-scale-codec = { version = "3.6.12", features = ["derive", "serde"] } +parity-scale-codec = { version = "3.7.0", features = ["derive", "serde"] } mockall = "0.13.1" [dev-dependencies]