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

Weekly cargo update #2373

Merged
merged 3 commits into from
Oct 29, 2024
Merged

Weekly cargo update #2373

merged 3 commits into from
Oct 29, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 20, 2024

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

info: syncing channel updates for '1.79.0-x86_64-unknown-linux-gnu'
info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10)
info: downloading component 'rust-std' for 'wasm32-unknown-unknown'
info: installing component 'rust-std' for 'wasm32-unknown-unknown'
�[1m�[32m     Locking�[0m 48 packages to latest compatible versions
�[1m�[32m    Updating�[0m anstream v0.6.15 -> v0.6.17
�[1m�[32m    Updating�[0m anstyle v1.0.8 -> v1.0.9
�[1m�[32m    Updating�[0m anstyle-parse v0.2.5 -> v0.2.6
�[1m�[32m    Updating�[0m anstyle-query v1.1.1 -> v1.1.2
�[1m�[32m    Updating�[0m anstyle-wincon v3.0.4 -> v3.0.6
�[1m�[32m    Updating�[0m anyhow v1.0.89 -> v1.0.91
�[1m�[32m    Updating�[0m aws-config v1.5.8 -> v1.5.9
�[1m�[32m    Updating�[0m aws-sdk-kms v1.47.0 -> v1.48.0
�[1m�[32m    Updating�[0m aws-sdk-sso v1.46.0 -> v1.47.0
�[1m�[32m    Updating�[0m aws-sdk-ssooidc v1.47.0 -> v1.48.0
�[1m�[32m    Updating�[0m aws-sdk-sts v1.46.0 -> v1.47.0
�[1m�[32m    Updating�[0m aws-sigv4 v1.2.4 -> v1.2.5
�[1m�[32m    Updating�[0m aws-smithy-runtime v1.7.2 -> v1.7.3
�[1m�[32m    Updating�[0m aws-smithy-types v1.2.7 -> v1.2.8
�[1m�[32m    Updating�[0m bytes v1.7.2 -> v1.8.0
�[1m�[32m    Updating�[0m cc v1.1.30 -> v1.1.31
�[1m�[32m    Updating�[0m colorchoice v1.0.2 -> v1.0.3
�[1m�[32m    Updating�[0m critical-section v1.1.3 -> v1.2.0
�[1m�[36m      Adding�[0m derive_more v1.0.0
�[1m�[36m      Adding�[0m derive_more-impl v1.0.0
�[1m�[32m    Updating�[0m encoding_rs v0.8.34 -> v0.8.35
�[1m�[32m    Updating�[0m hyper v0.14.30 -> v0.14.31 �[1m�[33m(latest: v1.5.0)�[0m
�[1m�[32m    Updating�[0m impl-tools v0.10.0 -> v0.10.1
�[1m�[32m    Updating�[0m impl-tools-lib v0.10.0 -> v0.10.1
�[1m�[32m    Updating�[0m libc v0.2.159 -> v0.2.161
�[1m�[32m    Updating�[0m libm v0.2.8 -> v0.2.9
�[1m�[32m    Updating�[0m multihash v0.19.1 -> v0.19.2
�[1m�[32m    Updating�[0m pin-project v1.1.6 -> v1.1.7
�[1m�[32m    Updating�[0m pin-project-internal v1.1.6 -> v1.1.7
�[1m�[32m    Updating�[0m pin-project-lite v0.2.14 -> v0.2.15
�[1m�[32m    Updating�[0m prettyplease v0.2.22 -> v0.2.25
�[1m�[36m      Adding�[0m proc-macro-error-attr2 v2.0.0
�[1m�[36m      Adding�[0m proc-macro-error2 v2.0.1
�[1m�[32m    Updating�[0m proc-macro2 v1.0.87 -> v1.0.89
�[1m�[32m    Updating�[0m regex v1.11.0 -> v1.11.1
�[1m�[32m    Updating�[0m rustls v0.23.14 -> v0.23.15
�[1m�[32m    Updating�[0m rustls-pki-types v1.9.0 -> v1.10.0
�[1m�[32m    Updating�[0m scale-info v2.11.3 -> v2.11.5
�[1m�[32m    Updating�[0m scale-info-derive v2.11.3 -> v2.11.5
�[1m�[32m    Updating�[0m serde v1.0.210 -> v1.0.213
�[1m�[32m    Updating�[0m serde_derive v1.0.210 -> v1.0.213
�[1m�[32m    Updating�[0m serde_json v1.0.128 -> v1.0.132
�[1m�[32m    Updating�[0m syn v2.0.79 -> v2.0.85
�[1m�[32m    Updating�[0m thiserror v1.0.64 -> v1.0.65
�[1m�[32m    Updating�[0m thiserror-impl v1.0.64 -> v1.0.65
�[1m�[32m    Updating�[0m tokio v1.40.0 -> v1.41.0
�[1m�[32m    Updating�[0m uuid v1.10.0 -> v1.11.0
�[1m�[32m    Updating�[0m value-bag v1.9.0 -> v1.10.0
�[1m�[36mnote�[0m�[1m:�[0m pass `--verbose` to see 278 unchanged dependencies behind latest

@github-actions github-actions bot added the no changelog Skip the CI check of the changelog modification label Oct 20, 2024
AurelienFT
AurelienFT previously approved these changes Oct 20, 2024
@AurelienFT AurelienFT changed the base branch from release/v0.40.0 to master October 21, 2024 15:16
@AurelienFT AurelienFT dismissed their stale review October 21, 2024 15:16

The base branch was changed.

AurelienFT
AurelienFT previously approved these changes Oct 21, 2024
info: syncing channel updates for '1.79.0-x86_64-unknown-linux-gnu'
info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10)
info: downloading component 'rust-std' for 'wasm32-unknown-unknown'
info: installing component 'rust-std' for 'wasm32-unknown-unknown'
�[1m�[32m     Locking�[0m 48 packages to latest compatible versions
�[1m�[32m    Updating�[0m anstream v0.6.15 -> v0.6.17
�[1m�[32m    Updating�[0m anstyle v1.0.8 -> v1.0.9
�[1m�[32m    Updating�[0m anstyle-parse v0.2.5 -> v0.2.6
�[1m�[32m    Updating�[0m anstyle-query v1.1.1 -> v1.1.2
�[1m�[32m    Updating�[0m anstyle-wincon v3.0.4 -> v3.0.6
�[1m�[32m    Updating�[0m anyhow v1.0.89 -> v1.0.91
�[1m�[32m    Updating�[0m aws-config v1.5.8 -> v1.5.9
�[1m�[32m    Updating�[0m aws-sdk-kms v1.47.0 -> v1.48.0
�[1m�[32m    Updating�[0m aws-sdk-sso v1.46.0 -> v1.47.0
�[1m�[32m    Updating�[0m aws-sdk-ssooidc v1.47.0 -> v1.48.0
�[1m�[32m    Updating�[0m aws-sdk-sts v1.46.0 -> v1.47.0
�[1m�[32m    Updating�[0m aws-sigv4 v1.2.4 -> v1.2.5
�[1m�[32m    Updating�[0m aws-smithy-runtime v1.7.2 -> v1.7.3
�[1m�[32m    Updating�[0m aws-smithy-types v1.2.7 -> v1.2.8
�[1m�[32m    Updating�[0m bytes v1.7.2 -> v1.8.0
�[1m�[32m    Updating�[0m cc v1.1.30 -> v1.1.31
�[1m�[32m    Updating�[0m colorchoice v1.0.2 -> v1.0.3
�[1m�[32m    Updating�[0m critical-section v1.1.3 -> v1.2.0
�[1m�[36m      Adding�[0m derive_more v1.0.0
�[1m�[36m      Adding�[0m derive_more-impl v1.0.0
�[1m�[32m    Updating�[0m encoding_rs v0.8.34 -> v0.8.35
�[1m�[32m    Updating�[0m hyper v0.14.30 -> v0.14.31 �[1m�[33m(latest: v1.5.0)�[0m
�[1m�[32m    Updating�[0m impl-tools v0.10.0 -> v0.10.1
�[1m�[32m    Updating�[0m impl-tools-lib v0.10.0 -> v0.10.1
�[1m�[32m    Updating�[0m libc v0.2.159 -> v0.2.161
�[1m�[32m    Updating�[0m libm v0.2.8 -> v0.2.9
�[1m�[32m    Updating�[0m multihash v0.19.1 -> v0.19.2
�[1m�[32m    Updating�[0m pin-project v1.1.6 -> v1.1.7
�[1m�[32m    Updating�[0m pin-project-internal v1.1.6 -> v1.1.7
�[1m�[32m    Updating�[0m pin-project-lite v0.2.14 -> v0.2.15
�[1m�[32m    Updating�[0m prettyplease v0.2.22 -> v0.2.25
�[1m�[36m      Adding�[0m proc-macro-error-attr2 v2.0.0
�[1m�[36m      Adding�[0m proc-macro-error2 v2.0.1
�[1m�[32m    Updating�[0m proc-macro2 v1.0.87 -> v1.0.89
�[1m�[32m    Updating�[0m regex v1.11.0 -> v1.11.1
�[1m�[32m    Updating�[0m rustls v0.23.14 -> v0.23.15
�[1m�[32m    Updating�[0m rustls-pki-types v1.9.0 -> v1.10.0
�[1m�[32m    Updating�[0m scale-info v2.11.3 -> v2.11.5
�[1m�[32m    Updating�[0m scale-info-derive v2.11.3 -> v2.11.5
�[1m�[32m    Updating�[0m serde v1.0.210 -> v1.0.213
�[1m�[32m    Updating�[0m serde_derive v1.0.210 -> v1.0.213
�[1m�[32m    Updating�[0m serde_json v1.0.128 -> v1.0.132
�[1m�[32m    Updating�[0m syn v2.0.79 -> v2.0.85
�[1m�[32m    Updating�[0m thiserror v1.0.64 -> v1.0.65
�[1m�[32m    Updating�[0m thiserror-impl v1.0.64 -> v1.0.65
�[1m�[32m    Updating�[0m tokio v1.40.0 -> v1.41.0
�[1m�[32m    Updating�[0m uuid v1.10.0 -> v1.11.0
�[1m�[32m    Updating�[0m value-bag v1.9.0 -> v1.10.0
�[1m�[36mnote�[0m�[1m:�[0m pass `--verbose` to see 278 unchanged dependencies behind latest
@xgreenx xgreenx enabled auto-merge (squash) October 29, 2024 17:30
@xgreenx xgreenx merged commit aaee83a into master Oct 29, 2024
33 checks passed
@xgreenx xgreenx deleted the cargo_update branch October 29, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Skip the CI check of the changelog modification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants