From 5b1db7c40226c2b1f2c9e6fffabc4b97ad0d67c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:25:55 +0000 Subject: [PATCH] chore(deps): update primitive-types requirement from 0.12 to 0.14 Updates the requirements on [primitive-types](https://github.com/paritytech/parity-common) to permit the latest version. - [Commits](https://github.com/paritytech/parity-common/compare/primitive-types-v0.12.0...ethbloom-v0.14.0) --- updated-dependencies: - dependency-name: primitive-types dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16a9627..858a322 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ parity-scale-codec = { version = "3", optional = true, default-features = false, "derive", "max-encoded-len", ] } -primitive-types = { version = "0.12", optional = true, default-features = false } +primitive-types = { version = "0.14", optional = true, default-features = false } proptest = { version = "1", optional = true, default-features = false, features = [ "no_std", ] }