From 95c575368a4dda5b0b0fb89dcbbde1594e2083c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 12:15:09 +0000 Subject: [PATCH] build(deps): bump the rust-host group with 2 updates Bumps the rust-host group with 2 updates: [shipwright](https://github.com/Nimblesite/Shipwright) and [shipwright-manifest](https://github.com/Nimblesite/Shipwright). Updates `shipwright` from 0.10.0 to 0.11.0 - [Changelog](https://github.com/Nimblesite/Shipwright/blob/main/CHANGELOG.md) - [Commits](https://github.com/Nimblesite/Shipwright/compare/v0.10.0...v0.11.0) Updates `shipwright-manifest` from 0.10.0 to 0.11.0 - [Changelog](https://github.com/Nimblesite/Shipwright/blob/main/CHANGELOG.md) - [Commits](https://github.com/Nimblesite/Shipwright/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: shipwright dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-host - dependency-name: shipwright-manifest dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-host ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba0ced1..4ed9ce5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1181,9 +1181,9 @@ dependencies = [ [[package]] name = "shipwright" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44e64d9067b1b69ed2ee282294d6671df7b0f3185e41ac28bc78a76576a4c1b8" +checksum = "82265de413078da593ba2a67b0d1e2b340ba4af20fd82e2ba6aba311b8d82a25" dependencies = [ "serde_json", "shipwright-manifest", @@ -1192,9 +1192,9 @@ dependencies = [ [[package]] name = "shipwright-manifest" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e90748d7c705f11412d8f2f3ee18364eb4d71e51b358c1260ef29a014960245d" +checksum = "b580e0278cd73ef2d4e35c02c2a4836d37bb35b59d527aeb6c0785782f384d58" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 92d84a8..031be53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ formatting = [] [dependencies] # Version dispatch — Shipwright binary version contract [SWR-VERSION-RUST] -shipwright = "0.10" -shipwright-manifest = "0.10" +shipwright = "0.11" +shipwright-manifest = "0.11" # LSP lsp-server = "0.10"