-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Weekly cargo update
#2029
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
xgreenx
previously approved these changes
Jul 8, 2024
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
github-actions
bot
force-pushed
the
cargo_update
branch
from
July 14, 2024 00:18
a2d012d
to
072ccc1
Compare
xgreenx
approved these changes
Jul 17, 2024
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
Merged
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
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.
Automation to keep dependencies in
Cargo.lock
current.The following is the output from
cargo update
: