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 #2530

Merged
merged 2 commits into from
Jan 6, 2025
Merged

Weekly cargo update #2530

merged 2 commits into from
Jan 6, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 5, 2025

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

info: syncing channel updates for '1.81.0-x86_64-unknown-linux-gnu'
info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
info: downloading component 'rust-std' for 'wasm32-unknown-unknown'
info: installing component 'rust-std' for 'wasm32-unknown-unknown'
�[1m�[32m     Locking�[0m 18 packages to latest compatible versions
�[1m�[32m    Updating�[0m async-trait v0.1.83 -> v0.1.84
�[1m�[32m    Updating�[0m aws-config v1.5.11 -> v1.5.13
�[1m�[32m    Updating�[0m aws-runtime v1.5.1 -> v1.5.3
�[1m�[32m    Updating�[0m aws-sdk-kms v1.52.0 -> v1.54.0
�[1m�[32m    Updating�[0m aws-sdk-sso v1.51.0 -> v1.53.0
�[1m�[32m    Updating�[0m aws-sdk-ssooidc v1.52.0 -> v1.54.0
�[1m�[32m    Updating�[0m aws-sdk-sts v1.52.0 -> v1.54.0
�[1m�[32m    Updating�[0m bstr v1.11.1 -> v1.11.3
�[1m�[32m    Updating�[0m cc v1.2.5 -> v1.2.7
�[1m�[32m    Updating�[0m glob v0.3.1 -> v0.3.2
�[1m�[32m    Updating�[0m quanta v0.12.4 -> v0.12.5
�[1m�[32m    Updating�[0m reqwest v0.12.10 -> v0.12.12
�[1m�[32m    Updating�[0m rustversion v1.0.18 -> v1.0.19
�[1m�[32m    Updating�[0m serde v1.0.216 -> v1.0.217
�[1m�[32m    Updating�[0m serde_derive v1.0.216 -> v1.0.217
�[1m�[32m    Updating�[0m syn v2.0.91 -> v2.0.94
�[1m�[32m    Updating�[0m tempfile v3.14.0 -> v3.15.0
�[1m�[32m    Updating�[0m winnow v0.6.20 -> v0.6.22
�[1m�[36mnote�[0m�[1m:�[0m pass `--verbose` to see 269 unchanged dependencies behind latest

@github-actions github-actions bot requested a review from xgreenx as a code owner January 5, 2025 00:20
@github-actions github-actions bot added the no changelog Skip the CI check of the changelog modification label Jan 5, 2025
@fuel-cla-bot
Copy link

fuel-cla-bot bot commented Jan 5, 2025

Thanks for the contribution! Before we can merge this, we need @invalid-email-address to sign the Fuel Labs Contributor License Agreement.

xgreenx
xgreenx previously approved these changes Jan 6, 2025
@xgreenx xgreenx enabled auto-merge (squash) January 6, 2025 00:22
@rymnc rymnc removed the cla:missing label Jan 6, 2025
info: syncing channel updates for '1.81.0-x86_64-unknown-linux-gnu'
info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
info: downloading component 'rust-std' for 'wasm32-unknown-unknown'
info: installing component 'rust-std' for 'wasm32-unknown-unknown'
�[1m�[32m     Locking�[0m 18 packages to latest compatible versions
�[1m�[32m    Updating�[0m async-trait v0.1.83 -> v0.1.84
�[1m�[32m    Updating�[0m aws-config v1.5.11 -> v1.5.13
�[1m�[32m    Updating�[0m aws-runtime v1.5.1 -> v1.5.3
�[1m�[32m    Updating�[0m aws-sdk-kms v1.52.0 -> v1.54.0
�[1m�[32m    Updating�[0m aws-sdk-sso v1.51.0 -> v1.53.0
�[1m�[32m    Updating�[0m aws-sdk-ssooidc v1.52.0 -> v1.54.0
�[1m�[32m    Updating�[0m aws-sdk-sts v1.52.0 -> v1.54.0
�[1m�[32m    Updating�[0m bstr v1.11.1 -> v1.11.3
�[1m�[32m    Updating�[0m cc v1.2.5 -> v1.2.7
�[1m�[32m    Updating�[0m glob v0.3.1 -> v0.3.2
�[1m�[32m    Updating�[0m quanta v0.12.4 -> v0.12.5
�[1m�[32m    Updating�[0m reqwest v0.12.10 -> v0.12.12
�[1m�[32m    Updating�[0m rustversion v1.0.18 -> v1.0.19
�[1m�[32m    Updating�[0m serde v1.0.216 -> v1.0.217
�[1m�[32m    Updating�[0m serde_derive v1.0.216 -> v1.0.217
�[1m�[32m    Updating�[0m syn v2.0.91 -> v2.0.94
�[1m�[32m    Updating�[0m tempfile v3.14.0 -> v3.15.0
�[1m�[32m    Updating�[0m winnow v0.6.20 -> v0.6.22
�[1m�[36mnote�[0m�[1m:�[0m pass `--verbose` to see 269 unchanged dependencies behind latest
@rymnc
Copy link
Member

rymnc commented Jan 6, 2025

rewrote commit from non-cla'd author

@rymnc rymnc requested a review from xgreenx January 6, 2025 09:34
@xgreenx xgreenx merged commit fe45fdb into master Jan 6, 2025
31 checks passed
@xgreenx xgreenx deleted the cargo_update branch January 6, 2025 16:01
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.

3 participants