From 871d5df90c91dc0d209a5cedb6438369b587b0e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 08:34:22 +0000 Subject: [PATCH] build(deps): bump embuild from 0.30.3 to 0.30.4 Bumps [embuild](https://github.com/ivmarkov/embuild) from 0.30.3 to 0.30.4. - [Release notes](https://github.com/ivmarkov/embuild/releases) - [Commits](https://github.com/ivmarkov/embuild/compare/v0.30.3...v0.30.4) --- updated-dependencies: - dependency-name: embuild 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 744f221..80a6d9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,9 +329,9 @@ checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" [[package]] name = "embuild" -version = "0.30.3" +version = "0.30.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01f030081cf69373a6c4b811934a81c7c9d3a11066ef22b564327a33f9991125" +checksum = "c6ca66d283ba92dc33ce461ba27bb5085a769dd740bad3f66e60e70926b34d05" dependencies = [ "anyhow", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 622c017..cf7ce4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,6 @@ console = "0.15.1" tempfile = "3.3.0" log = "0.4.17" env_logger = "0.9.0" -embuild = { version = "0.30.3", features = ["espidf", "git"] } +embuild = { version = "0.30.4", features = ["espidf", "git"] } strum = { version = "0.24", features = ["derive"] }