Skip to content

deps(rust): bump candle-core from 0.10.2 to 0.11.0 - #116

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/candle-core-0.11.0
Open

deps(rust): bump candle-core from 0.10.2 to 0.11.0#116
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/candle-core-0.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor

Bumps candle-core from 0.10.2 to 0.11.0.

Commits
  • 31f35b1 Bump candle version to 0.11.0 (#3658)
  • 9bcfd98 Add paged flash-attn kernels (#3655)
  • c63cb20 [CPU] Quantized perf improvements (#3643)
  • 5152ef6 Support embedding forward pass for ggml quants (#3644)
  • f53ed3b Parameter cache for CUDA kernel launch (#3598)
  • a9667ca Support cuda 13.3 (#3642)
  • 29a15c2 Remove flash attn specific rayon threadpool. Use device.with_context around e...
  • 0190c65 refactor: converge CPU flash attn kernels on shared primitives (#3513)
  • c4b0faf [CPU] Persistent barrier based threadpool and improved qgemm (#3627)
  • 7625889 [CPU] Add neon optimized path to BlockQ8K::from_float (#3629)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@pacphi

pacphi commented Aug 8, 2026

Copy link
Copy Markdown
Owner

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@pacphi

pacphi commented Aug 9, 2026

Copy link
Copy Markdown
Owner

Deferred, not merged: bumping candle-core/candle-transformers to 0.11 alone would create duplicate candle-core/candle-nn builds in the workspace (0.10.2 pinned exactly by mistralrs in finima-llm, 0.11.0 for finima-embed's direct use), which the existing Cargo.toml comment explicitly says the 0.10 pin exists to avoid. Blocked on a mistralrs release that supports candle 0.11. Tracked/flagged in #127.

pacphi added a commit that referenced this pull request Aug 9, 2026
…v/brace-expansion/nanoid advisories (#127)

Consolidates 8 of the 11 open Dependabot PRs into a single branch:

- deps(rust): bytes 1.11.1 -> 1.12.1 (#124)
- deps(rust): http-body-util 0.1.3 -> 0.1.4 (#122)
- deps(rust): ruvector-sona 0.2.0 -> 0.2.1 (#120)
- deps(ts): @hookform/resolvers 5.4.0 -> 5.7.1 (#125)
- deps(ts): @playwright/test 1.62.0 -> 1.62.1 (#118)
- deps(ts): @vitejs/plugin-react 6.0.2 -> 6.0.5 (#123)
- deps(ts): typescript-eslint 8.60.0 -> 8.66.0 (#121)
- deps(actions): taiki-e/install-action 2.85.4 -> 2.85.8 (#117)

Deferred (left open, not applied):
- #119 (@tanstack/react-table 8.21.3 -> 9.0.0): 8.21.3 is already the
  latest 8.x release, so this is a major-version rewrite, not a patch bump.
- #116/#126 (candle-core/candle-transformers 0.10.2 -> 0.11.0): would
  create duplicate candle-core/candle-nn builds (0.10.2 pinned exactly by
  mistralrs, 0.11.0 for our direct use), which the existing Cargo.toml
  comment explicitly says the 0.10 pin exists to avoid. Blocked on a
  mistralrs release that supports candle 0.11.

Security audit (cargo audit / pnpm audit / GitHub Dependabot alerts):
- RUSTSEC-2026-0233/0234/0235 (rkyv 0.8.16 UAF + OOB reads via ruvector-core):
  fixed by bumping rkyv to 0.8.17 (in-range for ruvector-core's "0.8" req).
- RUSTSEC-2026-0235 (rkyv 0.7.46 via rust_decimal's optional "rkyv" feature):
  documented in audit-ignore. Confirmed unreachable — nothing in the
  workspace enables rust_decimal's rkyv feature, and the edge persists even
  in a from-scratch `cargo generate-lockfile`, so the vulnerable path is
  never compiled.
- GHSA-rgw5-rvv9-x895 (brace-expansion DoS, bypasses prior GHSA-jxxr-4gwj-5jf2
  mitigation): pnpm override widened to >=4.0.0 <5.0.9 -> >=5.0.9.
- GHSA-2v37-7h3g-55p8 (nanoid infinite loop on zero-size generator): pnpm
  override added, constrained to the 3.x line (postcss requires nanoid 3.x)
  since an unconstrained >=3.3.17 override resolves to a nanoid 6 major bump.
- 0 open GitHub Dependabot alerts.

Verification (all green):
- cargo fmt --all -- --check
- cargo clippy --workspace --all-targets -- -D warnings
- cargo test --workspace (all crates, doctests included)
- bash .github/scripts/cargo-audit.sh
- pnpm install --frozen-lockfile
- pnpm run lint / tsc --noEmit / prettier --check
- pnpm run test -- --run
- pnpm run build
- pnpm audit
@dependabot
dependabot Bot force-pushed the dependabot/cargo/candle-core-0.11.0 branch from e2c83ff to 17d15d1 Compare August 9, 2026 22:48
pacphi added a commit that referenced this pull request Aug 25, 2026
* chore(deps): consolidate PRs #128-137, fix h2/lru advisories

Consolidates 8 of the 11 open Dependabot PRs into a single branch:

- deps(rust): serde_json 1.0.150 -> 1.0.151 (#128)
- deps(rust): calamine 0.36.0 -> 0.36.1 (#131)
- deps(rust): http-body-util 0.1.4 -> 0.1.5 (#132)
- deps(ts): js-yaml 5.2.2 -> 5.2.3 (#130)
- deps(ts): vite 8.0.16 -> 8.2.1 (#133)
- deps(ts): prettier 3.8.3 -> 3.9.6 (#134)
- deps(ts): recharts 3.8.1 -> 3.10.1 (#135)
- deps(actions): taiki-e/install-action 2.85.8 -> 2.86.3 (#137)

Deferred (left open, not applied):
- #116/#126 (candle-core/candle-transformers 0.10.2 -> 0.11.0): still
  blocked on a mistralrs release supporting candle 0.11 (mistralrs is
  still pinned at 0.8.1); would create duplicate candle-core/candle-nn
  builds, same as previously deferred in #127.
- #136 (@tanstack/react-table 8.21.3 -> 9.1.2): 8.21.3 is still the
  latest 8.x release, so this is a major-version rewrite, not a patch
  bump — same situation as previously-deferred #119.

Pre-existing/upgrade-caused fixes:
- Prettier 3.9 changed union-type-alias wrapping ("don't break union
  type when it can fit"), which flipped two already-passing files to
  fail the format-check gate. Reformatted with `prettier --write`
  (RecurringPage.tsx, models.ts) — no logic changes.

Security audit (cargo audit / pnpm audit / GitHub Dependabot alerts):
- RUSTSEC-2026-0258 (h2 0.4.14, unbounded empty DATA frames DoS):
  fixed by bumping h2 to 0.4.16 (in-range lockfile-only update via
  aws-smithy-http-client/hyper's transitive dependency).
- RUSTSEC-2026-0253 (lru 0.16.4, use-after-free risk in
  LruCache::pop() under panic): no fix available — aws-sdk-s3 (latest
  1.143.0 checked) still hard-pins `lru = "^0.16.3"`; the fix requires
  lru 0.18, a semver-major bump upstream hasn't adopted. Documented
  and ignored in audit-ignore / .cargo/audit.toml pending an
  aws-sdk-s3 release.
- RUSTSEC-2026-0235 (rkyv 0.7.46, pre-existing ignore): also added to
  .cargo/audit.toml, which was missing it despite audit-ignore already
  covering it — brings the two files back in sync.
- pnpm audit: no known vulnerabilities.
- GitHub Dependabot alerts: 0 open.

Verification (mirrors CI exactly):
- Frontend: pnpm install --frozen-lockfile, lint, tsc --noEmit,
  prettier --check, vitest --run, build — all pass.
- Backend: cargo fmt --all --check, cargo clippy --workspace
  --all-targets -- -D warnings, cargo test --workspace (incl. DB
  integration tests via docker-compose.test.yml) — all pass.
- Security: bash .github/scripts/cargo-audit.sh (CI's exact gate) —
  passes with 9 documented exceptions.

* fix(api): box large S3 SdkError variants to satisfy clippy::result_large_err

CI's floating `dtolnay/rust-toolchain@stable` action advanced to a newer
Rust/clippy since the last green run on main, and the newer clippy now
flags StorageError's Err variants (392-432 bytes, dominated by
aws_sdk_s3::error::SdkError) under result_large_err. Box each SdkError
source field to shrink the enum; no behavior change.
Bumps [candle-core](https://github.com/huggingface/candle) from 0.10.2 to 0.11.0.
- [Changelog](https://github.com/huggingface/candle/blob/main/CHANGELOG.md)
- [Commits](huggingface/candle@0.10.2...0.11.0)

---
updated-dependencies:
- dependency-name: candle-core
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/candle-core-0.11.0 branch from 17d15d1 to 21ad28a Compare August 25, 2026 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant