From 8a0e131d9b5f3a622f73092ae6a1f722a4167196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:20:46 +0000 Subject: [PATCH] chore(deps): update primitive-types requirement from 0.12 to 0.13 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...primitive-types-v0.13.1) --- updated-dependencies: - dependency-name: primitive-types 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 f93e325..50c9ed1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ parity-scale-codec = { version = "3", optional = true, features = [ "derive", "max-encoded-len", ], default-features = false } -primitive-types = { version = "0.12", optional = true, default-features = false } +primitive-types = { version = "0.13", optional = true, default-features = false } proptest = { version = "1.2", optional = true, default-features = false } pyo3 = { version = "0.19", optional = true, default-features = false } quickcheck = { version = "1", optional = true, default-features = false }