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

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Weekly cargo update #2029

merged 1 commit into from
Jul 17, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 7, 2024

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

info: syncing channel updates for '1.75.0-x86_64-unknown-linux-gnu'
info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21)
info: downloading component 'rust-std' for 'wasm32-unknown-unknown'
info: installing component 'rust-std' for 'wasm32-unknown-unknown'
�[1m�[32m    Updating�[0m async-trait v0.1.80 -> v0.1.81
�[1m�[32m    Updating�[0m bytes v1.6.0 -> v1.6.1
�[1m�[32m    Updating�[0m cc v1.0.102 -> v1.1.2
�[1m�[32m    Updating�[0m clap v4.5.8 -> v4.5.9
�[1m�[32m    Updating�[0m clap_builder v4.5.8 -> v4.5.9
�[1m�[32m    Updating�[0m darling v0.20.9 -> v0.20.10
�[1m�[32m    Updating�[0m darling_core v0.20.9 -> v0.20.10
�[1m�[32m    Updating�[0m darling_macro v0.20.9 -> v0.20.10
�[1m�[32m    Updating�[0m hyper v0.14.29 -> v0.14.30
�[1m�[32m    Updating�[0m libp2p-core v0.41.2 -> v0.41.3
�[1m�[32m    Updating�[0m oorandom v11.1.3 -> v11.1.4
�[1m�[32m    Updating�[0m pest v2.7.10 -> v2.7.11
�[1m�[32m    Updating�[0m rustls v0.23.10 -> v0.23.11
�[1m�[32m    Updating�[0m rustls-webpki v0.102.4 -> v0.102.5
�[1m�[32m    Updating�[0m serde v1.0.203 -> v1.0.204
�[1m�[32m    Updating�[0m serde_derive v1.0.203 -> v1.0.204
�[1m�[32m    Updating�[0m serde_json v1.0.118 -> v1.0.120
�[1m�[32m    Updating�[0m serde_with v3.8.1 -> v3.8.3
�[1m�[32m    Updating�[0m serde_with_macros v3.8.1 -> v3.8.3
�[1m�[32m    Updating�[0m syn v2.0.68 -> v2.0.71
�[1m�[32m    Updating�[0m target-lexicon v0.12.14 -> v0.12.15
�[1m�[32m    Updating�[0m thiserror v1.0.61 -> v1.0.62
�[1m�[32m    Updating�[0m thiserror-impl v1.0.61 -> v1.0.62
�[1m�[32m    Updating�[0m tinyvec v1.6.1 -> v1.8.0
�[1m�[32m    Updating�[0m toml_edit v0.22.14 -> v0.22.15
�[1m�[32m    Updating�[0m uuid v1.9.1 -> v1.10.0
�[1m�[32m    Updating�[0m windows-targets v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m windows_aarch64_gnullvm v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m windows_aarch64_msvc v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m windows_i686_gnu v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m windows_i686_gnullvm v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m windows_i686_msvc v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m windows_x86_64_gnu v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m windows_x86_64_gnullvm v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m windows_x86_64_msvc v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m zerocopy v0.7.34 -> v0.7.35
�[1m�[32m    Updating�[0m zerocopy-derive v0.7.34 -> v0.7.35
�[1m�[32m    Updating�[0m zstd v0.13.1 -> v0.13.2
�[1m�[32m    Updating�[0m zstd-safe v7.1.0 -> v7.2.0
�[1m�[32m    Updating�[0m zstd-sys v2.0.11+zstd.1.5.6 -> v2.0.12+zstd.1.5.6

@xgreenx xgreenx added the no changelog Skip the CI check of the changelog modification label Jul 8, 2024
xgreenx
xgreenx previously approved these changes Jul 8, 2024
@xgreenx xgreenx enabled auto-merge (squash) July 8, 2024 17:08
info: syncing channel updates for '1.75.0-x86_64-unknown-linux-gnu'
info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21)
info: downloading component 'rust-std' for 'wasm32-unknown-unknown'
info: installing component 'rust-std' for 'wasm32-unknown-unknown'
�[1m�[32m    Updating�[0m async-trait v0.1.80 -> v0.1.81
�[1m�[32m    Updating�[0m bytes v1.6.0 -> v1.6.1
�[1m�[32m    Updating�[0m cc v1.0.102 -> v1.1.2
�[1m�[32m    Updating�[0m clap v4.5.8 -> v4.5.9
�[1m�[32m    Updating�[0m clap_builder v4.5.8 -> v4.5.9
�[1m�[32m    Updating�[0m darling v0.20.9 -> v0.20.10
�[1m�[32m    Updating�[0m darling_core v0.20.9 -> v0.20.10
�[1m�[32m    Updating�[0m darling_macro v0.20.9 -> v0.20.10
�[1m�[32m    Updating�[0m hyper v0.14.29 -> v0.14.30
�[1m�[32m    Updating�[0m libp2p-core v0.41.2 -> v0.41.3
�[1m�[32m    Updating�[0m oorandom v11.1.3 -> v11.1.4
�[1m�[32m    Updating�[0m pest v2.7.10 -> v2.7.11
�[1m�[32m    Updating�[0m rustls v0.23.10 -> v0.23.11
�[1m�[32m    Updating�[0m rustls-webpki v0.102.4 -> v0.102.5
�[1m�[32m    Updating�[0m serde v1.0.203 -> v1.0.204
�[1m�[32m    Updating�[0m serde_derive v1.0.203 -> v1.0.204
�[1m�[32m    Updating�[0m serde_json v1.0.118 -> v1.0.120
�[1m�[32m    Updating�[0m serde_with v3.8.1 -> v3.8.3
�[1m�[32m    Updating�[0m serde_with_macros v3.8.1 -> v3.8.3
�[1m�[32m    Updating�[0m syn v2.0.68 -> v2.0.71
�[1m�[32m    Updating�[0m target-lexicon v0.12.14 -> v0.12.15
�[1m�[32m    Updating�[0m thiserror v1.0.61 -> v1.0.62
�[1m�[32m    Updating�[0m thiserror-impl v1.0.61 -> v1.0.62
�[1m�[32m    Updating�[0m tinyvec v1.6.1 -> v1.8.0
�[1m�[32m    Updating�[0m toml_edit v0.22.14 -> v0.22.15
�[1m�[32m    Updating�[0m uuid v1.9.1 -> v1.10.0
�[1m�[32m    Updating�[0m windows-targets v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m windows_aarch64_gnullvm v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m windows_aarch64_msvc v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m windows_i686_gnu v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m windows_i686_gnullvm v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m windows_i686_msvc v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m windows_x86_64_gnu v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m windows_x86_64_gnullvm v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m windows_x86_64_msvc v0.52.5 -> v0.52.6
�[1m�[32m    Updating�[0m zerocopy v0.7.34 -> v0.7.35
�[1m�[32m    Updating�[0m zerocopy-derive v0.7.34 -> v0.7.35
�[1m�[32m    Updating�[0m zstd v0.13.1 -> v0.13.2
�[1m�[32m    Updating�[0m zstd-safe v7.1.0 -> v7.2.0
�[1m�[32m    Updating�[0m zstd-sys v2.0.11+zstd.1.5.6 -> v2.0.12+zstd.1.5.6
@xgreenx xgreenx added no changelog Skip the CI check of the changelog modification and removed no changelog Skip the CI check of the changelog modification labels Jul 17, 2024
@xgreenx xgreenx merged commit 983409b into master Jul 17, 2024
28 of 43 checks passed
@xgreenx xgreenx deleted the cargo_update branch July 17, 2024 19:03
@MitchTurner MitchTurner mentioned this pull request Aug 2, 2024
MitchTurner added a commit that referenced this pull request Aug 6, 2024
## What's Changed
* L2 Block Source & Metadata Storage implementations by @MitchTurner in
#1983
* Weekly `cargo update` by @github-actions in
#2029
* Add V0 algorithm to actual services by @MitchTurner in
#2025
* Weekly `cargo update` by @github-actions in
#2039
* Add syncronization for Gas Price Database and On Chain Database on
startup by @MitchTurner in
#2041
* Ignore the message receipt if transaction is reverted by @xgreenx in
#2045
* feat: add chain config to Docker images by @mchristopher in
#2052
* Blob tx support and fuel-vm 0.56.0 by @Dentosal in
#1988
* Disable SMT for `ContractsAssets` and `ContractsState` by @xgreenx in
#2048

## New Contributors
* @mchristopher made their first contribution in
#2052

**Full Changelog**:
v0.31.0...v0.32.0
GoldenPath1109 added a commit to GoldenPath1109/fuel-core that referenced this pull request Sep 7, 2024
## What's Changed
* L2 Block Source & Metadata Storage implementations by @MitchTurner in
FuelLabs/fuel-core#1983
* Weekly `cargo update` by @github-actions in
FuelLabs/fuel-core#2029
* Add V0 algorithm to actual services by @MitchTurner in
FuelLabs/fuel-core#2025
* Weekly `cargo update` by @github-actions in
FuelLabs/fuel-core#2039
* Add syncronization for Gas Price Database and On Chain Database on
startup by @MitchTurner in
FuelLabs/fuel-core#2041
* Ignore the message receipt if transaction is reverted by @xgreenx in
FuelLabs/fuel-core#2045
* feat: add chain config to Docker images by @mchristopher in
FuelLabs/fuel-core#2052
* Blob tx support and fuel-vm 0.56.0 by @Dentosal in
FuelLabs/fuel-core#1988
* Disable SMT for `ContractsAssets` and `ContractsState` by @xgreenx in
FuelLabs/fuel-core#2048

## New Contributors
* @mchristopher made their first contribution in
FuelLabs/fuel-core#2052

**Full Changelog**:
FuelLabs/fuel-core@v0.31.0...v0.32.0
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.

1 participant