mirror of
https://github.com/encounter/nod.git
synced 2026-07-10 12:18:48 -07:00
fix: fix compilation after running cargo update (#8)
locking crypto-common = "=0.2.0-rc.13" rc.14 breaks compilation
This commit is contained in:
Generated
+102
-216
File diff suppressed because it is too large
Load Diff
@@ -27,6 +27,7 @@ threading = ["dep:crossbeam-channel", "dep:crossbeam-utils"]
|
||||
[dependencies]
|
||||
adler2 = { version = "2.0", optional = true }
|
||||
aes = "0.9.0-rc.1"
|
||||
crypto-common = "=0.2.0-rc.13"
|
||||
base16ct = "0.3"
|
||||
block-padding = "=0.4.0-rc.4"
|
||||
bytes = "1.10"
|
||||
|
||||
Reference in New Issue
Block a user