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

fix(deps): update rust crate tokio-util to 0.7.10 - autoclosed #578

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 25, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
tokio-util (source) dependencies patch 0.7.7 -> 0.7.10

Release Notes

tokio-rs/tokio (tokio-util)

v0.7.9

Compare Source

v0.7.8

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested review from kilpatty and a team as code owners April 25, 2023 21:55
@renovate renovate bot added the auto-update label Apr 25, 2023
@github-actions
Copy link

github-actions bot commented Apr 25, 2023

🤠 Cargo bloat for toolchain stable-x86_64-unknown-linux-gnu 🤠

@@ Size breakdown @@

Size       2.29 MB
Text size  2.29 MB

No changes to crate sizes

Dependency tree
@@ Dependency tree @@
Count: 214

├─ async-trait v0.1.74 (proc-macro)
│  ├─ proc-macro2 v1.0.69
│  │  └─ unicode-ident v1.0.12
│  ├─ quote v1.0.33
│  │  └─ proc-macro2 v1.0.69 
│  └─ syn v2.0.38
│     ├─ proc-macro2 v1.0.69 
│     ├─ quote v1.0.33 
│     └─ unicode-ident v1.0.12
├─ axum v0.6.20
│  ├─ async-trait v0.1.74 (proc-macro) 
│  ├─ axum-core v0.3.4
│  │  ├─ async-trait v0.1.74 (proc-macro) 
│  │  ├─ bytes v1.5.0
│  │  ├─ futures-util v0.3.28
│  │  │  ├─ futures-channel v0.3.28
│  │  │  │  ├─ futures-core v0.3.28
│  │  │  │  └─ futures-sink v0.3.28
│  │  │  ├─ futures-core v0.3.28
│  │  │  ├─ futures-io v0.3.28
│  │  │  ├─ futures-macro v0.3.28 (proc-macro)
│  │  │  │  ├─ proc-macro2 v1.0.69 
│  │  │  │  ├─ quote v1.0.33 
│  │  │  │  └─ syn v2.0.38 
│  │  │  ├─ futures-sink v0.3.28
│  │  │  ├─ futures-task v0.3.28
│  │  │  ├─ memchr v2.6.4
│  │  │  ├─ pin-project-lite v0.2.13
│  │  │  ├─ pin-utils v0.1.0
│  │  │  └─ slab v0.4.9
│  │  │     └─ autocfg v1.1.0
│  │  ├─ http v0.2.9
│  │  │  ├─ bytes v1.5.0
│  │  │  ├─ fnv v1.0.7
│  │  │  └─ itoa v1.0.9
│  │  ├─ http-body v0.4.5
│  │  │  ├─ bytes v1.5.0
│  │  │  ├─ http v0.2.9 
│  │  │  └─ pin-project-lite v0.2.13
│  │  ├─ mime v0.3.17
│  │  ├─ tower-layer v0.3.2
│  │  ├─ tower-service v0.3.2
│  │  └─ rustversion v1.0.14 (proc-macro)
│  ├─ bitflags v1.3.2
│  ├─ bytes v1.5.0
│  ├─ futures-util v0.3.28 
│  ├─ http v0.2.9 
│  ├─ http-body v0.4.5 
│  ├─ hyper v0.14.27
│  │  ├─ bytes v1.5.0
│  │  ├─ futures-channel v0.3.28 
│  │  ├─ futures-core v0.3.28
│  │  ├─ futures-util v0.3.28 
│  │  ├─ http v0.2.9 
│  │  ├─ http-body v0.4.5 
│  │  ├─ httparse v1.8.0
│  │  ├─ httpdate v1.0.3
│  │  ├─ itoa v1.0.9
│  │  ├─ pin-project-lite v0.2.13
│  │  ├─ socket2 v0.4.10
│  │  │  └─ libc v0.2.149
│  │  ├─ tokio v1.33.0
│  │  │  ├─ bytes v1.5.0
│  │  │  ├─ libc v0.2.149
│  │  │  ├─ mio v0.8.9
│  │  │  │  └─ libc v0.2.149
│  │  │  ├─ num_cpus v1.16.0
│  │  │  │  └─ libc v0.2.149
│  │  │  ├─ 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.149
│  │  │  │     └─ smallvec v1.11.1
│  │  │  ├─ pin-project-lite v0.2.13
│  │  │  ├─ signal-hook-registry v1.4.1
│  │  │  │  └─ libc v0.2.149
│  │  │  ├─ socket2 v0.5.5
│  │  │  │  └─ libc v0.2.149
│  │  │  └─ tokio-macros v2.1.0 (proc-macro)
│  │  │     ├─ proc-macro2 v1.0.69 
│  │  │     ├─ quote v1.0.33 
│  │  │     └─ syn v2.0.38 
│  │  ├─ 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.69 
│  │  │  │  ├─ quote v1.0.33 
│  │  │  │  └─ syn v2.0.38 
│  │  │  └─ tracing-core v0.1.32
│  │  │     └─ once_cell v1.18.0
│  │  └─ want v0.3.1
│  │     └─ try-lock v0.2.4
│  ├─ itoa v1.0.9
│  ├─ matchit v0.7.3
│  ├─ memchr v2.6.4
│  ├─ mime v0.3.17
│  ├─ percent-encoding v2.3.0
│  ├─ pin-project-lite v0.2.13
│  ├─ serde v1.0.189
│  │  └─ serde_derive v1.0.189 (proc-macro)
│  │     ├─ proc-macro2 v1.0.69 
│  │     ├─ quote v1.0.33 
│  │     └─ syn v2.0.38 
│  ├─ serde_json v1.0.107
│  │  ├─ itoa v1.0.9
│  │  ├─ ryu v1.0.15
│  │  └─ serde v1.0.189 
│  ├─ serde_path_to_error v0.1.14
│  │  ├─ itoa v1.0.9
│  │  └─ serde v1.0.189 
│  ├─ serde_urlencoded v0.7.1
│  │  ├─ form_urlencoded v1.2.0
│  │  │  └─ percent-encoding v2.3.0
│  │  ├─ itoa v1.0.9
│  │  ├─ ryu v1.0.15
│  │  └─ serde v1.0.189 
│  ├─ sync_wrapper v0.1.2
│  ├─ tokio v1.33.0 
│  ├─ tower v0.4.13
│  │  ├─ futures-core v0.3.28
│  │  ├─ futures-util v0.3.28 
│  │  ├─ pin-project v1.1.3
│  │  │  └─ pin-project-internal v1.1.3 (proc-macro)
│  │  │     ├─ proc-macro2 v1.0.69 
│  │  │     ├─ quote v1.0.33 
│  │  │     └─ syn v2.0.38 
│  │  ├─ pin-project-lite v0.2.13
│  │  ├─ tokio v1.33.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
│  └─ 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.2
│  ├─ lock_api v0.4.11 
│  ├─ once_cell v1.18.0
│  └─ parking_lot_core v0.9.9 
├─ extended-primitives v0.3.8
│  ├─ encodings v0.1.0
│  └─ thiserror v1.0.50
│     └─ thiserror-impl v1.0.50 (proc-macro)
│        ├─ proc-macro2 v1.0.69 
│        ├─ quote v1.0.33 
│        └─ syn v2.0.38 
├─ futures v0.3.28
│  ├─ futures-channel v0.3.28 
│  ├─ futures-core v0.3.28
│  ├─ futures-executor v0.3.28
│  │  ├─ futures-core v0.3.28
│  │  ├─ futures-task v0.3.28
│  │  └─ futures-util v0.3.28 
│  ├─ futures-io v0.3.28
│  ├─ futures-sink v0.3.28
│  ├─ futures-task v0.3.28
│  └─ futures-util v0.3.28 
├─ hyper v0.14.27 
├─ parking_lot v0.12.1 
├─ rlimit v0.9.1
│  └─ libc v0.2.149
├─ serde v1.0.189 
├─ serde_json v1.0.107 
├─ thiserror v1.0.50 
├─ tokio v1.33.0 
├─ tokio-stream v0.1.14
│  ├─ futures-core v0.3.28
│  ├─ pin-project-lite v0.2.13
│  └─ tokio v1.33.0 
├─ tokio-util v0.7.10
│  ├─ bytes v1.5.0
│  ├─ futures-core v0.3.28
│  ├─ futures-sink v0.3.28
│  ├─ pin-project-lite v0.2.13
│  ├─ slab v0.4.9 
│  └─ tokio v1.33.0 
├─ tower-http v0.4.4
│  ├─ bitflags v2.4.1
│  ├─ bytes v1.5.0
│  ├─ futures-core v0.3.28
│  ├─ futures-util v0.3.28 
│  ├─ http v0.2.9 
│  ├─ http-body v0.4.5 
│  ├─ http-range-header v0.3.1
│  ├─ pin-project-lite v0.2.13
│  ├─ tower-layer v0.3.2
│  └─ tower-service v0.3.2
├─ tracing v0.1.40 
└─ uuid v1.5.0
   ├─ getrandom v0.2.10
   │  ├─ cfg-if v1.0.0
   │  └─ libc v0.2.149
   ├─ rand v0.8.5
   │  ├─ libc v0.2.149
   │  ├─ rand_chacha v0.3.1
   │  │  ├─ ppv-lite86 v0.2.17
   │  │  └─ rand_core v0.6.4
   │  │     └─ getrandom v0.2.10 
   │  └─ rand_core v0.6.4 
   ├─ serde v1.0.189 
   └─ uuid-macro-internal v1.5.0 (proc-macro)
      ├─ proc-macro2 v1.0.69 
      ├─ quote v1.0.33 
      └─ syn v2.0.38 

Commit: 97b18e1 (Compare with baseline commit)

@renovate
Copy link
Contributor Author

renovate bot commented Apr 25, 2023

bors: r+

@bors
Copy link
Contributor

bors bot commented Apr 25, 2023

Merge conflict.

@renovate renovate bot force-pushed the renovate/tokio-util-0.x branch from a590411 to 035b691 Compare April 25, 2023 22:10
@codecov-commenter
Copy link

Codecov Report

Merging #578 (035b691) into master (16d4a9c) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master     #578   +/-   ##
=======================================
  Coverage   62.82%   62.82%           
=======================================
  Files          32       32           
  Lines        1668     1668           
=======================================
  Hits         1048     1048           
  Misses        620      620           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@renovate renovate bot force-pushed the renovate/tokio-util-0.x branch from 035b691 to e2fdf02 Compare April 26, 2023 14:43
@renovate renovate bot changed the title fix(deps): update rust crate tokio-util to 0.7.8 fix(deps): update rust crate tokio-util to 0.7.9 Sep 20, 2023
@renovate renovate bot force-pushed the renovate/tokio-util-0.x branch from e2fdf02 to 31e3db1 Compare September 20, 2023 19:17
@renovate renovate bot force-pushed the renovate/tokio-util-0.x branch from 31e3db1 to 9779576 Compare October 25, 2023 15:21
@renovate renovate bot changed the title fix(deps): update rust crate tokio-util to 0.7.9 fix(deps): update rust crate tokio-util to 0.7.10 Oct 25, 2023
@renovate renovate bot changed the title fix(deps): update rust crate tokio-util to 0.7.10 fix(deps): update rust crate tokio-util to 0.7.10 - autoclosed Nov 30, 2023
@renovate renovate bot closed this Nov 30, 2023
@renovate renovate bot deleted the renovate/tokio-util-0.x branch November 30, 2023 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant