From a44c32b49608ba9a92fec5411a96ab61a9870509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 01:41:23 +0000 Subject: [PATCH] build(deps): bump mac_address from 1.1.6 to 1.1.7 Bumps [mac_address](https://github.com/rep-nop/mac_address) from 1.1.6 to 1.1.7. - [Commits](https://github.com/rep-nop/mac_address/commits) --- updated-dependencies: - dependency-name: mac_address dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- homie-device/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c19544e..e82270de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1264,9 +1264,9 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "mac_address" -version = "1.1.6" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aa12182b93606fff55b70a5cfe6130eaf7407c2ea4f2c2bcc8b113b67c9928f" +checksum = "8836fae9d0d4be2c8b4efcdd79e828a2faa058a90d005abf42f91cac5493a08e" dependencies = [ "nix", "winapi", diff --git a/homie-device/Cargo.toml b/homie-device/Cargo.toml index 2de7ae6b..a92f60ad 100644 --- a/homie-device/Cargo.toml +++ b/homie-device/Cargo.toml @@ -17,7 +17,7 @@ flume = "0.11.0" futures = "0.3.30" local_ipaddress = "0.1.3" log = "0.4.21" -mac_address = "1.1.6" +mac_address = "1.1.7" rumqttc = "0.24.0" tokio = "1.37.0" thiserror = "1.0.61"