From 97d3608c8d14b9c13593791148fa864c48e60ffe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 10:03:09 +0200 Subject: [PATCH] Update hex requirement from ~0.3 to ~0.4 (#15) --- wakey/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wakey/Cargo.toml b/wakey/Cargo.toml index 53cf755..c03800f 100644 --- a/wakey/Cargo.toml +++ b/wakey/Cargo.toml @@ -13,5 +13,5 @@ keywords = ["wol", "wake-on-lan"] categories = ["network-programming"] [dependencies] -hex = "~0.3" +hex = "~0.4" arrayvec = "0.7.2"