From cb7ce1fc2bc39f4162c28aef22065db5a2fefcc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 08:45:23 +0000 Subject: [PATCH] Bump ink_primitives from 3.1.0 to 3.2.0 Bumps [ink_primitives](https://github.com/paritytech/ink) from 3.1.0 to 3.2.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.1.0...v3.2.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 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f75c0e35..5f17cb9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1555,18 +1555,18 @@ dependencies = [ [[package]] name = "ink_prelude" -version = "3.1.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90a9133adeaa0d07bb1f29b9d4a0db6f0399e34ff63d5c9f1c008cde54f4db24" +checksum = "17443d7d15df552eca048ba3b7ba8551fff3b0d529779bd3a64afc1be19ba65a" dependencies = [ "cfg-if", ] [[package]] name = "ink_primitives" -version = "3.1.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49a45f65f373fa1a2d91b4293bb4dcf5858b5505d0aaa800b19d6fcd5b36f100" +checksum = "538ad6c2050f950099e6d0202c296d174854f956d2d815e608c24d9db214ae4f" dependencies = [ "cfg-if", "ink_prelude", -- GitLab