Skip to content

chore(deps): bump termprofile from 0.2.0 to 0.2.1#106

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/termprofile-0.2.1
Open

chore(deps): bump termprofile from 0.2.0 to 0.2.1#106
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/termprofile-0.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2026

Bumps termprofile from 0.2.0 to 0.2.1.

Release notes

Sourced from termprofile's releases.

v0.2.1

Dependencies

  • (deps) Update rand requirement from 0.9.2 to 0.10.0 (#16) - (98d2ce5)
  • (deps) Update termina requirement from 0.1 to 0.2 (#19) - (c2daba9)

Miscellaneous Tasks

  • Bump rust-toolchain from 1.93.1 to 1.94.0 (#18) - (592d172)
Changelog

Sourced from termprofile's changelog.

0.2.1 - 2026-03-21

Dependencies

  • (deps) Update rand requirement from 0.9.2 to 0.10.0 (#16) - (98d2ce5)
  • (deps) Update termina requirement from 0.1 to 0.2 (#19) - (c2daba9)

Miscellaneous Tasks

  • Bump rust-toolchain from 1.93.1 to 1.94.0 (#18) - (592d172)
Commits
  • 9507b57 chore: release v0.2.1 (#17)
  • c2daba9 chore(deps): update termina requirement from 0.1 to 0.2 (#19)
  • 592d172 chore: bump rust-toolchain from 1.93.1 to 1.94.0 (#18)
  • 98d2ce5 chore(deps): update rand requirement from 0.9.2 to 0.10.0 (#16)
  • 10d7c56 chore: bump rust-toolchain from 1.93.0 to 1.93.1 (#15)
  • 9911f1e chore: bump rust-toolchain from 1.92.0 to 1.93.0 (#14)
  • See full diff in compare view

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [termprofile](https://github.com/aschey/termprofile) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/aschey/termprofile/releases)
- [Changelog](https://github.com/aschey/termprofile/blob/main/CHANGELOG.md)
- [Commits](aschey/termprofile@v0.2.0...v0.2.1)

---
updated-dependencies:
- dependency-name: termprofile
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Mar 26, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 26, 2026

Greptile Summary

This PR is an automated Dependabot dependency update that bumps the termprofile crate from 0.2.0 to 0.2.1. The 0.2.1 release is a patch-level update that upgrades termprofile's own dependencies (rand 0.9.2 → 0.10.0, termina 0.1 → 0.2) and its internal Rust toolchain — no public API changes are included.

  • Cargo.toml: Version constraint for termprofile updated from "0.2.0" to "0.2.1".
  • Cargo.lock: Locked version and SHA-256 checksum for termprofile updated to reflect the new release.
  • No source code, logic, or configuration changes are included in this PR.
  • The Dependabot compatibility score indicates this update is safe.

Important Files Changed

Filename Overview
Cargo.toml Bumps the termprofile version specifier from 0.2.0 to 0.2.1; no other changes.
Cargo.lock Updates the locked termprofile version and its checksum to match the new 0.2.1 release.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Cargo.toml\ntermprofile = 0.2.1] -->|resolves| B[Cargo.lock\ntermprofile 0.2.1\nchecksum updated]
    B --> C[termprofile 0.2.1]
    C --> D[rand 0.10.0]
    C --> E[termina 0.2]
    C --> F[anstyle]
    C --> G[palette]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump termprofile from 0.2.0..." | Re-trigger Greptile

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