build(deps): bump the deps group with 2 updates#2483
Merged
Conversation
Bumps the deps group with 2 updates: [toml](https://github.com/toml-rs/toml) and [toml_edit](https://github.com/toml-rs/toml). Updates `toml` from 0.9.12+spec-1.1.0 to 1.0.1+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.12...toml-v1.0.1) Updates `toml_edit` from 0.24.1+spec-1.1.0 to 0.25.1+spec-1.1.0 - [Commits](toml-rs/toml@v0.24.1...v0.25.1) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.1+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: toml_edit dependency-version: 0.25.1+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
NobodyXu
approved these changes
Feb 13, 2026
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 13, 2026
## 🤖 New release * `binstalk-downloader`: 0.13.34 -> 0.13.35 (✓ API compatible changes) * `binstalk-fetchers`: 0.10.36 -> 0.10.37 (✓ API compatible changes) * `cargo-toml-workspace`: 7.0.8 -> 7.0.9 (✓ API compatible changes) * `binstalk-registry`: 0.11.35 -> 0.11.36 (✓ API compatible changes) * `detect-targets`: 0.1.79 -> 0.1.80 (✓ API compatible changes) * `binstalk-manifests`: 0.17.26 -> 0.17.27 (✓ API compatible changes) * `detect-wasi`: 1.0.47 -> 1.0.48 (✓ API compatible changes) * `binstalk-git-repo-api`: 0.5.36 -> 0.5.37 * `binstalk`: 0.28.66 -> 0.28.67 <details><summary><i><b>Changelog</b></i></summary><p> ## `binstalk-downloader` <blockquote> ## [0.13.35](binstalk-downloader-v0.13.34...binstalk-downloader-v0.13.35) - 2026-02-13 ### Other - *(deps)* bump bytes from 1.11.0 to 1.11.1 ([#2478](#2478)) - Enable features system-proxy and charset of reqwest by default ([#2474](#2474)) </blockquote> ## `binstalk-fetchers` <blockquote> ## [0.10.37](binstalk-fetchers-v0.10.36...binstalk-fetchers-v0.10.37) - 2026-02-13 ### Other - *(deps)* bump bytes from 1.11.0 to 1.11.1 ([#2478](#2478)) </blockquote> ## `cargo-toml-workspace` <blockquote> ## [7.0.9](cargo-toml-workspace-v7.0.8...cargo-toml-workspace-v7.0.9) - 2026-02-13 ### Other - Fix msrv issues in cargo-toml-workspace ([#2477](#2477)) </blockquote> ## `binstalk-registry` <blockquote> ## [0.11.36](binstalk-registry-v0.11.35...binstalk-registry-v0.11.36) - 2026-02-13 ### Other - *(deps)* bump the deps group with 2 updates ([#2483](#2483)) </blockquote> ## `detect-targets` <blockquote> ## [0.1.80](detect-targets-v0.1.79...detect-targets-v0.1.80) - 2026-02-13 ### Other - update Cargo.lock dependencies </blockquote> ## `binstalk-manifests` <blockquote> ## [0.17.27](binstalk-manifests-v0.17.26...binstalk-manifests-v0.17.27) - 2026-02-13 ### Other - *(deps)* bump the deps group with 2 updates ([#2483](#2483)) </blockquote> ## `detect-wasi` <blockquote> ## [1.0.48](detect-wasi-v1.0.47...detect-wasi-v1.0.48) - 2026-02-13 ### Other - update Cargo.lock dependencies </blockquote> ## `binstalk-git-repo-api` <blockquote> ## [0.5.37](binstalk-git-repo-api-v0.5.36...binstalk-git-repo-api-v0.5.37) - 2026-02-13 ### Other - updated the following local packages: binstalk-downloader, binstalk-downloader </blockquote> ## `binstalk` <blockquote> ## [0.28.67](binstalk-v0.28.66...binstalk-v0.28.67) - 2026-02-13 ### Other - updated the following local packages: binstalk-downloader, binstalk-fetchers, cargo-toml-workspace, binstalk-registry, detect-targets, binstalk-git-repo-api </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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 deps group with 2 updates: toml and toml_edit.
Updates
tomlfrom 0.9.12+spec-1.1.0 to 1.0.1+spec-1.1.0Commits
767747fchore: Releasec68aa87fix(parser): Plug another whole in synthetic events (#1102)17dc3ddfix(parser): Plug another whole in synthetic events0f32a02test(parse): Add another test case9fef741docs: Update changelog3c59611fix(edit): Remove panics on bad input (#1101)7968120fix(edit): On missing value, ensure a span is usedb91d460fix(edit): Don't panic on inline table keys without valuesc8087a6fix(parser): Improve unclosed array messagesf0a47d4fix(parser): Improve unclosed inline table messagesUpdates
toml_editfrom 0.24.1+spec-1.1.0 to 0.25.1+spec-1.1.0Commits
767747fchore: Releasec68aa87fix(parser): Plug another whole in synthetic events (#1102)17dc3ddfix(parser): Plug another whole in synthetic events0f32a02test(parse): Add another test case9fef741docs: Update changelog3c59611fix(edit): Remove panics on bad input (#1101)7968120fix(edit): On missing value, ensure a span is usedb91d460fix(edit): Don't panic on inline table keys without valuesc8087a6fix(parser): Improve unclosed array messagesf0a47d4fix(parser): Improve unclosed inline table messagesDependabot 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