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 hyper to 1.1.0 #643

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
hyper (source) dependencies minor 1.0.1 -> 1.1.0

Release Notes

hyperium/hyper (hyper) ### [`v1.1.0`](https://togithub.com/hyperium/hyper/blob/HEAD/CHANGELOG.md#v110-2023-12-18) [Compare Source](https://togithub.com/hyperium/hyper/compare/v1.0.1...v1.1.0) ##### Bug Fixes - **http1:** - add internal limit for chunked extensions ([#​3495](https://togithub.com/hyperium/hyper/issues/3495)) ([d71ff962](https://togithub.com/hyperium/hyper/commit/d71ff962b08aca2f1c9c1724dfdab5bc1ec6ecd2)) - reject chunked headers missing a digit ([#​3494](https://togithub.com/hyperium/hyper/issues/3494)) ([82915386](https://togithub.com/hyperium/hyper/commit/829153865a4d2bbb52227183c8857e57dc3e231b)) ##### Features - **client:** add `http1::Connection` `without_shutdown()` method ([#​3430](https://togithub.com/hyperium/hyper/issues/3430)) ([210bfaa7](https://togithub.com/hyperium/hyper/commit/210bfaa711b5da1f6756582a2e4bc3e229924800)) - **http1:** Add support for sending HTTP/1.1 Chunked Trailer Fields ([#​3375](https://togithub.com/hyperium/hyper/issues/3375)) ([31b41807](https://togithub.com/hyperium/hyper/commit/31b41807523370f3efbf47ba16c9e1c193b6335a), closes [#​2719](https://togithub.com/hyperium/hyper/issues/2719)) - **server:** expose `server::conn::http1::UpgradeableConnection` ([#​3457](https://togithub.com/hyperium/hyper/issues/3457)) ([6e3042a8](https://togithub.com/hyperium/hyper/commit/6e3042a86f10359624857d31bc9e876f521aee42)) ##### v1.0.1 (2023-11-16) This release "fixes" or adds a few things that should have been in 1.0.0, but were forgotten. Thus, it includes additions that would normally be a semver-minor release, but because it is so close to 1.0.0, it is released as a patch version. ##### Bug Fixes - **rt:** implement Read/Write for Pin

([#​3413](https://togithub.com/hyperium/hyper/issues/3413)) ([dd6d81ca](https://togithub.com/hyperium/hyper/commit/dd6d81ca4a180695dc70d6c9b2aececd29606224), closes [#​3412](https://togithub.com/hyperium/hyper/issues/3412)) ##### Features - **rt:** Make ReadBuf::new public ([7161f562](https://togithub.com/hyperium/hyper/commit/7161f56274a30bfbe4a718bbe21d35beaf86b00b)) ##### Breaking Changes - Pin is #\[fundamental], so providing a Read/Write impl for it theoretically conflicts with existing user Read/Write for Pin<...> impls. However, those impls probably don't exist yet. ([dd6d81ca](https://togithub.com/hyperium/hyper/commit/dd6d81ca4a180695dc70d6c9b2aececd29606224))


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:

Comparison is base (545946f) 64.88% compared to head (bc646af) 64.88%. Report is 5 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #643 +/- ## ======================================= Coverage 64.88% 64.88% ======================================= Files 29 29 Lines 1683 1683 ======================================= Hits 1092 1092 Misses 591 591 ```

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

github-actions[bot] commented 9 months ago

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

@@ Size breakdown @@

Size       2.74 MB
Text size  2.74 MB
Size difference per crate
**Note:** The numbers below are not 100% accurate, use them as a rough estimate. ```diff @@ Breakdown per crate @@ - (std) core::ptr::drop_in_place 1 B ```
Dependency tree
```diff @@ Dependency tree @@ Count: 240 ├─ async-trait v0.1.77 (proc-macro) │ ├─ proc-macro2 v1.0.76 │ │ └─ unicode-ident v1.0.12 │ ├─ quote v1.0.35 │ │ └─ proc-macro2 v1.0.76 │ └─ syn v2.0.48 │ ├─ proc-macro2 v1.0.76 │ ├─ quote v1.0.35 │ └─ unicode-ident v1.0.12 ├─ axum v0.7.3 │ ├─ async-trait v0.1.77 (proc-macro) │ ├─ axum-core v0.4.2 │ │ ├─ async-trait v0.1.77 (proc-macro) │ │ ├─ bytes v1.5.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.76 │ │ │ │ ├─ quote v1.0.35 │ │ │ │ └─ syn v2.0.48 │ │ │ ├─ futures-sink v0.3.30 │ │ │ ├─ futures-task v0.3.30 │ │ │ ├─ memchr v2.7.1 │ │ │ ├─ pin-project-lite v0.2.13 │ │ │ ├─ pin-utils v0.1.0 │ │ │ └─ slab v0.4.9 │ │ │ └─ autocfg v1.1.0 │ │ ├─ http v1.0.0 │ │ │ ├─ bytes v1.5.0 │ │ │ ├─ fnv v1.0.7 │ │ │ └─ itoa v1.0.10 │ │ ├─ http-body v1.0.0 │ │ │ ├─ bytes v1.5.0 │ │ │ └─ http v1.0.0 │ │ ├─ http-body-util v0.1.0 │ │ │ ├─ bytes v1.5.0 │ │ │ ├─ futures-util v0.3.30 │ │ │ ├─ http v1.0.0 │ │ │ ├─ http-body v1.0.0 │ │ │ └─ pin-project-lite v0.2.13 │ │ ├─ mime v0.3.17 │ │ ├─ pin-project-lite v0.2.13 │ │ ├─ sync_wrapper v0.1.2 │ │ ├─ tower-layer v0.3.2 │ │ ├─ tower-service v0.3.2 │ │ ├─ tracing v0.1.40 │ │ │ ├─ log v0.4.20 │ │ │ ├─ pin-project-lite v0.2.13 │ │ │ ├─ tracing-attributes v0.1.27 (proc-macro) │ │ │ │ ├─ proc-macro2 v1.0.76 │ │ │ │ ├─ quote v1.0.35 │ │ │ │ └─ syn v2.0.48 │ │ │ └─ tracing-core v0.1.32 │ │ │ └─ once_cell v1.19.0 │ │ └─ rustversion v1.0.14 (proc-macro) │ ├─ bytes v1.5.0 │ ├─ futures-util v0.3.30 │ ├─ http v1.0.0 │ ├─ http-body v1.0.0 │ ├─ http-body-util v0.1.0 │ ├─ hyper v1.1.0 │ │ ├─ bytes v1.5.0 │ │ ├─ futures-channel v0.3.30 │ │ ├─ futures-util v0.3.30 │ │ ├─ h2 v0.4.0 │ │ │ ├─ bytes v1.5.0 │ │ │ ├─ fnv v1.0.7 │ │ │ ├─ futures-core v0.3.30 │ │ │ ├─ futures-sink v0.3.30 │ │ │ ├─ futures-util v0.3.30 │ │ │ ├─ http v1.0.0 │ │ │ ├─ indexmap v2.1.0 │ │ │ │ ├─ equivalent v1.0.1 │ │ │ │ └─ hashbrown v0.14.3 │ │ │ ├─ slab v0.4.9 │ │ │ ├─ tokio v1.35.1 │ │ │ │ ├─ bytes v1.5.0 │ │ │ │ ├─ libc v0.2.152 │ │ │ │ ├─ mio v0.8.10 │ │ │ │ │ └─ libc v0.2.152 │ │ │ │ ├─ num_cpus v1.16.0 │ │ │ │ │ └─ libc v0.2.152 │ │ │ │ ├─ parking_lot v0.12.1 │ │ │ │ │ ├─ lock_api v0.4.11 │ │ │ │ │ │ ├─ scopeguard v1.2.0 │ │ │ │ │ │ └─ autocfg v1.1.0 │ │ │ │ │ └─ parking_lot_core v0.9.9 │ │ │ │ │ ├─ cfg-if v1.0.0 │ │ │ │ │ ├─ libc v0.2.152 │ │ │ │ │ └─ smallvec v1.11.2 │ │ │ │ ├─ pin-project-lite v0.2.13 │ │ │ │ ├─ signal-hook-registry v1.4.1 │ │ │ │ │ └─ libc v0.2.152 │ │ │ │ ├─ socket2 v0.5.5 │ │ │ │ │ └─ libc v0.2.152 │ │ │ │ └─ tokio-macros v2.2.0 (proc-macro) │ │ │ │ ├─ proc-macro2 v1.0.76 │ │ │ │ ├─ quote v1.0.35 │ │ │ │ └─ syn v2.0.48 │ │ │ ├─ tokio-util v0.7.10 │ │ │ │ ├─ bytes v1.5.0 │ │ │ │ ├─ futures-core v0.3.30 │ │ │ │ ├─ futures-sink v0.3.30 │ │ │ │ ├─ pin-project-lite v0.2.13 │ │ │ │ ├─ slab v0.4.9 │ │ │ │ ├─ tokio v1.35.1 │ │ │ │ └─ tracing v0.1.40 │ │ │ └─ tracing v0.1.40 │ │ ├─ http v1.0.0 │ │ ├─ http-body v1.0.0 │ │ ├─ httparse v1.8.0 │ │ ├─ httpdate v1.0.3 │ │ ├─ itoa v1.0.10 │ │ ├─ pin-project-lite v0.2.13 │ │ └─ tokio v1.35.1 │ ├─ hyper-util v0.1.2 │ │ ├─ bytes v1.5.0 │ │ ├─ futures-channel v0.3.30 │ │ ├─ futures-util v0.3.30 │ │ ├─ http v1.0.0 │ │ ├─ http-body v1.0.0 │ │ ├─ hyper v1.1.0 │ │ ├─ pin-project-lite v0.2.13 │ │ ├─ socket2 v0.5.5 │ │ ├─ tokio v1.35.1 │ │ └─ tracing v0.1.40 │ ├─ itoa v1.0.10 │ ├─ matchit v0.7.3 │ ├─ memchr v2.7.1 │ ├─ mime v0.3.17 │ ├─ percent-encoding v2.3.1 │ ├─ pin-project-lite v0.2.13 │ ├─ serde v1.0.195 │ │ └─ serde_derive v1.0.195 (proc-macro) │ │ ├─ proc-macro2 v1.0.76 │ │ ├─ quote v1.0.35 │ │ └─ syn v2.0.48 │ ├─ serde_json v1.0.111 │ │ ├─ itoa v1.0.10 │ │ ├─ ryu v1.0.16 │ │ └─ serde v1.0.195 │ ├─ serde_path_to_error v0.1.15 │ │ ├─ itoa v1.0.10 │ │ └─ serde v1.0.195 │ ├─ serde_urlencoded v0.7.1 │ │ ├─ form_urlencoded v1.2.1 │ │ │ └─ percent-encoding v2.3.1 │ │ ├─ itoa v1.0.10 │ │ ├─ ryu v1.0.16 │ │ └─ serde v1.0.195 │ ├─ sync_wrapper v0.1.2 │ ├─ tokio v1.35.1 │ ├─ tower v0.4.13 │ │ ├─ futures-core v0.3.30 │ │ ├─ futures-util v0.3.30 │ │ ├─ pin-project v1.1.3 │ │ │ └─ pin-project-internal v1.1.3 (proc-macro) │ │ │ ├─ proc-macro2 v1.0.76 │ │ │ ├─ quote v1.0.35 │ │ │ └─ syn v2.0.48 │ │ ├─ pin-project-lite v0.2.13 │ │ ├─ tokio v1.35.1 │ │ ├─ 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.14 (proc-macro) ├─ bit-set v0.5.3 │ └─ bit-vec v0.6.3 ├─ bytes v1.5.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.56 │ └─ thiserror-impl v1.0.56 (proc-macro) │ ├─ proc-macro2 v1.0.76 │ ├─ quote v1.0.35 │ └─ syn v2.0.48 ├─ 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.1.0 ├─ parking_lot v0.12.1 ├─ rlimit v0.10.1 │ └─ libc v0.2.152 ├─ serde v1.0.195 ├─ serde_json v1.0.111 ├─ thiserror v1.0.56 ├─ tokio v1.35.1 ├─ tokio-stream v0.1.14 │ ├─ futures-core v0.3.30 │ ├─ pin-project-lite v0.2.13 │ └─ tokio v1.35.1 ├─ tokio-util v0.7.10 ├─ tower-http v0.5.0 │ ├─ bitflags v2.4.1 │ ├─ bytes v1.5.0 │ ├─ http v1.0.0 │ ├─ http-body v1.0.0 │ ├─ http-body-util v0.1.0 │ ├─ pin-project-lite v0.2.13 │ ├─ tower-layer v0.3.2 │ └─ tower-service v0.3.2 ├─ tracing v0.1.40 └─ uuid v1.6.1 ├─ getrandom v0.2.11 │ ├─ cfg-if v1.0.0 │ └─ libc v0.2.152 ├─ rand v0.8.5 │ ├─ libc v0.2.152 │ ├─ rand_chacha v0.3.1 │ │ ├─ ppv-lite86 v0.2.17 │ │ └─ rand_core v0.6.4 │ │ └─ getrandom v0.2.11 │ └─ rand_core v0.6.4 ├─ serde v1.0.195 └─ uuid-macro-internal v1.6.1 (proc-macro) ├─ proc-macro2 v1.0.76 ├─ quote v1.0.35 └─ syn v2.0.48 ```

Commit: 80a324d297d7bc16dd78b53e98a30a19f2b8075a (Compare with baseline commit)

renovate[bot] commented 9 months ago

bors: r+