-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore(deps): update actions/checkout action to v3.2.0 #355
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🤠 Cargo bloat for toolchain stable-x86_64-unknown-linux-gnu 🤠 @@ Size breakdown @@
Size 1.99 MB
Text size 1.99 MB
Size difference per crateNote: The numbers below are not 100% accurate, use them as a rough estimate. @@ Breakdown per crate @@
- (std) core::hash::Hasher::write_usize 475 B
- (uuid) uuid::fmt::<impl core::fmt::Display for uuid::Uuid>::fmt 104 B
- (axum) <axum::extract::rejection::FormRejection as core::convert::From... 19 B
- (serde_json) serde_json::raw::RawValue::from_owned 7 B
- (serde_json) serde_json::raw::RawValue::from_borrowed 7 B
- (stratum_server) tower::util::map_response::MapResponseFuture<F,N>::ne... 3 B
- (stratum_server) <alloc::boxed::Box<T> as core::error::Error>::cause 3 B
- (stratum_server) core::ptr::drop_in_place<serde::de::impls::<impl serd... 1 B
- (stratum_server) core::ptr::drop_in_place<&core::cell::UnsafeCell<std:... 1 B
- (stratum_server) core::ptr::drop_in_place<http_body::combinators::map_... 1 B
- (stratum_server) stratum_server::server::init_metrics_recorder 1 B
- (std) core::ptr::drop_in_place<serde_json::value::de::KeyClassifier> 1 B
- (std) core::ptr::drop_in_place<&core::sync::atomic::AtomicBool> 1 B Dependency tree@@ Dependency tree @@
Count: 217
├─ async-trait v0.1.59 (proc-macro)
│ ├─ proc-macro2 v1.0.47
│ │ └─ unicode-ident v1.0.5
│ ├─ quote v1.0.21
│ │ └─ proc-macro2 v1.0.47
│ └─ syn v1.0.105
│ ├─ proc-macro2 v1.0.47
│ ├─ quote v1.0.21
│ └─ unicode-ident v1.0.5
├─ axum v0.6.1
│ ├─ async-trait v0.1.59 (proc-macro)
│ ├─ axum-core v0.3.0
│ │ ├─ async-trait v0.1.59 (proc-macro)
│ │ ├─ bytes v1.3.0
│ │ ├─ futures-util v0.3.25
│ │ │ ├─ futures-channel v0.3.25
│ │ │ │ ├─ futures-core v0.3.25
│ │ │ │ └─ futures-sink v0.3.25
│ │ │ ├─ futures-core v0.3.25
│ │ │ ├─ futures-io v0.3.25
│ │ │ ├─ futures-macro v0.3.25 (proc-macro)
│ │ │ │ ├─ proc-macro2 v1.0.47
│ │ │ │ ├─ quote v1.0.21
│ │ │ │ └─ syn v1.0.105
│ │ │ ├─ futures-sink v0.3.25
│ │ │ ├─ futures-task v0.3.25
│ │ │ ├─ memchr v2.5.0
│ │ │ ├─ pin-project-lite v0.2.9
│ │ │ ├─ pin-utils v0.1.0
│ │ │ └─ slab v0.4.7
│ │ │ └─ autocfg v1.1.0
│ │ ├─ http v0.2.8
│ │ │ ├─ bytes v1.3.0
│ │ │ ├─ fnv v1.0.7
│ │ │ └─ itoa v1.0.4
│ │ ├─ http-body v0.4.5
│ │ │ ├─ bytes v1.3.0
│ │ │ ├─ http v0.2.8
│ │ │ └─ pin-project-lite v0.2.9
│ │ ├─ mime v0.3.16
│ │ ├─ tower-layer v0.3.2
│ │ ├─ tower-service v0.3.2
│ │ └─ rustversion v1.0.9 (proc-macro)
│ ├─ bitflags v1.3.2
│ ├─ bytes v1.3.0
│ ├─ futures-util v0.3.25
│ ├─ http v0.2.8
│ ├─ http-body v0.4.5
│ ├─ hyper v0.14.23
│ │ ├─ bytes v1.3.0
│ │ ├─ futures-channel v0.3.25
│ │ ├─ futures-core v0.3.25
│ │ ├─ futures-util v0.3.25
│ │ ├─ http v0.2.8
│ │ ├─ http-body v0.4.5
│ │ ├─ httparse v1.8.0
│ │ ├─ httpdate v1.0.2
│ │ ├─ itoa v1.0.4
│ │ ├─ pin-project-lite v0.2.9
│ │ ├─ socket2 v0.4.7
│ │ │ └─ libc v0.2.138
│ │ ├─ tokio v1.23.0
│ │ │ ├─ bytes v1.3.0
│ │ │ ├─ libc v0.2.138
│ │ │ ├─ memchr v2.5.0
│ │ │ ├─ mio v0.8.5
│ │ │ │ ├─ libc v0.2.138
│ │ │ │ └─ log v0.4.17
│ │ │ │ └─ cfg-if v1.0.0
│ │ │ ├─ num_cpus v1.14.0
│ │ │ │ └─ libc v0.2.138
│ │ │ ├─ parking_lot v0.12.1
│ │ │ │ ├─ lock_api v0.4.9
│ │ │ │ │ ├─ scopeguard v1.1.0
│ │ │ │ │ └─ autocfg v1.1.0
│ │ │ │ └─ parking_lot_core v0.9.5
│ │ │ │ ├─ cfg-if v1.0.0
│ │ │ │ ├─ libc v0.2.138
│ │ │ │ └─ smallvec v1.10.0
│ │ │ ├─ pin-project-lite v0.2.9
│ │ │ ├─ signal-hook-registry v1.4.0
│ │ │ │ └─ libc v0.2.138
│ │ │ ├─ socket2 v0.4.7
│ │ │ ├─ tokio-macros v1.8.2 (proc-macro)
│ │ │ │ ├─ proc-macro2 v1.0.47
│ │ │ │ ├─ quote v1.0.21
│ │ │ │ └─ syn v1.0.105
│ │ │ └─ autocfg v1.1.0
│ │ ├─ tower-service v0.3.2
│ │ ├─ tracing v0.1.37
│ │ │ ├─ cfg-if v1.0.0
│ │ │ ├─ log v0.4.17
│ │ │ ├─ pin-project-lite v0.2.9
│ │ │ ├─ tracing-attributes v0.1.23 (proc-macro)
│ │ │ │ ├─ proc-macro2 v1.0.47
│ │ │ │ ├─ quote v1.0.21
│ │ │ │ └─ syn v1.0.105
│ │ │ └─ tracing-core v0.1.30
│ │ │ └─ once_cell v1.16.0
│ │ └─ want v0.3.0
│ │ ├─ log v0.4.17
│ │ └─ try-lock v0.2.3
│ ├─ itoa v1.0.4
│ ├─ matchit v0.7.0
│ ├─ memchr v2.5.0
│ ├─ mime v0.3.16
│ ├─ percent-encoding v2.2.0
│ ├─ pin-project-lite v0.2.9
- │ ├─ serde v1.0.149
- │ │ └─ serde_derive v1.0.149 (proc-macro)
+ │ ├─ serde v1.0.150
+ │ │ └─ serde_derive v1.0.150 (proc-macro)
│ │ ├─ proc-macro2 v1.0.47
│ │ ├─ quote v1.0.21
│ │ └─ syn v1.0.105
│ ├─ serde_json v1.0.89
│ │ ├─ itoa v1.0.4
│ │ ├─ ryu v1.0.11
- │ │ └─ serde v1.0.149
+ │ │ └─ serde v1.0.150
│ ├─ serde_path_to_error v0.1.8
- │ │ └─ serde v1.0.149
+ │ │ └─ serde v1.0.150
│ ├─ serde_urlencoded v0.7.1
│ │ ├─ form_urlencoded v1.1.0
│ │ │ └─ percent-encoding v2.2.0
│ │ ├─ itoa v1.0.4
│ │ ├─ ryu v1.0.11
- │ │ └─ serde v1.0.149
+ │ │ └─ serde v1.0.150
│ ├─ sync_wrapper v0.1.1
│ ├─ tokio v1.23.0
│ ├─ tower v0.4.13
│ │ ├─ futures-core v0.3.25
│ │ ├─ futures-util v0.3.25
│ │ ├─ pin-project v1.0.12
│ │ │ └─ pin-project-internal v1.0.12 (proc-macro)
│ │ │ ├─ proc-macro2 v1.0.47
│ │ │ ├─ quote v1.0.21
│ │ │ └─ syn v1.0.105
│ │ ├─ pin-project-lite v0.2.9
│ │ ├─ tokio v1.23.0
│ │ ├─ tower-layer v0.3.2
│ │ ├─ tower-service v0.3.2
│ │ └─ tracing v0.1.37
│ ├─ tower-http v0.3.5
│ │ ├─ bitflags v1.3.2
│ │ ├─ bytes v1.3.0
│ │ ├─ futures-core v0.3.25
│ │ ├─ futures-util v0.3.25
│ │ ├─ http v0.2.8
│ │ ├─ http-body v0.4.5
│ │ ├─ http-range-header v0.3.0
│ │ ├─ pin-project-lite v0.2.9
│ │ ├─ tower v0.4.13
│ │ ├─ tower-layer v0.3.2
│ │ └─ tower-service v0.3.2
│ ├─ tower-layer v0.3.2
│ ├─ tower-service v0.3.2
│ └─ rustversion v1.0.9 (proc-macro)
├─ bit-set v0.5.3
│ └─ bit-vec v0.6.3
├─ bytes v1.3.0
├─ dashmap v5.4.0
│ ├─ cfg-if v1.0.0
│ ├─ hashbrown v0.12.3
│ ├─ lock_api v0.4.9
│ ├─ once_cell v1.16.0
│ └─ parking_lot_core v0.9.5
├─ extended-primitives v0.3.8
│ ├─ encodings v0.1.0
│ └─ thiserror v1.0.37
│ └─ thiserror-impl v1.0.37 (proc-macro)
│ ├─ proc-macro2 v1.0.47
│ ├─ quote v1.0.21
│ └─ syn v1.0.105
├─ futures v0.3.25
│ ├─ futures-channel v0.3.25
│ ├─ futures-core v0.3.25
│ ├─ futures-executor v0.3.25
│ │ ├─ futures-core v0.3.25
│ │ ├─ futures-task v0.3.25
│ │ └─ futures-util v0.3.25
│ ├─ futures-io v0.3.25
│ ├─ futures-sink v0.3.25
│ ├─ futures-task v0.3.25
│ └─ futures-util v0.3.25
├─ hyper v0.14.23
├─ parking_lot v0.12.1
├─ rlimit v0.8.3
│ └─ libc v0.2.138
- ├─ serde v1.0.149
+ ├─ serde v1.0.150
├─ serde_json v1.0.89
├─ signal-hook v0.3.14
│ ├─ libc v0.2.138
│ └─ signal-hook-registry v1.4.0
├─ signal-hook-tokio v0.3.1
│ ├─ futures-core v0.3.25
│ ├─ libc v0.2.138
│ ├─ signal-hook v0.3.14
│ └─ tokio v1.23.0
├─ thiserror v1.0.37
├─ tokio v1.23.0
├─ tokio-stream v0.1.11
│ ├─ futures-core v0.3.25
│ ├─ pin-project-lite v0.2.9
│ └─ tokio v1.23.0
├─ tokio-util v0.7.4
│ ├─ bytes v1.3.0
│ ├─ futures-core v0.3.25
│ ├─ futures-sink v0.3.25
│ ├─ pin-project-lite v0.2.9
│ ├─ slab v0.4.7
│ └─ tokio v1.23.0
├─ tower-http v0.3.5
├─ tracing v0.1.37
└─ uuid v1.2.2
├─ getrandom v0.2.8
│ ├─ cfg-if v1.0.0
│ └─ libc v0.2.138
- └─ serde v1.0.149
+ └─ serde v1.0.150
Commit: 13cc527 (Compare with baseline commit) |
bors: r+ |
Build succeeded: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.1.0
->v3.2.0
Release Notes
actions/checkout
v3.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v3...v3.2.0
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.