Skip to content

chore(deps): Update rpc-router requirement from 0.1.3 to 0.2.0#54

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rpc-router-0.2.0
Open

chore(deps): Update rpc-router requirement from 0.1.3 to 0.2.0#54
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rpc-router-0.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Updates the requirements on rpc-router to permit the latest version.

Changelog

Sourced from rpc-router's changelog.

2026-01-02 - 0.2.0

  • ! API RENAME - CallSuccess now (from CallResponse)
  • ! API RENAME - Request is now RpcRequest (because it represents core json-rpc construct)
  • ! RpcId - Refactor Rpc Id to be its own type
  • + RpcResponse - Add RpcResponse construct
  • + RpcRequest - added from_value_with_checks to allow to skip version and/or id checks
  • ^ router - implement FromResources for Router
  • ^ RpcRequest - add from_value_with_checks
  • ^ export the RpcHandlerWrapperTrait
  • ^ add RpcRequest new
  • ^ RpcRequest - add custom serializer
  • . doc - add doc/*.md documentations
  • . doc - update doc/ markdowns

2024-03-14 - 0.1.3

  • + add RouterBuilder::extend_resources(..)
  • ! rename RouterBuilder::set_resources_builder(..) to RouterBuilder::set_resources(..)

2024-03-13 - 0.1.2

  • ^ Add IntoHandlerError for String, Value, and &'static str.
  • ^ Add HandlerError::new:()
  • . remove std::error::Error error requirement for HandlerError .error

2024-03-12 - 0.1.1

Note: v0.1.1 changes from 0.1.0

  • router.call(resources, request) was renamed to router.call_with_resources(request, resources).
  • Now, the Router can have its own resources, enabling simpler and more efficient sharing of common resources across calls, while still allowing custom resources to be overlaid at the call level.
  • router.call(request) uses just the default caller resources.

See CHANGELOG for more information.

Rust10x rust-web-app has been updated.

  • ! Changed router.call(resources, request) to router.call_with_resources(request, resources).
  • + Router can now have base/common resources that are "injected" into every call.
    • Use router_builder.append_resource(resource)... to add resources.
    • The method router.call_with_resources(request, resources) overlays the call resources on top of the router resources.
    • router.call(request) uses only the Router resources.
  • ^ router_builder! macro now allows building the route and resource.
let rpc_router = router_builder!(
	handlers: [get_task, create_task],         // will be turned into routes
	resources: [ModelManager {}, AiManager {}] // common resources for all calls
)
</tr></table> 

... (truncated)

Commits
  • a23125c . v0.2.0
  • b70e70e ^ doc - Consolidate documentation into api-reference-standard.md and remove r...
  • 7cd90af . rename api-reference-standard
  • 65c0255 . dev-chat - add analysis of async fn trait limitations
  • ce2b7aa . update to 0.2.0-alpha.2-wip
  • 7f4eb32 . update to 0.2.0-alpha.1
  • dace454 ! RpcResponse new variant types
  • b0d270b + RpcNotification
  • 0b1fc6e ^ RpcId - add the from_scheme and new_uuid_* contructors
  • 0703923 . add RpcRequest new
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [rpc-router](https://github.com/jeremychone/rust-rpc-router) to permit the latest version.
- [Changelog](https://github.com/jeremychone/rust-rpc-router/blob/main/CHANGELOG.md)
- [Commits](jeremychone/rust-rpc-router@v0.1.3...v0.2.0)

---
updated-dependencies:
- dependency-name: rpc-router
  dependency-version: 0.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants