Skip to content

chore(deps): Bump the rust-security-and-maintenance group across 1 directory with 5 updates - #99

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-security-and-maintenance-499f35f497
Open

chore(deps): Bump the rust-security-and-maintenance group across 1 directory with 5 updates#99
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-security-and-maintenance-499f35f497

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-security-and-maintenance group with 5 updates in the / directory:

PackageFromTo
aes-gcm0.11.00.11.1
ureq3.3.03.4.0
tree-sitter0.26.110.26.13
syn3.0.33.0.4
trybuild1.0.1181.0.120

Updates aes-gcm from 0.11.0 to 0.11.1

Commits

Updates ureq from 3.3.0 to 3.4.0

Changelog

Sourced from ureq's changelog.

3.4.0

  • Seal RequestExt (technically breaking) #1189
  • Send canonical Basic authentication scheme to CONNECT proxies #1185
  • Establish target TLS through HTTPS CONNECT proxies #1183
  • Update rustls-platform-verifier to 0.7.0 #1174
  • Fix pooled connections never aging out according to max_idle_age #1172
  • Strip brackets from IPv6-literal hosts before TLS SNI/ServerName #1171
  • RequestExt::middleware_config for conf inside middleware #1169
Commits

Updates tree-sitter from 0.26.11 to 0.26.13

Release notes

Sourced from tree-sitter's releases.

v0.26.13

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.26.12...v0.26.13

v0.26.12

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.26.11...v0.26.12

Commits
  • d97971e release v0.26.13
  • d2436dc fix(rust): remove must_use attribute from Tree::changed_ranges
  • e323709 build(deps): bump wasmtime-c-api to v36.0.14
  • c7a65b6 fix(ci): run all workspace tests
  • 9d1f316 fix(parser): nest error children during recovery
  • f837fc9 fix(lib): accumulate error costs through hidden error nodes
  • 15adfa9 fix(generate): fold case-insensitive patterns at the AST leaves
  • 063f8f8 fix(query): correctly set a state's skipped_quantifier flag when a
  • 6320165 fix(query): correctly identify MISSING nodes in queries
  • 808e4b1 release v0.26.12
  • Additional commits viewable in compare view

Updates syn from 3.0.3 to 3.0.4

Release notes

Sourced from syn's releases.

3.0.4

  • Allow safe fn in impl Parse for ForeignItemFn (#2078)
Commits
  • b5d62a6 Release 3.0.4
  • abf019c Merge pull request #2078 from dtolnay/foreginitemfn
  • d454333 Allow safe fn in impl Parse for ForeignItemFn
  • 8011b1c Update test suite to nightly-2026-08-18
  • 56a8d83 Raise rayon thread size for tests
  • f2c5c50 Ignore assert_is_empty pedantic clippy lint
  • 0eba76d Update test suite to nightly-2026-08-05
  • baaebce Update test suite to nightly-2026-07-25
  • b886a38 Update test suite to nightly-2026-07-24
  • 3c41416 Update test suite to nightly-2026-07-23
  • See full diff in compare view

Updates trybuild from 1.0.118 to 1.0.120

Release notes

Sourced from trybuild's releases.

1.0.120

  • Collect more path dependencies from dev deps and target deps (#340)
  • Prefer longest match in path dependency search (#341, #342)

1.0.119

Commits
  • 2adc265 Release 1.0.120
  • bc87f59 Merge pull request #342 from dtolnay/longestdep
  • 85d74ec Accept snapshots with original path dep behavior
  • a20999d Merge pull request #341 from dtolnay/longestdep
  • cf672ed Prefer longest match in path dependency search
  • 8661abc Merge pull request #340 from dtolnay/morepathdep
  • 527ecc9 Accept old snapshots without more path dependencies
  • de08a76 Collect more path dependencies from dev deps and target deps
  • 3ce9ec5 Raise required compiler to Rust 1.88
  • a065cd4 Release 1.0.119
  • 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

…rectory with 5 updates
Bumps the rust-security-and-maintenance group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [aes-gcm](https://github.com/RustCrypto/AEADs) | `0.11.0` | `0.11.1` |
| [ureq](https://github.com/algesten/ureq) | `3.3.0` | `3.4.0` |
| [tree-sitter](https://github.com/tree-sitter/tree-sitter) | `0.26.11` | `0.26.13` |
| [syn](https://github.com/dtolnay/syn) | `3.0.3` | `3.0.4` |
| [trybuild](https://github.com/dtolnay/trybuild) | `1.0.118` | `1.0.120` |
Updates `aes-gcm` from 0.11.0 to 0.11.1
- [Commits](RustCrypto/AEADs@aes-gcm-v0.11.0...aes-gcm-v0.11.1)
Updates `ureq` from 3.3.0 to 3.4.0
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@3.3.0...3.4.0)
Updates `tree-sitter` from 0.26.11 to 0.26.13
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.26.11...v0.26.13)
Updates `syn` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@3.0.3...3.0.4)
Updates `trybuild` from 1.0.118 to 1.0.120
- [Release notes](https://github.com/dtolnay/trybuild/releases)
- [Commits](dtolnay/trybuild@1.0.118...1.0.120)
---
updated-dependencies:
- dependency-name: aes-gcm
dependency-version: 0.11.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: rust-security-and-maintenance
- dependency-name: ureq
dependency-version: 3.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: rust-security-and-maintenance
- dependency-name: tree-sitter
dependency-version: 0.26.13
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: rust-security-and-maintenance
- dependency-name: syn
dependency-version: 3.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: rust-security-and-maintenance
- dependency-name: trybuild
dependency-version: 1.0.120
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: rust-security-and-maintenance
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 30, 2026
@dependabot
dependabotBot requested a review from RNT56 as a code ownerAugust 30, 2026 11:24
@dependabotdependabotBot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 30, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filerustPull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants