Build(deps): Bump the rust-dependencies group with 4 updates - #62
Merged
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
rblaine95
approved these changes
Sep 12, 2026
Bumps the rust-dependencies group with 4 updates: [toml](https://github.com/toml-rs/toml), [tree-sitter](https://github.com/tree-sitter/tree-sitter), [aws-config](https://github.com/smithy-lang/smithy-rs) and [aws-sdk-bedrockruntime](https://github.com/awslabs/aws-sdk-rust). 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) 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 `aws-config` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-sdk-bedrockruntime` from 1.142.0 to 1.143.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - 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-dependencies - dependency-name: tree-sitter dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: aws-config dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: aws-sdk-bedrockruntime dependency-version: 1.143.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
`tree-sitter` 0.26 changed `Node::child_count()` to return `u32`, so the `u32::try_from(...).unwrap_or(...)` guards added for the old `usize` return are now identity conversions and fail `clippy::useless_conversion` under the workspace deny-level lints. Remove the conversions and the stale comments that explained the `usize` to `u32` narrowing. The fallback values were unreachable (conversion was infallible), so extraction behaviour is unchanged. Ave Deus Mechanicus
rblaine95
force-pushed
the
dependabot/cargo/rust-dependencies-be604c5bc8
branch
from
September 12, 2026 08:39
3f91f4f to
02e0870
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the rust-dependencies group with 4 updates: toml, tree-sitter, aws-config and aws-sdk-bedrockruntime.
Updates
tomlfrom 1.1.4+spec-1.1.0 to 1.1.5+spec-1.1.0Commits
e93ed4echore: Released23436ddocs: Update changelog151afcdfix(de): Ensure DeValue::make_owned includes DeInteger/DeFloat (#1211)26a4050fix(de): Ensure DeValue::make_owned includes DeInteger/DeFloat232f136chore(deps): Update Prek to v0.5.1 (#1209)9ee4b4echore(deps): Update crate-ci/typos digest to 4d9c206 (#1208)525f352chore(deps): Update crate-ci/committed digest to 800a04e (#1207)46043edchore(deps): Update crate-ci/typos digest to 4d9c206c00e894chore(deps): Update crate-ci/committed digest to 800a04e1ae0158chore(deps): Update Prek to v0.5.0 (#1205)Updates
tree-sitterfrom 0.26.13 to 0.27.0Release notes
Sourced from tree-sitter's releases.
... (truncated)
Commits
6070dbffix(nix): remove Dockerfile reference from flake (#5892)f52e78cbuild(deps): cargo update49dbf70fix(rust): ensure C returned pointers are non-null in9540ea3fix(lib): reject anold_treefrom a different language3e7be91fix(rust): reject out-of-range node kind idsf471709fix(lib): bounds-check symbol and state ids in language lookups5ddf71bfix(rust)!: exposeQueryMatch::capturesas a methodefa0dd9fix(cli): correct zero-based positions for --edits16d5e9dci(checks): add lint-toml step using taplo3ac04a6docs: add taplo instructionsUpdates
aws-configfrom 1.11.0 to 1.12.0Commits
Updates
aws-sdk-bedrockruntimefrom 1.142.0 to 1.143.0Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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