pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/mise



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Jul 17 17:12:32 UTC 2025

Modified Files:
        pkgsrc/devel/mise: Makefile cargo-depends.mk distinfo

Log Message:
devel/mise: update to 2025.7.11

## [2025.7.11](https://github.com/jdx/mise/compare/v2025.7.10..v2025.7.11) - 2025-07-16

### 🚀 Features

- support extracting 7z archives for static backends by [@yjoer](https://github.com/yjoer) in [#5632](https://github.com/jdx/mise/pull/5632)

### 🐛 Bug Fixes

- **(aqua)** improve warnings for packages without repo_owner and repo_name by [@risu729](https://github.com/risu729) in [#5644](https://github.com/jdx/mise/pull/5644)
- **(generate)** fix task docs inject by [@risu729](https://github.com/risu729) in [#5651](https://github.com/jdx/mise/pull/5651)
- **(static)** support `strip_components` for zip files by [@risu729](https://github.com/risu729) in [#5631](https://github.com/jdx/mise/pull/5631)
- private forges by [@hamnis](https://github.com/hamnis) in [#5650](https://github.com/jdx/mise/pull/5650)

### 🚜 Refactor

- **(aqua)** move no_aset and error_message checks into validate by [@risu729](https://github.com/risu729) in [#5649](https://github.com/jdx/mise/pull/5649)

### 📚 Documentation

- **(vfox)** replace deprecated asdf and vfox settings with disable_backends by [@risu729](https://github.com/risu729) in [#5652](https://github.com/jdx/mise/pull/5652)
- tweak static backend docs by [@jdx](https://github.com/jdx) in [#5627](https://github.com/jdx/mise/pull/5627)

### 🧪 Testing

- **(e2e)** move test_github_auto_detect to correct directory by [@risu729](https://github.com/risu729) in [#5640](https://github.com/jdx/mise/pull/5640)

### New Contributors

- @hamnis made their first contribution in [#5650](https://github.com/jdx/mise/pull/5650)

## [2025.7.10](https://github.com/jdx/mise/compare/v2025.7.9..v2025.7.10) - 2025-07-14

### 🐛 Bug Fixes

- **(backend)** avoid double untar by [@jdx](https://github.com/jdx) in [#5626](https://github.com/jdx/mise/pull/5626)
- **(github)** handle missing "v" prefix by [@jdx](https://github.com/jdx) in [#5625](https://github.com/jdx/mise/pull/5625)

### 📚 Documentation

- add asset autodetection documentation to GitHub/GitLab backends by [@jdx](https://github.com/jdx) in [#5623](https://github.com/jdx/mise/pull/5623)

## [2025.7.9](https://github.com/jdx/mise/compare/v2025.7.8..v2025.7.9) - 2025-07-14

### 🚀 Features

- **(shim)** prevent mise-specific flags from interfering with shim execution by [@jdx](https://github.com/jdx) in [#5616](https://github.com/jdx/mise/pull/5616)
- github asset auto-detection by [@jdx](https://github.com/jdx) in [#5622](https://github.com/jdx/mise/pull/5622)

### 🐛 Bug Fixes

- resolve GitHub alias tool name parsing and add platform-specific asset support by [@jdx](https://github.com/jdx) in [#5621](https://github.com/jdx/mise/pull/5621)

## [2025.7.8](https://github.com/jdx/mise/compare/v2025.7.7..v2025.7.8) - 2025-07-13

### 🚀 Features

- custom backends through plugins by [@jdx](https://github.com/jdx) in [#5579](https://github.com/jdx/mise/pull/5579)
- nested tool options by [@jdx](https://github.com/jdx) in [#5614](https://github.com/jdx/mise/pull/5614)

### 🐛 Bug Fixes

- accept platform_ or platforms_ in http/github backends by [@jdx](https://github.com/jdx) in [#5608](https://github.com/jdx/mise/pull/5608)

### 📚 Documentation

- correct toml syntax by [@jdx](https://github.com/jdx) in [#5609](https://github.com/jdx/mise/pull/5609)
- removed some markdownlint rules by [@jdx](https://github.com/jdx) in [#5615](https://github.com/jdx/mise/pull/5615)

## [2025.7.7](https://github.com/jdx/mise/compare/v2025.7.4..v2025.7.7) - 2025-07-13

### 🚀 Features

- add static backends (Github, GitLab, and HTTP) by [@jdx](https://github.com/jdx) in [#5602](https://github.com/jdx/mise/pull/5602)
- blake3 support by [@jdx](https://github.com/jdx) in [#5605](https://github.com/jdx/mise/pull/5605)

### 🐛 Bug Fixes

- **(e2e)** simplify test path handling logic by [@jdx](https://github.com/jdx) in [#5600](https://github.com/jdx/mise/pull/5600)
- skip gh release edit on dry run in release workflow by [@jdx](https://github.com/jdx) in [#5603](https://github.com/jdx/mise/pull/5603)

### 📚 Documentation

- **(cursor)** fix conventional commits rule formatting by [@jdx](https://github.com/jdx) in [#5597](https://github.com/jdx/mise/pull/5597)
- **(cursor)** add testing rule for mise codebase by [@jdx](https://github.com/jdx) in [#5598](https://github.com/jdx/mise/pull/5598)

### 🧪 Testing

- disable cmake test for now by [@jdx](https://github.com/jdx) in [d521c31](https://github.com/jdx/mise/commit/d521c31eff1675cd18333c5c258b5d41110fc81a)

### 📦️ Dependency Updates

- pin dependencies by [@renovate[bot]](https://github.com/renovate[bot]) in [#5511](https://github.com/jdx/mise/pull/5511)

### Chore

- **(release)** mark a release as draft until assets are added by [@risu729](https://github.com/risu729) in [#5584](https://github.com/jdx/mise/pull/5584)
- added reverts to git-cliff by [@jdx](https://github.com/jdx) in [#5577](https://github.com/jdx/mise/pull/5577)
- reduce binary size for linux by [@jdx](https://github.com/jdx) in [#5587](https://github.com/jdx/mise/pull/5587)
- `cargo check` fixes by [@jdx](https://github.com/jdx) in [#5589](https://github.com/jdx/mise/pull/5589)
- Merge vfox.rs into jdx/mise monorepo by [@jdx](https://github.com/jdx) in [#5590](https://github.com/jdx/mise/pull/5590)
- Add cursor rule for conventional commits by [@jdx](https://github.com/jdx) in [#5592](https://github.com/jdx/mise/pull/5592)
- Create GitHub action for vfox.rs tests by [@jdx](https://github.com/jdx) in [#5593](https://github.com/jdx/mise/pull/5593)
- tweak paths for test-vfox workflow by [@jdx](https://github.com/jdx) in [0189372](https://github.com/jdx/mise/commit/0189372aadad456cdac459317bb96ae3987cfd15)
- set workspace resolver by [@jdx](https://github.com/jdx) in [#5606](https://github.com/jdx/mise/pull/5606)
- add workspace resolver = 3 by [@jdx](https://github.com/jdx) in [304547a](https://github.com/jdx/mise/commit/304547a0b9a324b5d925c45e2841cadc3f6e938b)
- fix release-plz with workspace by [@jdx](https://github.com/jdx) in [5b3be6e](https://github.com/jdx/mise/commit/5b3be6eb8f06c509964a2b030eccb2f6e006f398)
- only bump mise version for release-plz by [@jdx](https://github.com/jdx) in [8f14d10](https://github.com/jdx/mise/commit/8f14d1014d217c91c36a96beaad4565a3aaf567e)
- add cargo-release by [@jdx](https://github.com/jdx) in [f657db5](https://github.com/jdx/mise/commit/f657db512fdb7ea4f58ac98af729ac6495e61100)
- mise up by [@jdx](https://github.com/jdx) in [4872ae6](https://github.com/jdx/mise/commit/4872ae6b4d63de54de4ac93e72e9a3cd51e20c2e)
- fix release-plz with workspace by [@jdx](https://github.com/jdx) in [bdb7119](https://github.com/jdx/mise/commit/bdb71196d6930091c68a6198d445fa16e108f75e)
- set-version by [@jdx](https://github.com/jdx) in [82fcd4f](https://github.com/jdx/mise/commit/82fcd4f22116bb92e1e615d9f1c03723d02aaaba)
- set-version by [@jdx](https://github.com/jdx) in [54388a4](https://github.com/jdx/mise/commit/54388a419427c664e557aa4ea034e13a2443bb8e)
- set-version by [@jdx](https://github.com/jdx) in [fe0a0a9](https://github.com/jdx/mise/commit/fe0a0a93b27219bd132b39f1f0b522bed1ad2b51)
- set-version by [@jdx](https://github.com/jdx) in [d9f24e2](https://github.com/jdx/mise/commit/d9f24e2b45fb7a9f5c2b795b490ba64a8d9eb207)
- set-version by [@jdx](https://github.com/jdx) in [97f6f4f](https://github.com/jdx/mise/commit/97f6f4febaf03f7c0d6d754701308edeb2287b53)
- set-version by [@jdx](https://github.com/jdx) in [13296e1](https://github.com/jdx/mise/commit/13296e10947ea5a96768e07bd95d009e95bace32)
- set-version by [@jdx](https://github.com/jdx) in [587a707](https://github.com/jdx/mise/commit/587a70744c4127f92cfe9381e7e273ac101c4a4f)
- set-version by [@jdx](https://github.com/jdx) in [1e80d52](https://github.com/jdx/mise/commit/1e80d52144144aaebc804aeef17010980f3a0caf)

## [2025.7.4](https://github.com/jdx/mise/compare/v2025.7.3..v2025.7.4) - 2025-07-11

### 🐛 Bug Fixes

- **(aqua)** align version resolution logic in list_bin_paths by [@risu729](https://github.com/risu729) in [#5562](https://github.com/jdx/mise/pull/5562)
- Xonsh integration by [@jfmontanaro](https://github.com/jfmontanaro) in [#5557](https://github.com/jdx/mise/pull/5557)

### 📚 Documentation

- create comprehensive architecture documentation suite and enhance development guides by [@jdx](https://github.com/jdx) in 
[d2b4a05](https://github.com/jdx/mise/commit/d2b4a050261b685279c502009f55a3e260b72ff9)

### ◀️ Revert

- Revert "fix(aqua): align version resolution logic in list_bin_paths" by [@jdx](https://github.com/jdx) in [#5574](https://github.com/jdx/mise/pull/5574)

### 📦️ Dependency Updates

- update rust crate bzip2 to 0.6 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5568](https://github.com/jdx/mise/pull/5568)
- update rust crate clap_mangen to v0.2.28 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5566](https://github.com/jdx/mise/pull/5566)
- update rust crate clap to v4.5.41 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5565](https://github.com/jdx/mise/pull/5565)
- update rust crate taplo to 0.14 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5158](https://github.com/jdx/mise/pull/5158)

### Chore

- added xonsh for release builds by [@jdx](https://github.com/jdx) in [#5561](https://github.com/jdx/mise/pull/5561)
- enable backtrace lines on panic by [@jdx](https://github.com/jdx) in [#5571](https://github.com/jdx/mise/pull/5571)
- shfmt update by [@jdx](https://github.com/jdx) in [67ee245](https://github.com/jdx/mise/commit/67ee24556f1533c508e422513399ae04ecf6bdaa)

### New Contributors

- @jfmontanaro made their first contribution in [#5557](https://github.com/jdx/mise/pull/5557)

## [2025.7.3](https://github.com/jdx/mise/compare/v2025.7.2..v2025.7.3) - 2025-07-10

### 🚀 Features

- **(registry)** add vfox by [@risu729](https://github.com/risu729) in [#5551](https://github.com/jdx/mise/pull/5551)

### 🐛 Bug Fixes

- **(aqua)** show other backends suggestion for unsupported package types by [@risu729](https://github.com/risu729) in [#5547](https://github.com/jdx/mise/pull/5547)
- **(registry)** use aqua and fix ubi options for yamlscript by [@risu729](https://github.com/risu729) in [#5538](https://github.com/jdx/mise/pull/5538)
- **(registry)** add java and yq to android-sdk dependencies by [@risu729](https://github.com/risu729) in [#5545](https://github.com/jdx/mise/pull/5545)
- **(schema)** broken $schema ref by [@tpansino](https://github.com/tpansino) in [#5540](https://github.com/jdx/mise/pull/5540)
- auto_install_disable_tools env var by [@jdx](https://github.com/jdx) in [#5543](https://github.com/jdx/mise/pull/5543)
- do not overwrite github tokens environment variables by [@risu729](https://github.com/risu729) in [#5546](https://github.com/jdx/mise/pull/5546)

### Chore

- update Cargo.lock by [@risu729](https://github.com/risu729) in [#5549](https://github.com/jdx/mise/pull/5549)

### New Contributors

- @tpansino made their first contribution in [#5540](https://github.com/jdx/mise/pull/5540)

## [2025.7.2](https://github.com/jdx/mise/compare/v2025.7.1..v2025.7.2) - 2025-07-09

### 🚀 Features

- **(registry)** add zizmor by [@risu729](https://github.com/risu729) in [#5519](https://github.com/jdx/mise/pull/5519)
- Add `self_update_available` to `mise doctor` output by [@joehorsnell](https://github.com/joehorsnell) in [#5534](https://github.com/jdx/mise/pull/5534)

### 🐛 Bug Fixes

- **(aqua)** use the version in url to verify and install by [@risu729](https://github.com/risu729) in [#5537](https://github.com/jdx/mise/pull/5537)
- **(registry)** use aqua for numbat, gokey, golines by [@risu729](https://github.com/risu729) in [#5518](https://github.com/jdx/mise/pull/5518)
- `self-update` on MITM firewall (attempt #2) by [@joehorsnell](https://github.com/joehorsnell) in [#5459](https://github.com/jdx/mise/pull/5459)
- mise panic in removed directory by [@roele](https://github.com/roele) in [#5532](https://github.com/jdx/mise/pull/5532)

### 📚 Documentation

- update ubi tag_regex syntax by [@grimm26](https://github.com/grimm26) in [#5529](https://github.com/jdx/mise/pull/5529)

### 🧪 Testing

- disable yamlscript test by [@jdx](https://github.com/jdx) in [#5536](https://github.com/jdx/mise/pull/5536)

### New Contributors

- @grimm26 made their first contribution in [#5529](https://github.com/jdx/mise/pull/5529)

## [2025.7.1](https://github.com/jdx/mise/compare/v2025.7.0..v2025.7.1) - 2025-07-06

### 🚀 Features

- **(aqua)** add support for zst compressed assets by [@andreabedini](https://github.com/andreabedini) in [#5495](https://github.com/jdx/mise/pull/5495)
- **(registry)** import package descriptions from aqua and add os specifier for tuist by [@matracey](https://github.com/matracey) in [#5487](https://github.com/jdx/mise/pull/5487)

### 🐛 Bug Fixes

- **(aqua)** handle hard links in aqua packages (attempt #2) by [@risu729](https://github.com/risu729) in [#5486](https://github.com/jdx/mise/pull/5486)
- **(aqua)** apply correct `version_override` by [@risu729](https://github.com/risu729) in [#5474](https://github.com/jdx/mise/pull/5474)
- **(erlang)** fix install_precompiled method signature for unsupported os by [@roele](https://github.com/roele) in [#5503](https://github.com/jdx/mise/pull/5503)
- **(java)** relax version filter regex for JetBrains builds by [@roele](https://github.com/roele) in [#5508](https://github.com/jdx/mise/pull/5508)
- **(registry)** use aqua backend for bat by [@risu729](https://github.com/risu729) in [#5490](https://github.com/jdx/mise/pull/5490)
- **(registry)** use pipx backend for aws-sam on windows by [@risu729](https://github.com/risu729) in [#5491](https://github.com/jdx/mise/pull/5491)
- enhance self-update for musl targets by [@roele](https://github.com/roele) in [#5502](https://github.com/jdx/mise/pull/5502)
- include arch and os settings in cache keys by [@risu729](https://github.com/risu729) in [#5504](https://github.com/jdx/mise/pull/5504)

### 🧪 Testing

- **(registry)** enable youtube-dl test by [@risu729](https://github.com/risu729) in [#5492](https://github.com/jdx/mise/pull/5492)

### 📦️ Dependency Updates

- update swatinem/rust-cache digest to 98c8021 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5512](https://github.com/jdx/mise/pull/5512)

### New Contributors

- @matracey made their first contribution in [#5487](https://github.com/jdx/mise/pull/5487)
- @andreabedini made their first contribution in [#5495](https://github.com/jdx/mise/pull/5495)

## [2025.7.0](https://github.com/jdx/mise/compare/v2025.6.8..v2025.7.0) - 2025-07-01

### 🚀 Features

- **(registry)** adds gemini-cli by [@risu729](https://github.com/risu729) in [#5447](https://github.com/jdx/mise/pull/5447)
- **(registry)** adds npm backended tools by [@risu729](https://github.com/risu729) in [#5446](https://github.com/jdx/mise/pull/5446)
- **(registry)** add powershell alias by [@risu729](https://github.com/risu729) in [#5449](https://github.com/jdx/mise/pull/5449)
- **(registry)** add dagu by [@yottahmd](https://github.com/yottahmd) in [#5476](https://github.com/jdx/mise/pull/5476)
- **(registry)** update aws-sam backends to include aqua source by [@yashikota](https://github.com/yashikota) in [#5461](https://github.com/jdx/mise/pull/5461)
- **(registry)** use ubi backend for youtube-dl nightly releases by [@risu729](https://github.com/risu729) in [#5466](https://github.com/jdx/mise/pull/5466)

### 🐛 Bug Fixes

- **(aqua)** update victoria-metrics package name casing by [@shikharbhardwaj](https://github.com/shikharbhardwaj) in [#5483](https://github.com/jdx/mise/pull/5483)
- **(aqua)** handle hard links in aqua packages by [@risu729](https://github.com/risu729) in [#5463](https://github.com/jdx/mise/pull/5463)
- **(bun)** enhance architecture detection for musl targets by [@roele](https://github.com/roele) in [#5450](https://github.com/jdx/mise/pull/5450)
- **(erlang)** use precompiled ubuntu binaries on GHA by [@paradox460](https://github.com/paradox460) in [#5439](https://github.com/jdx/mise/pull/5439)
- **(erlang)** add `install_precompiled` for unsupported os by [@risu729](https://github.com/risu729) in [#5479](https://github.com/jdx/mise/pull/5479)
- **(registry)** use aqua backend for cargo-make by [@risu729](https://github.com/risu729) in [#5465](https://github.com/jdx/mise/pull/5465)
- **(registry)** use aqua backends for all available tools by [@risu729](https://github.com/risu729) in [#5467](https://github.com/jdx/mise/pull/5467)
- `parse_command` passing `-c` flag to cmd.exe by [@IMXEren](https://github.com/IMXEren) in [#5441](https://github.com/jdx/mise/pull/5441)

### 🧪 Testing

- **(registry)** disable bitwarden test by [@risu729](https://github.com/risu729) in [#5468](https://github.com/jdx/mise/pull/5468)

### ◀️ Revert

- Revert "chore(deps): pin dependencies" by [@jdx](https://github.com/jdx) in [#5453](https://github.com/jdx/mise/pull/5453)
- Revert "fix(aqua): handle hard links in aqua packages" by [@jdx](https://github.com/jdx) in [#5485](https://github.com/jdx/mise/pull/5485)

### 📦️ Dependency Updates

- pin dependencies by [@renovate[bot]](https://github.com/renovate[bot]) in [#5443](https://github.com/jdx/mise/pull/5443)
- update jdx/mise-action digest to 5cb1df6 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5444](https://github.com/jdx/mise/pull/5444)

### Chore

- disable automatic cargo up due to windows build failure in homedir crate by [@jdx](https://github.com/jdx) in [7570d0a](https://github.com/jdx/mise/commit/7570d0a95498d7b5626645fe3065429e19d0b26e)

### Ci

- **(test)** run `apt-get update` before `apt-get install` by [@risu729](https://github.com/risu729) in [#5448](https://github.com/jdx/mise/pull/5448)

### New Contributors

- @yashikota made their first contribution in [#5461](https://github.com/jdx/mise/pull/5461)
- @yottahmd made their first contribution in [#5476](https://github.com/jdx/mise/pull/5476)
- @IMXEren made their first contribution in [#5441](https://github.com/jdx/mise/pull/5441)

## [2025.6.8](https://github.com/jdx/mise/compare/v2025.6.7..v2025.6.8) - 2025-06-26

### 🚀 Features

- **(java)** add support for tar.xz in Java core plugin to support RedHat JDKs by [@roele](https://github.com/roele) in [#5354](https://github.com/jdx/mise/pull/5354)
- **(registry)** add osv-scanner by [@scop](https://github.com/scop) in [#5413](https://github.com/jdx/mise/pull/5413)
- **(registry)** add scorecard by [@scop](https://github.com/scop) in [#5410](https://github.com/jdx/mise/pull/5410)
- **(registry)** add docker cli by [@acesyde](https://github.com/acesyde) in [#5344](https://github.com/jdx/mise/pull/5344)
- **(registry)** add claude code by [@lelouvincx](https://github.com/lelouvincx) in [#5420](https://github.com/jdx/mise/pull/5420)
- **(registry)** add aws `cfn-lint` by [@garysassano](https://github.com/garysassano) in [#5434](https://github.com/jdx/mise/pull/5434)
- added graphite by [@jdx](https://github.com/jdx) in [#5429](https://github.com/jdx/mise/pull/5429)

### 🐛 Bug Fixes

- **(erlang)** use precompiled binaries for linux ubuntu by [@paradox460](https://github.com/paradox460) in [#5402](https://github.com/jdx/mise/pull/5402)
- **(ubi)** checksum generation might fail if extract_all option is used by [@roele](https://github.com/roele) in [#5394](https://github.com/jdx/mise/pull/5394)
- `self-update` on MITM firewall by [@joehorsnell](https://github.com/joehorsnell) in [#5387](https://github.com/jdx/mise/pull/5387)
- lint warning by [@jdx](https://github.com/jdx) in [#5425](https://github.com/jdx/mise/pull/5425)
- only warn on toolset resolve errors by [@jdx](https://github.com/jdx) in [#5435](https://github.com/jdx/mise/pull/5435)

### 🚜 Refactor

- **(registry)** use pipx for semgrep by [@scop](https://github.com/scop) in [#5423](https://github.com/jdx/mise/pull/5423)
- **(registry)** add backends and tests by [@risu729](https://github.com/risu729) in [#5388](https://github.com/jdx/mise/pull/5388)

### ◀️ Revert

- Revert "fix: `self-update` on MITM firewall" by [@jdx](https://github.com/jdx) in [#5427](https://github.com/jdx/mise/pull/5427)

### Ci

- unpin hyperfine by [@risu729](https://github.com/risu729) in [#5411](https://github.com/jdx/mise/pull/5411)

### New Contributors

- @paradox460 made their first contribution in [#5402](https://github.com/jdx/mise/pull/5402)
- @lelouvincx made their first contribution in [#5420](https://github.com/jdx/mise/pull/5420)

## [2025.6.7](https://github.com/jdx/mise/compare/v2025.6.6..v2025.6.7) - 2025-06-23

### 🐛 Bug Fixes

- **(aqua)** fix versions order by [@risu729](https://github.com/risu729) in [#5406](https://github.com/jdx/mise/pull/5406)

### Ci

- use pinnable tag of taiki-e/install-action by [@risu729](https://github.com/risu729) in [#5405](https://github.com/jdx/mise/pull/5405)


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/mise/Makefile
cvs rdiff -u -r1.71 -r1.72 pkgsrc/devel/mise/cargo-depends.mk \
    pkgsrc/devel/mise/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/mise/Makefile
diff -u pkgsrc/devel/mise/Makefile:1.74 pkgsrc/devel/mise/Makefile:1.75
--- pkgsrc/devel/mise/Makefile:1.74     Mon Jun 23 08:27:48 2025
+++ pkgsrc/devel/mise/Makefile  Thu Jul 17 17:12:32 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2025/06/23 08:27:48 pin Exp $
+# $NetBSD: Makefile,v 1.75 2025/07/17 17:12:32 pin Exp $
 
-DISTNAME=              mise-2025.6.6
+DISTNAME=              mise-2025.7.11
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=jdx/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}

Index: pkgsrc/devel/mise/cargo-depends.mk
diff -u pkgsrc/devel/mise/cargo-depends.mk:1.71 pkgsrc/devel/mise/cargo-depends.mk:1.72
--- pkgsrc/devel/mise/cargo-depends.mk:1.71     Mon Jun 23 08:27:48 2025
+++ pkgsrc/devel/mise/cargo-depends.mk  Thu Jul 17 17:12:32 2025
@@ -1,4 +1,4 @@
-# $NetBSD: cargo-depends.mk,v 1.71 2025/06/23 08:27:48 pin Exp $
+# $NetBSD: cargo-depends.mk,v 1.72 2025/07/17 17:12:32 pin Exp $
 
 CARGO_CRATE_DEPENDS+=  addr2line-0.24.2
 CARGO_CRATE_DEPENDS+=  adler2-2.0.1
@@ -22,6 +22,7 @@ CARGO_CRATE_DEPENDS+= anstyle-wincon-3.0
 CARGO_CRATE_DEPENDS+=  anyhow-1.0.98
 CARGO_CRATE_DEPENDS+=  arbitrary-1.4.1
 CARGO_CRATE_DEPENDS+=  arc-swap-1.7.1
+CARGO_CRATE_DEPENDS+=  arrayref-0.3.9
 CARGO_CRATE_DEPENDS+=  arrayvec-0.7.6
 CARGO_CRATE_DEPENDS+=  assert-json-diff-2.0.2
 CARGO_CRATE_DEPENDS+=  async-backtrace-0.2.7
@@ -41,10 +42,11 @@ CARGO_CRATE_DEPENDS+=       binstall-tar-0.4.4
 CARGO_CRATE_DEPENDS+=  bit-set-0.6.0
 CARGO_CRATE_DEPENDS+=  bit-vec-0.7.0
 CARGO_CRATE_DEPENDS+=  bitflags-2.9.1
+CARGO_CRATE_DEPENDS+=  blake3-1.8.2
 CARGO_CRATE_DEPENDS+=  block-buffer-0.10.4
 CARGO_CRATE_DEPENDS+=  bstr-1.12.0
 CARGO_CRATE_DEPENDS+=  built-0.8.0
-CARGO_CRATE_DEPENDS+=  bumpalo-3.18.1
+CARGO_CRATE_DEPENDS+=  bumpalo-3.19.0
 CARGO_CRATE_DEPENDS+=  bytecount-0.6.9
 CARGO_CRATE_DEPENDS+=  byteorder-1.5.0
 CARGO_CRATE_DEPENDS+=  bytes-1.10.1
@@ -54,7 +56,7 @@ CARGO_CRATE_DEPENDS+= bzip2-0.6.0
 CARGO_CRATE_DEPENDS+=  bzip2-sys-0.1.13+1.0.8
 CARGO_CRATE_DEPENDS+=  calm_io-0.1.1
 CARGO_CRATE_DEPENDS+=  calmio_filters-0.1.0
-CARGO_CRATE_DEPENDS+=  cc-1.2.27
+CARGO_CRATE_DEPENDS+=  cc-1.2.29
 CARGO_CRATE_DEPENDS+=  cfg-if-1.0.1
 CARGO_CRATE_DEPENDS+=  cfg_aliases-0.2.1
 CARGO_CRATE_DEPENDS+=  chacha20-0.9.1
@@ -64,11 +66,11 @@ CARGO_CRATE_DEPENDS+=       chrono-tz-0.9.0
 CARGO_CRATE_DEPENDS+=  chrono-tz-build-0.3.0
 CARGO_CRATE_DEPENDS+=  ci_info-0.14.14
 CARGO_CRATE_DEPENDS+=  cipher-0.4.4
-CARGO_CRATE_DEPENDS+=  clap-4.5.40
-CARGO_CRATE_DEPENDS+=  clap_builder-4.5.40
-CARGO_CRATE_DEPENDS+=  clap_derive-4.5.40
+CARGO_CRATE_DEPENDS+=  clap-4.5.41
+CARGO_CRATE_DEPENDS+=  clap_builder-4.5.41
+CARGO_CRATE_DEPENDS+=  clap_derive-4.5.41
 CARGO_CRATE_DEPENDS+=  clap_lex-0.7.5
-CARGO_CRATE_DEPENDS+=  clap_mangen-0.2.27
+CARGO_CRATE_DEPENDS+=  clap_mangen-0.2.28
 CARGO_CRATE_DEPENDS+=  clru-0.6.2
 CARGO_CRATE_DEPENDS+=  color-eyre-0.6.5
 CARGO_CRATE_DEPENDS+=  color-print-0.3.7
@@ -102,7 +104,7 @@ CARGO_CRATE_DEPENDS+=       crypto-common-0.1.
 CARGO_CRATE_DEPENDS+=  ctor-0.4.2
 CARGO_CRATE_DEPENDS+=  ctor-proc-macro-0.0.5
 CARGO_CRATE_DEPENDS+=  ctr-0.9.2
-CARGO_CRATE_DEPENDS+=  curve25519-dalek-4.1.3
+CARGO_CRATE_DEPENDS+=  curve25519-dalek-4.2.0
 CARGO_CRATE_DEPENDS+=  curve25519-dalek-derive-0.1.1
 CARGO_CRATE_DEPENDS+=  darling-0.20.11
 CARGO_CRATE_DEPENDS+=  darling_core-0.20.11
@@ -149,7 +151,7 @@ CARGO_CRATE_DEPENDS+=       expr-lang-0.3.2
 CARGO_CRATE_DEPENDS+=  eyre-0.6.12
 CARGO_CRATE_DEPENDS+=  faster-hex-0.10.0
 CARGO_CRATE_DEPENDS+=  fastrand-2.3.0
-CARGO_CRATE_DEPENDS+=  fiat-crypto-0.2.9
+CARGO_CRATE_DEPENDS+=  fiat-crypto-0.3.0
 CARGO_CRATE_DEPENDS+=  filetime-0.2.25
 CARGO_CRATE_DEPENDS+=  filetime_creation-0.2.0
 CARGO_CRATE_DEPENDS+=  find-crate-0.6.3
@@ -239,7 +241,7 @@ CARGO_CRATE_DEPENDS+=       gix-worktree-strea
 CARGO_CRATE_DEPENDS+=  glob-0.3.2
 CARGO_CRATE_DEPENDS+=  globset-0.4.16
 CARGO_CRATE_DEPENDS+=  globwalk-0.9.1
-CARGO_CRATE_DEPENDS+=  h2-0.4.10
+CARGO_CRATE_DEPENDS+=  h2-0.4.11
 CARGO_CRATE_DEPENDS+=  hash32-0.3.1
 CARGO_CRATE_DEPENDS+=  hashbrown-0.12.3
 CARGO_CRATE_DEPENDS+=  hashbrown-0.14.5
@@ -251,7 +253,7 @@ CARGO_CRATE_DEPENDS+=       hex-0.4.3
 CARGO_CRATE_DEPENDS+=  hkdf-0.12.4
 CARGO_CRATE_DEPENDS+=  hmac-0.12.1
 CARGO_CRATE_DEPENDS+=  home-0.5.11
-CARGO_CRATE_DEPENDS+=  homedir-0.3.4
+CARGO_CRATE_DEPENDS+=  homedir-0.3.5
 CARGO_CRATE_DEPENDS+=  http-1.3.1
 CARGO_CRATE_DEPENDS+=  http-body-1.0.1
 CARGO_CRATE_DEPENDS+=  http-body-util-0.1.3
@@ -262,8 +264,8 @@ CARGO_CRATE_DEPENDS+=       humansize-2.1.3
 CARGO_CRATE_DEPENDS+=  hyper-1.6.0
 CARGO_CRATE_DEPENDS+=  hyper-rustls-0.27.7
 CARGO_CRATE_DEPENDS+=  hyper-tls-0.6.0
-CARGO_CRATE_DEPENDS+=  hyper-util-0.1.14
-CARGO_CRATE_DEPENDS+=  i18n-config-0.4.7
+CARGO_CRATE_DEPENDS+=  hyper-util-0.1.15
+CARGO_CRATE_DEPENDS+=  i18n-config-0.4.8
 CARGO_CRATE_DEPENDS+=  i18n-embed-0.15.4
 CARGO_CRATE_DEPENDS+=  i18n-embed-fl-0.9.4
 CARGO_CRATE_DEPENDS+=  i18n-embed-impl-0.8.4
@@ -285,7 +287,7 @@ CARGO_CRATE_DEPENDS+=       impl-tools-0.10.3
 CARGO_CRATE_DEPENDS+=  impl-tools-lib-0.11.3
 CARGO_CRATE_DEPENDS+=  indenter-0.3.3
 CARGO_CRATE_DEPENDS+=  indexmap-1.9.3
-CARGO_CRATE_DEPENDS+=  indexmap-2.9.0
+CARGO_CRATE_DEPENDS+=  indexmap-2.10.0
 CARGO_CRATE_DEPENDS+=  indicatif-0.17.11
 CARGO_CRATE_DEPENDS+=  indoc-2.0.6
 CARGO_CRATE_DEPENDS+=  inout-0.1.4
@@ -293,6 +295,7 @@ CARGO_CRATE_DEPENDS+=       insta-1.43.1
 CARGO_CRATE_DEPENDS+=  intl-memoizer-0.5.3
 CARGO_CRATE_DEPENDS+=  intl_pluralrules-7.0.2
 CARGO_CRATE_DEPENDS+=  io-close-0.3.7
+CARGO_CRATE_DEPENDS+=  io-uring-0.7.8
 CARGO_CRATE_DEPENDS+=  io_tee-0.1.1
 CARGO_CRATE_DEPENDS+=  ipnet-2.11.0
 CARGO_CRATE_DEPENDS+=  iri-string-0.7.8
@@ -316,7 +319,7 @@ CARGO_CRATE_DEPENDS+=       lazy_static-1.5.0
 CARGO_CRATE_DEPENDS+=  libbz2-rs-sys-0.2.1
 CARGO_CRATE_DEPENDS+=  libc-0.2.174
 CARGO_CRATE_DEPENDS+=  libm-0.2.15
-CARGO_CRATE_DEPENDS+=  libredox-0.1.3
+CARGO_CRATE_DEPENDS+=  libredox-0.1.4
 CARGO_CRATE_DEPENDS+=  libz-rs-sys-0.5.1
 CARGO_CRATE_DEPENDS+=  linux-raw-sys-0.4.15
 CARGO_CRATE_DEPENDS+=  linux-raw-sys-0.9.4
@@ -328,8 +331,8 @@ CARGO_CRATE_DEPENDS+=       logos-0.12.1
 CARGO_CRATE_DEPENDS+=  logos-derive-0.12.1
 CARGO_CRATE_DEPENDS+=  loom-0.5.6
 CARGO_CRATE_DEPENDS+=  lru-slab-0.1.2
-CARGO_CRATE_DEPENDS+=  lua-src-547.0.0
-CARGO_CRATE_DEPENDS+=  luajit-src-210.5.12+a4f56a4
+CARGO_CRATE_DEPENDS+=  lua-src-548.1.1
+CARGO_CRATE_DEPENDS+=  luajit-src-210.6.1+f9140a6
 CARGO_CRATE_DEPENDS+=  lzma-rs-0.3.0
 CARGO_CRATE_DEPENDS+=  lzma-rust-0.1.7
 CARGO_CRATE_DEPENDS+=  lzma-sys-0.1.20
@@ -345,12 +348,11 @@ CARGO_CRATE_DEPENDS+=     minimal-lexical-0.
 CARGO_CRATE_DEPENDS+=  minisign-verify-0.2.4
 CARGO_CRATE_DEPENDS+=  miniz_oxide-0.8.9
 CARGO_CRATE_DEPENDS+=  mio-1.0.4
-CARGO_CRATE_DEPENDS+=  mlua-0.10.5
-CARGO_CRATE_DEPENDS+=  mlua-sys-0.6.8
-CARGO_CRATE_DEPENDS+=  mlua_derive-0.10.1
+CARGO_CRATE_DEPENDS+=  mlua-0.11.0-beta.3
+CARGO_CRATE_DEPENDS+=  mlua-sys-0.8.1
+CARGO_CRATE_DEPENDS+=  mlua_derive-0.11.0-beta.2
 CARGO_CRATE_DEPENDS+=  mockito-1.7.0
 CARGO_CRATE_DEPENDS+=  native-tls-0.2.14
-CARGO_CRATE_DEPENDS+=  nix-0.29.0
 CARGO_CRATE_DEPENDS+=  nix-0.30.1
 CARGO_CRATE_DEPENDS+=  nom-7.1.3
 CARGO_CRATE_DEPENDS+=  nom-8.0.0
@@ -379,7 +381,7 @@ CARGO_CRATE_DEPENDS+=       ordered-float-2.10
 CARGO_CRATE_DEPENDS+=  os-release-0.1.0
 CARGO_CRATE_DEPENDS+=  os_pipe-1.2.2
 CARGO_CRATE_DEPENDS+=  overload-0.1.1
-CARGO_CRATE_DEPENDS+=  owo-colors-4.2.1
+CARGO_CRATE_DEPENDS+=  owo-colors-4.2.2
 CARGO_CRATE_DEPENDS+=  papergrid-0.15.0
 CARGO_CRATE_DEPENDS+=  parking_lot-0.12.4
 CARGO_CRATE_DEPENDS+=  parking_lot_core-0.9.11
@@ -438,7 +440,7 @@ CARGO_CRATE_DEPENDS+=       regex-automata-0.1
 CARGO_CRATE_DEPENDS+=  regex-automata-0.4.9
 CARGO_CRATE_DEPENDS+=  regex-syntax-0.6.29
 CARGO_CRATE_DEPENDS+=  regex-syntax-0.8.5
-CARGO_CRATE_DEPENDS+=  reqwest-0.12.20
+CARGO_CRATE_DEPENDS+=  reqwest-0.12.22
 CARGO_CRATE_DEPENDS+=  ring-0.17.14
 CARGO_CRATE_DEPENDS+=  rmp-0.8.14
 CARGO_CRATE_DEPENDS+=  rmp-serde-1.3.0
@@ -465,6 +467,7 @@ CARGO_CRATE_DEPENDS+=       same-file-1.0.6
 CARGO_CRATE_DEPENDS+=  scc-2.3.4
 CARGO_CRATE_DEPENDS+=  schannel-0.1.27
 CARGO_CRATE_DEPENDS+=  schemars-0.9.0
+CARGO_CRATE_DEPENDS+=  schemars-1.0.4
 CARGO_CRATE_DEPENDS+=  scoped-tls-1.0.1
 CARGO_CRATE_DEPENDS+=  scopeguard-1.2.0
 CARGO_CRATE_DEPENDS+=  scrypt-0.11.0
@@ -486,8 +489,8 @@ CARGO_CRATE_DEPENDS+=       serde_json-1.0.140
 CARGO_CRATE_DEPENDS+=  serde_regex-1.1.0
 CARGO_CRATE_DEPENDS+=  serde_spanned-0.6.9
 CARGO_CRATE_DEPENDS+=  serde_urlencoded-0.7.1
-CARGO_CRATE_DEPENDS+=  serde_with-3.13.0
-CARGO_CRATE_DEPENDS+=  serde_with_macros-3.13.0
+CARGO_CRATE_DEPENDS+=  serde_with-3.14.0
+CARGO_CRATE_DEPENDS+=  serde_with_macros-3.14.0
 CARGO_CRATE_DEPENDS+=  serde_yaml-0.9.34+deprecated
 CARGO_CRATE_DEPENDS+=  serial_test-3.2.0
 CARGO_CRATE_DEPENDS+=  serial_test_derive-3.2.0
@@ -496,12 +499,12 @@ CARGO_CRATE_DEPENDS+=     sha1-0.10.6
 CARGO_CRATE_DEPENDS+=  sha1-checked-0.10.0
 CARGO_CRATE_DEPENDS+=  sha2-0.10.9
 CARGO_CRATE_DEPENDS+=  sharded-slab-0.1.7
-CARGO_CRATE_DEPENDS+=  shared_child-1.1.0
+CARGO_CRATE_DEPENDS+=  shared_child-1.1.1
 CARGO_CRATE_DEPENDS+=  shared_thread-0.1.0
 CARGO_CRATE_DEPENDS+=  shell-escape-0.1.5
 CARGO_CRATE_DEPENDS+=  shell-words-1.1.0
 CARGO_CRATE_DEPENDS+=  shlex-1.3.0
-CARGO_CRATE_DEPENDS+=  sigchld-0.2.3
+CARGO_CRATE_DEPENDS+=  sigchld-0.2.4
 CARGO_CRATE_DEPENDS+=  signal-hook-0.3.18
 CARGO_CRATE_DEPENDS+=  signal-hook-registry-1.4.5
 CARGO_CRATE_DEPENDS+=  signature-2.2.0
@@ -528,14 +531,14 @@ CARGO_CRATE_DEPENDS+=     system-configurati
 CARGO_CRATE_DEPENDS+=  system-configuration-sys-0.6.0
 CARGO_CRATE_DEPENDS+=  tabled-0.19.0
 CARGO_CRATE_DEPENDS+=  tabled_derive-0.11.0
-CARGO_CRATE_DEPENDS+=  taplo-0.13.2
+CARGO_CRATE_DEPENDS+=  taplo-0.14.0
 CARGO_CRATE_DEPENDS+=  tar-0.4.44
 CARGO_CRATE_DEPENDS+=  tempfile-3.20.0
 CARGO_CRATE_DEPENDS+=  tera-1.20.0
 CARGO_CRATE_DEPENDS+=  termcolor-1.4.1
 CARGO_CRATE_DEPENDS+=  terminal_size-0.4.2
-CARGO_CRATE_DEPENDS+=  test-log-0.2.17
-CARGO_CRATE_DEPENDS+=  test-log-macros-0.2.17
+CARGO_CRATE_DEPENDS+=  test-log-0.2.18
+CARGO_CRATE_DEPENDS+=  test-log-macros-0.2.18
 CARGO_CRATE_DEPENDS+=  testing_table-0.3.0
 CARGO_CRATE_DEPENDS+=  text-size-1.1.1
 CARGO_CRATE_DEPENDS+=  thiserror-1.0.69
@@ -549,7 +552,7 @@ CARGO_CRATE_DEPENDS+=       time-macros-0.2.22
 CARGO_CRATE_DEPENDS+=  tinystr-0.8.1
 CARGO_CRATE_DEPENDS+=  tinyvec-1.9.0
 CARGO_CRATE_DEPENDS+=  tinyvec_macros-0.1.1
-CARGO_CRATE_DEPENDS+=  tokio-1.45.1
+CARGO_CRATE_DEPENDS+=  tokio-1.46.1
 CARGO_CRATE_DEPENDS+=  tokio-macros-2.5.0
 CARGO_CRATE_DEPENDS+=  tokio-native-tls-0.3.1
 CARGO_CRATE_DEPENDS+=  tokio-rustls-0.26.2
@@ -604,7 +607,6 @@ CARGO_CRATE_DEPENDS+=       vcpkg-0.2.15
 CARGO_CRATE_DEPENDS+=  version_check-0.9.5
 CARGO_CRATE_DEPENDS+=  versions-6.3.2
 CARGO_CRATE_DEPENDS+=  versions-7.0.0
-CARGO_CRATE_DEPENDS+=  vfox-1.0.3
 CARGO_CRATE_DEPENDS+=  vte-0.14.1
 CARGO_CRATE_DEPENDS+=  walkdir-2.5.0
 CARGO_CRATE_DEPENDS+=  want-0.3.1
@@ -627,16 +629,15 @@ CARGO_CRATE_DEPENDS+=     winapi-i686-pc-win
 CARGO_CRATE_DEPENDS+=  winapi-util-0.1.9
 CARGO_CRATE_DEPENDS+=  winapi-x86_64-pc-windows-gnu-0.4.0
 CARGO_CRATE_DEPENDS+=  windows-0.48.0
-CARGO_CRATE_DEPENDS+=  windows-0.57.0
-CARGO_CRATE_DEPENDS+=  windows-core-0.57.0
+CARGO_CRATE_DEPENDS+=  windows-0.61.3
+CARGO_CRATE_DEPENDS+=  windows-collections-0.2.0
 CARGO_CRATE_DEPENDS+=  windows-core-0.61.2
-CARGO_CRATE_DEPENDS+=  windows-implement-0.57.0
+CARGO_CRATE_DEPENDS+=  windows-future-0.2.1
 CARGO_CRATE_DEPENDS+=  windows-implement-0.60.0
-CARGO_CRATE_DEPENDS+=  windows-interface-0.57.0
 CARGO_CRATE_DEPENDS+=  windows-interface-0.59.1
 CARGO_CRATE_DEPENDS+=  windows-link-0.1.3
-CARGO_CRATE_DEPENDS+=  windows-registry-0.5.2
-CARGO_CRATE_DEPENDS+=  windows-result-0.1.2
+CARGO_CRATE_DEPENDS+=  windows-numerics-0.2.0
+CARGO_CRATE_DEPENDS+=  windows-registry-0.5.3
 CARGO_CRATE_DEPENDS+=  windows-result-0.3.4
 CARGO_CRATE_DEPENDS+=  windows-strings-0.4.2
 CARGO_CRATE_DEPENDS+=  windows-sys-0.52.0
@@ -645,6 +646,7 @@ CARGO_CRATE_DEPENDS+=       windows-sys-0.60.2
 CARGO_CRATE_DEPENDS+=  windows-targets-0.48.5
 CARGO_CRATE_DEPENDS+=  windows-targets-0.52.6
 CARGO_CRATE_DEPENDS+=  windows-targets-0.53.2
+CARGO_CRATE_DEPENDS+=  windows-threading-0.1.0
 CARGO_CRATE_DEPENDS+=  windows_aarch64_gnullvm-0.48.5
 CARGO_CRATE_DEPENDS+=  windows_aarch64_gnullvm-0.52.6
 CARGO_CRATE_DEPENDS+=  windows_aarch64_gnullvm-0.53.0
@@ -674,7 +676,7 @@ CARGO_CRATE_DEPENDS+=       winsafe-0.0.19
 CARGO_CRATE_DEPENDS+=  wit-bindgen-rt-0.39.0
 CARGO_CRATE_DEPENDS+=  writeable-0.6.1
 CARGO_CRATE_DEPENDS+=  x25519-dalek-2.0.1
-CARGO_CRATE_DEPENDS+=  xattr-1.5.0
+CARGO_CRATE_DEPENDS+=  xattr-1.5.1
 CARGO_CRATE_DEPENDS+=  xx-2.1.1
 CARGO_CRATE_DEPENDS+=  xz2-0.1.7
 CARGO_CRATE_DEPENDS+=  yansi-1.0.1
Index: pkgsrc/devel/mise/distinfo
diff -u pkgsrc/devel/mise/distinfo:1.71 pkgsrc/devel/mise/distinfo:1.72
--- pkgsrc/devel/mise/distinfo:1.71     Mon Jun 23 08:27:48 2025
+++ pkgsrc/devel/mise/distinfo  Thu Jul 17 17:12:32 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.71 2025/06/23 08:27:48 pin Exp $
+$NetBSD: distinfo,v 1.72 2025/07/17 17:12:32 pin Exp $
 
 BLAKE2s (addr2line-0.24.2.crate) = 5bdb03ff8621c0993eda0ec3682c467ad3fc0015f48e46a70779bbd4bfbe8267
 SHA512 (addr2line-0.24.2.crate) = 39cbec3c920ffc0f37584afb55e1cfe4f182e4415319a4e9bfe842360f102f7b9315f6171c0cf71ba0337123903e604096cd573fe98698a26c8eebc2376d965b
@@ -66,6 +66,9 @@ Size (arbitrary-1.4.1.crate) = 36816 byt
 BLAKE2s (arc-swap-1.7.1.crate) = e2cecae4fd3315b92dc0378242bfbff9c25a39b692659bf71969c631242fba75
 SHA512 (arc-swap-1.7.1.crate) = 070fa8dd17b380b6d7d72f6f45c84e591de9a9770b9662351e7a41af03798bf5e34d185a5fcb948f4d8ac5e210a33acd465c39eff6097662c2442b34ee3dbdff
 Size (arc-swap-1.7.1.crate) = 68512 bytes
+BLAKE2s (arrayref-0.3.9.crate) = 095d6f3dbffc19d3506d9f06e81ac8c5cf3ee1be0dea779ae04de95c9a2e33f0
+SHA512 (arrayref-0.3.9.crate) = f97e33e7fd65a8e908c21ab918350f71f12d49783162b90c5618660217b36516c39750b292a1248125f12429e4e00af9ff20c3846be81175946b8541d96ee606
+Size (arrayref-0.3.9.crate) = 9186 bytes
 BLAKE2s (arrayvec-0.7.6.crate) = ae779f4d40d8bea2f15396d81e905c8e88b941279c0a4545b47e667ab8235e1c
 SHA512 (arrayvec-0.7.6.crate) = b1f320746018a7f32340a833420089446ec5cefb7f299b4506eab7423d5db49f00b72d8aa8c6600f9159b9480d5eb3ce69407d93f5c9934147860c83e4d6eca8
 Size (arrayvec-0.7.6.crate) = 31237 bytes
@@ -123,6 +126,9 @@ Size (bit-vec-0.7.0.crate) = 23206 bytes
 BLAKE2s (bitflags-2.9.1.crate) = a7963a6b45e1b55cea5f5872e5f3a1a4d91933dd71ed71007c208a57ea97e414
 SHA512 (bitflags-2.9.1.crate) = 6baeac42e4227e58030e317125a3c23997beceb44f9262f029e59c6dc36dd1733f2e88b3c3c8ad22f806245ef404512a880b16f3c8c52fa5c4aab287bb3cfe27
 Size (bitflags-2.9.1.crate) = 47913 bytes
+BLAKE2s (blake3-1.8.2.crate) = f83f38da406f22968bab3b190440647338518b807734e68a478654ba3be7c6b1
+SHA512 (blake3-1.8.2.crate) = 8635c3ac12c7f333912a6f42c75499395d6178a0dca810d9199bb533facb409970b17bff4b7f55731a7d5d75932e62b236e1651ed0388e2796024bd7dd2852b8
+Size (blake3-1.8.2.crate) = 205967 bytes
 BLAKE2s (block-buffer-0.10.4.crate) = 4422d2b2ea2e697a7339956a06cff79b3c5d6b263fbf51993c90fef1f9a0a9ef
 SHA512 (block-buffer-0.10.4.crate) = b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb
 Size (block-buffer-0.10.4.crate) = 10538 bytes
@@ -132,9 +138,9 @@ Size (bstr-1.12.0.crate) = 351557 bytes
 BLAKE2s (built-0.8.0.crate) = 48e9876b892c3c6c0959845c6ed78ccf8df659058d9c80c2dfa7303f9c7ba7c5
 SHA512 (built-0.8.0.crate) = fc2aba8d4df363283d4c0886d0594cd1d2865d60edad8bf301720608233d1c7da74a3d974bc610dcd2a3748ff490c196d003c212c4c4eea9ff9e0bc4ac499a58
 Size (built-0.8.0.crate) = 35112 bytes
-BLAKE2s (bumpalo-3.18.1.crate) = de24bf8710b077bd65e8ce1744361f248e093f7ea4d768bf28a574e344145def
-SHA512 (bumpalo-3.18.1.crate) = 3b3fb9d138dabe35f5050447d1ae89b77a74d2bd5f42a005d1c1286de832167c481ab64adca1139f76ac99c50a89c2c8e71a6e244c265f9ef63216459be5ebed
-Size (bumpalo-3.18.1.crate) = 96348 bytes
+BLAKE2s (bumpalo-3.19.0.crate) = bdefc57ae010900dc81909430c791a7d4e7539a2c777fce3c252222e0cf14642
+SHA512 (bumpalo-3.19.0.crate) = 58db27a643c55adae07061100e3604dad0056bacd42ce1142bcc34249645e9313e886c3174a755593544684fcc632f134f9c6066752ac695254fb9ecd40878cf
+Size (bumpalo-3.19.0.crate) = 96414 bytes
 BLAKE2s (bytecount-0.6.9.crate) = 08ab8034e520d7b5a85e59743f84ff3d9b922d82d43da39c5f50e68e8b77595b
 SHA512 (bytecount-0.6.9.crate) = e77fa4d95ec0641f40e937ccfba4a560363284a63b79ededc00fba27080d076546bdaaa81eccf622332b924159328964dff017d017ec7d89b55427a7227975b5
 Size (bytecount-0.6.9.crate) = 18695 bytes
@@ -162,9 +168,9 @@ Size (calm_io-0.1.1.crate) = 6908 bytes
 BLAKE2s (calmio_filters-0.1.0.crate) = c2b3bb1b0dd5614af9c1408a0048f691f81baa2f1b84a046b1041439be70f6a2
 SHA512 (calmio_filters-0.1.0.crate) = dabf17abd4e2985cc94c4d8d4f7354432e90ca14acc4f95ab186e6bb77ecb476e5780289123747b2066e3e662f28facd49ec6f5f8666dc3a01a7e95c68549eed
 Size (calmio_filters-0.1.0.crate) = 1930 bytes
-BLAKE2s (cc-1.2.27.crate) = e15de00c756f06c75b9b37eb0b6f0660e467d567fc72e6b24acd1602ec2db69c
-SHA512 (cc-1.2.27.crate) = ed0b13578963e18374d99c60190ef7fa4bef2a55cc96ddb54213db0e26daafbbeaff3c8fc46eac7ce968398badbc15fd6991ec06b1239fab4a7f02159d366325
-Size (cc-1.2.27.crate) = 107070 bytes
+BLAKE2s (cc-1.2.29.crate) = a474632613fec85e51bf2148553a007528ef9bc03a6be0b6398c2071c57addf3
+SHA512 (cc-1.2.29.crate) = 5dd2e7c9d1cd78d7e71f3a9e0ffa81ca1b97bd1b51ba00154153601eec953f75d84ef8e59799603c70b84bd503b02787d4f48624176e4e9cb4ce7588a8ea6f4b
+Size (cc-1.2.29.crate) = 108072 bytes
 BLAKE2s (cfg-if-1.0.1.crate) = 49583828bd63de9e4722022bc5fd336ef8a4845879f0d29e2fb5e2744b9e0ba8
 SHA512 (cfg-if-1.0.1.crate) = 56af0d562fe60022e8df9c5b4e9b2eed6d7ca1874c4d3bbb52148d6f3c6f7d30e0b63d4b1e652ccfc8881a663fb6f450a48447d5a8cce0c2e5a2ac12c6ac655f
 Size (cfg-if-1.0.1.crate) = 8683 bytes
@@ -192,21 +198,21 @@ Size (ci_info-0.14.14.crate) = 1138778 b
 BLAKE2s (cipher-0.4.4.crate) = b89fc3d1a0e0163587cade641cb64ccfee596232db70a771d67df1206b492054
 SHA512 (cipher-0.4.4.crate) = 1856d8b08bc3dbd2fa5c8b97e9eae43323c7aa19203ef3e80bb49cf15b5ddc832acb7b97121a52032656353e764f1f722200b638f7c28975fec1b5c9dc908846
 Size (cipher-0.4.4.crate) = 19073 bytes
-BLAKE2s (clap-4.5.40.crate) = fe590d3fafb66b80724adf5f9608ab8e6430f90ba0db737915f9d9eda10ea2e2
-SHA512 (clap-4.5.40.crate) = 64724903db6b133de2a6300f11ec40e4019d01d91e8d81788cd2588f609d0a3a8dede03b6419e82ad5379242dad2fe59c7ab938deaf723b9a36accbcac1d9b3a
-Size (clap-4.5.40.crate) = 57419 bytes
-BLAKE2s (clap_builder-4.5.40.crate) = 7916bf6acc58fd23679a3c60404d20b80b002e961c75d160dbe921a1d2ec6559
-SHA512 (clap_builder-4.5.40.crate) = 52689271be7898bf15285a6e293b7b42928d424293d838409426e5dd9d73079f664e1e7b4bcbe7762bbacca98f7c86c67108fb11be6a1ef170668938fd05a7cf
-Size (clap_builder-4.5.40.crate) = 169191 bytes
-BLAKE2s (clap_derive-4.5.40.crate) = 325deaf85c55441616ce496b6d2e6e7ee10c914ece56bfb58506771f50575c3d
-SHA512 (clap_derive-4.5.40.crate) = 426059aabb349aac396adf2031bedfd6c8cdcbcf70ca6caad82f037501fabf1f7445c57b073af71a0437b08e38ce5ecf0f3895c206f067ee6e4ce46021f024a7
-Size (clap_derive-4.5.40.crate) = 33470 bytes
+BLAKE2s (clap-4.5.41.crate) = aa7f9d3ba6efd27e470fb3b2863c9417e75740f3d3c4d0f3f99b82100d8564d3
+SHA512 (clap-4.5.41.crate) = ba440752e646bd3b0adab2ac13d36eb4fa12580b3e658bbd14431c77b5b34d5b7b5dbee45e370a8fd6a712eb0926e5e8ceb106eedf753bbf239c9ce4c910d482
+Size (clap-4.5.41.crate) = 58298 bytes
+BLAKE2s (clap_builder-4.5.41.crate) = 088f9f062519d11c13ff1d06bb3a240ada978cd26b2a4614fecfdee9a496310e
+SHA512 (clap_builder-4.5.41.crate) = a72fc3ccf75ce1265da39c2cb420544de5fa290dab90b447a188011e3b98869b0b75b650716860b0e81329015049834e291261fe2b8c760d9900ac40de66c1ac
+Size (clap_builder-4.5.41.crate) = 169633 bytes
+BLAKE2s (clap_derive-4.5.41.crate) = 73bacb23bbec56b868b0222e42aaca484127a17194acbca2724d9e4af1831799
+SHA512 (clap_derive-4.5.41.crate) = a6bb6198548b7f4d7de5845a0f262cdf2b385f653c7bb5720bd5cda9dd7ca371de7460505c6490bf4abf051341a92abf732b0e61728cac37ba829b29385a7533
+Size (clap_derive-4.5.41.crate) = 33493 bytes
 BLAKE2s (clap_lex-0.7.5.crate) = c0f454b7a0b52cea75c50a3795dc8f221f3aeb78d0146af8345b0f88afef3f9f
 SHA512 (clap_lex-0.7.5.crate) = bfcd632128e64f5414737f335dd3c5a62b3317e23d15472a1bfd617abf146c4c2c9c22e990b934adc1f8918359ff6fef09217c9f3436fa024a33bdb48d4a24e0
 Size (clap_lex-0.7.5.crate) = 13469 bytes
-BLAKE2s (clap_mangen-0.2.27.crate) = 33cd9fbcbee0adb7978f4c429cc594973a347a91f664eacb2f137391db9fca99
-SHA512 (clap_mangen-0.2.27.crate) = c84375fdd805dab2e9cd20c7522f0ac39383e3eebeeeca975118f52e4704d5271331b856f7cf34fdbb5c72de04f93891d7d5396503fe7df325dcfcd71fa913a5
-Size (clap_mangen-0.2.27.crate) = 15696 bytes
+BLAKE2s (clap_mangen-0.2.28.crate) = 83b8b60183bde17eaf181d83476195cba59eb96ec09c2c96d7bfbe5d6226832e
+SHA512 (clap_mangen-0.2.28.crate) = 28607de370186a3aefb2484304dd6ad74da4661ef4f63dde8ed802c0d506a1efed81abec0d94599cd1b8d69e7b298ea0616d32630fbdd38d46c5b11f91aebee8
+Size (clap_mangen-0.2.28.crate) = 15733 bytes
 BLAKE2s (clru-0.6.2.crate) = 236f21e6cee1b1288c3bfd100af3ceebc7760d59c7cf93f2346daf2f6066dfcb
 SHA512 (clru-0.6.2.crate) = 6dabdbc4b956fffed9c362b6f33b71625ba62651b0820dcc78b61319d981513d479b453906604de173110bcd9a7441451ef10cb0978e5e587cd0df23fec2c4bc
 Size (clru-0.6.2.crate) = 16497 bytes
@@ -306,9 +312,9 @@ Size (ctor-proc-macro-0.0.5.crate) = 204
 BLAKE2s (ctr-0.9.2.crate) = 4b4b397835df2ce92c0b673a56aa00934a94bab368061648ab035757dd542134
 SHA512 (ctr-0.9.2.crate) = 6a027f4e3881e51e3dbcb89348c961a2086bb63e70652c49107f49b7d021e31f74ec8c6ae91fd1605928f93f5ffa27889f257c166669e18508995168f17b46a5
 Size (ctr-0.9.2.crate) = 18344 bytes
-BLAKE2s (curve25519-dalek-4.1.3.crate) = 7dbe051d28be2a383615e44d5c75d22ac03a5c62bb4019930d2750c68497b424
-SHA512 (curve25519-dalek-4.1.3.crate) = a1dd318f96b5f1851d82a6fbd29c44dc85d2f75da16e5bcf9d6ba3abecddf5e0eaee4a7415d8afc09923064fa41529ede2622f8a5fe0b3e6d4c88b418c41bb5d
-Size (curve25519-dalek-4.1.3.crate) = 306017 bytes
+BLAKE2s (curve25519-dalek-4.2.0.crate) = ad3dacb70532354b01e67fd719e7f301f6cf5ded47da3077b4eb9d22c94e561e
+SHA512 (curve25519-dalek-4.2.0.crate) = cd9e28a7a4c2212febadbcfa47151eec150d76f57c0717e56116a919c8154d2d11abea498ed90f06986db168d058aeae218e9f59813436e2d36145c0487fcb2b
+Size (curve25519-dalek-4.2.0.crate) = 322505 bytes
 BLAKE2s (curve25519-dalek-derive-0.1.1.crate) = 56763047f0270aea89d212be549cee1963731c35dc2b4de63b24f84873418c10
 SHA512 (curve25519-dalek-derive-0.1.1.crate) = 60861002465d2ba12a6089b31fcd7a75f7a6d77319159d5383f29e857adea8cb7e5c9c0ab6977c8cfa34b60e1012a1a5dec57f637e6a225e60269ff49c25b29b
 Size (curve25519-dalek-derive-0.1.1.crate) = 11723 bytes
@@ -447,9 +453,9 @@ Size (faster-hex-0.10.0.crate) = 13419 b
 BLAKE2s (fastrand-2.3.0.crate) = 17b53f60ee5cb0e59aa32c5e6d48a968a714aeb8d905b7e0dc37f8c8392813bc
 SHA512 (fastrand-2.3.0.crate) = 267fecbb7459c8840f03425733d278dd6c4e7637b85b99552877117ed5e8015e094d86aa95841f77064136b7f382276c3cb2c2bef7b2881d272f4aa57c5cf947
 Size (fastrand-2.3.0.crate) = 15076 bytes
-BLAKE2s (fiat-crypto-0.2.9.crate) = 42f88d49730ca4d0bccd6dd8c30232077cf3aabe168a98cbe5b79a82ad619010
-SHA512 (fiat-crypto-0.2.9.crate) = d916fe8ba3e82a365d20485b93c36994363059dead84c0266b7bfa0bcc74122d71b4a5c8689226c0e1007e7e01fc6f6c76e8687ae14fcc38f6f159287810f510
-Size (fiat-crypto-0.2.9.crate) = 495390 bytes
+BLAKE2s (fiat-crypto-0.3.0.crate) = d5d5e5e1ee9ef6ab6ee2f71d079825190c2980ab49358f842d45ae58410c87b8
+SHA512 (fiat-crypto-0.3.0.crate) = bedeb276ba5f2fc5de4eec1ecd76f73f6040920f51d88d8410d8f3a9a22c2547a1e72548d0aeea73c5e5db93d42e15a44d41070ae1176c330142700c97311d31
+Size (fiat-crypto-0.3.0.crate) = 600542 bytes
 BLAKE2s (filetime-0.2.25.crate) = ee5a7b447054dbc8a77572d5e852c0a540063e3b3e5cd1c08d0a66e9ec56cd7b
 SHA512 (filetime-0.2.25.crate) = 90b4f3c4df29a3456c393f78f636d70f2615cba748a972dc9b937c2fcbbf4544f5b0d28c6c8fcfed5d5eda026ac670afffec18ab7d7127cee9afa2717146ccf2
 Size (filetime-0.2.25.crate) = 14940 bytes
@@ -717,9 +723,9 @@ Size (globset-0.4.16.crate) = 26533 byte
 BLAKE2s (globwalk-0.9.1.crate) = d20ddd2ab1239a6069079b5fc644ed5aaa6281f83b86c738d898f674f653fe5a
 SHA512 (globwalk-0.9.1.crate) = 9c95d6832950b35cf6ac87bd986116a75c847f11dd2e96ec0cbeb6c223ff901c949429669698cd75c4244a60c3de7df9adec648bc531303cdfba889e09f29448
 Size (globwalk-0.9.1.crate) = 12572 bytes
-BLAKE2s (h2-0.4.10.crate) = 53af910a0357da83c9d74afe56a80e36d7a373164cce7faed1f25336c1f307df
-SHA512 (h2-0.4.10.crate) = 16524a1ae9aa255f65df05878eeae8396e8b65a0ddcc87289ec802d9770d2ac6aab5d9f2f72634311e46a8f04c222aa1e7a2696ff15a310a5447a1e786deb863
-Size (h2-0.4.10.crate) = 174800 bytes
+BLAKE2s (h2-0.4.11.crate) = 676a661223593cf22e6dab36256b5d6a8e9b3f74485ed99e74c67f9f6b3beef0
+SHA512 (h2-0.4.11.crate) = b8ddc14b043c1939ebb8b3b786eedbaa64b1d6541109bb826360567e7b9db1a7f11cc87849314e424834f39c309dea205620941b847f56444a5bef2f1cfe7e4f
+Size (h2-0.4.11.crate) = 175810 bytes
 BLAKE2s (hash32-0.3.1.crate) = 94dd3070a340c7e142429f76fe327f7178b7e1b610e11283f4736a93582c4a77
 SHA512 (hash32-0.3.1.crate) = e6f7c1be545ab27c0859ee51509fecae749a97f79f91f6742fa66533064fc1c327587e3fe875965c513824e64c9b58bb6e212bfead636ca3a2aef066311e740f
 Size (hash32-0.3.1.crate) = 10273 bytes
@@ -753,9 +759,9 @@ Size (hmac-0.12.1.crate) = 42657 bytes
 BLAKE2s (home-0.5.11.crate) = d078e90e97417229fc5cd4f73b0253c748bb5325b58981e5245abb1f8a21d973
 SHA512 (home-0.5.11.crate) = cd107c4cee793b6db8b29157c3aa2629b5ef1b9fe129fd903fe414faadfa06a881a1b685f1c66fa5aa1deefd3013a210603c952bfa4bf02d5d1f90f75ba9ff18
 Size (home-0.5.11.crate) = 9926 bytes
-BLAKE2s (homedir-0.3.4.crate) = 73d68a2e516ad2c9249fd3f65b761e57b5c95c6e4852b94b0c197e14b6abed33
-SHA512 (homedir-0.3.4.crate) = 2e5599adc44dfd1336fc69a18a4862ac83a2d7e0cb3262e4a51c9b9fdf30140db6bfc8f326172c2104a179b45821b7362c2f349f65321d2d99d3cd53280dcbf3
-Size (homedir-0.3.4.crate) = 14883 bytes
+BLAKE2s (homedir-0.3.5.crate) = 68695cbf98b45b89bcb779d723f0351477c946fa6ccbf28e7789f97ddce6b398
+SHA512 (homedir-0.3.5.crate) = a2b54a51f52457c657e9f9365c78723137b0de3e1414cd00fad1f67a778b31031a79cfb54757bc68eaed00e28f60f0fc2473e5b73f97e980a4830e49ff10ef14
+Size (homedir-0.3.5.crate) = 16708 bytes
 BLAKE2s (http-1.3.1.crate) = eb05c22ce1a43f9145af09f5cdd7154fe2cbbb87c7ede05586fe4b53990e686a
 SHA512 (http-1.3.1.crate) = 20c6a049d93294e081150991eec281f531d2f2aa66b04b5d51585995bd07c1f9748df7f21a4f94fddf4cb04872c83d77822cce12b2d65778ea55197666e550ac
 Size (http-1.3.1.crate) = 106063 bytes
@@ -786,12 +792,12 @@ Size (hyper-rustls-0.27.7.crate) = 35435
 BLAKE2s (hyper-tls-0.6.0.crate) = 16994dca1f401c205adf4c7e5c9539e19ab2b8add289cf099ce5326e07d66304
 SHA512 (hyper-tls-0.6.0.crate) = 6b99b08669e689005a27f2ca70a12aa51298a6a4226de072cd84fb15275339dde8e2054838541096484d732a1d2d913bfa945ff3003054eb62ac4c2d0a8ecbd8
 Size (hyper-tls-0.6.0.crate) = 15052 bytes
-BLAKE2s (hyper-util-0.1.14.crate) = cf0c592d7f8c5093b1a5dc819c5d7a6d55c44b41dd310eae9e31e4ef21b31ff3
-SHA512 (hyper-util-0.1.14.crate) = 50d090decca6a4b695b0ea1adba148d0c19bd127798e2c3d1960e7b16a36c77c304e9de4cdff96c3b3e02d3f5e544d66b36a8560acbbba33270f6a475a0bd78c
-Size (hyper-util-0.1.14.crate) = 101462 bytes
-BLAKE2s (i18n-config-0.4.7.crate) = d091db64d84308e5b6a5c0156d91a1364ba24bb85e9f132aab8ddfec9e962aa7
-SHA512 (i18n-config-0.4.7.crate) = 29403d544e34b159c19f7acbe1a229312112decf32f1e3e995065b7b18a59b036b2e81998162ccce224a3c85e695535fe8976998ed442eb9425b557e59cdc355
-Size (i18n-config-0.4.7.crate) = 7749 bytes
+BLAKE2s (hyper-util-0.1.15.crate) = 69ca12efe8e2d7bb4dc0e7e288cc1077e03790a6093d65b5fc4927c98d609902
+SHA512 (hyper-util-0.1.15.crate) = 52c756dd18d60dfa98612aecf5e3b66d64490fd6bb15dba1ab64dc7e100978df97670c93b8b9fc783f7463495abb90333b71fae90a727b6ae512690ab09bf436
+Size (hyper-util-0.1.15.crate) = 101020 bytes
+BLAKE2s (i18n-config-0.4.8.crate) = be69b41ea45d9a0f5bc6a0596978129fff843ceadbbd2f3f228e41289df1258b
+SHA512 (i18n-config-0.4.8.crate) = bddc8b984b488cc095e70c4d5098c7e111b240b65d1f1e09d24f2e7aa40bbc4c92d933496c0451f73b73e5ef01c736f9e5159522365ab1b06e76b47a10a0d454
+Size (i18n-config-0.4.8.crate) = 9082 bytes
 BLAKE2s (i18n-embed-0.15.4.crate) = ebfe7e116f3057741ca4a6f1b59b336961a9407d0869e28e65dea6bbccbee05c
 SHA512 (i18n-embed-0.15.4.crate) = e82e7386fc1db271ec483aee935a74075e1eb391fbf714be400af70675f39dcd5db629b048a4f2bb536631e1d53436c6962c252a7a927b47eea7130ac2042441
 Size (i18n-embed-0.15.4.crate) = 27660 bytes
@@ -855,9 +861,9 @@ Size (indenter-0.3.3.crate) = 6587 bytes
 BLAKE2s (indexmap-1.9.3.crate) = fe9c741c1c6d6e741ce68d48bb49010f6c2c07169f76e07820305cf960ef2c72
 SHA512 (indexmap-1.9.3.crate) = 2aa8069eb07a814c8fa3e11296c9f032ef60963520d7786ad20cca5cb7e73b8f76d97722a994d65295bb713020aadce5008cd3df5e99d8bd968ef1979f910a37
 Size (indexmap-1.9.3.crate) = 54653 bytes
-BLAKE2s (indexmap-2.9.0.crate) = ad96812204bcc4df7d7a42bd766b23f13cc7b0e55b8f46afc0c5cbb889b94796
-SHA512 (indexmap-2.9.0.crate) = ac474dea5da1dc14a61a28f5b4c850073875030ffad3aa871211a8b075a3e9a64cc748310b4554657f45a70d526010febaf3d3992a80502db389c2347aeeb2c6
-Size (indexmap-2.9.0.crate) = 91214 bytes
+BLAKE2s (indexmap-2.10.0.crate) = eab752083d3a21ee744b707a5e481c48969e43a7f1b0dc693d15ae04a8a816d1
+SHA512 (indexmap-2.10.0.crate) = 6f267f5879a4ccba6d702dd51e96dba19ab3f3231113faa91f948b1a993ca57b3f9adb5c197482e57b8c460f98308985a33ddcd7cbb6f4e34b7515f7d0403f9c
+Size (indexmap-2.10.0.crate) = 95836 bytes
 BLAKE2s (indicatif-0.17.11.crate) = 5f1b19250df6c1a8d63a4a108afaee7be80f237f8cb1f544dfb9a846eff32a7f
 SHA512 (indicatif-0.17.11.crate) = ffdb66747f6a59b9598d57d31a3da74d1d5a2d5df919fd363d72280f6d11ddce5fae0d3e26c3172516e5cd5033e41e2880151f96fc472115572e1032f278532a
 Size (indicatif-0.17.11.crate) = 66577 bytes
@@ -879,6 +885,9 @@ Size (intl_pluralrules-7.0.2.crate) = 92
 BLAKE2s (io-close-0.3.7.crate) = ff7f8a1187539e2a60bb4b96afa9d781d6159805b31a83c0d099176bb92724f6
 SHA512 (io-close-0.3.7.crate) = 0cc06245da4ad9f8708ab03619734dda41d1cbb2777a7944df10e2efb0ed0a6d34aab3ee55210b05eb4507c802d01a301b6718ddd6cb8e2b4abdd2e1be11303b
 Size (io-close-0.3.7.crate) = 8025 bytes
+BLAKE2s (io-uring-0.7.8.crate) = 10ba4576acc9d574aa73e993c0b78aa380375fbac723438daf34731a50673ef9
+SHA512 (io-uring-0.7.8.crate) = b0c5f51fc0ac16a857def85a34cd2a21a4f20c1504fabb8a1d7261368a276baabb0df605b6cfdba6ab182d4ecb5cd90189180566c634a70235f4bf8ed7c2599d
+Size (io-uring-0.7.8.crate) = 94958 bytes
 BLAKE2s (io_tee-0.1.1.crate) = 922611d358958734d608d007f09f93dbc0f05c3fcc92c7f6f339f51109574603
 SHA512 (io_tee-0.1.1.crate) = 8bfcc956b1660be60c7029aa6c3f9f41580cac8cb06371bdcbfbec9621f72d176149c82201d8c8ba0ab4dd2afd0b8f4f7088ac788ed5fd49e5e45ee543f33a24
 Size (io_tee-0.1.1.crate) = 2667 bytes
@@ -948,9 +957,9 @@ Size (libc-0.2.174.crate) = 779933 bytes
 BLAKE2s (libm-0.2.15.crate) = d27bf6608e6bebbbcc39cfd7f8bdd17683c1cd989913bcf628311920fb950366
 SHA512 (libm-0.2.15.crate) = abee4d8d50a9d25f8d5cbada78877d53ea50d82434b888d170bd83a532bc0534190abbf877e38aba78c370c8cfdf9dc9955c8a8ba4640732e8e6deee3992ab41
 Size (libm-0.2.15.crate) = 156108 bytes
-BLAKE2s (libredox-0.1.3.crate) = ae27a63978ca8c5f11172bb4bb7d13fb10b078273ae2fa634873f413d2225055
-SHA512 (libredox-0.1.3.crate) = c62142fdca92388664eef83fc89b8607e2df318cbadff6edf9e3d927837853d5cfeb54445299a82054a0ca81853b0a33536966ab26f1f2e0fa43b39aaaf67c49
-Size (libredox-0.1.3.crate) = 6068 bytes
+BLAKE2s (libredox-0.1.4.crate) = 67a443755883f50f9b3ba51a7a1b69d7dfb2995c47298cad622622f6f2abd750
+SHA512 (libredox-0.1.4.crate) = 8c01dd65c108f834c7ffe59a0b54bd8917b9f0154958d271008c4c0a5c1a007eeaf69ac2ae2681f25d04946f6e0c24b733991b6ad75d97fdc790c721f8f90166
+Size (libredox-0.1.4.crate) = 6946 bytes
 BLAKE2s (libz-rs-sys-0.5.1.crate) = 44eaf44360176e919bf310fa3f2a4e92e02c8259397764026589eed3ad3321a6
 SHA512 (libz-rs-sys-0.5.1.crate) = b82239760341ba22259936dc54166f4ab46a3743d51163df7600d7585a289b9a36c1b72d5a9cbc9a236aafea26c1454b3d05f7f62fa780d483213b76044a29de
 Size (libz-rs-sys-0.5.1.crate) = 17623 bytes
@@ -984,12 +993,12 @@ Size (loom-0.5.6.crate) = 72186 bytes
 BLAKE2s (lru-slab-0.1.2.crate) = aa3f3674478a76b09b52e1c77b3fc8382ad771a643b4184baf095d0dd7f35d1b
 SHA512 (lru-slab-0.1.2.crate) = eb93796ffaccafd2e2530efeaf60dab1eeb17fe61652a9299c220cea4dd9099239eb549ae1259ac272c5aa807eebfaec6db4dc5efc95ee59365d3fd1d413f60f
 Size (lru-slab-0.1.2.crate) = 9090 bytes
-BLAKE2s (lua-src-547.0.0.crate) = fcab6239eb774f6aeff3a443fec8b25d1870df2500b5048febe8404805c60d08
-SHA512 (lua-src-547.0.0.crate) = b351f925ffdbb545e02127050ae2238d73bd52e629c1a42c67b2a57ca015ffbbe004000ecccff03e6dcd63e3faaeb01a129dde55ec437911fd6b4b0003f07f6f
-Size (lua-src-547.0.0.crate) = 664219 bytes
-BLAKE2s (luajit-src-210.5.12+a4f56a4.crate) = 75e8c055dac57b9c4cec4c0c2d4f8dc46354c2da199da3076701699a7936e4e5
-SHA512 (luajit-src-210.5.12+a4f56a4.crate) = 9e536443b3cebb6b13c2b36a76de7ed2a7dc8fc4499df2f5cfb344204dcadc00606de102f11352a91acd279a5e74f1874a44cbb0a237d4447133737f07b31bf2
-Size (luajit-src-210.5.12+a4f56a4.crate) = 1014363 bytes
+BLAKE2s (lua-src-548.1.1.crate) = a08be40e8dc926d03f13861c1aca915c3e2b785977836c26170522199389f2c3
+SHA512 (lua-src-548.1.1.crate) = 4efd653bf54ec5ec1c344c6c990fadc02b7b0ee3a62be873f9074b297a13fd9cbfbb4e7015f3fcc2f9c23ceb139915e5b471ecd3ac07f65c63bef1374b8b4fee
+Size (lua-src-548.1.1.crate) = 668260 bytes
+BLAKE2s (luajit-src-210.6.1+f9140a6.crate) = 8c3f111712ccc189a3ede1764f9bb1d6feb692c521279a09abb5341946197ab7
+SHA512 (luajit-src-210.6.1+f9140a6.crate) = 49271a649b4257e7e6935e2c9703168b1b90d69fea653719864b5680ee347a50e1a38c4b9bfeadf8c4ca985e89a5bfd7b847b4014b9dd2830f76e144c1a6f532
+Size (luajit-src-210.6.1+f9140a6.crate) = 1016466 bytes
 BLAKE2s (lzma-rs-0.3.0.crate) = ae225653531d54787847fc5174660e4a4774abc1cd48ffae02f847c546fc9668
 SHA512 (lzma-rs-0.3.0.crate) = 1c554b5fe33e6cd6ab069efaafc2826d3cb0bbb13dc55c2438345e1dd17de99cd43da4aa3419841ce50d9fdfa5956baff477b37a09470f48908fc1b7382086ad
 Size (lzma-rs-0.3.0.crate) = 29080 bytes
@@ -1035,27 +1044,24 @@ Size (miniz_oxide-0.8.9.crate) = 67132 b
 BLAKE2s (mio-1.0.4.crate) = 8c6473c22b59ab8e865070c738f5eb5811d05c0cd1f5f13a8c86562d9a6c8100
 SHA512 (mio-1.0.4.crate) = 2b3fe4d74447834d28e4e1d869b55799792989a959ff64f4b18ea18b8fa846fd3c1415e191268219e731de1dcf12f85770865ffae23b6144a6700e1f237a0a53
 Size (mio-1.0.4.crate) = 104212 bytes
-BLAKE2s (mise-2025.6.6.tar.gz) = e5c32d5336ea3bfe606f0366ad3ae8953f352b450132bdb9b119cd881e05805e
-SHA512 (mise-2025.6.6.tar.gz) = 1f18895226b580114f002a8f5e0be2d2fa058d2599e56a1b2103c18e10a8693ca08271e0d8c3040b3676a51df57114ccac5c19881c80ad9972d3b6c3dede0910
-Size (mise-2025.6.6.tar.gz) = 4188179 bytes
-BLAKE2s (mlua-0.10.5.crate) = 73a8789cee5bee910dc7afbb94ad19735390ee23473832a8f499d0db790fe43d
-SHA512 (mlua-0.10.5.crate) = 0069dca4abf78782c391d1ae322b145aab770b0a71d5d1d6d014473137a065feb424a3f5c4dea97ff2e7b43e6e34d33724dcbea17ff1ed3c683d0fb35414e2b8
-Size (mlua-0.10.5.crate) = 226997 bytes
-BLAKE2s (mlua-sys-0.6.8.crate) = a7553925f4f07945ed7d89cb88a7ad3901a42bc6c1427c7d6d7378da1af92f4b
-SHA512 (mlua-sys-0.6.8.crate) = 4c6d4b7f7861a0b3dff17a0e5f181d9be72a86028ea337f8fb97c30372dbbe8ddac8ec132ffb18d5c45cdf201a7024dd2874f4355bd21004b233cd5e0c5f3209
-Size (mlua-sys-0.6.8.crate) = 28836 bytes
-BLAKE2s (mlua_derive-0.10.1.crate) = c30831773b5a55279503410de4a28571a3b9705bcf898d07de1c35efa8d2f6ae
-SHA512 (mlua_derive-0.10.1.crate) = 385c31a46dd64b71d56145fcf99d1c00bfccf4f902fcfc5cd981ecab0a5f1eb473336ad4b34644bfd05505a068f4b8962fa0f94dddf2f6176ea12d243140792f
-Size (mlua_derive-0.10.1.crate) = 6299 bytes
+BLAKE2s (mise-2025.7.11.tar.gz) = b9b404575c5fdb3b2a1f3cb2c90965292463b01ea0fd8f0f86021731d289894f
+SHA512 (mise-2025.7.11.tar.gz) = 9fd2935e687508a913d29e01d1822ec20d3c1c4c95a392f72774d50950b8267b8ad378b6c331a1367029e6c257ad00f78e566c06ed20305239242573c4c8890f
+Size (mise-2025.7.11.tar.gz) = 4324371 bytes
+BLAKE2s (mlua-0.11.0-beta.3.crate) = 296c75f2761146367bc153c3b4a820315fce164d0474126a28880728d4ef5f76
+SHA512 (mlua-0.11.0-beta.3.crate) = 73f8072667411239a2755a999520ba82382440c32588c44e1807c4d06fc1d5d350e8efa67238648f311ef9129ec0cc55c35a72321b390e21ff134d94dd04b5f7
+Size (mlua-0.11.0-beta.3.crate) = 238688 bytes
+BLAKE2s (mlua-sys-0.8.1.crate) = c0d9bdb54729458e99d7dbf83285a2bd9cc2a2acd3ff92e0c229e098a040643c
+SHA512 (mlua-sys-0.8.1.crate) = 599929c398aad85eab41014e89788d3d1be112eb90505197fa9cada3ee2bba8f42c6afe5e3d36098168cda7b9e042a376d111f466a61b03c6e5a87cbe489a238
+Size (mlua-sys-0.8.1.crate) = 31761 bytes
+BLAKE2s (mlua_derive-0.11.0-beta.2.crate) = 3aeac68f224dec786b001b46da811c1d53e6b1c2b7b218ef925dae5e762e3654
+SHA512 (mlua_derive-0.11.0-beta.2.crate) = 99b4f4073a453e744ea57e66f63ded6366eab218ff6ff88fd1493e1b14a2bf4771d8ed03a20a1f1f3ee0c7fe56ceb55bd971f68403fe93190722005a44209ffa
+Size (mlua_derive-0.11.0-beta.2.crate) = 6336 bytes
 BLAKE2s (mockito-1.7.0.crate) = 0ca0517b71aec82e9b2053f8227b6cc5fdabc4eac2d96c157ba0098eea2ae7aa
 SHA512 (mockito-1.7.0.crate) = 801506d9149d41e53d2001eb3694b531a36fe5c4e62df9266b264817c8a5d7e4b80a7fe8a829658db722c69f2514209ddeea6bbed30fae23f780f5c41cacc28b
 Size (mockito-1.7.0.crate) = 42605 bytes
 BLAKE2s (native-tls-0.2.14.crate) = 7e26edc0326ce4890f3999c99c6b2a8d56b2f5c4647b292886431761e67f07eb
 SHA512 (native-tls-0.2.14.crate) = fc801db02bc2c61056b83c609b0b97fcf919d67e83b62cfcfafde032f20848d653d8faba82c5376d7caf93601baf3a1fcc25bf2889a6d8aa4c5f51e45a3122f7
 Size (native-tls-0.2.14.crate) = 29385 bytes
-BLAKE2s (nix-0.29.0.crate) = 084b04649afac1124562c8c1c209ec5e206278e462f736f3cc9a2b848be8970f
-SHA512 (nix-0.29.0.crate) = 86c05084aa0e6238f8d48df0f5ce6e6d7661b589f4f3fbdad43387c59c0d6afafea4badf25d31db1611615de19a0b9ef18ce614846b79a47cad4e2c9367dbe7f
-Size (nix-0.29.0.crate) = 318248 bytes
 BLAKE2s (nix-0.30.1.crate) = b0926652bc97b0c460f66a5a5e76891fa153f0c1f7ccc78acea2b6d3edc133b4
 SHA512 (nix-0.30.1.crate) = 80df8102a3a387d9cd73cd8d756b9fad5c4c4b57f6e94d9acfa24ee07af51f28ba2db70b8d37ddd6c7eae883c7acf9fc366a0100659856939210ffde1b124d87
 Size (nix-0.30.1.crate) = 342015 bytes
@@ -1140,9 +1146,9 @@ Size (os_pipe-1.2.2.crate) = 10810 bytes
 BLAKE2s (overload-0.1.1.crate) = d4fee1c8c08687a6412b7a83d8779f720d24141bd8786c3b6629dfae349d18a9
 SHA512 (overload-0.1.1.crate) = f79bc3321f45df5e3d0e5fa9c4e60524e4e28dd3729a09956766738adcf99ca42c187a01d48701ebe23d39aee00a19d4a07da798edc781b942e866b339613532
 Size (overload-0.1.1.crate) = 24439 bytes
-BLAKE2s (owo-colors-4.2.1.crate) = cfd17679a2a07029f2f1be32baaeb2927a5f1dbe6e4d18a66e26f98ec5e3c238
-SHA512 (owo-colors-4.2.1.crate) = 554569bf9cfa9b5177dfd671f1df08802af1dfdd3f25fc37ddbf2011492f679294ffda9393e7a00cbb8c6630d1aaf6eb965bb3701ac61abd688295f2bc21da07
-Size (owo-colors-4.2.1.crate) = 37924 bytes
+BLAKE2s (owo-colors-4.2.2.crate) = 54c977a958997046ea2baff9e7ca4f7a826f9b5c01ccf0dfc9e6ff22c1e786f1
+SHA512 (owo-colors-4.2.2.crate) = a22750fc67d0fa38feb61fe3c9fcb12ccbab8822055ed9363f8d560300a78e4e0fe8d964f7978a2d682bc0eabf0b0b05e02ca45f39ccabcad9075925937b6d1b
+Size (owo-colors-4.2.2.crate) = 38070 bytes
 BLAKE2s (papergrid-0.15.0.crate) = 2214b2449ea047da7912865b8f1ef0dbd1ec157ae102b982ac0c320ba6375aa7
 SHA512 (papergrid-0.15.0.crate) = b70d7d619a402372e6ff3eea21550f14c1f2ff971bae0178c45f4cda92b678195ee5717d1384b3f4f03d4574bb841ff9b2b03e3fdb2e87f274c82ca5e9008bf8
 Size (papergrid-0.15.0.crate) = 58592 bytes
@@ -1317,9 +1323,9 @@ Size (regex-syntax-0.6.29.crate) = 29975
 BLAKE2s (regex-syntax-0.8.5.crate) = a64af5c9a6aceb9d4e37b662d7c8b599d4179b3642f92cb8b511ba3f650b93e5
 SHA512 (regex-syntax-0.8.5.crate) = 549d8d130fea9ec0d5806126f57f31d433f50e9328c5532ad417c44bb5488ec0d20acb0983dbe54dabaa0b453cbea4533cf7baac7144df119e8f78dfe55c5ab8
 Size (regex-syntax-0.8.5.crate) = 357541 bytes
-BLAKE2s (reqwest-0.12.20.crate) = fa7a1b9fa0dfda1287b30ea3427ccd4b7c8c03bbf3a25d910b39cf0cf01d75ff
-SHA512 (reqwest-0.12.20.crate) = 2e5eae75e304f5bcb5849caf04f62660a479b1771dfbe7008c6f08f845b20bf2d5f7a7afecb9a8fd95c0ff7da225753c8ba7b21d649752e8bed46c845b3ff301
-Size (reqwest-0.12.20.crate) = 199843 bytes
+BLAKE2s (reqwest-0.12.22.crate) = 22c7e26cb674fafed7bc805015ae841351fd4eb8602e4e9e14b2b247d5eac57e
+SHA512 (reqwest-0.12.22.crate) = 229e044d59e5d9a2f3077bff6082533fce98e1d6b0e8c4220ba4770e4c1f66225fa37527755429696e0810b24d135e3dd3f10e9ff8ea19cfa913895b5e89693d
+Size (reqwest-0.12.22.crate) = 200283 bytes
 BLAKE2s (ring-0.17.14.crate) = 1480ea4de12099a897e831682ebaf48ed6e688e06f58e79e496a06e227ed58bd
 SHA512 (ring-0.17.14.crate) = 88d38205dc1a1f89bd4ae887ec5c168e68a4b749b3ac0612674092331e99d14a9b8d0f4a98d72c1a3853bcc9da420402336da3ee053bedcfd598da8de93afa14
 Size (ring-0.17.14.crate) = 1502610 bytes
@@ -1398,6 +1404,9 @@ Size (schannel-0.1.27.crate) = 42772 byt
 BLAKE2s (schemars-0.9.0.crate) = 3bfed7b36a0114dbaf56fce7ea7ea8b76c532552df622def27dc14799e61c52d
 SHA512 (schemars-0.9.0.crate) = 5e6c65dbb91f6016c76b638c0277ad42fd002d1ff5413a54da353775543dd87d6c1c7e473e0f2a0bc4f41e1b94d4e72d1ea850aca78160a4a1866167b6650960
 Size (schemars-0.9.0.crate) = 80032 bytes
+BLAKE2s (schemars-1.0.4.crate) = 0f3abd95855dd706ac6f8a3e57fb17582ad1f62e40e9fbab50447b5bf52e0f45
+SHA512 (schemars-1.0.4.crate) = b87734e8f76bbaf1888636264e493285ef5a45bdeca06be01dd6bbe4c3f20f9a74f826af0f3dbbddd8f062dcc7bff0decb1cabbb1b771d7396fd162a3459a860
+Size (schemars-1.0.4.crate) = 88282 bytes
 BLAKE2s (scoped-tls-1.0.1.crate) = 6c26ce57d3252ba15d330e92a54add4aefcd80402734fd0105d09b3bf561f92f
 SHA512 (scoped-tls-1.0.1.crate) = 342f43d53edd33ea3e2197faf5dce37bfbeb0b20b6f0febad4dc6244c3185df127b2c10488e95561260a0ef968f32707460f2d0d23667cebece19b167c0a0c25
 Size (scoped-tls-1.0.1.crate) = 8202 bytes
@@ -1461,12 +1470,12 @@ Size (serde_spanned-0.6.9.crate) = 10210
 BLAKE2s (serde_urlencoded-0.7.1.crate) = 4d10ffcb9e7dc7e4f2d2e0ac6596c7c9f3b12e3f05799bb5219b0f1e0acd7629
 SHA512 (serde_urlencoded-0.7.1.crate) = b209ad01b6565e95c1d5b431a3f4f8a0df3d11c2a06a44123048bfa4b34ebb6807eec593f0c1c89de3a06ac3786a14747df9c70b4f4d5e4b72b4feb53084eb60
 Size (serde_urlencoded-0.7.1.crate) = 12822 bytes
-BLAKE2s (serde_with-3.13.0.crate) = 6f5ab420a64300de676270af87c26f5f7db649408fd4b2c21fe06ccd2d0e2bdf
-SHA512 (serde_with-3.13.0.crate) = 5d50f43d6bbad4aa29388c964b70f007bca1851bfecab3ab08532e1436c778ff0ef6c341840a2bda09e051b67beef34b7519931bc6c891a86b282734890085f1
-Size (serde_with-3.13.0.crate) = 172644 bytes
-BLAKE2s (serde_with_macros-3.13.0.crate) = a712dd365502c5765b800a05962e23a65467360936ca2d0b757441b44a55e0ec
-SHA512 (serde_with_macros-3.13.0.crate) = 5ba20a039e2edb217e1afa064811f0d30442aaefd1911460729d44b6a1b82398776e48401def15d34036c1506b9a0fdff118692d89b64d1beb0e334c25e9d428
-Size (serde_with_macros-3.13.0.crate) = 38965 bytes
+BLAKE2s (serde_with-3.14.0.crate) = 661e6c1f7c956bb71f8f74d475f136f3067ef3ca1b4c9d2389d526aecae6fcb3
+SHA512 (serde_with-3.14.0.crate) = 410619e0bdc45e615611aef6309608ffd8849e804988487d11f64e5a92774ce4e21277bcf885d7fb661fcd9b496affdf93f04d9139320dfecf6faf1e801a095c
+Size (serde_with-3.14.0.crate) = 192177 bytes
+BLAKE2s (serde_with_macros-3.14.0.crate) = b1cdabaa3674b0c105bee5e089781268ddb5f2358d5f135199448d7046d03ee7
+SHA512 (serde_with_macros-3.14.0.crate) = 05f4d4f2c106370d6db7345f1b1089e990f427b148d172561cd37073cda8c58a0e292366be3e0fb7d6df00cf3ffc8292dc0a69bacbccf52dc85a13714831b89c
+Size (serde_with_macros-3.14.0.crate) = 39066 bytes
 BLAKE2s (serde_yaml-0.9.34+deprecated.crate) = f0555fcf281f63a6db07fbcaa0abf75f4beb4dc12be741c4abf13ae5956dc035
 SHA512 (serde_yaml-0.9.34+deprecated.crate) = 64329436d18bc3b1a0737afff7c8727f7e04c71b2bf6022f597a45f0860fa3a678eac688f61f0bf7a7846f98809f427c9907625e1d00c8691c383043c1cffaca
 Size (serde_yaml-0.9.34+deprecated.crate) = 65290 bytes
@@ -1491,9 +1500,9 @@ Size (sha2-0.10.9.crate) = 29271 bytes
 BLAKE2s (sharded-slab-0.1.7.crate) = 9576009750684906d49fa0c0e054d2643356a3f566f5df957df31b1c817bd49f
 SHA512 (sharded-slab-0.1.7.crate) = 3be7438d4a75debb14463477f34de6db1ac38abe958ada5d5dae7ae8d5993e245da69fcb989d91aaaffda5f2b085d4bcc88d10e07ec567b7f40a21437de6d4cb
 Size (sharded-slab-0.1.7.crate) = 58227 bytes
-BLAKE2s (shared_child-1.1.0.crate) = 1c6b9a3232aea5da00fab281b4dcbdd748205712d48308ef3fe1f516534986dc
-SHA512 (shared_child-1.1.0.crate) = 71de9cc7963767409b7f0e9cdf7c748c4071f4dcb71619a4d31e5f231a89e3146d944cf000f5147f76d08f1f509bd6192e4b638ec13cec48afd8f6ddd2a3ac45
-Size (shared_child-1.1.0.crate) = 14235 bytes
+BLAKE2s (shared_child-1.1.1.crate) = a6857dab21c712f061305d19b177891591f7899425eaea577a8f234df4994493
+SHA512 (shared_child-1.1.1.crate) = 718c6ed1138f3cf2769815d504a2ed4a792defee66d3abaa65b46924e0151603bcfc81360ce451b1b8f1b3fe8f48144e046fb17e7c35ec3821c819b59c4ff384
+Size (shared_child-1.1.1.crate) = 14191 bytes
 BLAKE2s (shared_thread-0.1.0.crate) = be91ccb387b49893930851bcc58edc6ed94722f93d3679b1ef653336ec7a2a85
 SHA512 (shared_thread-0.1.0.crate) = 466cac6076949b09b7c608fbdb456254f876a6edbb386d7016efb8665d35b959d36a02999ed64f043bb2f38d0dd04548484abc37c9edc5a88152d81121eb7a8d
 Size (shared_thread-0.1.0.crate) = 7492 bytes
@@ -1506,9 +1515,9 @@ Size (shell-words-1.1.0.crate) = 9871 by
 BLAKE2s (shlex-1.3.0.crate) = 00a54f2882a7a2c2170fca55bd1acd51eea79f115f972ce143b5f4c9c974ee43
 SHA512 (shlex-1.3.0.crate) = 5c8cedbe666a14b8a0874defb9208146ce64579cde52ed483e4a794cac5dde6a24bf8d684404edff582f842e1fd4fa3fbeddbe074f191e4ec4aa517aa456fe8a
 Size (shlex-1.3.0.crate) = 18713 bytes
-BLAKE2s (sigchld-0.2.3.crate) = a170300ed221bcec7dce15ec369ac6f3713a214576cbef1765d522a66f29bd52
-SHA512 (sigchld-0.2.3.crate) = 84fff182d4e05a90f013567adae4788441a991828a03c2511968d6e4f4eb5b5e98997a8a32cf92161e03983dd95d8dcf06d177e1e991e08d6b6713f52cae728d
-Size (sigchld-0.2.3.crate) = 9164 bytes
+BLAKE2s (sigchld-0.2.4.crate) = 1dd45f942e6e037134f0add1b9cb18406fe9d368ef26995ac40f5da1ed706ef3
+SHA512 (sigchld-0.2.4.crate) = 8d80a83c15a7dc5d820041087b7b2cfd86fc0ba23b7a70e1cf0d9faa2d7b1dd94acd9050d0f83d667ab153fdcb1464ea476da2f11d67f196a523fb680b318353
+Size (sigchld-0.2.4.crate) = 9955 bytes
 BLAKE2s (signal-hook-0.3.18.crate) = 2b2b55c341446538d9de5e8aadd86a06ecdd3b4b8be5b7797d4a3e60063ff0ab
 SHA512 (signal-hook-0.3.18.crate) = 1955288d7f47738007252ac2aed0fd05d1c16f1726ae2a97ac35b0ba5a6a82620b26ecc03c4760b12d86d4b83c7484a3830aa84530dc010d398fff436fda3137
 Size (signal-hook-0.3.18.crate) = 50862 bytes
@@ -1587,9 +1596,9 @@ Size (tabled-0.19.0.crate) = 226901 byte
 BLAKE2s (tabled_derive-0.11.0.crate) = e085716aca4e702c5514ea659802f875eee731582caa1006b7d43ec6c30eb965
 SHA512 (tabled_derive-0.11.0.crate) = 114bff480c0ec4b842a4125a30be5196eb8a0db4299c1f3be82792ee70498aafb11252f00e407866d029c40dc901dbffd0d0040fb164ab9bc8b5039c4d79d3de
 Size (tabled_derive-0.11.0.crate) = 12860 bytes
-BLAKE2s (taplo-0.13.2.crate) = 3e71e1493b24aa5a7b8b43e231461c5e6b9d27cb417e4d6fe37eb5326e6344f0
-SHA512 (taplo-0.13.2.crate) = ee645b7edc7dc01504921b08692b00c86369b3dea1f49bf5351248b0500a5d33656e6416e67c6e0dbf498347aadf118a7cea50bd50b875ff5f8485547b21b8fe
-Size (taplo-0.13.2.crate) = 53458 bytes
+BLAKE2s (taplo-0.14.0.crate) = 42e4eedde760fe5d0e2d7fca09e001abf0e791ad2d02cfc2d7f8ca344b21ab52
+SHA512 (taplo-0.14.0.crate) = e8c58b5b93cc603645e506c35c57e57dfa01566fd3760d2d7c1602e19b63b9291cb3e4eb6fc677a1374a329a40bc1e02beb99a2090c3a96fc57b7fcd3d5a9cab
+Size (taplo-0.14.0.crate) = 54256 bytes
 BLAKE2s (tar-0.4.44.crate) = 927abfa5f1055bd0c027863439b16e48628dfdeb2250ecf52f34965dfe19dbf1
 SHA512 (tar-0.4.44.crate) = b6a33a50f9bd124a0e40b4a557c967cc1474b8a49e6381aab0208b8e6338108c4a3168b41882499c3ab84e214314e3501bce7a714b547bd3a86ff1b3c80ecda6
 Size (tar-0.4.44.crate) = 61020 bytes
@@ -1605,12 +1614,12 @@ Size (termcolor-1.4.1.crate) = 18773 byt
 BLAKE2s (terminal_size-0.4.2.crate) = 65e517a61bf84799cd6f433b01b1ac9dc835917adfff5855b321ff8a468ce052
 SHA512 (terminal_size-0.4.2.crate) = a0c285ad1b1a73c9ecc725e20fd9256d98f89a5530263ef6726786d73ef123486bbf17ee3166c22bdbb7aa4fa989fe73c995a4642e3e09718dc1a76a1734c84f
 Size (terminal_size-0.4.2.crate) = 9976 bytes
-BLAKE2s (test-log-0.2.17.crate) = a751d21982d6e3227a18af845a3736c216735b5219df55a23afbaec9424bf4c5
-SHA512 (test-log-0.2.17.crate) = e98aca97b4829c77c7f5be6f1cea6f42ddb459532e18964240022fcdbba2392b315d46d36ed0d6f166febb1581c195867aaafc3d1db2771e753c77c10cd686ad
-Size (test-log-0.2.17.crate) = 14421 bytes
-BLAKE2s (test-log-macros-0.2.17.crate) = 576c6f69104e5068be56415e5ce071e69049ca4461b2c0912bf217232866cf6f
-SHA512 (test-log-macros-0.2.17.crate) = 00ad22ab59e2556b5306d54fb059f9481cf4b2fbe24263fda241895f3cfa3181071d476c9b0f7bded22c59abc865ed1cdf64972bbcbef876badd416d0f778dac
-Size (test-log-macros-0.2.17.crate) = 8127 bytes
+BLAKE2s (test-log-0.2.18.crate) = a2222eebc14a45d2fb34baa172eab4dab876d6864115310d162fbd4da8ee410a
+SHA512 (test-log-0.2.18.crate) = a1ca4d1a3498809fd3b1b83c5ce002cc9c27f942888c1b35be18767273ac26c5d3c4a97a410a253ec2e121f421335f8d18a34308aab97152c09de5c82e4b46cf
+Size (test-log-0.2.18.crate) = 16138 bytes
+BLAKE2s (test-log-macros-0.2.18.crate) = ef26fd9fd9e53dd5ef12485f928def8e171437485ddbf2a5690bf87839d8dfa1
+SHA512 (test-log-macros-0.2.18.crate) = f51416fff8512d263d8948563c033a1bded1d3bb4230962b1f446aa4f8aaa6dc6c94917c01adf96e332e95f3a1d7de55452c31b06924405b0c534bc74e2133b1
+Size (test-log-macros-0.2.18.crate) = 8947 bytes
 BLAKE2s (testing_table-0.3.0.crate) = 3919814f53b0d55bc01aca7b7e090f43486db98274bf57b78be6cebe9de388c4
 SHA512 (testing_table-0.3.0.crate) = a76072c23efabd4872a21ddf89ca8f6fb8f8d5e159004a0b22163c6185d7828edcbd02e38f4ef65b7f9764ca0921f426b799781b4219a06c253707fcfc72802f
 Size (testing_table-0.3.0.crate) = 3611 bytes
@@ -1650,9 +1659,9 @@ Size (tinyvec-1.9.0.crate) = 54137 bytes
 BLAKE2s (tinyvec_macros-0.1.1.crate) = a5a60bcbbb0c2a122c9318e1791fdaa0a8b95e8e6ae1af4460495bfeabad07ec
 SHA512 (tinyvec_macros-0.1.1.crate) = 10008c7b3a3d50c94b9c370015b76ee082f5dfb6dcacf014dc2f2dbe92f903618d10d0202b21f48fcf98a94ae76fb712db55a5e8ad353645d378cf0e6ec74f7e
 Size (tinyvec_macros-0.1.1.crate) = 5865 bytes
-BLAKE2s (tokio-1.45.1.crate) = 119f1401e5a849a34b43fee7bf07ff15f39dc114c073f2ba06055b30549da418
-SHA512 (tokio-1.45.1.crate) = 882b803ca1f57a2d4c35fb2ea6394c228567f7eea3bef04897761d23167e15b4a1b1c30a8f11f61990f714aff5755f6e237c3db7e677553881af39b0ddb5b05e
-Size (tokio-1.45.1.crate) = 811787 bytes
+BLAKE2s (tokio-1.46.1.crate) = 499dc5ae8dfcc8b7c2c7b71caeb293d4b529a3ded5b8b111193ec89172286761
+SHA512 (tokio-1.46.1.crate) = a8c0ad11ac66cbf0f1b0b3d062a57fc73488dc339bd9311400de078001cbcbd9e7520c7152fe2d6707355442a948177433b3cfce9c364b9c17c90149c2737b5f
+Size (tokio-1.46.1.crate) = 823632 bytes
 BLAKE2s (tokio-macros-2.5.0.crate) = b9b7eb76e828fe7118bbe850832ad212668551efcbcc42ca4f925967322cb62e
 SHA512 (tokio-macros-2.5.0.crate) = c1d24cbb8b3f500357e39f93cf139790e4bd3ad1657dd5d695f5e4f9a2a460cd63e8c1c32a36b64d3cadd7b6467e59ee34cd5b1548a99449d8e46c2db83e9ec4
 Size (tokio-macros-2.5.0.crate) = 12617 bytes
@@ -1815,9 +1824,6 @@ Size (versions-6.3.2.crate) = 21553 byte
 BLAKE2s (versions-7.0.0.crate) = 61d168ac834bc8fd53e483983fba981585df4329fa839273beb3208540f5a759
 SHA512 (versions-7.0.0.crate) = 4885aa313e5d36cffd7ef4b57da105fac83712ecf16b9580dbb414d83a5235f9dd668757a5233682e7e5c1a2460abdbba05ec7ffb94506c56d5902c9d4fe3b3d
 Size (versions-7.0.0.crate) = 23307 bytes
-BLAKE2s (vfox-1.0.3.crate) = ceb5ce748cad820bd7f36bc1ed5e8871d8d715623c49a9d033128d654f0f2841
-SHA512 (vfox-1.0.3.crate) = 32d24f9c66537fbf9834182c433c484835fce829f76edadef6bd2703c2c3cb6c776d4d98a24105c2c84f04bb52be48d5be6a3f747968d8ea591549670b71ecd4
-Size (vfox-1.0.3.crate) = 43378 bytes
 BLAKE2s (vte-0.14.1.crate) = 9056a087b961019f5af7ebe41864c21ec945b2945fa949f3e923f603b9dc3231
 SHA512 (vte-0.14.1.crate) = a3080c98805c2940eab15b492b8ca7c3f4d842507d1b68503c6d9d88784b85c3d7c4dd207cae612d228b6c3f5dbfca0a187dd102728548e027d78aa84f41f95a
 Size (vte-0.14.1.crate) = 57382 bytes
@@ -1884,36 +1890,33 @@ Size (winapi-x86_64-pc-windows-gnu-0.4.0
 BLAKE2s (windows-0.48.0.crate) = 2dd07bb8d0bbdbc2bf9b2f2dc28143fe85bafa5aad09f5feec84869582e58b97
 SHA512 (windows-0.48.0.crate) = 7c906f885fa0a730f1cb1ef4e62f5b602a49d44343febe1d38fcd4cbc28e0342766983796042585fe457aa229333558715b6270e378946faa8f398a7ecc2af8c
 Size (windows-0.48.0.crate) = 11864177 bytes
-BLAKE2s (windows-0.57.0.crate) = 6a8a6176e24f970123ba0a23c9774dd07d63631e0e64d15ff91979f2efbcfda3
-SHA512 (windows-0.57.0.crate) = df59ddcb41a6a4e4598b06e66856bc7bc01162e0fd1f109fcfd24e1c6c835475241746fb6a9abe458cff55a7c524837ffc48c6a3e0fc0b4f5edb614cc1d1062c
-Size (windows-0.57.0.crate) = 9694564 bytes
-BLAKE2s (windows-core-0.57.0.crate) = 3f0ade9d23b34426ffbd7432b64883df746636034a755a53f10729a6ef531346
-SHA512 (windows-core-0.57.0.crate) = db7dcdfe0f464206b15fbd262539386f67102f2c54c1ff7fe2e6a2e2b28e8d5e4ee0312b787ea55632ecf83260552dc2ba0349933b2d5ada4527b95d196c62fa
-Size (windows-core-0.57.0.crate) = 53695 bytes
+BLAKE2s (windows-0.61.3.crate) = db0faab5f504d883762188f4d40ddf59a48a99d25eddbd777441614b7245244d
+SHA512 (windows-0.61.3.crate) = a909a0e5de64e66298da88d61509a4ec893e7838e7bac6fe9fd74418900fb1b26639f2a83ad1a507abf3dfd6266349b18b8b922a8e3639de79d35bf37c2855a9
+Size (windows-0.61.3.crate) = 9372520 bytes
+BLAKE2s (windows-collections-0.2.0.crate) = 519f1bb5d3724ac1de6d421d849cf3ee8bc2a9ee1e03628a2aabafe430c96bc3
+SHA512 (windows-collections-0.2.0.crate) = 8b8a6ec75f46da464503a32f610d5b315b441645f29e831ee9afe7a67bcdc90cf221786dec57d94de40120b384162c095370c0f03e78f872af68bdf9d618913e
+Size (windows-collections-0.2.0.crate) = 13579 bytes
 BLAKE2s (windows-core-0.61.2.crate) = bee1015b30a79203edf2c91c8e9472d9fa9566bf588ab610cf1058508938d811
 SHA512 (windows-core-0.61.2.crate) = 02d34f3122dfc83e385a7f865e143ca13220913e04a09b8abc1eedecf97fd8665963557719a0c09790a3c5bcb4969402a659737ec23cf47b86a7660338cb4ba0
 Size (windows-core-0.61.2.crate) = 36771 bytes
-BLAKE2s (windows-implement-0.57.0.crate) = 3953e11699b69995033b9aac0bd21eea9ca7773e81b3970a96f2242947bc0bf6
-SHA512 (windows-implement-0.57.0.crate) = a78d37c8af8b163fb475f02ba667fdc6242bfd7b647061de2156aa94853ad793db112f0fb69549ed171119d654a4ccff0435c73664d5faaf3a32454054e1f12c
-Size (windows-implement-0.57.0.crate) = 10470 bytes
+BLAKE2s (windows-future-0.2.1.crate) = 7c0a04127a37a5a6ecc7a9fa1ba2b36e3be9ced726706ad50865f08fe91048d5
+SHA512 (windows-future-0.2.1.crate) = a605bc57eee3f213ddcc0c03552df8793c0d77eff2101c8cfb5b901c8a296156643a5b0cda812f781c48d886a1a1205c08b4cfb472dfb60e6b479d8b09182dc2
+Size (windows-future-0.2.1.crate) = 17532 bytes
 BLAKE2s (windows-implement-0.60.0.crate) = 458dcadcdb839741c5407b1197fe677f3ff3828ddecba0a4554c7a4649632bfc
 SHA512 (windows-implement-0.60.0.crate) = e0e423629b17edd8e7a202170759dc07e51eac3184111ffcf58e2bf8c94cea5c9c50015789873cad526b5a0cd3a12890461a91cdb6a04b0ad14926534e0a6d76
 Size (windows-implement-0.60.0.crate) = 15073 bytes
-BLAKE2s (windows-interface-0.57.0.crate) = b0f16ce6facfbbf4c69c60aac13c33557cb5b64a77b2666116b8a7bd41faa09a
-SHA512 (windows-interface-0.57.0.crate) = 5c5814f81f819e9d220e8b16342f7ffc051cd920b466d8213144298e038b9c92e8ebea8e130c5357e5c6e9b04f1b1db125acedfac2d189658d12183f637248aa
-Size (windows-interface-0.57.0.crate) = 10931 bytes
 BLAKE2s (windows-interface-0.59.1.crate) = d5aec015ad24c423917ab1b76c03f0a45d2153899e36ad5dc1dacacf2b9b33b1
 SHA512 (windows-interface-0.59.1.crate) = 2aab8271746f67998a893f97aebcbb333b5c83d0ba28931b4cbd356c3897899cdab0b58c4fc82abddc1eedf758fadc6880e8bf35340929827e572d5b2653f9a2
 Size (windows-interface-0.59.1.crate) = 11735 bytes
 BLAKE2s (windows-link-0.1.3.crate) = 1174448019669d27358ea74a76bc0abe1e28e2b2dbb8e74a32e7a282e3502400
 SHA512 (windows-link-0.1.3.crate) = b1d6551fa7391b569771bcca3185ca40be6108b9881184aa4c54edccda2a4bf2b60b04248839b718d15b82d9c64a3de61d1b75245cfde5f166ed1f778def682a
 Size (windows-link-0.1.3.crate) = 6154 bytes
-BLAKE2s (windows-registry-0.5.2.crate) = a65f9b5991b88c06a35e746359be6a915ef142e41f73d0dda4cce3d03e9695d0
-SHA512 (windows-registry-0.5.2.crate) = 484f7554fb3c900caffddedff49deb13ecccf5e613b7acff5542fcae6856c92fd0b58a6fda453c55ef3e1f30813571ed6a00518ee6fea2f1f23583b0ce0cd18e
-Size (windows-registry-0.5.2.crate) = 13332 bytes
-BLAKE2s (windows-result-0.1.2.crate) = eff2fbce1182175768ed80ee4a8dc0af84f483a1995dfd82a2895e8831960a6a
-SHA512 (windows-result-0.1.2.crate) = 435649961752a345aa3bf5234f88c87248768ce0ee099f6836e889406941069fbbbb17b4c6cea981fe0aa30bcb8839dba88731fbb023265a14b6232c03fcf7df
-Size (windows-result-0.1.2.crate) = 10601 bytes
+BLAKE2s (windows-numerics-0.2.0.crate) = d0a315665166e50892e2804bebce58107fa26b8e0a3c42c99bdd20c0e066058c
+SHA512 (windows-numerics-0.2.0.crate) = 4fb59b445ffef54afef22d6db277c71e67a13a907b65a251e52bdd605baae10085c16aba25e0640fa8e9b28d2634cb6d11c1a635ef22cbe19d3cdf170727d29f
+Size (windows-numerics-0.2.0.crate) = 9686 bytes
+BLAKE2s (windows-registry-0.5.3.crate) = 223ecf79b7de7276a2c5ec9ac17434dd14e8e77f612151279b19fddd72bdaf58
+SHA512 (windows-registry-0.5.3.crate) = e3deff7f407d8e066f5c6d00562a8829b241098707ebb917cc3206cb0cd9e50bc556ebe84a7eaaf0a14f13bf1a8db9bb492b5ed0343de7b1e337d68fa67fa8ed
+Size (windows-registry-0.5.3.crate) = 13386 bytes
 BLAKE2s (windows-result-0.3.4.crate) = be2034b8744a0a8c5cff492468c595ad2cd3aff20d636b636807fbb1470d1161
 SHA512 (windows-result-0.3.4.crate) = e07044a3b629e12a350f517b40fbac3b8b5916852c09b43014f788bff545cf4c3ff9933e95a4b50ca7013e74c9f58562e2a247789ae8fb9b9adea59f71d1c3e0
 Size (windows-result-0.3.4.crate) = 13418 bytes
@@ -1938,6 +1941,9 @@ Size (windows-targets-0.52.6.crate) = 64
 BLAKE2s (windows-targets-0.53.2.crate) = 21c0b48238df55f2e98551fb50c618e1f3ee0f89fa04a388e82dcc17ccf39432
 SHA512 (windows-targets-0.53.2.crate) = 9a1f236aabf0b1f2a649f926825e1dba54b1257ed4eb494a8c01a21114d945f57ca4371230693b90e0fd3e1bf48be7c31abc7818b3ec65ce1553e6cdf97b9963
 Size (windows-targets-0.53.2.crate) = 7046 bytes
+BLAKE2s (windows-threading-0.1.0.crate) = 3020716f7a09cbd875e7569f308a8973380273042f83f1549e049ee48e3497e6
+SHA512 (windows-threading-0.1.0.crate) = e662713517e4e97c88be65c0aa4769d28c7ae65f06ffb4ec02a4af07757423fa533eaa2404abd38bfffaf0f6697941c2d53f10252ef126cc72ee0f5f2035e6e4
+Size (windows-threading-0.1.0.crate) = 9085 bytes
 BLAKE2s (windows_aarch64_gnullvm-0.48.5.crate) = 16f1a40ad9d7f5c07494846417860a008e6ff77d14849feef2028cbf42101904
 SHA512 (windows_aarch64_gnullvm-0.48.5.crate) = 20158d31454488f6053d3ad7b97d7fc6eae6cf37e4ba0e50c28bd29b368505eed64199ae31104d5f97b66846be54e5ed25c0ad31ea850819205c573a31ac0996
 Size (windows_aarch64_gnullvm-0.48.5.crate) = 418492 bytes
@@ -2025,9 +2031,9 @@ Size (writeable-0.6.1.crate) = 24068 byt
 BLAKE2s (x25519-dalek-2.0.1.crate) = b9b4b2f64bebd1f947a280052735f2de2d2282e588d64b06c25469005c39fbc3
 SHA512 (x25519-dalek-2.0.1.crate) = 13dde8a8d4772dfccc3849a37717828ff6fdf6b4deaae86b5d6bbfce9b6dabbaf039d95c163cc6764447d503c1a62d602ae5b5d1f7204cc002d3fb13ca85acb9
 Size (x25519-dalek-2.0.1.crate) = 87820 bytes
-BLAKE2s (xattr-1.5.0.crate) = 8a702ec2231edfd555f75aeb68aa51c00b7674c99b5374d8b268ef6354f01349
-SHA512 (xattr-1.5.0.crate) = 31b7ac054b6d3e5d469854213ab3ea3c27c3f00c37089e311430dfdeca0bd091df1ed235d05a477f345e7b070b87cea4de4661d329c4aac790b5993a2e3ccb8b
-Size (xattr-1.5.0.crate) = 14694 bytes
+BLAKE2s (xattr-1.5.1.crate) = 96367484d61554a98e69603e0ec744d265180e92a79d7e70e900fc8fdf988fc0
+SHA512 (xattr-1.5.1.crate) = e4ccb7ccdf2b11c5bb27f9cbe4df46833efb628e71d1e961e38b57b36b9471da3ba078e340b21cd583b9a56bf2d891f9cfd792a47a01c0b4c1a69f5091ced59c
+Size (xattr-1.5.1.crate) = 14565 bytes
 BLAKE2s (xx-2.1.1.crate) = a2432eb79f3364267ba01f1fa4ac9dc6022cc4e9a8947549e794ad22346086db
 SHA512 (xx-2.1.1.crate) = 0d6af9f18ed8e79efc3807f3ba185d25f395f7b0b3024348a933f775176c56442d825e815fcdbad9cf3552a47abe1b5e7fb3a863546196640c76f7c673a3f144
 Size (xx-2.1.1.crate) = 33180 bytes



Home | Main Index | Thread Index | Old Index