From c7836ef4d203de751a07ae086f77f7d1870c2a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:45:32 +0000 Subject: [PATCH] chore(deps): bump scry-sai-core from 2.6.0 to 3.0.0 Bumps [scry-sai-core](https://github.com/pulseengine/scry) from 2.6.0 to 3.0.0. - [Release notes](https://github.com/pulseengine/scry/releases) - [Changelog](https://github.com/pulseengine/scry/blob/main/CHANGELOG.md) - [Commits](https://github.com/pulseengine/scry/compare/v2.6.0...v3.0.0) --- updated-dependencies: - dependency-name: scry-sai-core dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 45 +++++++++++++++++++++++++++---------- crates/synth-cli/Cargo.toml | 2 +- 2 files changed, 34 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e1b7b4..47bfb6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1808,48 +1808,69 @@ dependencies = [ [[package]] name = "scry-sai-bits" -version = "2.6.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "006b1058f05801e38a59c633534649d44a815ea7113c218d886e0560e6012c00" +checksum = "0408db937bc95e5a9f1a5e8755ca0e255473c8168afdad6da95fcaf7f74c3725" [[package]] name = "scry-sai-core" -version = "2.6.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b02d7053b71516f1f7e35b3b35a07e804a9229933efa372bbc730879cc9b7a0d" +checksum = "6fc788257df6e4938611d1420f01eacda5d244ec40e598c13eefd750b63e871c" dependencies = [ "scry-sai-bits", + "scry-sai-float", + "scry-sai-handle", "scry-sai-interval", "scry-sai-octagon", + "scry-sai-pentagon", "scry-sai-provenance", "scry-sai-taint", "sha2 0.10.9", "wasmparser 0.252.0", ] +[[package]] +name = "scry-sai-float" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d17c4f0068b5458e7a60439ec792a54c8256af2c90fdff0e517873af04e22c2a" + +[[package]] +name = "scry-sai-handle" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce923d324abf84a7cb5c96b95edf7d6ceed4f37812b1b46846442e39b22bb1f2" + [[package]] name = "scry-sai-interval" -version = "2.6.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d4532b75b75570dd7092c7f18dd5ab8e0a921adbd00b83185c3855be4ddde07" +checksum = "5c0164d3ba995ba974d76fd3d07fd02238e1a9ad34a86c80bb665d8607083da9" [[package]] name = "scry-sai-octagon" -version = "2.6.0" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0489d52e250bcf639f5b6fe204b2a2f581b6d36cb525b146a76e57c2a9f6c4e" + +[[package]] +name = "scry-sai-pentagon" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3460128de7a67fdfd8d93ad676eeeebccf2baee3ee720edab8fe963024544d10" +checksum = "1f5513ba458bfd0a1d12bec9d4756bd6cdb2fe0117af420895a1a80558af3552" [[package]] name = "scry-sai-provenance" -version = "2.6.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a024c296d8ec3baf850f9bddb922df89b81fcc00efe67ff74b63e51412c4384f" +checksum = "39c51a235f2aeeeff4e7d10d90f2561a4bb102f43a9b539ba360e008b2a138a3" [[package]] name = "scry-sai-taint" -version = "2.6.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4edbdc5bd261f33c1bab959c2013ad6bf2fd8ecf5771da5b5eda9b7c6e56579f" +checksum = "b7b7e84626b84b17a3f5b8c5e443a7bba00f0612cd86e464f66d2718a1b5a491" [[package]] name = "semver" diff --git a/crates/synth-cli/Cargo.toml b/crates/synth-cli/Cargo.toml index 3a04241..05f417c 100644 --- a/crates/synth-cli/Cargo.toml +++ b/crates/synth-cli/Cargo.toml @@ -92,4 +92,4 @@ gimli = { version = "0.34", default-features = false, features = ["read", "std"] # resolved call_indirect target set (FEAT-043); consumed surface unchanged # (msgq_put Bytes(32) bound unchanged), now re-verified with a gap-observability # assertion (value-domain gaps ⇒ the finite bound is sound). -scry-sai-core = "2.0" +scry-sai-core = "3.0"