Update Rust crate cbc to 0.2.0
Some checks failed
Build and Test / account (push) Failing after 6m29s
Build and Test / account (pull_request) Failing after 5m20s

This commit is contained in:
Spacebot 2026-04-28 15:01:57 +00:00
commit 72e82fe57e
2 changed files with 8 additions and 8 deletions

View file

@ -33,7 +33,7 @@ sqlx = { version = "0.8.3", features = [ "runtime-tokio", "tls-native-tls", "pos
aes = "0.9.0"
hmac = "0.12.1"
md-5 = "0.10.6"
cbc = "0.1.2"
cbc = "0.2.0"
mii = { path = "./mii" }
crc32fast = "1.4.2"
gxhash = "3.4.1"