From 6db7fabd55ce7392f857e54a62617526fdac140c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 20:22:46 +0000 Subject: [PATCH] chore(deps): update wsc-attestation requirement from 0.9 to 0.10 Updates the requirements on [wsc-attestation](https://github.com/pulseengine/wsc) to permit the latest version. - [Release notes](https://github.com/pulseengine/wsc/releases) - [Changelog](https://github.com/pulseengine/sigil/blob/main/CHANGELOG.md) - [Commits](https://github.com/pulseengine/wsc/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: wsc-attestation dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- loom-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loom-cli/Cargo.toml b/loom-cli/Cargo.toml index b65929a..700d5c9 100644 --- a/loom-cli/Cargo.toml +++ b/loom-cli/Cargo.toml @@ -20,7 +20,7 @@ clap = { workspace = true } anyhow = { workspace = true } # Attestation support (optional) -wsc-attestation = { version = "0.9", optional = true } +wsc-attestation = { version = "0.10", optional = true } serde_json = { version = "1.0", optional = true } # Behavioral differential gate (#238, optional — pulls wasmtime; off by default)