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:
Manuel Quarneti
2026-02-19 18:42:54 -07:00
committed by GitHub
parent d2c7e0ec40
commit b3508a41a1
2 changed files with 103 additions and 216 deletions
Generated
+102 -216
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -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"