From fb23b51d392b90d7fa1d4106a89c9526b022c7c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 06:50:08 +0000 Subject: [PATCH] Update heck requirement from 0.3 to 0.4 Updates the requirements on [heck](https://github.com/withoutboats/heck) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- core/Cargo.toml | 2 +- macros/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0675acc3b..e16a8c755 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ paperclip-macros = { path = "macros", version = "0.5.1", optional = true } env_logger = { version = "0.8", optional = true } git2 = { version = "0.13", optional = true } -heck = { version = "0.3", optional = true } +heck = { version = "0.4", optional = true } http = { version = "0.2", optional = true } itertools = "0.10" log = { version = "0.4", optional = true } diff --git a/core/Cargo.toml b/core/Cargo.toml index 434735702..b11310e75 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -18,7 +18,7 @@ actix-multipart = { version = "0", optional = true } actix-session = { version = "0", optional = true } actix-files = {version = "0", optional = true} chrono = { version = "0", optional = true } -heck = { version = "0.3", optional = true } +heck = { version = "0.4", optional = true } once_cell = "1.4" log = { version = "0.4", optional = true } mime = "0.3" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 61d3029e5..845ec2940 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -18,7 +18,7 @@ proc-macro2 = "1.0" proc-macro-error = "1.0" quote = "1.0" syn = { version = "1.0", features = ["full"] } -heck = { version = "0.3", optional = true } +heck = { version = "0.4", optional = true } http = { version = "0.2", optional = true } lazy_static = { version = "1.4", optional = true } strum = { version = "0.22", optional = true }