From 19c3745cf36e7ff8b540f18d21b86bae54aa4f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 21:10:48 +0000 Subject: [PATCH] build(deps): bump embuild from 0.30.4 to 0.31.0 Bumps [embuild](https://github.com/ivmarkov/embuild) from 0.30.4 to 0.31.0. - [Release notes](https://github.com/ivmarkov/embuild/releases) - [Changelog](https://github.com/esp-rs/embuild/blob/master/CHANGELOG.md) - [Commits](https://github.com/ivmarkov/embuild/compare/v0.30.4...v0.31.0) --- updated-dependencies: - dependency-name: embuild dependency-type: direct:production update-type: version-update:semver-minor ... 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 0bfaf74..d1a0a59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,9 +457,9 @@ checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" [[package]] name = "embuild" -version = "0.30.4" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6ca66d283ba92dc33ce461ba27bb5085a769dd740bad3f66e60e70926b34d05" +checksum = "65388407a519276cd9aa94291380649d4cedbe8cf566d40f436f7a1ea9b5f8fe" dependencies = [ "anyhow", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index e2321d9..c9b14e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ console = "0.15.1" tempfile = "3.3.0" log = "0.4.17" env_logger = "0.10.0" -embuild = { version = "0.30.4", features = ["espidf", "git"] } +embuild = { version = "0.31.0", features = ["espidf", "git"] } strum = { version = "0.24", features = ["derive"] } strum_macros = "0.24.3" toml = "0.5.9"