Skip to content

chore(deps): Bump the cargo group with 4 updates - #14

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-289ad70718
Open

chore(deps): Bump the cargo group with 4 updates#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-289ad70718

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 4 updates: ratatui-image, flate2, toml and trash.

Updates ratatui-image from 11.0.6 to 11.0.7

Release notes

Sourced from ratatui-image's releases.

v11.0.7

Other

  • SlicedProtocol replaces DECGRA raster size accounting for the used bands
  • Derive Eq for ProtocolType
  • collapse screenshot list in PR comment
  • use ioctl font-size and env hints when the capability query gets no response
  • mention yazi-adapter rather than yazi
Changelog

Sourced from ratatui-image's changelog.

11.0.7 - 2026-09-03

Other

  • SlicedProtocol replaces DECGRA raster size accounting for the used bands
  • Derive Eq for ProtocolType
  • collapse screenshot list in PR comment
  • use ioctl font-size and env hints when the capability query gets no response
  • mention yazi-adapter rather than yazi
Commits
  • 9a5f171 chore: release v11.0.7
  • 101984c SlicedProtocol replaces DECGRA raster size accounting for the used bands
  • fa58c74 Derive Eq for ProtocolType
  • 7bba571 collapse screenshot list in PR comment
  • 6a9884a use ioctl font-size and env hints when the capability query gets no response
  • 109e700 mention yazi-adapter rather than yazi
  • See full diff in compare view

Updates flate2 from 1.1.9 to 1.1.10

Release notes

Sourced from flate2's releases.

1.1.10

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.9...1.1.10

Commits
  • ed93d4f Merge pull request #558 from rust-lang/lib-doc-update
  • fb5228d Merge pull request #559 from bushrat011899/no_std
  • 6ed3ba3 Add executable no_std example
  • faed8a0 Expand CI to test no_std compatibility and correctness
  • 2ba8e7e Add unstable no_std support behind flate2_unstable_nightly_alloc_io
  • 3fe1126 Centralize usage of std for error and io
  • 98e313a Add GzHeader::mtime_as_duration
  • 0642965 Switch to core implicit prelude and only use std where required
  • 454a63c Remove left-over dbg! statement
  • 2a490b7 Add runtime_detection feature
  • Additional commits viewable in compare view

Updates toml from 1.1.4+spec-1.1.0 to 1.1.5+spec-1.1.0

Commits
  • e93ed4e chore: Release
  • d23436d docs: Update changelog
  • 151afcd fix(de): Ensure DeValue::make_owned includes DeInteger/DeFloat (#1211)
  • 26a4050 fix(de): Ensure DeValue::make_owned includes DeInteger/DeFloat
  • 232f136 chore(deps): Update Prek to v0.5.1 (#1209)
  • 9ee4b4e chore(deps): Update crate-ci/typos digest to 4d9c206 (#1208)
  • 525f352 chore(deps): Update crate-ci/committed digest to 800a04e (#1207)
  • 46043ed chore(deps): Update crate-ci/typos digest to 4d9c206
  • c00e894 chore(deps): Update crate-ci/committed digest to 800a04e
  • 1ae0158 chore(deps): Update Prek to v0.5.0 (#1205)
  • Additional commits viewable in compare view

Updates trash from 5.2.6 to 5.2.7

Release notes

Sourced from trash's releases.

v5.2.7

A small bugfix release that helps with orphaned files in the Cosmic desktop.

Commit Statistics

  • 4 commits contributed to the release.
  • 123 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Prepare changelog prior to release (e52d748)
    • Merge pull request #148 from ZackMercury/fix-147 (ff8a074)
    • Review (bbdb9d6)
    • Fixed handling orphaned entries (21376e1)
Changelog

Sourced from trash's changelog.

5.2.7 (2026-09-03)

A small bugfix release that helps with orphaned files in the Cosmic desktop.

Commit Statistics

  • 4 commits contributed to the release.
  • 123 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Prepare changelog prior to release (e52d748)
    • Merge pull request #148 from ZackMercury/fix-147 (ff8a074)
    • Review (bbdb9d6)
    • Fixed handling orphaned entries (21376e1)
Commits

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

Bumps the cargo group with 4 updates: [ratatui-image](https://github.com/ratatui/ratatui-image), [flate2](https://github.com/rust-lang/flate2-rs), [toml](https://github.com/toml-rs/toml) and [trash](https://github.com/ArturKovacs/trash).


Updates `ratatui-image` from 11.0.6 to 11.0.7
- [Release notes](https://github.com/ratatui/ratatui-image/releases)
- [Changelog](https://github.com/ratatui/ratatui-image/blob/master/CHANGELOG.md)
- [Commits](ratatui/ratatui-image@v11.0.6...v11.0.7)

Updates `flate2` from 1.1.9 to 1.1.10
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.1.9...1.1.10)

Updates `toml` from 1.1.4+spec-1.1.0 to 1.1.5+spec-1.1.0
- [Commits](toml-rs/toml@toml-v1.1.4...toml-v1.1.5)

Updates `trash` from 5.2.6 to 5.2.7
- [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.6...v5.2.7)

---
updated-dependencies:
- dependency-name: ratatui-image
  dependency-version: 11.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: flate2
  dependency-version: 1.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: toml
  dependency-version: 1.1.5+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: trash
  dependency-version: 5.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants