From c1aaa1760b2f58acff05cbf7da903f6e6e0677d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 06:17:46 +0000 Subject: [PATCH] Bump heck from 0.3.2 to 0.3.3 Bumps [heck](https://github.com/withoutboats/heck) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/withoutboats/heck/releases) - [Changelog](https://github.com/withoutboats/heck/blob/master/CHANGELOG.md) - [Commits](https://github.com/withoutboats/heck/commits) --- updated-dependencies: - dependency-name: heck dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c8fa8fd..b426cd8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1327,9 +1327,9 @@ dependencies = [ [[package]] name = "heck" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac" +checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" dependencies = [ "unicode-segmentation", ] diff --git a/Cargo.toml b/Cargo.toml index 55bd830c..845414e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ env_logger = "0.8.3" anyhow = "1.0.40" structopt = "0.3.21" log = "0.4.14" -heck = "0.3.2" +heck = "0.3.3" zip = { version = "0.5.12", default-features = false } pwasm-utils = "0.18.0" parity-wasm = "0.42.2" -- GitLab