We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f56525 commit 73b280aCopy full SHA for 73b280a
1 file changed
CHANGELOG.md
@@ -62,6 +62,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
62
- **`XtsEncryptor::verify_mac` no-op** (`crates/pipeline/src/lib.rs`)
63
- `verify_mac` unconditionally returned `Ok(())`; now performs real
64
BLAKE3-MAC computation and constant-time comparison via `subtle::ConstantTimeEq`
65
+- **Cargo audit advisories**
66
+ - Updated `wasmtime`/`wasmtime-wasi` to 24.0.6 and `sha3` to 0.11.0-rc.8
67
+ (pulling `keccak` 0.2.0-rc.2) to address RustSec findings
68
69
### Changed
70
0 commit comments