Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump tower from 0.4.11 to 0.4.12 #3572

Merged
merged 2 commits into from
Feb 18, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2022

Bumps tower from 0.4.11 to 0.4.12.

Release notes

Sourced from tower's releases.

tower 0.4.12

Fixed

  • hedge, load, retry: Fix use of Instant operations that can panic on platforms where Instant is not monotonic (#633)
  • Disable attributes feature on tracing dependency (#623)
  • Remove unused dependencies and dependency features with some feature combinations (#603, #602)
  • docs: Fix a typo in the RustDoc for Buffer (#622)

Changed

  • Updated minimum supported Rust version (MSRV) to 1.49.0.
  • hedge: Updated hdrhistogram dependency to v7.0 (#602)
  • Updated tokio-util dependency to v0.7 (#638)

#633: tower-rs/tower#633 #623: tower-rs/tower#623 #603: tower-rs/tower#603 #602: tower-rs/tower#602 #622: tower-rs/tower#622 #638: tower-rs/tower#638

Commits

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)

Bumps [tower](https://github.com/tower-rs/tower) from 0.4.11 to 0.4.12.
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.4.11...tower-0.4.12)

---
updated-dependencies:
- dependency-name: tower
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added A-dependencies Area: Dependency file updates A-rust Area: Updates to Rust code P-Low ❄️ labels Feb 17, 2022
@codecov
Copy link

codecov bot commented Feb 17, 2022

Codecov Report

Merging #3572 (b6eba03) into main (499ae89) will increase coverage by 1.72%.
The diff coverage is 75.50%.

@@            Coverage Diff             @@
##             main    #3572      +/-   ##
==========================================
+ Coverage   78.34%   80.07%   +1.72%     
==========================================
  Files         267      276       +9     
  Lines       31526    32364     +838     
==========================================
+ Hits        24698    25914    +1216     
+ Misses       6828     6450     -378     

@teor2345
Copy link
Contributor

Copy link
Contributor

@teor2345 teor2345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes a panic bug on some platforms, and also removes a bunch of optional and outdated dependencies.

@teor2345 teor2345 self-assigned this Feb 17, 2022
@teor2345 teor2345 added the I-panic Zebra panics with an internal error message label Feb 17, 2022
mergify bot added a commit that referenced this pull request Feb 18, 2022
mergify bot added a commit that referenced this pull request Feb 18, 2022
@mergify mergify bot merged commit 6104129 into main Feb 18, 2022
@mergify mergify bot deleted the dependabot/cargo/tower-0.4.12 branch February 18, 2022 03:53
@upbqdn upbqdn mentioned this pull request Feb 18, 2022
30 tasks
teor2345 added a commit that referenced this pull request Feb 20, 2022
This duplicate was removed by PR #3572, but other duplicates still exist.
mergify bot pushed a commit that referenced this pull request Feb 21, 2022
… off (#3592)

* fix(dependencies): update an unused duplicate dependency exception

This duplicate was removed by PR #3572, but other duplicates still exist.

* feat(ci): check for duplicate dependencies with optional features off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependency file updates A-rust Area: Updates to Rust code I-panic Zebra panics with an internal error message
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant