From 9a3dd71a706e7b8529478bbe92fbd94747c4991c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:35:16 +0000 Subject: [PATCH] chore(deps)(deps): bump primitive-types from 0.12.2 to 0.14.0 Bumps [primitive-types](https://github.com/paritytech/parity-common) from 0.12.2 to 0.14.0. - [Commits](https://github.com/paritytech/parity-common/commits/ethbloom-v0.14.0) --- updated-dependencies: - dependency-name: primitive-types dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/consensus/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a70480f4..254f8804 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3063,9 +3063,9 @@ dependencies = [ [[package]] name = "primitive-types" -version = "0.12.2" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" +checksum = "721a1da530b5a2633218dc9f75713394c983c352be88d2d7c9ee85e2c4c21794" dependencies = [ "fixed-hash", "uint", @@ -4528,9 +4528,9 @@ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" [[package]] name = "uint" -version = "0.9.5" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" +checksum = "909988d098b2f738727b161a106cfc7cab00c539c2687a8836f8e565976fb53e" dependencies = [ "byteorder", "crunchy", diff --git a/crates/consensus/Cargo.toml b/crates/consensus/Cargo.toml index 8cd1294e..e836f370 100644 --- a/crates/consensus/Cargo.toml +++ b/crates/consensus/Cargo.toml @@ -26,7 +26,7 @@ chrono = { version = "0.4", features = ["serde"] } randomx-rs = { version = "1.3", optional = true } ethash = { version = "0.1.2", optional = true } etcommon-bigint = { version = "0.2", optional = true } -primitive-types = { version = "0.12", default-features = false } +primitive-types = { version = "0.14", default-features = false } maxminddb = "0.27" ipnet = "2.12" parking_lot = "0.12"