Unverified Commit 191167a0 authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by GitHub
Browse files

add `IntoResponse` trait for method calls (#1057)

* IntoResponse trait for rpc calls

* remove ErrorResponse

* cleanup, fix nits

* separate types from ser/deserialization

* fix uncommented code

* add Success type

* add missing dev-dep

* fix tests with issue link

* fix tests

* add missing file

* PartialResponse -> ResponsePayload

* chore(deps): bump actions/checkout from 3.4.0 to 3.5.0 (#1055)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.4.0...v3.5.0

)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: default avatardependabot[bot] <[email protected]>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump baptiste0928/cargo-install from 1 to 2 (#1056)

Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) from 1 to 2.
- [Release notes](https://github.com/baptiste0928/cargo-install/releases)
- [Changelog](https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md)
- [Commits](https://github.com/baptiste0928/cargo-install/compare/v1...v2

)

---
updated-dependencies:
- dependency-name: baptiste0928/cargo-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: default avatardependabot[bot] <[email protected]>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: tokio v1.27 (#1062)

* fix: tokio v1.27

* Update server/src/transport/ws.rs

* fix rustdoc

* Update server/src/transport/ws.rs

* Update server/src/transport/ws.rs

* no more futuredriver for incoming conns

* add comment for unclear code

* ResponsePayload Cow-like

* fix ugly code

* cleanup

* address grumbles

* ToOwned -> Clone

* compile-time tests to workaround rustc bug

* Update proc-macros/src/helpers.rs

* add missing impls for Vec and [T; N]

---------

Signed-off-by: default avatardependabot[bot] <[email protected]>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 118acc39
Pipeline #261782 passed with stages
in 1 hour, 1 minute, and 1 second
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment