Skip to content

fix(deps): update rust-major (major)#69

Merged
DamianReeves merged 1 commit intomainfrom
renovate/major-rust-major
Mar 25, 2026
Merged

fix(deps): update rust-major (major)#69
DamianReeves merged 1 commit intomainfrom
renovate/major-rust-major

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 13, 2026

This PR contains the following updates:

Package Type Update Change
toml dependencies major 0.91.0
usage-lib (source) dependencies major 23
zip dependencies major 7.08.0

Release Notes

toml-rs/toml (toml)

v1.1.0

Compare Source

v1.0.7

Compare Source

v1.0.6

Compare Source

v1.0.5

Compare Source

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source

v0.9.12

Compare Source

jdx/usage (usage-lib)

v3.2.0

Compare Source

🚀 Features
🐛 Bug Fixes
  • (zsh) escape parentheses and brackets in completion descriptions by @​jdx in #​559
New Contributors

v3.1.0

Compare Source

🚀 Features
  • (cli) render all doc-related fields in --help output by @​jdx in #​554
  • (cli) support reading spec from stdin via --file - by @​jdx in #​555
🐛 Bug Fixes
  • (zsh) remove trailing space from completions and add directory slash by @​jdx in #​556
  • use field assignment for non-exhaustive Spec in benchmarks by @​jdx in #​552
📦️ Dependency Updates

v3.0.0

Compare Source

🚀 Features
  • (spec) breaking add support for license, before/after help metadata by @​jdx in #​542
🐛 Bug Fixes
  • (cobra) escape newlines, tabs, and carriage returns in kdlQuoteAlways by @​thecodesmith in #​539
  • bump major version for breaking changes in release automation by @​jdx in #​544
  • add custom_major_increment_regex for breaking change detection by @​jdx in #​545
  • handle all breaking change commit formats in major bump regex by @​jdx in 27e1ab1
  • normalize breaking change commit format in preprocessor by @​jdx in aa72b92
📚 Documentation
🛡️ Security
🔍 Other Changes
📦️ Dependency Updates
New Contributors

v2.18.2

Compare Source

🐛 Bug Fixes
📦️ Dependency Updates
New Contributors

v2.18.1

Compare Source

🐛 Bug Fixes
  • (lib) validate choices for variadic args and flags by @​jdx in #​520
🛡️ Security
📦️ Dependency Updates

v2.18.0

Compare Source

🚀 Features
  • (publish) extract communique into separate enhance-release job by @​jdx in #​513

v2.17.4

Compare Source

🐛 Bug Fixes
  • (publish) retry draft release creation until tag is indexed by @​jdx in #​510

v2.17.3

Compare Source

🐛 Bug Fixes
  • (publish) use gh api directly to create release with explicit tag_name by @​jdx in #​508

v2.17.2

Compare Source

🐛 Bug Fixes
  • (publish) anchor gh release create to GITHUB_SHA to avoid untagged release by @​jdx in #​506

v2.17.1

Compare Source

🔍 Other Changes

v2.17.0

Compare Source

🚀 Features
🐛 Bug Fixes
  • (docs) align homepage feature button with integrations page by @​jdx in #​496
📚 Documentation
  • add integrations directory with framework tracker by @​jdx in #​497
  • add integrations directory with framework tracker by @​jdx in #​499
🔍 Other Changes
📦️ Dependency Updates
New Contributors

v2.16.2

Compare Source

🐛 Bug Fixes
  • (lib) add missing child node support to arg parser by @​jdx in #​489
  • (release) write release notes to file instead of capturing stdout by @​jdx in #​488
  • (release) make release notes editorialization non-blocking by @​jdx in #​490
📚 Documentation
🔍 Other Changes
📦️ Dependency Updates
zip-rs/zip2 (zip)

v8.4.0

Compare Source

🚀 Features
  • add a check for building benches (#​748)
🚜 Refactor
  • split part of read.rs for code readability (#​744)
  • remove unused allow (#​745)
⚡ Performance
  • skip BufReader for Stored files in make_reader (#​739)
⚙️ Miscellaneous Tasks
  • move pull request template to correct folder (#​749)

v8.3.1

Compare Source

🚜 Refactor
  • use AexEncryption::new (#​736)
  • update tests to add big endian miri check (#​735)
⚙️ Miscellaneous Tasks
  • cleanup repository files (#​743)

v8.3.0

Compare Source

🚀 Features
  • add must_use (#​727)
  • improve and fix extended timestamp extra field parsing (#​713)
  • add crc32 ignore option (#​710)
  • path related code in single file (#​712)
🐛 Bug Fixes
🚜 Refactor
  • refactor some imports (#​734)
  • move code to distinct file (datetime, FixedSizeBlock) (#​733)
  • move stream code to src/read/stream.rs (#​731)
  • remove zip64 extra field update (#​732)
  • improve part of the code with clippy help (#​725)
  • simplify code for unicode extra field and improve error message (#​724)
  • reorganize code (#​714)
Deps
  • avoid pulling in zeroize_derive (#​720)

v8.2.0

Compare Source

🚀 Features
  • allow custom salt (#​680)
  • Support compressing bzip2 when feature bzip2-rs is enabled, since bzip2/bzip2-sys now supports it (#​685)
  • enforce clippy in CI (#​674)
🐛 Bug Fixes
  • zip64 central header (issue 617) (#​629)
  • allow aes password as bytes (#​686)
  • handle extra field padding (#​682)
🚜 Refactor
  • Simplify 2 type conversions in src/write.rs (#​687)
⚡ Performance
  • AI tweaks for string type conversions in src/types.rs (#​670)

v8.1.0

Compare Source

🚀 Features
  • (writer) Allow getting underlying writer of ZipWriter (#​464)
  • add system to FileOption, so byte-for-byte identical archives can be created across platforms (#​660)
🐛 Bug Fixes
  • Bugs in extra-data length calculation in src/write.rs (#​662)

v8.0.0

Compare Source

🚀 Features
  • document zip flags as enum (#​639)
  • Migrate to Rust 2024 (#​650)
  • [breaking] Remove deprecated methods of DateTime (#​597)

v7.4.0

Compare Source

🚀 Features
  • Increase MSRV to 1.88 and update dependencies (#​626)

v7.3.0

Compare Source

🚀 Features
  • cleanup the benchmarks and Cargo.toml (#​606)
  • Add support for per-file comments (#​543)
🐛 Bug Fixes
  • Document feature unreserved and make the mapping of extra fields public (#​616)
  • Return an error if abort_file() fails when exceeding non-large-file limit (#​598)
⚙️ Miscellaneous Tasks
  • Bump version to 7.3.0 (semver checks fail if it's still 7.3.0-pre1)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-rust-major branch from df8f981 to 2adf602 Compare February 15, 2026 00:57
@renovate renovate bot changed the title fix(deps): update rust crate toml to v1 fix(deps): update rust-major (major) Feb 15, 2026
@renovate renovate bot force-pushed the renovate/major-rust-major branch from 2adf602 to aa459ae Compare February 25, 2026 10:52
@renovate renovate bot force-pushed the renovate/major-rust-major branch 2 times, most recently from 57d5bd9 to 13d197b Compare March 17, 2026 20:42
@renovate renovate bot force-pushed the renovate/major-rust-major branch 4 times, most recently from d806d84 to 7cc2e36 Compare March 23, 2026 18:10
@renovate renovate bot force-pushed the renovate/major-rust-major branch from 7cc2e36 to 0833dad Compare March 23, 2026 21:45
@DamianReeves DamianReeves merged commit 7e2827a into main Mar 25, 2026
8 of 9 checks passed
@DamianReeves DamianReeves deleted the renovate/major-rust-major branch March 25, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant