deps: bump the rust-dependencies group with 4 updates #425
+237
−28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the rust-dependencies group with 4 updates: anyhow, rand, tempfile and rmcp.
Updates
anyhowfrom 1.0.100 to 1.0.101Release notes
Sourced from anyhow's releases.
Commits
80bfe29Release 1.0.101dff8c43Merge pull request #437 from Ibitier/inline-ok-helper85d9ea9Add #[inline] to anyhow::Ok helper54036ccUpdate ui test suite to nightly-2026-01-21cce0579Update actions/upload-artifact@v5 -> v6f2c598cUpdate actions/upload-artifact@v4 -> v52c0bda4Update to 2021 edition0d82268Remove rustc version requirement from readme67df012Merge pull request #436 from dtolnay/upc898488Raise required compiler to Rust 1.68Updates
randfrom 0.9.2 to 0.10.0Changelog
Sourced from rand's changelog.
Commits
acc5f24Prepare v0.10.0 releases (#1729)95c5165Add fn rand::make_rng (#1734)146da58CHANGELOG: add PR links (#1738)8cacd6dREADME tweaks (#1737)28e3df8Update chacha20: use ChaChaCore directly; remove bytes_until_reseed field (#1...03db311Replace fn reseed_and_generate with try_to_reseedb14483eApply inline attr to fn generatefda8f74Remove bytes_until_reseed field213bb3bBump chacha20 to 0.10.0-rc.1172afe1eMinor tweaks; prepare v0.10.0-rc.9 (#1736)Updates
tempfilefrom 3.24.0 to 3.25.0Changelog
Sourced from tempfile's changelog.
Commits
Updates
rmcpfrom 0.14.0 to 0.15.0Release notes
Sourced from rmcp's releases.
Commits
9cfc905chore: release v0.15.0 (#636)07028bcAdd optional description field to Implementation struct (#649)187597bfeat(elicitation): add support URL elicitation. SEP-1036 (#605)edd5b1dfeat: enforce SEP-1577 MUST requirements for sampling with tools (#646)8bd3fcbImplement SEP-1577: Sampling With Tools (#628)be23334fix(tasks): avoid dropping completed task results during collection (#639)f6ebc7afix(auth): oauth metadata discovery (#641)bfd9cc0feat: add native-tls as an optional TLS backend (#631)53b64a9fix: compilation with --no-default-features (#593)df6c3f0fix(tasks): exposeexecution.taskSupporton tools (#635)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsNote
Medium Risk
Primarily dependency upgrades, but
randhas a major version bump andrmcpupdate could introduce API/behavior changes in randomness and MCP client interactions.Overview
Bumps workspace dependencies:
anyhowto1.0.101,randto0.10(used byapi,services, anddatabase),tempfileto3.25(dev dependency inconfig), andrmcpto0.15inservices.Regenerates
Cargo.lock, pulling in new transitive crates/versions (e.g.,chacha20,getrandom 0.4,wit-bindgen/WASI/WASM-related crates) and introducing parallel versions of some deps (e.g.,cpufeatures 0.3.0,hashbrown 0.15.x).Written by Cursor Bugbot for commit f69f4aa. This will update automatically on new commits. Configure here.