Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Type Update Change
actions/dependency-review-action (changelog) action digest 4cd9eb2 -> 3c4e3dc

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the auto-update label May 5, 2024
@renovate renovate bot requested review from a team and kilpatty as code owners May 5, 2024 13:40
@github-actions
Copy link

github-actions bot commented May 5, 2024

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

@@ Size breakdown @@

Size       2.15 MB
Text size  2.15 MB

No changes to crate sizes

Dependency tree
@@ Dependency tree @@
Count: 223

├─ async-trait v0.1.81 (proc-macro)
│  ├─ proc-macro2 v1.0.86
│  │  └─ unicode-ident v1.0.12
│  ├─ quote v1.0.36
│  │  └─ proc-macro2 v1.0.86 
│  └─ syn v2.0.70
│     ├─ proc-macro2 v1.0.86 
│     ├─ quote v1.0.36 
│     └─ unicode-ident v1.0.12
├─ axum v0.7.5
│  ├─ async-trait v0.1.81 (proc-macro) 
│  ├─ axum-core v0.4.3
│  │  ├─ async-trait v0.1.81 (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.86 
│  │  │  │  ├─ quote v1.0.36 
│  │  │  │  └─ syn v2.0.70 
│  │  │  ├─ futures-sink v0.3.30
│  │  │  ├─ futures-task v0.3.30
│  │  │  ├─ memchr v2.7.4
│  │  │  ├─ pin-project-lite v0.2.14
│  │  │  ├─ pin-utils v0.1.0
│  │  │  └─ slab v0.4.9
│  │  │     └─ autocfg v1.3.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.2
│  │  │  ├─ bytes v1.6.0
│  │  │  ├─ futures-util 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.22
│  │  │  ├─ pin-project-lite v0.2.14
│  │  │  ├─ tracing-attributes v0.1.27 (proc-macro)
│  │  │  │  ├─ proc-macro2 v1.0.86 
│  │  │  │  ├─ quote v1.0.36 
│  │  │  │  └─ syn v2.0.70 
│  │  │  └─ tracing-core v0.1.32
│  │  │     └─ once_cell v1.19.0
│  │  └─ rustversion v1.0.17 (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.2 
│  ├─ hyper v1.4.1
│  │  ├─ 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.9.4
│  │  ├─ httpdate v1.0.3
│  │  ├─ itoa v1.0.11
│  │  ├─ pin-project-lite v0.2.14
│  │  ├─ smallvec v1.13.2
│  │  └─ tokio v1.38.0
│  │     ├─ bytes v1.6.0
│  │     ├─ libc v0.2.155
│  │     ├─ mio v0.8.11
│  │     │  └─ libc v0.2.155
│  │     ├─ num_cpus v1.16.0
│  │     │  └─ libc v0.2.155
│  │     ├─ parking_lot v0.12.3
│  │     │  ├─ lock_api v0.4.12
│  │     │  │  ├─ scopeguard v1.2.0
│  │     │  │  └─ autocfg v1.3.0
│  │     │  └─ parking_lot_core v0.9.10
│  │     │     ├─ cfg-if v1.0.0
│  │     │     ├─ libc v0.2.155
│  │     │     └─ smallvec v1.13.2
│  │     ├─ pin-project-lite v0.2.14
│  │     ├─ signal-hook-registry v1.4.2
│  │     │  └─ libc v0.2.155
│  │     ├─ socket2 v0.5.7
│  │     │  └─ libc v0.2.155
│  │     └─ tokio-macros v2.3.0 (proc-macro)
│  │        ├─ proc-macro2 v1.0.86 
│  │        ├─ quote v1.0.36 
│  │        └─ syn v2.0.70 
│  ├─ hyper-util v0.1.6
│  │  ├─ bytes v1.6.0
│  │  ├─ futures-util v0.3.30 
│  │  ├─ http v1.1.0 
│  │  ├─ http-body v1.0.0 
│  │  ├─ hyper v1.4.1 
│  │  ├─ pin-project-lite v0.2.14
│  │  └─ tokio v1.38.0 
│  ├─ itoa v1.0.11
│  ├─ matchit v0.7.3
│  ├─ memchr v2.7.4
│  ├─ mime v0.3.17
│  ├─ percent-encoding v2.3.1
│  ├─ pin-project-lite v0.2.14
│  ├─ serde v1.0.204
│  │  └─ serde_derive v1.0.204 (proc-macro)
│  │     ├─ proc-macro2 v1.0.86 
│  │     ├─ quote v1.0.36 
│  │     └─ syn v2.0.70 
│  ├─ serde_json v1.0.120
│  │  ├─ itoa v1.0.11
│  │  ├─ ryu v1.0.18
│  │  └─ serde v1.0.204 
│  ├─ serde_path_to_error v0.1.16
│  │  ├─ itoa v1.0.11
│  │  └─ serde v1.0.204 
│  ├─ serde_urlencoded v0.7.1
│  │  ├─ form_urlencoded v1.2.1
│  │  │  └─ percent-encoding v2.3.1
│  │  ├─ itoa v1.0.11
│  │  ├─ ryu v1.0.18
│  │  └─ serde v1.0.204 
│  ├─ sync_wrapper v1.0.1
│  ├─ tokio v1.38.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.86 
│  │  │     ├─ quote v1.0.36 
│  │  │     └─ syn v2.0.70 
│  │  ├─ pin-project-lite v0.2.14
│  │  ├─ tokio v1.38.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.17 (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.5
│  ├─ lock_api v0.4.12 
│  ├─ once_cell v1.19.0
│  └─ parking_lot_core v0.9.10 
├─ extended-primitives v0.3.8
│  ├─ encodings v0.1.0
│  └─ thiserror v1.0.61
│     └─ thiserror-impl v1.0.61 (proc-macro)
│        ├─ proc-macro2 v1.0.86 
│        ├─ quote v1.0.36 
│        └─ syn v2.0.70 
├─ 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.4.1 
├─ parking_lot v0.12.3 
├─ rlimit v0.10.1
│  └─ libc v0.2.155
├─ serde v1.0.204 
├─ serde_json v1.0.120 
├─ thiserror v1.0.61 
├─ tokio v1.38.0 
├─ tokio-stream v0.1.15
│  ├─ futures-core v0.3.30
│  ├─ pin-project-lite v0.2.14
│  └─ tokio v1.38.0 
├─ tokio-util v0.7.11
│  ├─ 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.38.0 
├─ tower-http v0.5.2
│  ├─ bitflags v2.6.0
│  ├─ bytes v1.6.0
│  ├─ http v1.1.0 
│  ├─ http-body v1.0.0 
│  ├─ http-body-util v0.1.2 
│  ├─ pin-project-lite v0.2.14
│  ├─ tower-layer v0.3.2
│  └─ tower-service v0.3.2
├─ tracing v0.1.40 
└─ uuid v1.10.0
   ├─ getrandom v0.2.15
   │  ├─ cfg-if v1.0.0
   │  └─ libc v0.2.155
   ├─ rand v0.8.5
   │  ├─ libc v0.2.155
   │  ├─ rand_chacha v0.3.1
   │  │  ├─ ppv-lite86 v0.2.17
   │  │  └─ rand_core v0.6.4
   │  │     └─ getrandom v0.2.15 
   │  └─ rand_core v0.6.4 
   ├─ serde v1.0.204 
   └─ uuid-macro-internal v1.10.0 (proc-macro)
      ├─ proc-macro2 v1.0.86 
      ├─ quote v1.0.36 
      └─ syn v2.0.70 

Commit: 81d54f7 (Compare with baseline commit)

@renovate renovate bot changed the title chore(deps): update actions/dependency-review-action digest to 0c155c5 chore(deps): update actions/dependency-review-action digest to 72eb03d Jun 5, 2024
@renovate renovate bot force-pushed the renovate/actions-dependency-review-action-digest branch from b4a5e00 to b03a68c Compare June 5, 2024 22:09
@renovate renovate bot changed the title chore(deps): update actions/dependency-review-action digest to 72eb03d chore(deps): update actions/dependency-review-action digest to 5a2ce3f Jul 11, 2024
@renovate renovate bot force-pushed the renovate/actions-dependency-review-action-digest branch from b03a68c to 593694e Compare July 11, 2024 22:57
@renovate renovate bot changed the title chore(deps): update actions/dependency-review-action digest to 5a2ce3f chore(deps): update actions/dependency-review-action digest to a6993e2 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/actions-dependency-review-action-digest branch from 593694e to 5bfc06b Compare October 22, 2024 02:17
@renovate renovate bot changed the title chore(deps): update actions/dependency-review-action digest to a6993e2 chore(deps): update actions/dependency-review-action digest to 5a2ce3f Oct 22, 2024
@renovate renovate bot force-pushed the renovate/actions-dependency-review-action-digest branch from 5bfc06b to ab83b0d Compare October 22, 2024 17:25
@renovate renovate bot changed the title chore(deps): update actions/dependency-review-action digest to 5a2ce3f chore(deps): update actions/dependency-review-action digest to 4081bf9 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/actions-dependency-review-action-digest branch from ab83b0d to ead66cc Compare October 28, 2024 20:28
@renovate renovate bot changed the title chore(deps): update actions/dependency-review-action digest to 4081bf9 chore(deps): update actions/dependency-review-action digest to 3b139cf Nov 21, 2024
@renovate renovate bot force-pushed the renovate/actions-dependency-review-action-digest branch from ead66cc to cca9b3d Compare November 21, 2024 00:33
@renovate renovate bot changed the title chore(deps): update actions/dependency-review-action digest to 3b139cf chore(deps): update actions/dependency-review-action digest to 67d4f4b Apr 8, 2025
@renovate renovate bot force-pushed the renovate/actions-dependency-review-action-digest branch from cca9b3d to 1b44a76 Compare April 8, 2025 19:41
@renovate renovate bot changed the title chore(deps): update actions/dependency-review-action digest to 67d4f4b chore(deps): update actions/dependency-review-action digest to 38ecb5b May 8, 2025
@renovate renovate bot force-pushed the renovate/actions-dependency-review-action-digest branch from 1b44a76 to 9ae412e Compare May 8, 2025 19:52
@renovate renovate bot changed the title chore(deps): update actions/dependency-review-action digest to 38ecb5b chore(deps): update actions/dependency-review-action digest to da24556 May 13, 2025
@renovate renovate bot force-pushed the renovate/actions-dependency-review-action-digest branch from 9ae412e to f334647 Compare May 13, 2025 23:11
@renovate renovate bot changed the title chore(deps): update actions/dependency-review-action digest to da24556 chore(deps): update actions/dependency-review-action digest to bc41886 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/actions-dependency-review-action-digest branch from f334647 to 46d3642 Compare August 18, 2025 19:35
@renovate renovate bot changed the title chore(deps): update actions/dependency-review-action digest to bc41886 chore(deps): update actions/dependency-review-action digest to 595b5ae Aug 26, 2025
@renovate renovate bot force-pushed the renovate/actions-dependency-review-action-digest branch from 46d3642 to 8b82e01 Compare August 26, 2025 22:49
@renovate renovate bot changed the title chore(deps): update actions/dependency-review-action digest to 595b5ae chore(deps): update actions/dependency-review-action digest to 56339e5 Sep 26, 2025
@renovate renovate bot force-pushed the renovate/actions-dependency-review-action-digest branch from 8b82e01 to 0aff389 Compare September 26, 2025 18:52
@renovate renovate bot changed the title chore(deps): update actions/dependency-review-action digest to 56339e5 chore(deps): update actions/dependency-review-action digest to 4552948 Oct 11, 2025
@renovate renovate bot force-pushed the renovate/actions-dependency-review-action-digest branch from 0aff389 to 360000b Compare October 11, 2025 00:40
@renovate renovate bot changed the title chore(deps): update actions/dependency-review-action digest to 4552948 chore(deps): update actions/dependency-review-action digest to 3c4e3dc Nov 11, 2025
@renovate renovate bot force-pushed the renovate/actions-dependency-review-action-digest branch from 360000b to 96b2450 Compare November 11, 2025 04:06
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