From db34522ee10d6160e6db91710b62c7191d6160c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:58:33 +0000 Subject: [PATCH] build(deps): bump heck from 0.4.0 to 0.4.1 Bumps [heck](https://github.com/withoutboats/heck) from 0.4.0 to 0.4.1. - [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 ++-- xtask/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17a5965fe..497d03af8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,9 +142,9 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "heck" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" +checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "instant" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index f5137152e..367372319 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0.51" clap = { version = "4.0.4", default-features = false, features = ["derive", "help", "usage", "std"] } fatfs = { version = "0.3.6", default-features = false, features = ["alloc", "std"] } fs-err = "2.6.0" -heck = "0.4.0" +heck = "0.4.1" itertools = "0.10.5" mbrman = "0.5.1" nix = { version = "0.26.1", default-features = false, features = ["fs"] }