From 7aa3cc5127aa384d1c53cfc16b49ae33dc2e552b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:46:55 -0700 Subject: [PATCH] Bump heck from 0.4.1 to 0.5.0 (#772) Bumps [heck](https://github.com/withoutboats/heck) from 0.4.1 to 0.5.0. - [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-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 12 +++--------- progenitor-impl/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83478f4..d6cd5fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -337,7 +337,7 @@ version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" dependencies = [ - "heck 0.5.0", + "heck", "proc-macro2", "quote", "syn 2.0.58", @@ -859,12 +859,6 @@ dependencies = [ "allocator-api2", ] -[[package]] -name = "heck" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" - [[package]] name = "heck" version = "0.5.0" @@ -1441,7 +1435,7 @@ dependencies = [ "expectorate", "futures", "getopts", - "heck 0.4.1", + "heck", "http 0.2.9", "hyper", "indexmap", @@ -2410,7 +2404,7 @@ name = "typify-impl" version = "0.0.16" source = "git+https://github.com/oxidecomputer/typify#49cfcb10f2b7667e6f13e4d6e006df8ff382a5cb" dependencies = [ - "heck 0.5.0", + "heck", "log", "proc-macro2", "quote", diff --git a/progenitor-impl/Cargo.toml b/progenitor-impl/Cargo.toml index 142cbdc..785ef82 100644 --- a/progenitor-impl/Cargo.toml +++ b/progenitor-impl/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/oxidecomputer/progenitor.git" readme = "../README.md" [dependencies] -heck = "0.4.1" +heck = "0.5.0" http = "0.2.9" getopts = "0.2" indexmap = "2.2.6"