fix(deps): update rust crate toml to 0.9#65
Merged
renovate[bot] merged 1 commit intomainfrom Mar 6, 2026
Merged
Conversation
|
PR author is in the excluded authors list. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #65 +/- ##
=======================================
Coverage 93.90% 93.90%
=======================================
Files 26 26
Lines 3953 3953
Branches 3953 3953
=======================================
Hits 3712 3712
Misses 154 154
Partials 87 87 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jdx
added a commit
that referenced
this pull request
Apr 19, 2026
A dependency-only maintenance release with no changes to communiqué's own code. Key Rust crate dependencies (`clx`, `toml`) were bumped to their latest major versions, and the lockfile was refreshed to pull in patched transitive dependencies and resolve `cargo audit` findings. ### Changed - **Updated `clx` to v2** — Picks up the new `ProgressOutput::Quiet` variant and an updated `strum` dependency from the upstream clx library. ([#98](#98)) - **Updated `toml` to v1** — Bumped from 0.8 through 0.9 to the stable 1.0 release. ([#65](#65), [#90](#90)) - **Refreshed lockfile for `cargo audit`** — Updated transitive dependencies including `aws-lc-rs`, `rustls-webpki`, `tokio`, and `rand` to their latest patched versions, clearing CI audit failures. ([#100](#100)) (@jdx) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Medium risk due to major-version dependency upgrades (`clx` v2 and `toml` v1.0) and a refreshed lockfile that could change runtime behavior or introduce subtle regressions. Also updates the changelog, where a formatting/merge issue around older entries may need review. > > **Overview** > Prepares the `1.0.0` release by bumping the crate/CLI version from `0.1.9` → `1.0.0`, refreshing `Cargo.lock`, and updating generated CLI docs/specs to match. > > Updates the changelog with a new `1.0.0` entry covering dependency maintenance (`clx` v2, `toml` 1.0, and transitive patch updates), but introduces a likely formatting issue where the `0.1.8` fixed entry runs into the `0.1.7` heading. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 3cdbfaa. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
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.
This PR contains the following updates:
0.8→0.9Release Notes
toml-rs/toml (toml)
v0.9.12Compare Source
v0.9.11Compare Source
v0.9.10Compare Source
v0.9.9Compare Source
v0.9.8Compare Source
v0.9.7Compare Source
v0.9.6Compare Source
v0.9.5Compare Source
v0.9.4Compare Source
v0.9.3Compare Source
v0.9.2Compare Source
v0.9.1Compare Source
v0.9.0Compare Source
Configuration
📅 Schedule: Branch creation - "before 4am on friday" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.