Upgrade deku to 0.20

Fix #748
This commit is contained in:
Markus Unterwaditzer
2025-12-28 19:52:26 +01:00
committed by Will Greenberg
parent 61793179e5
commit 3615cbf2dd
3 changed files with 114 additions and 48 deletions

View File

@@ -13,7 +13,7 @@ path = "src/lib.rs"
bytes = "1.5.0"
chrono = { version = "0.4.31", features = ["serde"] }
crc = "3.0.1"
deku = { version = "0.18.0", features = ["logging"] }
deku = { version = "0.20.0", features = ["logging"] }
libc = "0.2.150"
log = "0.4.20"
nix = { version = "0.29.0", features = ["feature"] }