Skip to content

Commit 14a7d31

Browse files
committed
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](jdx/mise#5632) ### 🐛 Bug Fixes - **(aqua)** improve warnings for packages without repo_owner and repo_name by [@risu729](https://github.com/risu729) in [#5644](jdx/mise#5644) - **(generate)** fix task docs inject by [@risu729](https://github.com/risu729) in [#5651](jdx/mise#5651) - **(static)** support `strip_components` for zip files by [@risu729](https://github.com/risu729) in [#5631](jdx/mise#5631) - private forges by [@hamnis](https://github.com/hamnis) in [#5650](jdx/mise#5650) ### 🚜 Refactor - **(aqua)** move no_aset and error_message checks into validate by [@risu729](https://github.com/risu729) in [#5649](jdx/mise#5649) ### 📚 Documentation - **(vfox)** replace deprecated asdf and vfox settings with disable_backends by [@risu729](https://github.com/risu729) in [#5652](jdx/mise#5652) - tweak static backend docs by [@jdx](https://github.com/jdx) in [#5627](jdx/mise#5627) ### 🧪 Testing - **(e2e)** move test_github_auto_detect to correct directory by [@risu729](https://github.com/risu729) in [#5640](jdx/mise#5640) ### New Contributors - @hamnis made their first contribution in [#5650](jdx/mise#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](jdx/mise#5626) - **(github)** handle missing "v" prefix by [@jdx](https://github.com/jdx) in [#5625](jdx/mise#5625) ### 📚 Documentation - add asset autodetection documentation to GitHub/GitLab backends by [@jdx](https://github.com/jdx) in [#5623](jdx/mise#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](jdx/mise#5616) - github asset auto-detection by [@jdx](https://github.com/jdx) in [#5622](jdx/mise#5622) ### 🐛 Bug Fixes - resolve GitHub alias tool name parsing and add platform-specific asset support by [@jdx](https://github.com/jdx) in [#5621](jdx/mise#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](jdx/mise#5579) - nested tool options by [@jdx](https://github.com/jdx) in [#5614](jdx/mise#5614) ### 🐛 Bug Fixes - accept platform_ or platforms_ in http/github backends by [@jdx](https://github.com/jdx) in [#5608](jdx/mise#5608) ### 📚 Documentation - correct toml syntax by [@jdx](https://github.com/jdx) in [#5609](jdx/mise#5609) - removed some markdownlint rules by [@jdx](https://github.com/jdx) in [#5615](jdx/mise#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](jdx/mise#5602) - blake3 support by [@jdx](https://github.com/jdx) in [#5605](jdx/mise#5605) ### 🐛 Bug Fixes - **(e2e)** simplify test path handling logic by [@jdx](https://github.com/jdx) in [#5600](jdx/mise#5600) - skip gh release edit on dry run in release workflow by [@jdx](https://github.com/jdx) in [#5603](jdx/mise#5603) ### 📚 Documentation - **(cursor)** fix conventional commits rule formatting by [@jdx](https://github.com/jdx) in [#5597](jdx/mise#5597) - **(cursor)** add testing rule for mise codebase by [@jdx](https://github.com/jdx) in [#5598](jdx/mise#5598) ### 🧪 Testing - disable cmake test for now by [@jdx](https://github.com/jdx) in [d521c31](jdx/mise@d521c31) ### 📦️ Dependency Updates - pin dependencies by [@renovate[bot]](https://github.com/renovate[bot]) in [#5511](jdx/mise#5511) ### Chore - **(release)** mark a release as draft until assets are added by [@risu729](https://github.com/risu729) in [#5584](jdx/mise#5584) - added reverts to git-cliff by [@jdx](https://github.com/jdx) in [#5577](jdx/mise#5577) - reduce binary size for linux by [@jdx](https://github.com/jdx) in [#5587](jdx/mise#5587) - `cargo check` fixes by [@jdx](https://github.com/jdx) in [#5589](jdx/mise#5589) - Merge vfox.rs into jdx/mise monorepo by [@jdx](https://github.com/jdx) in [#5590](jdx/mise#5590) - Add cursor rule for conventional commits by [@jdx](https://github.com/jdx) in [#5592](jdx/mise#5592) - Create GitHub action for vfox.rs tests by [@jdx](https://github.com/jdx) in [#5593](jdx/mise#5593) - tweak paths for test-vfox workflow by [@jdx](https://github.com/jdx) in [0189372](jdx/mise@0189372) - set workspace resolver by [@jdx](https://github.com/jdx) in [#5606](jdx/mise#5606) - add workspace resolver = 3 by [@jdx](https://github.com/jdx) in [304547a](jdx/mise@304547a) - fix release-plz with workspace by [@jdx](https://github.com/jdx) in [5b3be6e](jdx/mise@5b3be6e) - only bump mise version for release-plz by [@jdx](https://github.com/jdx) in [8f14d10](jdx/mise@8f14d10) - add cargo-release by [@jdx](https://github.com/jdx) in [f657db5](jdx/mise@f657db5) - mise up by [@jdx](https://github.com/jdx) in [4872ae6](jdx/mise@4872ae6) - fix release-plz with workspace by [@jdx](https://github.com/jdx) in [bdb7119](jdx/mise@bdb7119) - set-version by [@jdx](https://github.com/jdx) in [82fcd4f](jdx/mise@82fcd4f) - set-version by [@jdx](https://github.com/jdx) in [54388a4](jdx/mise@54388a4) - set-version by [@jdx](https://github.com/jdx) in [fe0a0a9](jdx/mise@fe0a0a9) - set-version by [@jdx](https://github.com/jdx) in [d9f24e2](jdx/mise@d9f24e2) - set-version by [@jdx](https://github.com/jdx) in [97f6f4f](jdx/mise@97f6f4f) - set-version by [@jdx](https://github.com/jdx) in [13296e1](jdx/mise@13296e1) - set-version by [@jdx](https://github.com/jdx) in [587a707](jdx/mise@587a707) - set-version by [@jdx](https://github.com/jdx) in [1e80d52](jdx/mise@1e80d52) ## [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](jdx/mise#5562) - Xonsh integration by [@jfmontanaro](https://github.com/jfmontanaro) in [#5557](jdx/mise#5557) ### 📚 Documentation - create comprehensive architecture documentation suite and enhance development guides by [@jdx](https://github.com/jdx) in [d2b4a05](jdx/mise@d2b4a05) ### ◀️ Revert - Revert "fix(aqua): align version resolution logic in list_bin_paths" by [@jdx](https://github.com/jdx) in [#5574](jdx/mise#5574) ### 📦️ Dependency Updates - update rust crate bzip2 to 0.6 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5568](jdx/mise#5568) - update rust crate clap_mangen to v0.2.28 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5566](jdx/mise#5566) - update rust crate clap to v4.5.41 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5565](jdx/mise#5565) - update rust crate taplo to 0.14 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5158](jdx/mise#5158) ### Chore - added xonsh for release builds by [@jdx](https://github.com/jdx) in [#5561](jdx/mise#5561) - enable backtrace lines on panic by [@jdx](https://github.com/jdx) in [#5571](jdx/mise#5571) - shfmt update by [@jdx](https://github.com/jdx) in [67ee245](jdx/mise@67ee245) ### New Contributors - @jfmontanaro made their first contribution in [#5557](jdx/mise#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](jdx/mise#5551) ### 🐛 Bug Fixes - **(aqua)** show other backends suggestion for unsupported package types by [@risu729](https://github.com/risu729) in [#5547](jdx/mise#5547) - **(registry)** use aqua and fix ubi options for yamlscript by [@risu729](https://github.com/risu729) in [#5538](jdx/mise#5538) - **(registry)** add java and yq to android-sdk dependencies by [@risu729](https://github.com/risu729) in [#5545](jdx/mise#5545) - **(schema)** broken $schema ref by [@tpansino](https://github.com/tpansino) in [#5540](jdx/mise#5540) - auto_install_disable_tools env var by [@jdx](https://github.com/jdx) in [#5543](jdx/mise#5543) - do not overwrite github tokens environment variables by [@risu729](https://github.com/risu729) in [#5546](jdx/mise#5546) ### Chore - update Cargo.lock by [@risu729](https://github.com/risu729) in [#5549](jdx/mise#5549) ### New Contributors - @tpansino made their first contribution in [#5540](jdx/mise#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](jdx/mise#5519) - Add `self_update_available` to `mise doctor` output by [@joehorsnell](https://github.com/joehorsnell) in [#5534](jdx/mise#5534) ### 🐛 Bug Fixes - **(aqua)** use the version in url to verify and install by [@risu729](https://github.com/risu729) in [#5537](jdx/mise#5537) - **(registry)** use aqua for numbat, gokey, golines by [@risu729](https://github.com/risu729) in [#5518](jdx/mise#5518) - `self-update` on MITM firewall (attempt #2) by [@joehorsnell](https://github.com/joehorsnell) in [#5459](jdx/mise#5459) - mise panic in removed directory by [@roele](https://github.com/roele) in [#5532](jdx/mise#5532) ### 📚 Documentation - update ubi tag_regex syntax by [@grimm26](https://github.com/grimm26) in [#5529](jdx/mise#5529) ### 🧪 Testing - disable yamlscript test by [@jdx](https://github.com/jdx) in [#5536](jdx/mise#5536) ### New Contributors - @grimm26 made their first contribution in [#5529](jdx/mise#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](jdx/mise#5495) - **(registry)** import package descriptions from aqua and add os specifier for tuist by [@matracey](https://github.com/matracey) in [#5487](jdx/mise#5487) ### 🐛 Bug Fixes - **(aqua)** handle hard links in aqua packages (attempt #2) by [@risu729](https://github.com/risu729) in [#5486](jdx/mise#5486) - **(aqua)** apply correct `version_override` by [@risu729](https://github.com/risu729) in [#5474](jdx/mise#5474) - **(erlang)** fix install_precompiled method signature for unsupported os by [@roele](https://github.com/roele) in [#5503](jdx/mise#5503) - **(java)** relax version filter regex for JetBrains builds by [@roele](https://github.com/roele) in [#5508](jdx/mise#5508) - **(registry)** use aqua backend for bat by [@risu729](https://github.com/risu729) in [#5490](jdx/mise#5490) - **(registry)** use pipx backend for aws-sam on windows by [@risu729](https://github.com/risu729) in [#5491](jdx/mise#5491) - enhance self-update for musl targets by [@roele](https://github.com/roele) in [#5502](jdx/mise#5502) - include arch and os settings in cache keys by [@risu729](https://github.com/risu729) in [#5504](jdx/mise#5504) ### 🧪 Testing - **(registry)** enable youtube-dl test by [@risu729](https://github.com/risu729) in [#5492](jdx/mise#5492) ### 📦️ Dependency Updates - update swatinem/rust-cache digest to 98c8021 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5512](jdx/mise#5512) ### New Contributors - @matracey made their first contribution in [#5487](jdx/mise#5487) - @andreabedini made their first contribution in [#5495](jdx/mise#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](jdx/mise#5447) - **(registry)** adds npm backended tools by [@risu729](https://github.com/risu729) in [#5446](jdx/mise#5446) - **(registry)** add powershell alias by [@risu729](https://github.com/risu729) in [#5449](jdx/mise#5449) - **(registry)** add dagu by [@yottahmd](https://github.com/yottahmd) in [#5476](jdx/mise#5476) - **(registry)** update aws-sam backends to include aqua source by [@yashikota](https://github.com/yashikota) in [#5461](jdx/mise#5461) - **(registry)** use ubi backend for youtube-dl nightly releases by [@risu729](https://github.com/risu729) in [#5466](jdx/mise#5466) ### 🐛 Bug Fixes - **(aqua)** update victoria-metrics package name casing by [@shikharbhardwaj](https://github.com/shikharbhardwaj) in [#5483](jdx/mise#5483) - **(aqua)** handle hard links in aqua packages by [@risu729](https://github.com/risu729) in [#5463](jdx/mise#5463) - **(bun)** enhance architecture detection for musl targets by [@roele](https://github.com/roele) in [#5450](jdx/mise#5450) - **(erlang)** use precompiled ubuntu binaries on GHA by [@paradox460](https://github.com/paradox460) in [#5439](jdx/mise#5439) - **(erlang)** add `install_precompiled` for unsupported os by [@risu729](https://github.com/risu729) in [#5479](jdx/mise#5479) - **(registry)** use aqua backend for cargo-make by [@risu729](https://github.com/risu729) in [#5465](jdx/mise#5465) - **(registry)** use aqua backends for all available tools by [@risu729](https://github.com/risu729) in [#5467](jdx/mise#5467) - `parse_command` passing `-c` flag to cmd.exe by [@IMXEren](https://github.com/IMXEren) in [#5441](jdx/mise#5441) ### 🧪 Testing - **(registry)** disable bitwarden test by [@risu729](https://github.com/risu729) in [#5468](jdx/mise#5468) ### ◀️ Revert - Revert "chore(deps): pin dependencies" by [@jdx](https://github.com/jdx) in [#5453](jdx/mise#5453) - Revert "fix(aqua): handle hard links in aqua packages" by [@jdx](https://github.com/jdx) in [#5485](jdx/mise#5485) ### 📦️ Dependency Updates - pin dependencies by [@renovate[bot]](https://github.com/renovate[bot]) in [#5443](jdx/mise#5443) - update jdx/mise-action digest to 5cb1df6 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5444](jdx/mise#5444) ### Chore - disable automatic cargo up due to windows build failure in homedir crate by [@jdx](https://github.com/jdx) in [7570d0a](jdx/mise@7570d0a) ### Ci - **(test)** run `apt-get update` before `apt-get install` by [@risu729](https://github.com/risu729) in [#5448](jdx/mise#5448) ### New Contributors - @yashikota made their first contribution in [#5461](jdx/mise#5461) - @yottahmd made their first contribution in [#5476](jdx/mise#5476) - @IMXEren made their first contribution in [#5441](jdx/mise#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](jdx/mise#5354) - **(registry)** add osv-scanner by [@scop](https://github.com/scop) in [#5413](jdx/mise#5413) - **(registry)** add scorecard by [@scop](https://github.com/scop) in [#5410](jdx/mise#5410) - **(registry)** add docker cli by [@acesyde](https://github.com/acesyde) in [#5344](jdx/mise#5344) - **(registry)** add claude code by [@lelouvincx](https://github.com/lelouvincx) in [#5420](jdx/mise#5420) - **(registry)** add aws `cfn-lint` by [@garysassano](https://github.com/garysassano) in [#5434](jdx/mise#5434) - added graphite by [@jdx](https://github.com/jdx) in [#5429](jdx/mise#5429) ### 🐛 Bug Fixes - **(erlang)** use precompiled binaries for linux ubuntu by [@paradox460](https://github.com/paradox460) in [#5402](jdx/mise#5402) - **(ubi)** checksum generation might fail if extract_all option is used by [@roele](https://github.com/roele) in [#5394](jdx/mise#5394) - `self-update` on MITM firewall by [@joehorsnell](https://github.com/joehorsnell) in [#5387](jdx/mise#5387) - lint warning by [@jdx](https://github.com/jdx) in [#5425](jdx/mise#5425) - only warn on toolset resolve errors by [@jdx](https://github.com/jdx) in [#5435](jdx/mise#5435) ### 🚜 Refactor - **(registry)** use pipx for semgrep by [@scop](https://github.com/scop) in [#5423](jdx/mise#5423) - **(registry)** add backends and tests by [@risu729](https://github.com/risu729) in [#5388](jdx/mise#5388) ### ◀️ Revert - Revert "fix: `self-update` on MITM firewall" by [@jdx](https://github.com/jdx) in [#5427](jdx/mise#5427) ### Ci - unpin hyperfine by [@risu729](https://github.com/risu729) in [#5411](jdx/mise#5411) ### New Contributors - @paradox460 made their first contribution in [#5402](jdx/mise#5402) - @lelouvincx made their first contribution in [#5420](jdx/mise#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](jdx/mise#5406) ### Ci - use pinnable tag of taiki-e/install-action by [@risu729](https://github.com/risu729) in [#5405](jdx/mise#5405)
1 parent 4762a62 commit 14a7d31

3 files changed

Lines changed: 167 additions & 159 deletions

File tree

devel/mise/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.74 2025/06/23 08:27:48 pin Exp $
1+
# $NetBSD: Makefile,v 1.75 2025/07/17 17:12:32 pin Exp $
22

3-
DISTNAME= mise-2025.6.6
3+
DISTNAME= mise-2025.7.11
44
CATEGORIES= devel
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=jdx/}
66
GITHUB_TAG= v${PKGVERSION_NOREV}

