diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb89addee..cfde53d76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ env: CARGO_TERM_COLOR: always DASEL_VERSION: https://github.com/TomWright/dasel/releases/download/v2.3.6/dasel_linux_amd64 RUSTFLAGS: "-D warnings" - FUEL_CORE_VERSION: 0.24.2 + FUEL_CORE_VERSION: 0.24.3 FUEL_CORE_PATCH_BRANCH: RUST_VERSION: 1.76.0 FORC_VERSION: 0.54.0 diff --git a/Cargo.toml b/Cargo.toml index 1e4145fe8..2d1fcf90f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,12 +72,12 @@ which = { version = "6.0.0", default-features = false } zeroize = "1.7.0" # Dependencies from the `fuel-core` repository: -fuel-core = { version = "0.24.2", default-features = false } -fuel-core-chain-config = { version = "0.24.2", default-features = false } -fuel-core-client = { version = "0.24.2", default-features = false } -fuel-core-poa = { version = "0.24.2", default-features = false } -fuel-core-services = { version = "0.24.2", default-features = false } -fuel-core-types = { version = "0.24.2", default-features = false } +fuel-core = { version = "0.24.3", default-features = false } +fuel-core-chain-config = { version = "0.24.3", default-features = false } +fuel-core-client = { version = "0.24.3", default-features = false } +fuel-core-poa = { version = "0.24.3", default-features = false } +fuel-core-services = { version = "0.24.3", default-features = false } +fuel-core-types = { version = "0.24.3", default-features = false } # Dependencies from the `fuel-vm` repository: fuel-asm = { version = "0.48.0" }