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

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Weekly cargo update #1949

merged 1 commit into from
Jun 10, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 9, 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-signal v0.2.7 -> v0.2.8
�[1m�[32m    Updating�[0m cc v1.0.98 -> v1.0.99
�[1m�[32m    Updating�[0m quinn v0.11.1 -> v0.11.2
�[1m�[32m    Updating�[0m quinn-proto v0.11.2 -> v0.11.3
�[1m�[32m    Updating�[0m quinn-udp v0.5.1 -> v0.5.2
�[1m�[32m    Updating�[0m symbolic-common v12.9.1 -> v12.9.2
�[1m�[32m    Updating�[0m symbolic-demangle v12.9.1 -> v12.9.2
�[1m�[32m    Updating�[0m utf8parse v0.2.1 -> v0.2.2
�[1m�[36m      Adding�[0m web-time v1.1.0
�[1m�[32m    Updating�[0m yamux v0.13.2 -> v0.13.3

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-signal v0.2.7 -> v0.2.8
�[1m�[32m    Updating�[0m cc v1.0.98 -> v1.0.99
�[1m�[32m    Updating�[0m quinn v0.11.1 -> v0.11.2
�[1m�[32m    Updating�[0m quinn-proto v0.11.2 -> v0.11.3
�[1m�[32m    Updating�[0m quinn-udp v0.5.1 -> v0.5.2
�[1m�[32m    Updating�[0m symbolic-common v12.9.1 -> v12.9.2
�[1m�[32m    Updating�[0m symbolic-demangle v12.9.1 -> v12.9.2
�[1m�[32m    Updating�[0m utf8parse v0.2.1 -> v0.2.2
�[1m�[36m      Adding�[0m web-time v1.1.0
�[1m�[32m    Updating�[0m yamux v0.13.2 -> v0.13.3
@xgreenx xgreenx added the no changelog Skip the CI check of the changelog modification label Jun 10, 2024
@xgreenx xgreenx enabled auto-merge (squash) June 10, 2024 14:59
@xgreenx xgreenx merged commit 7871362 into master Jun 10, 2024
32 checks passed
@xgreenx xgreenx deleted the cargo_update branch June 10, 2024 15:14
@xgreenx xgreenx mentioned this pull request Jun 14, 2024
xgreenx added a commit that referenced this pull request Jun 14, 2024
## Version v0.29.0

### Added
- [#1889](#1889): Add new
`FuelGasPriceProvider` that receives the gas price algorithm from a
`GasPriceService`

### Changed
- [#1942](#1942): Sequential
relayer's commits.
- [#1952](#1952): Change tip
sorting to ratio between tip and max gas sorting in txpool
- [#1960](#1960): Update
fuel-vm to v0.53.0.

### Fixed
- [#1950](#1950): Fix cursor
`BlockHeight` encoding in `SortedTXCursor`

## What's Changed
* Fix code coverage compilation and tests by @Dentosal in
#1943
* Weekly `cargo update` by @github-actions in
#1949
* Fix cursor block height decoding in SortedTXCursor by @AurelienFT in
#1950
* Sequential relayer's commits by @xgreenx in
#1942
* Add Gas Price Updater Service by @MitchTurner in
#1938
* Change tip sorting to ratio between tip and max gas sorting in txpool
by @AurelienFT in #1952
* deps(client): update eventsource-client to fix CVE(s) by @Br1ght0ne in
#1954
* Update fuel-vm to v0.53.0 by @Dentosal in
#1960

## New Contributors
* @AurelienFT made their first contribution in
#1950

**Full Changelog**:
v0.28.0...v0.29.0
GoldenPath1109 added a commit to GoldenPath1109/fuel-core that referenced this pull request Sep 7, 2024
## Version v0.29.0

### Added
- [#1889](FuelLabs/fuel-core#1889): Add new
`FuelGasPriceProvider` that receives the gas price algorithm from a
`GasPriceService`

### Changed
- [#1942](FuelLabs/fuel-core#1942): Sequential
relayer's commits.
- [#1952](FuelLabs/fuel-core#1952): Change tip
sorting to ratio between tip and max gas sorting in txpool
- [#1960](FuelLabs/fuel-core#1960): Update
fuel-vm to v0.53.0.

### Fixed
- [#1950](FuelLabs/fuel-core#1950): Fix cursor
`BlockHeight` encoding in `SortedTXCursor`

## What's Changed
* Fix code coverage compilation and tests by @Dentosal in
FuelLabs/fuel-core#1943
* Weekly `cargo update` by @github-actions in
FuelLabs/fuel-core#1949
* Fix cursor block height decoding in SortedTXCursor by @AurelienFT in
FuelLabs/fuel-core#1950
* Sequential relayer's commits by @xgreenx in
FuelLabs/fuel-core#1942
* Add Gas Price Updater Service by @MitchTurner in
FuelLabs/fuel-core#1938
* Change tip sorting to ratio between tip and max gas sorting in txpool
by @AurelienFT in FuelLabs/fuel-core#1952
* deps(client): update eventsource-client to fix CVE(s) by @Br1ght0ne in
FuelLabs/fuel-core#1954
* Update fuel-vm to v0.53.0 by @Dentosal in
FuelLabs/fuel-core#1960

## New Contributors
* @AurelienFT made their first contribution in
FuelLabs/fuel-core#1950

**Full Changelog**:
FuelLabs/fuel-core@v0.28.0...v0.29.0
This pull request was closed.
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