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
Conversation
…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>
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 freeto 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-security-and-maintenance group with 5 updates in the / directory:
0.11.00.11.13.3.03.4.00.26.110.26.133.0.33.0.41.0.1181.0.120Updates
aes-gcmfrom 0.11.0 to 0.11.1Commits
2eff6ccCut releases that replacesubtlewithctutils(#880)c90047fReplacesubtlewithctutils(#879)da2169eocb3: remove unusedctrandzeroizedependencies (#876)f5374f3Add missing crates to the root readme table (#877)e946770eax v0.6.0 (#875)88ceb7ddeoxys v0.2.0 (#874)7d22c81belt-dwp v0.1.0 (#873)09308efascon-aead128 v0.1.0 (#872)e1b1e6eaes-siv v0.8.0 (#871)303c27fccm v0.6.0 (#869)Updates
ureqfrom 3.3.0 to 3.4.0Changelog
Sourced from ureq's changelog.
Commits
5e803fc3.4.082b37b5Update changelog for 3.4.007b8ea2Seal RequestExt (#1189)0df28a1Update changelog653e963Bump deps (#1188)830f6cachore: remove redundant clone (#1187)6e9a050Send CONNECT Proxy-Authorization scheme as canonical "Basic" (#1185)f8a5bedFix TLS to targets through HTTPS proxies (#1183)1f1c342Support testing in release mode (#1180)089c235Update rustls-platform-verifier to 0.7.0Updates
tree-sitterfrom 0.26.11 to 0.26.13Release notes
Sourced from tree-sitter's releases.
Commits
d97971erelease v0.26.13d2436dcfix(rust): removemust_useattribute fromTree::changed_rangese323709build(deps): bump wasmtime-c-api to v36.0.14c7a65b6fix(ci): run all workspace tests9d1f316fix(parser): nest error children during recoveryf837fc9fix(lib): accumulate error costs through hidden error nodes15adfa9fix(generate): fold case-insensitive patterns at the AST leaves063f8f8fix(query): correctly set a state'sskipped_quantifierflag when a6320165fix(query): correctly identifyMISSINGnodes in queries808e4b1release v0.26.12Updates
synfrom 3.0.3 to 3.0.4Release notes
Sourced from syn's releases.
Commits
b5d62a6Release 3.0.4abf019cMerge pull request #2078 from dtolnay/foreginitemfnd454333Allow safe fn in impl Parse for ForeignItemFn8011b1cUpdate test suite to nightly-2026-08-1856a8d83Raise rayon thread size for testsf2c5c50Ignore assert_is_empty pedantic clippy lint0eba76dUpdate test suite to nightly-2026-08-05baaebceUpdate test suite to nightly-2026-07-25b886a38Update test suite to nightly-2026-07-243c41416Update test suite to nightly-2026-07-23Updates
trybuildfrom 1.0.118 to 1.0.120Release notes
Sourced from trybuild's releases.
Commits
2adc265Release 1.0.120bc87f59Merge pull request #342 from dtolnay/longestdep85d74ecAccept snapshots with original path dep behaviora20999dMerge pull request #341 from dtolnay/longestdepcf672edPrefer longest match in path dependency search8661abcMerge pull request #340 from dtolnay/morepathdep527ecc9Accept old snapshots without more path dependenciesde08a76Collect more path dependencies from dev deps and target deps3ce9ec5Raise required compiler to Rust 1.88a065cd4Release 1.0.119Dependabot 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