build(deps): bump bytes from 1.11.0 to 1.11.1 - #5297
Merged
Merged
Conversation
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
clason
approved these changes
Feb 3, 2026
1 task
social4hyq
pushed a commit
to social4hyq/homebrew-core
that referenced
this pull request
Sep 20, 2026
tree-sitter 0.27.0 Created-by: HarmonybrewBot Commit-by: HarmonybrewBot Merged-by: HarmonybrewBot Description: Created by `brew bump` --- Created with `brew bump-formula-pr`.<details> <summary>release notes</summary> <pre>## What's Changed * feat: start working on v0.27 by @clason in tree-sitter/tree-sitter#5127 * docs(cli): include information on generated files by @clason in tree-sitter/tree-sitter#5129 * fix(docs): remove conflicting --release cargo flag in contributing.md by @arkriny in tree-sitter/tree-sitter#5132 * fix(cli): trailing whitespace after multiline text nodes in CST by @arkriny in tree-sitter/tree-sitter#5133 * ci: bump the actions group with 2 updates by @dependabot[bot] in tree-sitter/tree-sitter#5137 * fix(cli): correct discrepancy with cst for `--no-ranges` by @WillLillis in tree-sitter/tree-sitter#5134 * ci: bump korthout/backport-action from 3 to 4 in the actions group by @dependabot[bot] in tree-sitter/tree-sitter#5155 * build(deps): bump the cargo group with 2 updates by @dependabot[bot] in tree-sitter/tree-sitter#5154 * Fix Playground Query by @kevin-hua-kraken in tree-sitter/tree-sitter#5150 * fix(cli): cst printing improvements by @arkriny in tree-sitter/tree-sitter#5161 * docs(cli): better description of files generated by `init` by @clason in tree-sitter/tree-sitter#5152 * fix(cli): set language in cwd for all usages of `highlight` command by @WillLillis in tree-sitter/tree-sitter#5180 * feat(cli): concurrent builds of the same grammar on different locations on disk by @stackmystack in tree-sitter/tree-sitter#5174 * build(deps): bump the cargo group with 2 updates by @dependabot[bot] in tree-sitter/tree-sitter#5184 * fix(cli): canonicalize build `--output` path by @WillLillis in tree-sitter/tree-sitter#5183 * feat(cli): make `test --update` rewrite all corpus files by @arkriny in tree-sitter/tree-sitter#5179 * build(deps): update rquickjs to 0.11.0 by @clason in tree-sitter/tree-sitter#5186 * fix(cli): increase verbosity of `tree-sitter init -u` updates by @WillLillis in tree-sitter/tree-sitter#5178 * fix(cli): restore test summary output for `tree-sitter test` by @arkriny in tree-sitter/tree-sitter#5197 * feat(wasm): add some common used defs to wasm stdlib by @trim21 in tree-sitter/tree-sitter#5199 * fix(wasm): update wasm-stdlib.h by @clason in tree-sitter/tree-sitter#5209 * build(deps): bump clap from 4.5.53 to 4.5.54 in the cargo group by @dependabot[bot] in tree-sitter/tree-sitter#5211 * Fix python free-threading compatibility by @kevmo314 in tree-sitter/tree-sitter#5212 * fix(build): define `_BSD_SOURCE` by @WillLillis in tree-sitter/tree-sitter#5219 * build(deps): bump the cargo group with 3 updates by @dependabot[bot] in tree-sitter/tree-sitter#5227 * docs: various updates by @WillLillis in tree-sitter/tree-sitter#5228 * fix(docs): appease clippy regarding spacing in README by @WillLillis in tree-sitter/tree-sitter#5236 * fix(wasm): regenerate stdlib with wasm-opt by @clason in tree-sitter/tree-sitter#5237 * fix: Clarify lifetime parameters; Rust 2018 idioms by @DanikVitek in tree-sitter/tree-sitter#5223 * feat: free memory automatically by @theanarkh in tree-sitter/tree-sitter#5225 * fix(cli): warn user when `nm` can't be run to verify the symbols inside the parser being built by @WillLillis in tree-sitter/tree-sitter#5245 * feat(ci): ensure `wasm-stdlib.h` is regenerated when wasm stdlib source files are modified by @WillLillis in tree-sitter/tree-sitter#5229 * docs(playground): highlight full row for highlighted nodes by @Tam1SH in tree-sitter/tree-sitter#5207 * ci: bump actions/github-script from 7 to 8 in the actions group by @dependabot[bot] in tree-sitter/tree-sitter#5248 * build(deps): bump cc from 1.2.52 to 1.2.53 in the cargo group by @dependabot[bot] in tree-sitter/tree-sitter#5247 * wasm: give binaryen the wasi-sdk treatment by @WillLillis in tree-sitter/tree-sitter#5241 * fix(loader): search correct cache directory for wasi-sdk clang by @WillLillis in tree-sitter/tree-sitter#5251 * Fix tree-sitter-ruby crate failing to build to Wasm by @kossnocorp in tree-sitter/tree-sitter#5158 * fix(wasm): add `iswpunct` to stdlib by @clason in tree-sitter/tree-sitter#5130 * fix(lib): address strict aliasing violations with `Array` type by @WillLillis in tree-sitter/tree-sitter#5242 * misc Windows fixes by @WillLillis in tree-sitter/tree-sitter#5256 * docs: document parser library symbol checks for `build` command by @WillLillis in tree-sitter/tree-sitter#5258 * build(deps): bump the cargo group with 2 updates by @dependabot[bot] in tree-sitter/tree-sitter#5263 * fix(wasm): correct several bugs in `realloc` by @WillLillis in tree-sitter/tree-sitter#5261 * fix(ci): add wasm-stdlib.h to cache key by @WillLillis in tree-sitter/tree-sitter#5266 * fix(generate): error if a supertype is defined as a terminal by @WillLillis in tree-sitter/tree-sitter#5267 * Action overflow by @WillLillis in tree-sitter/tree-sitter#5273 * fix(wasm): don't wasm-opt twice by @clason in tree-sitter/tree-sitter#5253 * build(deps): cargo update by @clason in tree-sitter/tree-sitter#5281 * fix(loader): account for nm/ld fix on newer powerpc linux toolchains by @WillLillis in tree-sitter/tree-sitter#5268 * wasm: fix `realloc` optimization by @WillLillis in tree-sitter/tree-sitter#5276 * fix(cli): use --edits value for fuzz tests by @WillLillis in tree-sitter/tree-sitter#5287 * feat(cli): add `--verbose` flag to `build` command by @WillLillis in tree-sitter/tree-sitter#5285 * rust: bump language crate version by @WillLillis in tree-sitter/tree-sitter#5291 * fix(rust): place `std::env::set_var` inside `unsafe` blocks by @WillLillis in tree-sitter/tree-sitter#5293 * build(deps): bump bytes from 1.11.0 to 1.11.1 by @dependabot[bot] in tree-sitter/tree-sitter#5297 * fix(lib): correct ts_parser_parse docstring by @bertie-wheen in tree-sitter/tree-sitter#5295 * fix(test): acquire lock before downloading wasm tools by @WillLillis in tree-sitter/tree-sitter#5296 * fix(cli): allow for both debug logs and graphs by @WillLillis in tree-sitter/tree-sitter#5306 * lib: clean up strict aliasing fixes in array.h by @amaanq in tree-sitter/tree-sitter#5309 * fix(cli): require tree-sitter CLI in CMake template by @WillLillis in tree-sitter/tree-sitter#5310 * fix(rust)!: return `u32` from `Node::child_count` by @WillLillis in tree-sitter/tree-sitter#5313 * feat: allow `-` in grammar names by @jfly in tree-sitter/tree-sitter#5315 * fix(query): prevent cross-branch capture contamination in alternations with quantifiers by @WillLillis in tree-sitter/tree-sitter#5317 * web: add default export to CJS bundle by @chadxz in tree-sitter/tree-sitter#5305 * ci: speed it up by @amaanq in tree-sitter/tree-sitter#5322 * build(deps): bump eslint from 9.11.0 to 9.39.2 in /crates/cli/eslint by @dependabot[bot] in tree-sitter/tree-sitter#5283 * build(deps): bump the cargo group with 5 updates by @dependabot[bot] in tree-sitter/tree-sitter#5316 * build(deps): bump the cargo group with 4 updates by @dependabot[bot] in tree-sitter/tree-sitter#5338 * ci: bump the actions group with 2 updates by @dependabot[bot] in tree-sitter/tree-sitter#5339 * rust: edition 2024, MSRV 1.90, lint cleanup, and dep updates by @amaanq in tree-sitter/tree-sitter#5326 * feat(highlight)!: utf16 support by @WillLillis in tree-sitter/tree-sitter#5324 * use provided by RedoxOS byte orders implementations by @greyshaman in tree-sitter/tree-sitter#5342 * build(deps): bump wasmtime to v36.0.5 LTS by @clason in tree-sitter/tree-sitter#5350 * fix(generate): `unsafe extern` -> `extern` in rendered C parser by @WillLillis in tree-sitter/tree-sitter#5352 * fix(lib): cast NULL in ts_subtree_children macro by @lucasew in tree-sitter/tree-sitter#5343 * ci: add a dry-run workflow to test rust releases by @WillLillis in tree-sitter/tree-sitter#5292 * build(deps): bump ajv from 6.12.6 to 6.14.0 in /crates/cli/eslint by @dependabot[bot] in tree-sitter/tree-sitter#5355 * build(deps): bump minimatch, eslint and eslint-plugin-jsdoc in /crates/cli/eslint by @dependabot[bot] in tree-sitter/tree-sitter#5354 * ci: retrigger crates check on PR updates by @cl See merge request: Harmonybrew/homebrew-core!18138
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 bytes from 1.11.0 to 1.11.1.
Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
417dccdRelease bytes v1.11.1 (#820)d0293b0Merge commit from forkDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.