Skip to content

build(deps): bump the major group across 1 directory with 4 updates - #3757

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/major-4eb1aea826
Open

build(deps): bump the major group across 1 directory with 4 updates#3757
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/major-4eb1aea826

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the major group with 4 updates in the / directory: gh-workflow, sysinfo, termimad and rmcp.

Updates gh-workflow from 0.8.1 to 0.9.0

Commits
  • 4073ed3 chore(deps): update rust crate serde_yml to 0.0.13 (#221)
  • f5ac2ab chore(deps): update actions/checkout action to v7 (#224)
  • 487f3bc feat(gh-workflow-tailcall): add forge-style release workflows
  • b68b392 chore(deps): update rust crate syn to v3.0.3 (#233)
  • cbec366 chore(deps): update rust crate serde_json to v1.0.151 (#232)
  • c04e6b3 chore(deps): update rust crate syn to v3.0.2 (#231)
  • d9a28b5 chore(deps): update rust crate syn to v3 (#230)
  • 283ed76 chore(deps): update rust crate serde to v1.0.229 (#229)
  • e4d5d6a chore(deps): update rust crate quote to v1.0.47 (#228)
  • 68510ef chore(deps): update rust crate async-trait to v0.1.91 (#227)
  • Additional commits viewable in compare view

Updates sysinfo from 0.38.4 to 0.39.6

Changelog

Sourced from sysinfo's changelog.

0.39.6

  • NetBSD: Add support for disk I/O usage.
  • NetBSD: Improve retrieval of disk information.

0.39.5

  • macOS: Fix build for apple app store

0.39.4

  • Unix: Fix soundness issue when retrieving user's groups.
  • macOS: Add new macOS version name.
  • macOS: Fix inaccurate open_files returned value.

0.39.3

  • Unix: Fix retrieval of Network::mac_addr.
  • Linux: Improve retrieval of process information if process terminates while doing so.

0.39.2

  • Windows: Greatly improve performance of System::refresh_cpu_specifics when CPU usage is not requested.
  • iOS: Fix compilation error when user feature is enabled.
  • Linux: Correctly set thread information for processes.

0.39.1

  • Linux: Fix wrong network numbers computation.

0.39.0

  • Update minimum supported rust version to 1.95.
  • Add new NetworkData::operational_state API.
  • Add new Process::cgroup_limits API (only returning data on Linux).
  • All supported systems other than Windows: Improve performance of Networks::refresh*.
  • All supported systems other than Windows: Fix soundness issue when retrieving users.
  • Linux: Take into account parent cgroup memory limits.
  • Linux: Fix panic when retrieving process information on ESXi.
  • FreeBSD: Use the name of dataset as name for zfs disks.
Commits
  • 1bc6ed4 Update crate version to 0.39.6
  • da9bea0 Update CHANGELOG for 0.39.6
  • cefd877 Update src/unix/bsd/netbsd/system.rs
  • 9d79f93 Fix NetBSD disk I/O and process I/O statistics
  • 029025e Update crate version to 0.39.5
  • 78205e7 Update CHANGELOG for 0.39.5
  • 2a39746 Fix build for apple app store
  • c07bb44 Update CHANGELOG for 0.39.4
  • 559b07d Update crate version to 0.39.4
  • 07e3177 Linux: Fix soundness issue when retrieving user groups
  • Additional commits viewable in compare view

Updates termimad from 0.34.1 to 0.35.1

Changelog

Sourced from termimad's changelog.

v0.35.1 - 2026-07-11

  • Fix a panic in some cases of tables with rows having more columns than the header row - Fix #77

v0.35.0 - 2026-07-10

  • Support for ordered lists, and their depth dependent styling - Fix #75
  • Unordered list items can also be created with - and + and not just *
  • CompoundStyle, LineStyle, and StyledChar are now Copy

Commits

Updates rmcp from 1.8.0 to 3.0.1

Release notes

Sourced from rmcp's releases.

rmcp-macros-v3.0.1

Other

  • release stable 3.0.0

rmcp-v3.0.1

Fixed

  • (auth) use discovered resource for token refresh (#1084)
  • return header mismatch for missing protocol header (#1083)
  • negotiate stateless initialize versions (#1080)
  • stamp server info on graceful subscription results (#1078)

rmcp-macros-v3.0.0

Other

  • release stable 3.0.0

rmcp-v3.0.0

RMCP 3.0 adds support for MCP 2026-07-28. Review the protocol key changes and the RMCP 3.0 migration guide before upgrading from 2.x.

Breaking changes

  • Sessionless Streamable HTTP: MCP 2026-07-28 removes protocol-level sessions: no Mcp-Session-Id, standalone GET stream, DELETE-based session termination, or Last-Event-ID resumption. RMCP creates a fresh handler per request, so persistent state must live outside the handler. stateful_mode is renamed to legacy_session_mode and now only controls older protocol versions; custom SSE clients must also accept an optional session ID.
  • Stateless lifecycle and discovery: the 2026-07-28 protocol removes initialize/notifications/initialized; each request carries the protocol version and client capabilities in _meta, and servers expose server/discover. RMCP clients opt into this lifecycle with serve_with_lifecycle and ClientLifecycleMode::Discover or Auto; the existing serve() path remains available for legacy initialization.
  • Subscriptions and removed methods: subscriptions/listen replaces the standalone GET stream and resources/subscribe/resources/unsubscribe. ping, logging/setLevel, and notifications/roots/list_changed are unavailable under 2026-07-28; RMCP retains their APIs for legacy protocol sessions.
  • Multi Round-Trip Requests and result types: ServerHandler::call_tool, get_prompt, and read_resource now return MRTR-aware response enums. Manual handler implementations and exhaustive ServerResult matches must handle InputRequiredResult, and result models carry an optional result_type for legacy wire compatibility.
  • Tasks: the experimental core tasks API is replaced by the io.modelcontextprotocol/tasks extension, including new task handlers, methods, and TaskManager APIs.
  • Rust model types: metadata is split into MetaObject, RequestMetaObject, and NotificationMetaObject; Annotations::last_modified is now Option<String>; and tool structured content accepts any serde_json::Value.
  • OAuth: authorization startup is consolidated around AuthorizationRequest; metadata discovery is renamed to resolve_metadata and returns provenance; and custom OAuth HTTP errors are now boxed source errors.
  • Compatibility: APIs deprecated before 3.0 have been removed, and the minimum supported Rust version is now 1.88.

What's Changed

... (truncated)

Commits

@dependabot dependabot Bot added the type: chore Routine tasks like conversions, reorganization, and maintenance work. label Jul 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/major-4eb1aea826 branch 11 times, most recently from 24397de to 0d8d141 Compare July 29, 2026 21:45
Bumps the major group with 4 updates in the / directory: [gh-workflow](https://github.com/tailcallhq/gh-workflow), [sysinfo](https://github.com/GuillaumeGomez/sysinfo), [termimad](https://github.com/Canop/termimad) and [rmcp](https://github.com/modelcontextprotocol/rust-sdk).


Updates `gh-workflow` from 0.8.1 to 0.9.0
- [Release notes](https://github.com/tailcallhq/gh-workflow/releases)
- [Changelog](https://github.com/tailcallhq/gh-workflow/blob/main/CHANGELOG.md)
- [Commits](tailcallhq/gh-workflow@gh-workflow-v0.8.1...v0.9.0)

Updates `sysinfo` from 0.38.4 to 0.39.6
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.38.4...v0.39.6)

Updates `termimad` from 0.34.1 to 0.35.1
- [Changelog](https://github.com/Canop/termimad/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Canop/termimad/commits)

Updates `rmcp` from 1.8.0 to 3.0.1
- [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases)
- [Changelog](https://github.com/modelcontextprotocol/rust-sdk/blob/main/release-plz.toml)
- [Commits](modelcontextprotocol/rust-sdk@rmcp-v1.8.0...rmcp-v3.0.1)

---
updated-dependencies:
- dependency-name: gh-workflow
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
- dependency-name: rmcp
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: sysinfo
  dependency-version: 0.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
- dependency-name: termimad
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/major-4eb1aea826 branch from 0d8d141 to 9020757 Compare July 29, 2026 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Routine tasks like conversions, reorganization, and maintenance work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants