hit-box / hitbox

A high-performance caching framework suitable for single-machine and for distributed applications in Rust
MIT License
73 stars 6 forks source link

Update redis requirement from 0.20 to 0.21 #23

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on redis to permit the latest version.

Changelog

Sourced from redis's changelog.

0.20.0 (2021-07-16)

Performance

  • Don't enqueue multiplexed commands if the receiver is dropped (ca5019db)

Features

  • Refactor ConnectionAddr to remove boxing and clarify fields

0.20.2 (2021-06-17)

Features

  • Provide a new_async_std function (c3716d15)

Bug Fixes

  • Return Ready(Ok(())) when we have flushed all messages (ca319c06)
  • Don't loop forever on shutdown of the multiplexed connection (ddecce9e)

0.20.1 (2021-05-18)

Bug Fixes

  • Error properly if eof is reached in the decoder (306797c3)

0.20.0 (2021-02-17)

Features

  • Make ErrorKind non_exhaustive for forwards compatibility (ac5e1a60)
  • aio: Allow the underlying IO stream to be customized (6d2fc8fa)

0.19.0 (2020-12-26)

... (truncated)

Commits


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)
codecov-commenter commented 3 years ago

Codecov Report

Merging #23 (d4ca7b8) into master (6314c86) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   68.48%   68.48%           
=======================================
  Files          41       41           
  Lines         714      714           
=======================================
  Hits          489      489           
  Misses        225      225           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6314c86...d4ca7b8. Read the comment docs.