+Rolls up the open Dependabot PRs into a single merge, regenerating the lockfiles against current `main` rather than replaying stale lockfile bases, then refreshes everything else `cargo update`, `npm update`, and the docs pins had pending. Rust (workspace `Cargo.lock`): `similar` 2.7.0 to 3.1.1 (#282, a major bump also reflected in `crates/rsigma-cli/Cargo.toml`), `bytes` 1.11.1 to 1.12.0 (#283), `yamlpath` 1.25.2 to 1.26.1 (#284), `cmov` 0.5.3 to 0.5.4 (#288), and the `patch-updates` group (#281) `log` 0.4.33, `uuid` 1.23.4, `rustls` 0.23.41, `env_logger` 0.11.11 plus `time` and `jsonschema`; a follow-up full `cargo update` regenerates both the workspace and `fuzz/Cargo.lock` to the latest MSRV-compatible set, notably `aws-lc-rs` 1.17.1, `bitflags` 2.13.0, `dashmap` 6.2.1, `env_filter` 2.0.0, `jiff` 0.2.31, `jsonschema` 0.46.9, `rmcp` 1.8.0, `shlex` 2.0.1, `time` 0.3.53, `tree-sitter` 0.26.10, `zerocopy` 0.8.52, and the zizmor crate family (`subfeature`, `tree-sitter-iter`, `yamlpatch`, `yamlpath`) 1.26.1. CI (all repinned by commit SHA, batched via the `actions-updates` group, #280): `actions/cache` v5.0.5 to v6.1.0, `actions/setup-python` v6.2.0 to v6.3.0, `taiki-e/install-action` v2.82.0 to v2.82.4, and `zizmorcore/zizmor-action` v0.5.6 to v0.5.7. VS Code extension: `vscode-languageclient` 10.0.0 to 10.0.1 (#278) and `@types/node` 25.9.3 to 26.0.1 (#279), then an `npm update` pass brings the lockfile to `vscode-languageclient` 10.1.0 and `@types/node` 26.1.0; `tsconfig.json` gains an explicit `"types": ["node"]` because TypeScript 6 no longer resolves the Node globals implicitly with this configuration. Docs build (`docs/requirements.txt`): `pymdown-extensions` 11.0.1, `mkdocs-section-index` 0.3.12, `mkdocs-git-revision-date-localized-plugin` 1.5.3, `mkdocs-rss-plugin` 1.19.0, `mkdocs-llmstxt` 0.5.0, and `mkdocs-redirects` 1.2.3, verified with `mkdocs build --strict`. The `rusqlite` 0.39 to 0.40.1 bump (#234) stays held back: it still pulls `libsqlite3-sys` 0.38.1, whose build script needs the `cfg_select!` macro that is unavailable on the pinned MSRV (1.88.0).
0 commit comments