mirror of
https://github.com/pandorafuture/wx-cli.git
synced 2026-09-12 04:02:12 +00:00
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0. - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.9...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
250 B
TOML
16 lines
250 B
TOML
[package]
|
|
name = "wx-decrypt"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
aes = "0.9"
|
|
cbc = "0.2"
|
|
pbkdf2 = { version = "0.12", features = ["sha2"] }
|
|
sha2 = "0.11"
|
|
hmac = "0.12"
|
|
thiserror = "2"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|