From 6c97a5ab5b955d6a125b30033e085a5c7308e8fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 13:05:58 +0000 Subject: [PATCH] Bump ink_primitives from 3.0.1 to 3.1.0 Bumps [ink_primitives](https://github.com/paritytech/ink) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/paritytech/ink/releases) - [Changelog](https://github.com/paritytech/ink/blob/master/RELEASES.md) - [Commits](https://github.com/paritytech/ink/compare/v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: ink_primitives dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 081240a8..af8b09ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1569,18 +1569,18 @@ dependencies = [ [[package]] name = "ink_prelude" -version = "3.0.1" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4917e51ffd6374c7be1cb030e89607a7b9384f331d47bfa7589750ff8f27fd7f" +checksum = "90a9133adeaa0d07bb1f29b9d4a0db6f0399e34ff63d5c9f1c008cde54f4db24" dependencies = [ "cfg-if", ] [[package]] name = "ink_primitives" -version = "3.0.1" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1793c77ab7354147a4a0de3e0a77a31a29bf6fbd5f97192b8202c3ce2587699" +checksum = "49a45f65f373fa1a2d91b4293bb4dcf5858b5505d0aaa800b19d6fcd5b36f100" dependencies = [ "cfg-if", "ink_prelude", diff --git a/Cargo.toml b/Cargo.toml index f31e35cb..76ace411 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ wabt = "0.10.0" regex = "1.5.5" predicates = "2.1.1" -ink_primitives = "3.0" +ink_primitives = "3.1" ink_storage = "3.0" ink_lang = "3.0" ink_lang_codegen = "3.0" -- GitLab