Upgrade git-annex to 10.20260115 supporting ghc 9.10.3
Remove the docs from git-annex as new hackage versions miss them
There's no obvious place outside main git repository to get the docs.
OK kili@
Update matterhorn for ghc-9.10.3
Relax dependency bounds for brick, vty, vty-crossplatform, data-clist,
random, and aeson to support GHC 9.10.3. Update cabal.inc with new
dependency versions and regenerate distinfo.
Broken on aarch64 due to a version conflict in binary package. The
ghc-bundled .so takes precedence over the one in cabal build. It's
built against a different set of dependencies and some systems
don't exist.
OK kili@
update lang/rust to 1.93.1
Announce: https://blog.rust-lang.org/2026/02/12/Rust-1.93.1/
Rust 1.93.1 resolves three regressions that were introduced in the 1.93.0 release.
- Don't try to recover a keyword as a non-keyword identifier, fixing an internal
compiler error (ICE) that especially affected rustfmt.
- Fix a clippy::panicking_unwrap false-positive on field access with an implicit
dereference.
- Revert an update to wasm-related dependencies, fixing file descriptor leaks on
the wasm32-wasip2 target. This only affects the rustup component for this
target, so downstream toolchain builds should check their own dependencies too.