Migrate to binrw; update cargo deny config; update deps

This commit is contained in:
Luke Street
2022-02-03 02:03:21 -05:00
parent 8b3f655dc2
commit 6227718564
12 changed files with 244 additions and 39 deletions
+5 -5
View File
@@ -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"