Update hex requirement from ~0.3 to ~0.4 (#15)

This commit is contained in:
dependabot[bot] 2022-10-24 10:03:09 +02:00 committed by GitHub
parent 02efc3b094
commit 97d3608c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,5 +13,5 @@ keywords = ["wol", "wake-on-lan"]
categories = ["network-programming"] categories = ["network-programming"]
[dependencies] [dependencies]
hex = "~0.3" hex = "~0.4"
arrayvec = "0.7.2" arrayvec = "0.7.2"