Files
wx-cli/crates/wx-decrypt/Cargo.toml
T
dependabot[bot] eb0c8db964 chore(deps): bump sha2 from 0.10.9 to 0.11.0
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>
2026-07-10 10:52:15 +00:00

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"