mirror of
https://github.com/encounter/nod.git
synced 2026-07-10 12:18:48 -07:00
Migrate to binrw; update cargo deny config; update deps
This commit is contained in:
+5
-5
@@ -18,12 +18,12 @@ name = "nodtool"
|
||||
path = "src/bin.rs"
|
||||
|
||||
[dependencies]
|
||||
aes = "0.7.4"
|
||||
aes = "0.7.5"
|
||||
anyhow = "1.0.53"
|
||||
binread = "2.1.1"
|
||||
binrw = "0.8.4"
|
||||
block-modes = "0.8.1"
|
||||
clap = "2.33.3"
|
||||
encoding_rs = "0.8.28"
|
||||
clap = "2.34.0"
|
||||
encoding_rs = "0.8.30"
|
||||
file-size = "1.0.3"
|
||||
sha-1 = "0.9.7"
|
||||
sha-1 = "0.10.0"
|
||||
thiserror = "1.0.30"
|
||||
|
||||
Reference in New Issue
Block a user