From 1c9e01d06583ef755c9cce6e5f0e706e71cd217d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 04:19:23 +0000 Subject: [PATCH] build(deps): bump primitive-types from 0.12.1 to 0.12.2 Bumps [primitive-types](https://github.com/paritytech/parity-common) from 0.12.1 to 0.12.2. - [Commits](https://github.com/paritytech/parity-common/commits) --- updated-dependencies: - dependency-name: primitive-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0224555d0..24c2f0c700 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11555,9 +11555,9 @@ dependencies = [ [[package]] name = "primitive-types" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66" +checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ "fixed-hash", "impl-codec", diff --git a/Cargo.toml b/Cargo.toml index ab0cbb9f1f..8bfdc18173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -313,7 +313,7 @@ num-traits = { version = "0.2.19", default-features = false } num_enum = { version = "0.7.3", default-features = false } parity-scale-codec = { version = "3.6.12", default-features = false } paste = { version = "1.0.15" } -primitive-types = { version = "0.12.1", default-features = false } +primitive-types = { version = "0.12.2", default-features = false } proc-macro2 = { version = "1.0.89" } quote = { version = "1.0.20" } scale-info = { version = "2.11.3", default-features = false }