From 77e3dd3ee389c7edd49f429ea59624f5d7078eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 06:36:49 +0000 Subject: [PATCH] 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.0) --- updated-dependencies: - dependency-name: primitive-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/ir/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ir/Cargo.toml b/crates/ir/Cargo.toml index 0d6789d5..e9b658f2 100644 --- a/crates/ir/Cargo.toml +++ b/crates/ir/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -primitive-types = { version = "0.12", default-features = false } +primitive-types = { version = "0.13", default-features = false } cranelift-entity = "0.111" smallvec = "1.7.0" rustc-hash = "2.0.0"