From 8fdf31aa0ac8deda5ae1435a35b292c045badd08 Mon Sep 17 00:00:00 2001 From: Hannes Karppila <2204863+Dentosal@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:01:45 +0300 Subject: [PATCH] Update fuel-vm to v0.53.0 (#1960) --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe231c44c..2814db47fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - [#1942](https://github.com/FuelLabs/fuel-core/pull/1942): Sequential relayer's commits. - [#1952](https://github.com/FuelLabs/fuel-core/pull/1952): Change tip sorting to ratio between tip and max gas sorting in txpool +- [#1960](https://github.com/FuelLabs/fuel-core/pull/1960): Update fuel-vm to v0.53.0. ### Fixed - [#1950](https://github.com/FuelLabs/fuel-core/pull/1950): Fix cursor `BlockHeight` encoding in `SortedTXCursor` diff --git a/Cargo.toml b/Cargo.toml index 00c464bf3e..79ac2efc6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ fuel-core-wasm-executor = { version = "0.28.0", path = "./crates/services/upgrad fuel-core-xtask = { version = "0.0.0", path = "./xtask" } # Fuel dependencies -fuel-vm-private = { version = "0.52.0", package = "fuel-vm", default-features = false } +fuel-vm-private = { version = "0.53.0", package = "fuel-vm", default-features = false } # Common dependencies anyhow = "1.0"