build(deps): bump the cargo-minor-patch group across 1 directory with 6 updates - #1413
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… 6 updates Bumps the cargo-minor-patch group with 6 updates in the /src-tauri directory: | Package | From | To | | --- | --- | --- | | [uuid](https://github.com/uuid-rs/uuid) | `1.26.0` | `1.26.1` | | [trash](https://github.com/ArturKovacs/trash) | `5.2.7` | `5.2.8` | | [toml](https://github.com/toml-rs/toml) | `1.1.5+spec-1.1.0` | `1.1.6+spec-1.1.0` | | [toml_edit](https://github.com/toml-rs/toml) | `0.25.13+spec-1.1.0` | `0.25.15+spec-1.1.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.4` | `0.13.5` | | [rust-i18n](https://github.com/longbridge/rust-i18n) | `4.2.1` | `4.2.2` | Updates `uuid` from 1.26.0 to 1.26.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.26.0...v1.26.1) Updates `trash` from 5.2.7 to 5.2.8 - [Release notes](https://github.com/ArturKovacs/trash/releases) - [Changelog](https://github.com/Byron/trash-rs/blob/master/CHANGELOG.md) - [Commits](Byron/trash-rs@v5.2.7...v5.2.8) Updates `toml` from 1.1.5+spec-1.1.0 to 1.1.6+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.1.5...toml-v1.1.6) Updates `toml_edit` from 0.25.13+spec-1.1.0 to 0.25.15+spec-1.1.0 - [Commits](toml-rs/toml@v0.25.13...v0.25.15) Updates `reqwest` from 0.13.4 to 0.13.5 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.4...v0.13.5) Updates `rust-i18n` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/longbridge/rust-i18n/releases) - [Commits](longbridge/rust-i18n@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: rust-i18n dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: toml dependency-version: 1.1.6+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: toml_edit dependency-version: 0.25.15+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: trash dependency-version: 5.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: uuid dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/src-tauri/cargo-minor-patch-53346fdcfa
branch
from
September 15, 2026 09:05
6bcb5fd to
279b8b6
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 cargo-minor-patch group with 6 updates in the /src-tauri directory:
1.26.01.26.15.2.75.2.81.1.5+spec-1.1.01.1.6+spec-1.1.00.25.13+spec-1.1.00.25.15+spec-1.1.00.13.40.13.54.2.14.2.2Updates
uuidfrom 1.26.0 to 1.26.1Release notes
Sourced from uuid's releases.
Commits
9f92712Merge pull request #910 from uuid-rs/cargo/v1.26.1d4df8f0prepare for 1.26.1 release5613f23Merge pull request #909 from uuid-rs/fix/ts-conversion-overflowfda00ebdon't panic in overflowing Timestamp to SystemTime conversionc82e88cMerge pull request #907 from lenamonj/v7-counter-placementac065a6Align the counter diagram34ec102Seat the v7 counter below the version nibbleUpdates
trashfrom 5.2.7 to 5.2.8Release notes
Sourced from trash's releases.
Changelog
Sourced from trash's changelog.
Commits
836b6e5Release trash v5.2.86bd5e33Merge pull request #149 from shaddollxz/chore/update-windows-dep2876333chore: upgrade windows to 0.62Updates
tomlfrom 1.1.5+spec-1.1.0 to 1.1.6+spec-1.1.0Commits
572c005chore: Release66d0c53docs: Update changelog07af4e7perf: Reduce allocations in toml_edit parsing and dumping (#1215)0ff90dbperf(display): Write encoded strings directlyefb2536perf(display): Move generated representation strings075c444refactor(display): Consolidate key-path encodingb48f338perf(display): Borrow table keys during document outputc6c1de3perf(parser): Move completed table header keysec90463perf(parser): Borrow input when creating editable documentsd76a48atest: Benchmark rendering generated keys and valuesUpdates
toml_editfrom 0.25.13+spec-1.1.0 to 0.25.15+spec-1.1.0Commits
8e1d5a8chore: Release6098580docs: Update changelog27e33c7perf: reduce allocations dumping array-heavy documents (#1216)e92e2a3perf: Avoid boxed iterators in document outputee351e7test: Benchmark rendering many arrays572c005chore: Release66d0c53docs: Update changelog07af4e7perf: Reduce allocations in toml_edit parsing and dumping (#1215)0ff90dbperf(display): Write encoded strings directlyefb2536perf(display): Move generated representation stringsUpdates
reqwestfrom 0.13.4 to 0.13.5Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
de55373v0.13.54d3fe12fix: proxy could use wrong credentials if many matched (#3098)9f06fd2docs: improve description of JSON method (#3082)5bdb2f0perf(cookie): avoid cloning store and url on Poll::Pending in ResponseFuture:...ffda263perf(body): reuse tokio::time::Sleep timer via reset() in ReadTimeoutBody (#3...4e9a3c7chore: add pull request template for human-written content17e9bcbchore(deps): upgrade base64 to 0.23 (#3074)221abe9chore: Remove unnecessary clones and a cast (#3071)99996a1fix(error): detect timeouts wrapped in body decode errors (#3064)fc99bd5feat: expose the negotiated TLS version viaTlsInfo(#3067)Updates
rust-i18nfrom 4.2.1 to 4.2.2Release notes
Sourced from rust-i18n's releases.
Commits
c47194dVersion 4.2.296e1b61Bump serde-saphyr to 1.2 to fix smallvec version conflict (#147)eed1f02Update README.md (#145)