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

Merged
merged 2 commits into from
May 6, 2024
Merged

Weekly cargo update #1880

merged 2 commits into from
May 6, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 5, 2024

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

�[1m�[32m    Updating�[0m anstream v0.6.13 -> v0.6.14
�[1m�[32m    Updating�[0m anstyle v1.0.6 -> v1.0.7
�[1m�[32m    Updating�[0m anstyle-parse v0.2.3 -> v0.2.4
�[1m�[32m    Updating�[0m anstyle-query v1.0.2 -> v1.0.3
�[1m�[32m    Updating�[0m anstyle-wincon v3.0.2 -> v3.0.3
�[1m�[32m    Updating�[0m autocfg v1.2.0 -> v1.3.0
�[1m�[32m    Updating�[0m base64 v0.22.0 -> v0.22.1
�[1m�[32m    Updating�[0m cc v1.0.95 -> v1.0.96
�[1m�[32m    Updating�[0m colorchoice v1.0.0 -> v1.0.1
�[1m�[32m    Updating�[0m enum-iterator-derive v1.3.1 -> v1.4.0
�[1m�[36m      Adding�[0m is_terminal_polyfill v1.70.0
�[1m�[32m    Updating�[0m libp2p-identify v0.44.1 -> v0.44.2
�[1m�[32m    Updating�[0m libp2p-request-response v0.26.1 -> v0.26.2
�[1m�[32m    Updating�[0m libp2p-swarm v0.44.1 -> v0.44.2
�[1m�[32m    Updating�[0m libp2p-swarm-derive v0.34.1 -> v0.34.2
�[1m�[32m    Updating�[0m libp2p-upnp v0.2.1 -> v0.2.2
�[1m�[32m    Updating�[0m num-iter v0.1.44 -> v0.1.45
�[1m�[32m    Updating�[0m num-traits v0.2.18 -> v0.2.19
�[1m�[32m    Updating�[0m pest v2.7.9 -> v2.7.10
�[1m�[32m    Updating�[0m serde v1.0.199 -> v1.0.200
�[1m�[32m    Updating�[0m serde_derive v1.0.199 -> v1.0.200
�[1m�[32m    Updating�[0m tokio-util v0.7.10 -> v0.7.11
�[1m�[32m    Updating�[0m value-bag v1.8.1 -> v1.9.0
�[1m�[32m    Updating�[0m yamux v0.13.1 -> v0.13.2
�[1m�[32m    Updating�[0m zerocopy v0.7.32 -> v0.7.33
�[1m�[32m    Updating�[0m zerocopy-derive v0.7.32 -> v0.7.33

�[1m�[32m    Updating�[0m anstream v0.6.13 -> v0.6.14
�[1m�[32m    Updating�[0m anstyle v1.0.6 -> v1.0.7
�[1m�[32m    Updating�[0m anstyle-parse v0.2.3 -> v0.2.4
�[1m�[32m    Updating�[0m anstyle-query v1.0.2 -> v1.0.3
�[1m�[32m    Updating�[0m anstyle-wincon v3.0.2 -> v3.0.3
�[1m�[32m    Updating�[0m autocfg v1.2.0 -> v1.3.0
�[1m�[32m    Updating�[0m base64 v0.22.0 -> v0.22.1
�[1m�[32m    Updating�[0m cc v1.0.95 -> v1.0.96
�[1m�[32m    Updating�[0m colorchoice v1.0.0 -> v1.0.1
�[1m�[32m    Updating�[0m enum-iterator-derive v1.3.1 -> v1.4.0
�[1m�[36m      Adding�[0m is_terminal_polyfill v1.70.0
�[1m�[32m    Updating�[0m libp2p-identify v0.44.1 -> v0.44.2
�[1m�[32m    Updating�[0m libp2p-request-response v0.26.1 -> v0.26.2
�[1m�[32m    Updating�[0m libp2p-swarm v0.44.1 -> v0.44.2
�[1m�[32m    Updating�[0m libp2p-swarm-derive v0.34.1 -> v0.34.2
�[1m�[32m    Updating�[0m libp2p-upnp v0.2.1 -> v0.2.2
�[1m�[32m    Updating�[0m num-iter v0.1.44 -> v0.1.45
�[1m�[32m    Updating�[0m num-traits v0.2.18 -> v0.2.19
�[1m�[32m    Updating�[0m pest v2.7.9 -> v2.7.10
�[1m�[32m    Updating�[0m serde v1.0.199 -> v1.0.200
�[1m�[32m    Updating�[0m serde_derive v1.0.199 -> v1.0.200
�[1m�[32m    Updating�[0m tokio-util v0.7.10 -> v0.7.11
�[1m�[32m    Updating�[0m value-bag v1.8.1 -> v1.9.0
�[1m�[32m    Updating�[0m yamux v0.13.1 -> v0.13.2
�[1m�[32m    Updating�[0m zerocopy v0.7.32 -> v0.7.33
�[1m�[32m    Updating�[0m zerocopy-derive v0.7.32 -> v0.7.33
@xgreenx xgreenx added the no changelog Skip the CI check of the changelog modification label May 6, 2024
@xgreenx xgreenx enabled auto-merge (squash) May 6, 2024 16:26
@xgreenx xgreenx merged commit 059f02d into master May 6, 2024
28 of 43 checks passed
@xgreenx xgreenx deleted the cargo_update branch May 6, 2024 16:45
@xgreenx xgreenx mentioned this pull request May 29, 2024
xgreenx added a commit that referenced this pull request May 29, 2024
## Version v0.27.0

### Added
- [#1898](#1898): Enforce
increasing of the `Executor::VERSION` on each release.

### Changed

- [#1906](#1906): Makes
`cli::snapshot::Command` members public such that clients can create and
execute snapshot commands programmatically. This enables snapshot
execution in external programs, such as the regenesis test suite.
- [#1891](#1891): Regenesis
now preserves `FuelBlockMerkleData` and `FuelBlockMerkleMetadata` in the
off-chain table. These tables are checked when querying message proofs.
- [#1886](#1886): Use ref to
`Block` in validation code
- [#1876](#1876): Updated
benchmark to include the worst scenario for `CROO` opcode. Also include
consensus parameters in bench output.
- [#1879](#1879): Return the
old behaviour for the `discovery_works` test.
- [#1848](#1848): Added
`version` field to the `Block` and `BlockHeader` GraphQL entities. Added
corresponding `version` field to the `Block` and `BlockHeader` client
types in `fuel-core-client`.
- [#1873](#1873): Separate
dry runs from block production in executor code, remove `ExecutionKind`
and `ExecutionType`, remove `thread_block_transaction` concept, remove
`PartialBlockComponent` type, refactor away `inner` functions.
- [#1900](#1900): Update the
root README as `fuel-core run` no longer has `--chain` as an option. It
has been replaced by `--snapshot`.

#### Breaking

- [#1894](#1894): Use testnet
configuration for local testnet.
- [#1894](#1894): Removed
support for helm chart.
- [#1910](#1910): `fuel-vm`
upgraded to `0.50.0`. More information in the
[changelog](https://github.com/FuelLabs/fuel-vm/releases/tag/v0.50.0).

## What's Changed
* feat: Support block and header versions gql by @bvrooman in
#1848
* Updated `croo` opcode benchmark to depend on the contract size by
@xgreenx in #1876
* Return the old behaviour for the `discovery_works` test by @xgreenx in
#1879
* Weekly `cargo update` by @github-actions in
#1880
* Separate production from dry runs in executor & Cleanup all execution
paths :) by @MitchTurner in
#1873
* Use ref instead of owned `Block` in validation by @MitchTurner in
#1886
* Weekly `cargo update` by @github-actions in
#1893
* ci: fix typos programmatically by @sdankel in
#1890
* feat: Preserve message proofs post-regenesis by @bvrooman in
#1891
* chore: update README fuel-core run options by @K1-R1 in
#1900
* Weekly `cargo update` by @github-actions in
#1903
* chore: Make snapshot command members pub accessible by @bvrooman in
#1906
* Use testnet configuration for local testnet by @xgreenx in
#1894
* Enforce increasing of the `Executor::VERSION` on each release by
@xgreenx in #1898
* Bumped the version of the `fuel-vm` to `0.50.0` by @xgreenx in
#1910

## New Contributors
* @K1-R1 made their first contribution in
#1900

**Full Changelog**:
v0.26.0...v0.27.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.

None yet

1 participant