devel/mise/cargo-depends.mk

Lines changed: 41 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: cargo-depends.mk,v 1.71 2025/06/23 08:27:48 pin Exp $
1+
# $NetBSD: cargo-depends.mk,v 1.72 2025/07/17 17:12:32 pin Exp $
22

33
CARGO_CRATE_DEPENDS+= addr2line-0.24.2
44
CARGO_CRATE_DEPENDS+= adler2-2.0.1
@@ -22,6 +22,7 @@ CARGO_CRATE_DEPENDS+= anstyle-wincon-3.0.9
2222
CARGO_CRATE_DEPENDS+= anyhow-1.0.98
2323
CARGO_CRATE_DEPENDS+= arbitrary-1.4.1
2424
CARGO_CRATE_DEPENDS+= arc-swap-1.7.1
25+
CARGO_CRATE_DEPENDS+= arrayref-0.3.9
2526
CARGO_CRATE_DEPENDS+= arrayvec-0.7.6
2627
CARGO_CRATE_DEPENDS+= assert-json-diff-2.0.2
2728
CARGO_CRATE_DEPENDS+= async-backtrace-0.2.7
@@ -41,10 +42,11 @@ CARGO_CRATE_DEPENDS+= binstall-tar-0.4.42
4142
CARGO_CRATE_DEPENDS+= bit-set-0.6.0
4243
CARGO_CRATE_DEPENDS+= bit-vec-0.7.0
4344
CARGO_CRATE_DEPENDS+= bitflags-2.9.1
45+
CARGO_CRATE_DEPENDS+= blake3-1.8.2
4446
CARGO_CRATE_DEPENDS+= block-buffer-0.10.4
4547
CARGO_CRATE_DEPENDS+= bstr-1.12.0
4648
CARGO_CRATE_DEPENDS+= built-0.8.0
47-
CARGO_CRATE_DEPENDS+= bumpalo-3.18.1
49+
CARGO_CRATE_DEPENDS+= bumpalo-3.19.0
4850
CARGO_CRATE_DEPENDS+= bytecount-0.6.9
4951
CARGO_CRATE_DEPENDS+= byteorder-1.5.0
5052
CARGO_CRATE_DEPENDS+= bytes-1.10.1
@@ -54,7 +56,7 @@ CARGO_CRATE_DEPENDS+= bzip2-0.6.0
5456
CARGO_CRATE_DEPENDS+= bzip2-sys-0.1.13+1.0.8
5557
CARGO_CRATE_DEPENDS+= calm_io-0.1.1
5658
CARGO_CRATE_DEPENDS+= calmio_filters-0.1.0
57-
CARGO_CRATE_DEPENDS+= cc-1.2.27
59+
CARGO_CRATE_DEPENDS+= cc-1.2.29
5860
CARGO_CRATE_DEPENDS+= cfg-if-1.0.1
5961
CARGO_CRATE_DEPENDS+= cfg_aliases-0.2.1
6062
CARGO_CRATE_DEPENDS+= chacha20-0.9.1
@@ -64,11 +66,11 @@ CARGO_CRATE_DEPENDS+= chrono-tz-0.9.0
6466
CARGO_CRATE_DEPENDS+= chrono-tz-build-0.3.0
6567
CARGO_CRATE_DEPENDS+= ci_info-0.14.14
6668
CARGO_CRATE_DEPENDS+= cipher-0.4.4
67-
CARGO_CRATE_DEPENDS+= clap-4.5.40
68-
CARGO_CRATE_DEPENDS+= clap_builder-4.5.40
69-
CARGO_CRATE_DEPENDS+= clap_derive-4.5.40
69+
CARGO_CRATE_DEPENDS+= clap-4.5.41
70+
CARGO_CRATE_DEPENDS+= clap_builder-4.5.41
71+
CARGO_CRATE_DEPENDS+= clap_derive-4.5.41
7072
CARGO_CRATE_DEPENDS+= clap_lex-0.7.5
71-
CARGO_CRATE_DEPENDS+= clap_mangen-0.2.27
73+
CARGO_CRATE_DEPENDS+= clap_mangen-0.2.28
7274
CARGO_CRATE_DEPENDS+= clru-0.6.2
7375
CARGO_CRATE_DEPENDS+= color-eyre-0.6.5
7476
CARGO_CRATE_DEPENDS+= color-print-0.3.7
@@ -102,7 +104,7 @@ CARGO_CRATE_DEPENDS+= crypto-common-0.1.6
102104
CARGO_CRATE_DEPENDS+= ctor-0.4.2
103105
CARGO_CRATE_DEPENDS+= ctor-proc-macro-0.0.5
104106
CARGO_CRATE_DEPENDS+= ctr-0.9.2
105-
CARGO_CRATE_DEPENDS+= curve25519-dalek-4.1.3
107+
CARGO_CRATE_DEPENDS+= curve25519-dalek-4.2.0
106108
CARGO_CRATE_DEPENDS+= curve25519-dalek-derive-0.1.1
107109
CARGO_CRATE_DEPENDS+= darling-0.20.11
108110
CARGO_CRATE_DEPENDS+= darling_core-0.20.11
@@ -149,7 +151,7 @@ CARGO_CRATE_DEPENDS+= expr-lang-0.3.2
149151
CARGO_CRATE_DEPENDS+= eyre-0.6.12
150152
CARGO_CRATE_DEPENDS+= faster-hex-0.10.0
151153
CARGO_CRATE_DEPENDS+= fastrand-2.3.0
152-
CARGO_CRATE_DEPENDS+= fiat-crypto-0.2.9
154+
CARGO_CRATE_DEPENDS+= fiat-crypto-0.3.0
153155
CARGO_CRATE_DEPENDS+= filetime-0.2.25
154156
CARGO_CRATE_DEPENDS+= filetime_creation-0.2.0
155157
CARGO_CRATE_DEPENDS+= find-crate-0.6.3
@@ -239,7 +241,7 @@ CARGO_CRATE_DEPENDS+= gix-worktree-stream-0.21.2
239241
CARGO_CRATE_DEPENDS+= glob-0.3.2
240242
CARGO_CRATE_DEPENDS+= globset-0.4.16
241243
CARGO_CRATE_DEPENDS+= globwalk-0.9.1
242-
CARGO_CRATE_DEPENDS+= h2-0.4.10
244+
CARGO_CRATE_DEPENDS+= h2-0.4.11
243245
CARGO_CRATE_DEPENDS+= hash32-0.3.1
244246
CARGO_CRATE_DEPENDS+= hashbrown-0.12.3
245247
CARGO_CRATE_DEPENDS+= hashbrown-0.14.5
@@ -251,7 +253,7 @@ CARGO_CRATE_DEPENDS+= hex-0.4.3
251253
CARGO_CRATE_DEPENDS+= hkdf-0.12.4
252254
CARGO_CRATE_DEPENDS+= hmac-0.12.1
253255
CARGO_CRATE_DEPENDS+= home-0.5.11
254-
CARGO_CRATE_DEPENDS+= homedir-0.3.4
256+
CARGO_CRATE_DEPENDS+= homedir-0.3.5
255257
CARGO_CRATE_DEPENDS+= http-1.3.1
256258
CARGO_CRATE_DEPENDS+= http-body-1.0.1
257259
CARGO_CRATE_DEPENDS+= http-body-util-0.1.3
@@ -262,8 +264,8 @@ CARGO_CRATE_DEPENDS+= humansize-2.1.3
262264
CARGO_CRATE_DEPENDS+= hyper-1.6.0
263265
CARGO_CRATE_DEPENDS+= hyper-rustls-0.27.7
264266
CARGO_CRATE_DEPENDS+= hyper-tls-0.6.0
265-
CARGO_CRATE_DEPENDS+= hyper-util-0.1.14
266-
CARGO_CRATE_DEPENDS+= i18n-config-0.4.7
267+
CARGO_CRATE_DEPENDS+= hyper-util-0.1.15
268+
CARGO_CRATE_DEPENDS+= i18n-config-0.4.8
267269
CARGO_CRATE_DEPENDS+= i18n-embed-0.15.4
268270
CARGO_CRATE_DEPENDS+= i18n-embed-fl-0.9.4
269271
CARGO_CRATE_DEPENDS+= i18n-embed-impl-0.8.4
@@ -285,14 +287,15 @@ CARGO_CRATE_DEPENDS+= impl-tools-0.10.3
285287
CARGO_CRATE_DEPENDS+= impl-tools-lib-0.11.3
286288
CARGO_CRATE_DEPENDS+= indenter-0.3.3
287289
CARGO_CRATE_DEPENDS+= indexmap-1.9.3
288-
CARGO_CRATE_DEPENDS+= indexmap-2.9.0
290+
CARGO_CRATE_DEPENDS+= indexmap-2.10.0
289291
CARGO_CRATE_DEPENDS+= indicatif-0.17.11
290292
CARGO_CRATE_DEPENDS+= indoc-2.0.6
291293
CARGO_CRATE_DEPENDS+= inout-0.1.4
292294
CARGO_CRATE_DEPENDS+= insta-1.43.1
293295
CARGO_CRATE_DEPENDS+= intl-memoizer-0.5.3
294296
CARGO_CRATE_DEPENDS+= intl_pluralrules-7.0.2
295297
CARGO_CRATE_DEPENDS+= io-close-0.3.7
298+
CARGO_CRATE_DEPENDS+= io-uring-0.7.8
296299
CARGO_CRATE_DEPENDS+= io_tee-0.1.1
297300
CARGO_CRATE_DEPENDS+= ipnet-2.11.0
298301
CARGO_CRATE_DEPENDS+= iri-string-0.7.8
@@ -316,7 +319,7 @@ CARGO_CRATE_DEPENDS+= lazy_static-1.5.0
316319
CARGO_CRATE_DEPENDS+= libbz2-rs-sys-0.2.1
317320
CARGO_CRATE_DEPENDS+= libc-0.2.174
318321
CARGO_CRATE_DEPENDS+= libm-0.2.15
319-
CARGO_CRATE_DEPENDS+= libredox-0.1.3
322+
CARGO_CRATE_DEPENDS+= libredox-0.1.4
320323
CARGO_CRATE_DEPENDS+= libz-rs-sys-0.5.1
321324
CARGO_CRATE_DEPENDS+= linux-raw-sys-0.4.15
322325
CARGO_CRATE_DEPENDS+= linux-raw-sys-0.9.4
@@ -328,8 +331,8 @@ CARGO_CRATE_DEPENDS+= logos-0.12.1
328331
CARGO_CRATE_DEPENDS+= logos-derive-0.12.1
329332
CARGO_CRATE_DEPENDS+= loom-0.5.6
330333
CARGO_CRATE_DEPENDS+= lru-slab-0.1.2
331-
CARGO_CRATE_DEPENDS+= lua-src-547.0.0
332-
CARGO_CRATE_DEPENDS+= luajit-src-210.5.12+a4f56a4
334+
CARGO_CRATE_DEPENDS+= lua-src-548.1.1
335+
CARGO_CRATE_DEPENDS+= luajit-src-210.6.1+f9140a6
333336
CARGO_CRATE_DEPENDS+= lzma-rs-0.3.0
334337
CARGO_CRATE_DEPENDS+= lzma-rust-0.1.7
335338
CARGO_CRATE_DEPENDS+= lzma-sys-0.1.20
@@ -345,12 +348,11 @@ CARGO_CRATE_DEPENDS+= minimal-lexical-0.2.1
345348
CARGO_CRATE_DEPENDS+= minisign-verify-0.2.4
346349
CARGO_CRATE_DEPENDS+= miniz_oxide-0.8.9
347350
CARGO_CRATE_DEPENDS+= mio-1.0.4
348-
CARGO_CRATE_DEPENDS+= mlua-0.10.5
349-
CARGO_CRATE_DEPENDS+= mlua-sys-0.6.8
350-
CARGO_CRATE_DEPENDS+= mlua_derive-0.10.1
351+
CARGO_CRATE_DEPENDS+= mlua-0.11.0-beta.3
352+
CARGO_CRATE_DEPENDS+= mlua-sys-0.8.1
353+
CARGO_CRATE_DEPENDS+= mlua_derive-0.11.0-beta.2
351354
CARGO_CRATE_DEPENDS+= mockito-1.7.0
352355
CARGO_CRATE_DEPENDS+= native-tls-0.2.14
353-
CARGO_CRATE_DEPENDS+= nix-0.29.0
354356
CARGO_CRATE_DEPENDS+= nix-0.30.1
355357
CARGO_CRATE_DEPENDS+= nom-7.1.3
356358
CARGO_CRATE_DEPENDS+= nom-8.0.0
@@ -379,7 +381,7 @@ CARGO_CRATE_DEPENDS+= ordered-float-2.10.1
379381
CARGO_CRATE_DEPENDS+= os-release-0.1.0
380382
CARGO_CRATE_DEPENDS+= os_pipe-1.2.2
381383
CARGO_CRATE_DEPENDS+= overload-0.1.1
382-
CARGO_CRATE_DEPENDS+= owo-colors-4.2.1
384+
CARGO_CRATE_DEPENDS+= owo-colors-4.2.2
383385
CARGO_CRATE_DEPENDS+= papergrid-0.15.0
384386
CARGO_CRATE_DEPENDS+= parking_lot-0.12.4
385387
CARGO_CRATE_DEPENDS+= parking_lot_core-0.9.11
@@ -438,7 +440,7 @@ CARGO_CRATE_DEPENDS+= regex-automata-0.1.10
438440
CARGO_CRATE_DEPENDS+= regex-automata-0.4.9
439441
CARGO_CRATE_DEPENDS+= regex-syntax-0.6.29
440442
CARGO_CRATE_DEPENDS+= regex-syntax-0.8.5
441-
CARGO_CRATE_DEPENDS+= reqwest-0.12.20
443+
CARGO_CRATE_DEPENDS+= reqwest-0.12.22
442444
CARGO_CRATE_DEPENDS+= ring-0.17.14
443445
CARGO_CRATE_DEPENDS+= rmp-0.8.14
444446
CARGO_CRATE_DEPENDS+= rmp-serde-1.3.0
@@ -465,6 +467,7 @@ CARGO_CRATE_DEPENDS+= same-file-1.0.6
465467
CARGO_CRATE_DEPENDS+= scc-2.3.4
466468
CARGO_CRATE_DEPENDS+= schannel-0.1.27
467469
CARGO_CRATE_DEPENDS+= schemars-0.9.0
470+
CARGO_CRATE_DEPENDS+= schemars-1.0.4
468471
CARGO_CRATE_DEPENDS+= scoped-tls-1.0.1
469472
CARGO_CRATE_DEPENDS+= scopeguard-1.2.0
470473
CARGO_CRATE_DEPENDS+= scrypt-0.11.0
@@ -486,8 +489,8 @@ CARGO_CRATE_DEPENDS+= serde_json-1.0.140
486489
CARGO_CRATE_DEPENDS+= serde_regex-1.1.0
487490
CARGO_CRATE_DEPENDS+= serde_spanned-0.6.9
488491
CARGO_CRATE_DEPENDS+= serde_urlencoded-0.7.1
489-
CARGO_CRATE_DEPENDS+= serde_with-3.13.0
490-
CARGO_CRATE_DEPENDS+= serde_with_macros-3.13.0
492+
CARGO_CRATE_DEPENDS+= serde_with-3.14.0
493+
CARGO_CRATE_DEPENDS+= serde_with_macros-3.14.0
491494
CARGO_CRATE_DEPENDS+= serde_yaml-0.9.34+deprecated
492495
CARGO_CRATE_DEPENDS+= serial_test-3.2.0
493496
CARGO_CRATE_DEPENDS+= serial_test_derive-3.2.0
@@ -496,12 +499,12 @@ CARGO_CRATE_DEPENDS+= sha1-0.10.6
496499
CARGO_CRATE_DEPENDS+= sha1-checked-0.10.0
497500
CARGO_CRATE_DEPENDS+= sha2-0.10.9
498501
CARGO_CRATE_DEPENDS+= sharded-slab-0.1.7
499-
CARGO_CRATE_DEPENDS+= shared_child-1.1.0
502+
CARGO_CRATE_DEPENDS+= shared_child-1.1.1
500503
CARGO_CRATE_DEPENDS+= shared_thread-0.1.0
501504
CARGO_CRATE_DEPENDS+= shell-escape-0.1.5
502505
CARGO_CRATE_DEPENDS+= shell-words-1.1.0
503506
CARGO_CRATE_DEPENDS+= shlex-1.3.0
504-
CARGO_CRATE_DEPENDS+= sigchld-0.2.3
507+
CARGO_CRATE_DEPENDS+= sigchld-0.2.4
505508
CARGO_CRATE_DEPENDS+= signal-hook-0.3.18
506509
CARGO_CRATE_DEPENDS+= signal-hook-registry-1.4.5
507510
CARGO_CRATE_DEPENDS+= signature-2.2.0
@@ -528,14 +531,14 @@ CARGO_CRATE_DEPENDS+= system-configuration-0.6.1
528531
CARGO_CRATE_DEPENDS+= system-configuration-sys-0.6.0
529532
CARGO_CRATE_DEPENDS+= tabled-0.19.0
530533
CARGO_CRATE_DEPENDS+= tabled_derive-0.11.0
531-
CARGO_CRATE_DEPENDS+= taplo-0.13.2
534+
CARGO_CRATE_DEPENDS+= taplo-0.14.0
532535
CARGO_CRATE_DEPENDS+= tar-0.4.44
533536
CARGO_CRATE_DEPENDS+= tempfile-3.20.0
534537
CARGO_CRATE_DEPENDS+= tera-1.20.0
535538
CARGO_CRATE_DEPENDS+= termcolor-1.4.1
536539
CARGO_CRATE_DEPENDS+= terminal_size-0.4.2
537-
CARGO_CRATE_DEPENDS+= test-log-0.2.17
538-
CARGO_CRATE_DEPENDS+= test-log-macros-0.2.17
540+
CARGO_CRATE_DEPENDS+= test-log-0.2.18
541+
CARGO_CRATE_DEPENDS+= test-log-macros-0.2.18
539542
CARGO_CRATE_DEPENDS+= testing_table-0.3.0
540543
CARGO_CRATE_DEPENDS+= text-size-1.1.1
541544
CARGO_CRATE_DEPENDS+= thiserror-1.0.69
@@ -549,7 +552,7 @@ CARGO_CRATE_DEPENDS+= time-macros-0.2.22
549552
CARGO_CRATE_DEPENDS+= tinystr-0.8.1
550553
CARGO_CRATE_DEPENDS+= tinyvec-1.9.0
551554
CARGO_CRATE_DEPENDS+= tinyvec_macros-0.1.1
552-
CARGO_CRATE_DEPENDS+= tokio-1.45.1
555+
CARGO_CRATE_DEPENDS+= tokio-1.46.1
553556
CARGO_CRATE_DEPENDS+= tokio-macros-2.5.0
554557
CARGO_CRATE_DEPENDS+= tokio-native-tls-0.3.1
555558
CARGO_CRATE_DEPENDS+= tokio-rustls-0.26.2
@@ -604,7 +607,6 @@ CARGO_CRATE_DEPENDS+= vcpkg-0.2.15
604607
CARGO_CRATE_DEPENDS+= version_check-0.9.5
605608
CARGO_CRATE_DEPENDS+= versions-6.3.2
606609
CARGO_CRATE_DEPENDS+= versions-7.0.0
607-
CARGO_CRATE_DEPENDS+= vfox-1.0.3
608610
CARGO_CRATE_DEPENDS+= vte-0.14.1
609611
CARGO_CRATE_DEPENDS+= walkdir-2.5.0
610612
CARGO_CRATE_DEPENDS+= want-0.3.1
@@ -627,16 +629,15 @@ CARGO_CRATE_DEPENDS+= winapi-i686-pc-windows-gnu-0.4.0
627629
CARGO_CRATE_DEPENDS+= winapi-util-0.1.9
628630
CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0
629631
CARGO_CRATE_DEPENDS+= windows-0.48.0
630-
CARGO_CRATE_DEPENDS+= windows-0.57.0
631-
CARGO_CRATE_DEPENDS+= windows-core-0.57.0
632+
CARGO_CRATE_DEPENDS+= windows-0.61.3
633+
CARGO_CRATE_DEPENDS+= windows-collections-0.2.0
632634
CARGO_CRATE_DEPENDS+= windows-core-0.61.2
633-
CARGO_CRATE_DEPENDS+= windows-implement-0.57.0
635+
CARGO_CRATE_DEPENDS+= windows-future-0.2.1
634636
CARGO_CRATE_DEPENDS+= windows-implement-0.60.0
635-
CARGO_CRATE_DEPENDS+= windows-interface-0.57.0
636637
CARGO_CRATE_DEPENDS+= windows-interface-0.59.1
637638
CARGO_CRATE_DEPENDS+= windows-link-0.1.3
638-
CARGO_CRATE_DEPENDS+= windows-registry-0.5.2
639-
CARGO_CRATE_DEPENDS+= windows-result-0.1.2
639+
CARGO_CRATE_DEPENDS+= windows-numerics-0.2.0
640+
CARGO_CRATE_DEPENDS+= windows-registry-0.5.3
640641
CARGO_CRATE_DEPENDS+= windows-result-0.3.4
641642
CARGO_CRATE_DEPENDS+= windows-strings-0.4.2
642643
CARGO_CRATE_DEPENDS+= windows-sys-0.52.0
@@ -645,6 +646,7 @@ CARGO_CRATE_DEPENDS+= windows-sys-0.60.2
645646
CARGO_CRATE_DEPENDS+= windows-targets-0.48.5
646647
CARGO_CRATE_DEPENDS+= windows-targets-0.52.6
647648
CARGO_CRATE_DEPENDS+= windows-targets-0.53.2
649+
CARGO_CRATE_DEPENDS+= windows-threading-0.1.0
648650
CARGO_CRATE_DEPENDS+= windows_aarch64_gnullvm-0.48.5
649651
CARGO_CRATE_DEPENDS+= windows_aarch64_gnullvm-0.52.6
650652
CARGO_CRATE_DEPENDS+= windows_aarch64_gnullvm-0.53.0
@@ -674,7 +676,7 @@ CARGO_CRATE_DEPENDS+= winsafe-0.0.19
674676
CARGO_CRATE_DEPENDS+= wit-bindgen-rt-0.39.0
675677
CARGO_CRATE_DEPENDS+= writeable-0.6.1
676678
CARGO_CRATE_DEPENDS+= x25519-dalek-2.0.1
677-
CARGO_CRATE_DEPENDS+= xattr-1.5.0
679+
CARGO_CRATE_DEPENDS+= xattr-1.5.1
678680
CARGO_CRATE_DEPENDS+= xx-2.1.1
679681
CARGO_CRATE_DEPENDS+= xz2-0.1.7
680682
CARGO_CRATE_DEPENDS+= yansi-1.0.1

0 commit comments

Comments
 (0)