Skip to content

Commit d00ed0a

Browse files
authored
Update Rust crate indenter to 0.3.4 (#2506)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [indenter](https://redirect.github.com/yaahc/indenter) | workspace.dependencies | patch | `0.3.3` -> `0.3.4` | --- ### Release Notes <details> <summary>yaahc/indenter (indenter)</summary> ### [`v0.3.4`](https://redirect.github.com/yaahc/indenter/blob/HEAD/CHANGELOG.md#034---2025-08-06) [Compare Source](https://redirect.github.com/yaahc/indenter/compare/v0.3.3...v0.3.4) ##### Fixed - Fix line number being reset on each Indented write\_str call - Set MSRV (1.39), remove conflicting lints, revert use of names args. ##### Other - add release-plz to ci ([#&#8203;23](https://redirect.github.com/eyre-rs/indenter/pull/23)) - Remove unused flag. - Denote in the "cargo check" job name that it uses the stable toolchain - Appease Clippy. - Fix and modernize GitHub CI Workflow - include LICENSE files for Apache-2.0 and MIT ([#&#8203;20](https://redirect.github.com/eyre-rs/indenter/pull/20)) - Fix formatting of 'Cargo.toml' file ([#&#8203;13](https://redirect.github.com/eyre-rs/indenter/pull/13)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41NS4yIiwidXBkYXRlZEluVmVyIjoiNDEuNTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent b2690b1 commit d00ed0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ humantime-serde = "1.1.1"
7171
iddqd = "0.3.9"
7272
# Disable punycode parsing since we only access well-known domains.
7373
idna_adapter = "=1.0.0"
74-
indenter = "0.3.3"
74+
indenter = "0.3.4"
7575
indent_write = "2.2.0"
7676
indexmap = "2.10.0"
7777
indicatif = "0.18.0"

0 commit comments

Comments
 (0)