chore(deps): bump probe-rs from 0.30.0 to 0.31.0 (#1076)

Bumps [probe-rs](https://github.com/probe-rs/probe-rs) from 0.30.0 to 0.31.0.
- [Release notes](https://github.com/probe-rs/probe-rs/releases)
- [Changelog](https://github.com/probe-rs/probe-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/probe-rs/probe-rs/compare/v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: probe-rs
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-02-20 05:25:38 -05:00 committed by GitHub
parent c649ced585
commit ee7c437061
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 26 additions and 107 deletions

View file

@ -142,7 +142,7 @@ tokio-serial = { version = "5", default-features = false, optional = true }
nusb = { version = "0.2", default-features = false, optional = true }
# probe-rs for STM32/Nucleo memory read (Phase B)
probe-rs = { version = "0.30", optional = true }
probe-rs = { version = "0.31", optional = true }
# PDF extraction for datasheet RAG (optional, enable with --features rag-pdf)
pdf-extract = { version = "0.10", optional = true }