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

14
Cargo.lock generated
View file

@ -528,11 +528,11 @@ dependencies = [
[[package]]
name = "block-padding"
version = "0.3.3"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
checksum = "710f1dd022ef4e93f8a438b4ba958de7f64308434fa6a87104481645cc30068b"
dependencies = [
"generic-array",
"hybrid-array",
]
[[package]]
@ -594,11 +594,11 @@ dependencies = [
[[package]]
name = "cbc"
version = "0.1.2"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
checksum = "98db6aeaef0eeef2c1e3ce9a27b739218825dae116076352ac3777076aa22225"
dependencies = [
"cipher 0.4.4",
"cipher 0.5.1",
]
[[package]]
@ -1923,7 +1923,6 @@ version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
dependencies = [
"block-padding",
"generic-array",
]
@ -1933,6 +1932,7 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7"
dependencies = [
"block-padding",
"hybrid-array",
]

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"