mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-29 08:59:59 -07:00
Fix clippy lints and upgrade deku
Old version of deku was throwing clippy lints in generated code
This commit is contained in:
committed by
Will Greenberg
parent
a8087c6840
commit
32b67df55d
@@ -18,7 +18,7 @@ tplink = []
|
||||
bytes = "1.5.0"
|
||||
chrono = "0.4.31"
|
||||
crc = "3.0.1"
|
||||
deku = { version = "0.16.0", features = ["logging"] }
|
||||
deku = { version = "0.18.0", features = ["logging"] }
|
||||
env_logger = "0.10.1"
|
||||
libc = "0.2.150"
|
||||
log = "0.4.20"
|
||||
|
||||
Reference in New Issue
Block a user