Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

build(deps): bump actix-codec from 0.1.2 to 0.3.0 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 6, 2022

Bumps actix-codec from 0.1.2 to 0.3.0.

Release notes

Sourced from actix-codec's releases.

actix-codec: v0.3.0

  • No changes from beta 2.

actix-codec: v0.3.0-beta.2

  • Remove unused type parameter from Framed::replace_codec.

actix-codec: v0.3.0-beta.1

  • Use .advance() instead of .split_to().
  • Upgrade tokio-util to 0.3.
  • Improve BytesCodec .encode() performance
  • Simplify BytesCodec .decode()
  • Rename methods on Framed to better describe their use.
  • Add method on Framed to get a pinned reference to the underlying I/O.
  • Add method on Framed check emptiness of read buffer.

actix-router: v0.2.7

  • Add Router::recognize_checked #247

#247: actix/actix-net#247

actix-router: v0.2.6

  • Use bytestring version range compatible with Bytes v1.0. #246

#246: actix/actix-net#246

actix-router: v0.2.5

0.2.5 - 2020-09-20

  • Fix from_hex() method. #196

#196: actix/actix-net#196

actix-macros: v0.2.3

  • Fix test macro in presence of other imports named "test". #399

#399: actix/actix-net#399

actix-macros: v0.2.2

  • Improve error recovery potential when macro input is invalid. #391
  • Allow custom Systems on test macro. #391

#391: actix/actix-net#391

actix-macros: v0.2.1

  • Add optional argument system to main macro which can be used to specify the path to actix_rt::System (useful for re-exports). #363

#363: actix/actix-net#363

actix-macros: v0.2.0

  • Update to latest actix_rt::System::new signature. #261

... (truncated)

Changelog

Sourced from actix-codec's changelog.

[0.3.0] - xxx

  • Split Service trait to separate crate

  • Use new Service<Request> trait

[0.2.4] - 2018-11-21

Added

  • Allow to skip name resolution stage in Connector

[0.2.3] - 2018-11-17

Added

  • Framed::is_write_buf_empty() checks if write buffer is flushed

[0.2.2] - 2018-11-14

Added

  • Add low/high caps to Framed

Changed

  • Refactor Connector and Resolver services

Fixed

  • Fix wrong service to socket binding

[0.2.0] - 2018-11-08

Added

  • Timeout service

  • Added ServiceConfig and ServiceRuntime for server service configuration

Changed

  • Connector has been refactored

  • timer and LowResTimer renamed to time and LowResTime

... (truncated)

Commits
  • 672c393 prepare actix-utils release
  • fbf4444 prep release
  • b5b3168 do not use void for now
  • 668e4f9 update utils; add NewTransform::map_init_err
  • d0b8b69 add configuration parameter to transform factory
  • f1bc9d0 update tests
  • 6ed0205 update service crate
  • 7ee33ef moved boxed service and new service to actix-service
  • 83f51b2 allow to customize cfg parameter for FnNewService
  • 83a19e9 add IntoConfigurableNewService
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [actix-codec](https://github.com/actix/actix-net) from 0.1.2 to 0.3.0.
- [Release notes](https://github.com/actix/actix-net/releases)
- [Changelog](https://github.com/actix/actix-net/blob/utils-0.3.0/CHANGES.md)
- [Commits](actix/actix-net@codec-0.1.2...utils-0.3.0)

---
updated-dependencies:
- dependency-name: actix-codec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants