OpenPoolProject / stratum

Library for the stratum protocol and it's many derivatives. Supports Stratum, Stratum V2, Websockets, and more
https://openpool.dev
Apache License 2.0
3 stars 5 forks source link

fix(deps): update rust crate async-trait to 0.1.80 - autoclosed #637

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
async-trait dependencies patch 0.1.74 -> 0.1.80

Release Notes

dtolnay/async-trait (async-trait) ### [`v0.1.80`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.80) [Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.79...0.1.80) - Fix unreachable code warning for async functions that return `!` ([#​265](https://togithub.com/dtolnay/async-trait/issues/265), thanks [@​de-vri-es](https://togithub.com/de-vri-es)) ### [`v0.1.79`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.79) [Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.78...0.1.79) - Clean up some dead code ### [`v0.1.78`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.78) [Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.77...0.1.78) - Prevent unused_qualifications lint being triggered in generated code in nightly-2024-03-05 and up ([#​260](https://togithub.com/dtolnay/async-trait/issues/260)) ### [`v0.1.77`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.77) [Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.76...0.1.77) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v0.1.76`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.76) [Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.75...0.1.76) - Documentation improvements ### [`v0.1.75`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.75) [Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.74...0.1.75) - Documentation improvements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.31%. Comparing base (d1a33db) to head (1f249d0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #637 +/- ## ========================================== + Coverage 68.35% 69.31% +0.96% ========================================== Files 29 29 Lines 1839 1799 -40 ========================================== - Hits 1257 1247 -10 + Misses 582 552 -30 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 7 months ago

:cowboy_hat_face: Cargo bloat for toolchain stable-x86_64-unknown-linux-gnu :cowboy_hat_face:

@@ Size breakdown @@

Size       2.16 MB
Text size  2.16 MB
Size difference per crate
**Note:** The numbers below are not 100% accurate, use them as a rough estimate. ```diff @@ Breakdown per crate @@ - (stratum_server) ::fmt 41 B ```
Dependency tree
```diff @@ Dependency tree @@ Count: 224 ├─ async-trait v0.1.80 (proc-macro) │ ├─ proc-macro2 v1.0.79 │ │ └─ unicode-ident v1.0.12 │ ├─ quote v1.0.36 │ │ └─ proc-macro2 v1.0.79 │ └─ syn v2.0.58 │ ├─ proc-macro2 v1.0.79 │ ├─ quote v1.0.36 │ └─ unicode-ident v1.0.12 ├─ axum v0.7.5 │ ├─ async-trait v0.1.80 (proc-macro) │ ├─ axum-core v0.4.3 │ │ ├─ async-trait v0.1.80 (proc-macro) │ │ ├─ bytes v1.6.0 │ │ ├─ futures-util v0.3.30 │ │ │ ├─ futures-channel v0.3.30 │ │ │ │ ├─ futures-core v0.3.30 │ │ │ │ └─ futures-sink v0.3.30 │ │ │ ├─ futures-core v0.3.30 │ │ │ ├─ futures-io v0.3.30 │ │ │ ├─ futures-macro v0.3.30 (proc-macro) │ │ │ │ ├─ proc-macro2 v1.0.79 │ │ │ │ ├─ quote v1.0.36 │ │ │ │ └─ syn v2.0.58 │ │ │ ├─ futures-sink v0.3.30 │ │ │ ├─ futures-task v0.3.30 │ │ │ ├─ memchr v2.7.2 │ │ │ ├─ pin-project-lite v0.2.14 │ │ │ ├─ pin-utils v0.1.0 │ │ │ └─ slab v0.4.9 │ │ │ └─ autocfg v1.2.0 │ │ ├─ http v1.1.0 │ │ │ ├─ bytes v1.6.0 │ │ │ ├─ fnv v1.0.7 │ │ │ └─ itoa v1.0.11 │ │ ├─ http-body v1.0.0 │ │ │ ├─ bytes v1.6.0 │ │ │ └─ http v1.1.0 │ │ ├─ http-body-util v0.1.1 │ │ │ ├─ bytes v1.6.0 │ │ │ ├─ futures-core v0.3.30 │ │ │ ├─ http v1.1.0 │ │ │ ├─ http-body v1.0.0 │ │ │ └─ pin-project-lite v0.2.14 │ │ ├─ mime v0.3.17 │ │ ├─ pin-project-lite v0.2.14 │ │ ├─ sync_wrapper v0.1.2 │ │ ├─ tower-layer v0.3.2 │ │ ├─ tower-service v0.3.2 │ │ ├─ tracing v0.1.40 │ │ │ ├─ log v0.4.21 │ │ │ ├─ pin-project-lite v0.2.14 │ │ │ ├─ tracing-attributes v0.1.27 (proc-macro) │ │ │ │ ├─ proc-macro2 v1.0.79 │ │ │ │ ├─ quote v1.0.36 │ │ │ │ └─ syn v2.0.58 │ │ │ └─ tracing-core v0.1.32 │ │ │ └─ once_cell v1.19.0 │ │ └─ rustversion v1.0.15 (proc-macro) │ ├─ bytes v1.6.0 │ ├─ futures-util v0.3.30 │ ├─ http v1.1.0 │ ├─ http-body v1.0.0 │ ├─ http-body-util v0.1.1 │ ├─ hyper v1.2.0 │ │ ├─ bytes v1.6.0 │ │ ├─ futures-channel v0.3.30 │ │ ├─ futures-util v0.3.30 │ │ ├─ http v1.1.0 │ │ ├─ http-body v1.0.0 │ │ ├─ httparse v1.8.0 │ │ ├─ httpdate v1.0.3 │ │ ├─ itoa v1.0.11 │ │ ├─ pin-project-lite v0.2.14 │ │ ├─ smallvec v1.13.2 │ │ └─ tokio v1.37.0 │ │ ├─ bytes v1.6.0 │ │ ├─ libc v0.2.153 │ │ ├─ mio v0.8.11 │ │ │ └─ libc v0.2.153 │ │ ├─ num_cpus v1.16.0 │ │ │ └─ libc v0.2.153 │ │ ├─ parking_lot v0.12.1 │ │ │ ├─ lock_api v0.4.11 │ │ │ │ ├─ scopeguard v1.2.0 │ │ │ │ └─ autocfg v1.2.0 │ │ │ └─ parking_lot_core v0.9.9 │ │ │ ├─ cfg-if v1.0.0 │ │ │ ├─ libc v0.2.153 │ │ │ └─ smallvec v1.13.2 │ │ ├─ pin-project-lite v0.2.14 │ │ ├─ signal-hook-registry v1.4.1 │ │ │ └─ libc v0.2.153 │ │ ├─ socket2 v0.5.6 │ │ │ └─ libc v0.2.153 │ │ └─ tokio-macros v2.2.0 (proc-macro) │ │ ├─ proc-macro2 v1.0.79 │ │ ├─ quote v1.0.36 │ │ └─ syn v2.0.58 │ ├─ hyper-util v0.1.3 │ │ ├─ bytes v1.6.0 │ │ ├─ futures-util v0.3.30 │ │ ├─ http v1.1.0 │ │ ├─ http-body v1.0.0 │ │ ├─ hyper v1.2.0 │ │ ├─ pin-project-lite v0.2.14 │ │ ├─ socket2 v0.5.6 │ │ └─ tokio v1.37.0 │ ├─ itoa v1.0.11 │ ├─ matchit v0.7.3 │ ├─ memchr v2.7.2 │ ├─ mime v0.3.17 │ ├─ percent-encoding v2.3.1 │ ├─ pin-project-lite v0.2.14 │ ├─ serde v1.0.197 │ │ └─ serde_derive v1.0.197 (proc-macro) │ │ ├─ proc-macro2 v1.0.79 │ │ ├─ quote v1.0.36 │ │ └─ syn v2.0.58 │ ├─ serde_json v1.0.115 │ │ ├─ itoa v1.0.11 │ │ ├─ ryu v1.0.17 │ │ └─ serde v1.0.197 │ ├─ serde_path_to_error v0.1.16 │ │ ├─ itoa v1.0.11 │ │ └─ serde v1.0.197 │ ├─ serde_urlencoded v0.7.1 │ │ ├─ form_urlencoded v1.2.1 │ │ │ └─ percent-encoding v2.3.1 │ │ ├─ itoa v1.0.11 │ │ ├─ ryu v1.0.17 │ │ └─ serde v1.0.197 │ ├─ sync_wrapper v1.0.1 │ ├─ tokio v1.37.0 │ ├─ tower v0.4.13 │ │ ├─ futures-core v0.3.30 │ │ ├─ futures-util v0.3.30 │ │ ├─ pin-project v1.1.5 │ │ │ └─ pin-project-internal v1.1.5 (proc-macro) │ │ │ ├─ proc-macro2 v1.0.79 │ │ │ ├─ quote v1.0.36 │ │ │ └─ syn v2.0.58 │ │ ├─ pin-project-lite v0.2.14 │ │ ├─ tokio v1.37.0 │ │ ├─ tower-layer v0.3.2 │ │ ├─ tower-service v0.3.2 │ │ └─ tracing v0.1.40 │ ├─ tower-layer v0.3.2 │ ├─ tower-service v0.3.2 │ ├─ tracing v0.1.40 │ └─ rustversion v1.0.15 (proc-macro) ├─ bit-set v0.5.3 │ └─ bit-vec v0.6.3 ├─ bytes v1.6.0 ├─ dashmap v5.5.3 │ ├─ cfg-if v1.0.0 │ ├─ hashbrown v0.14.3 │ ├─ lock_api v0.4.11 │ ├─ once_cell v1.19.0 │ └─ parking_lot_core v0.9.9 ├─ extended-primitives v0.3.8 │ ├─ encodings v0.1.0 │ └─ thiserror v1.0.58 │ └─ thiserror-impl v1.0.58 (proc-macro) │ ├─ proc-macro2 v1.0.79 │ ├─ quote v1.0.36 │ └─ syn v2.0.58 ├─ futures v0.3.30 │ ├─ futures-channel v0.3.30 │ ├─ futures-core v0.3.30 │ ├─ futures-executor v0.3.30 │ │ ├─ futures-core v0.3.30 │ │ ├─ futures-task v0.3.30 │ │ └─ futures-util v0.3.30 │ ├─ futures-io v0.3.30 │ ├─ futures-sink v0.3.30 │ ├─ futures-task v0.3.30 │ └─ futures-util v0.3.30 ├─ hyper v1.2.0 ├─ parking_lot v0.12.1 ├─ rlimit v0.10.1 │ └─ libc v0.2.153 ├─ serde v1.0.197 ├─ serde_json v1.0.115 ├─ thiserror v1.0.58 ├─ tokio v1.37.0 ├─ tokio-stream v0.1.15 │ ├─ futures-core v0.3.30 │ ├─ pin-project-lite v0.2.14 │ └─ tokio v1.37.0 ├─ tokio-util v0.7.10 │ ├─ bytes v1.6.0 │ ├─ futures-core v0.3.30 │ ├─ futures-sink v0.3.30 │ ├─ pin-project-lite v0.2.14 │ ├─ slab v0.4.9 │ └─ tokio v1.37.0 ├─ tower-http v0.5.2 │ ├─ bitflags v2.5.0 │ ├─ bytes v1.6.0 │ ├─ http v1.1.0 │ ├─ http-body v1.0.0 │ ├─ http-body-util v0.1.1 │ ├─ pin-project-lite v0.2.14 │ ├─ tower-layer v0.3.2 │ └─ tower-service v0.3.2 ├─ tracing v0.1.40 └─ uuid v1.8.0 ├─ getrandom v0.2.14 │ ├─ cfg-if v1.0.0 │ └─ libc v0.2.153 ├─ rand v0.8.5 │ ├─ libc v0.2.153 │ ├─ rand_chacha v0.3.1 │ │ ├─ ppv-lite86 v0.2.17 │ │ └─ rand_core v0.6.4 │ │ └─ getrandom v0.2.14 │ └─ rand_core v0.6.4 ├─ serde v1.0.197 └─ uuid-macro-internal v1.8.0 (proc-macro) ├─ proc-macro2 v1.0.79 ├─ quote v1.0.36 └─ syn v2.0.58 ```

Commit: b56517821bfcc19f143a00e05655470deaf710d0 (Compare with baseline commit)