Skip to content

build(deps): bump the rust-host group with 5 updates - #246

Merged
github-actions[bot] merged 1 commit into
dependabot-upgradesfrom
dependabot/cargo/dependabot-upgrades/rust-host-3104dce211
Sep 8, 2026
Merged

github-actions[bot] merged 1 commit into
dependabot-upgradesfrom
dependabot/cargo/dependabot-upgrades/rust-host-3104dce211

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-host group with 5 updates:

Package From To
shipwright 0.10.0 0.11.0
shipwright-manifest 0.10.0 0.11.0
lsp-server 0.9.0 0.10.0
tree-sitter 0.26.13 0.27.0
toml 1.1.4+spec-1.1.0 1.1.5+spec-1.1.0

Updates shipwright from 0.10.0 to 0.11.0

Commits
  • b651501 Make extract_dir part of the Scoop publishing contract (#48)
  • 78f1455 Dependabot staging branch + auto-merge sweep (SWR-SEC-DEPENDABOT-STAGING) (#36)
  • e8cee38 Zed deployment contract (SWR-IDE-ZED) and release change-detection scope (#34)
  • See full diff in compare view

Updates shipwright-manifest from 0.10.0 to 0.11.0

Commits
  • b651501 Make extract_dir part of the Scoop publishing contract (#48)
  • 78f1455 Dependabot staging branch + auto-merge sweep (SWR-SEC-DEPENDABOT-STAGING) (#36)
  • e8cee38 Zed deployment contract (SWR-IDE-ZED) and release change-detection scope (#34)
  • See full diff in compare view

Updates lsp-server from 0.9.0 to 0.10.0

Commits

Updates tree-sitter from 0.26.13 to 0.27.0

Release notes

Sourced from tree-sitter's releases.

v0.27.0

What's Changed

... (truncated)

Commits
  • 6070dbf fix(nix): remove Dockerfile reference from flake (#5892)
  • f52e78c build(deps): cargo update
  • 49dbf70 fix(rust): ensure C returned pointers are non-null in
  • 9540ea3 fix(lib): reject an old_tree from a different language
  • 3e7be91 fix(rust): reject out-of-range node kind ids
  • f471709 fix(lib): bounds-check symbol and state ids in language lookups
  • 5ddf71b fix(rust)!: expose QueryMatch::captures as a method
  • efa0dd9 fix(cli): correct zero-based positions for --edits
  • 16d5e9d ci(checks): add lint-toml step using taplo
  • 3ac04a6 docs: add taplo instructions
  • Additional commits viewable in compare view

Updates toml from 1.1.4+spec-1.1.0 to 1.1.5+spec-1.1.0

Commits
  • e93ed4e chore: Release
  • d23436d docs: Update changelog
  • 151afcd fix(de): Ensure DeValue::make_owned includes DeInteger/DeFloat (#1211)
  • 26a4050 fix(de): Ensure DeValue::make_owned includes DeInteger/DeFloat
  • 232f136 chore(deps): Update Prek to v0.5.1 (#1209)
  • 9ee4b4e chore(deps): Update crate-ci/typos digest to 4d9c206 (#1208)
  • 525f352 chore(deps): Update crate-ci/committed digest to 800a04e (#1207)
  • 46043ed chore(deps): Update crate-ci/typos digest to 4d9c206
  • c00e894 chore(deps): Update crate-ci/committed digest to 800a04e
  • 1ae0158 chore(deps): Update Prek to v0.5.0 (#1205)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust-host group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [shipwright](https://github.com/Nimblesite/Shipwright) | `0.10.0` | `0.11.0` |
| [shipwright-manifest](https://github.com/Nimblesite/Shipwright) | `0.10.0` | `0.11.0` |
| [lsp-server](https://github.com/rust-lang/rust-analyzer) | `0.9.0` | `0.10.0` |
| [tree-sitter](https://github.com/tree-sitter/tree-sitter) | `0.26.13` | `0.27.0` |
| [toml](https://github.com/toml-rs/toml) | `1.1.4+spec-1.1.0` | `1.1.5+spec-1.1.0` |


Updates `shipwright` from 0.10.0 to 0.11.0
- [Changelog](https://github.com/Nimblesite/Shipwright/blob/main/CHANGELOG.md)
- [Commits](Nimblesite/Shipwright@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](Nimblesite/Shipwright@v0.10.0...v0.11.0)

Updates `lsp-server` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/rust-lang/rust-analyzer/releases)
- [Commits](https://github.com/rust-lang/rust-analyzer/commits)

Updates `tree-sitter` from 0.26.13 to 0.27.0
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.26.13...v0.27.0)

Updates `toml` from 1.1.4+spec-1.1.0 to 1.1.5+spec-1.1.0
- [Commits](toml-rs/toml@toml-v1.1.4...toml-v1.1.5)

---
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
- dependency-name: lsp-server
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-host
- dependency-name: tree-sitter
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-host
- dependency-name: toml
  dependency-version: 1.1.5+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-host
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 8, 2026
@github-actions
github-actions Bot merged commit 277bf9e into dependabot-upgrades Sep 8, 2026
2 checks passed
@github-actions
github-actions Bot deleted the dependabot/cargo/dependabot-upgrades/rust-host-3104dce211 branch September 8, 2026 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants