diff --git a/Cargo.lock b/Cargo.lock index f9e21e247..cead6ab66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2027,9 +2027,9 @@ dependencies = [ [[package]] name = "ckb-vm" -version = "0.24.14" +version = "0.24.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad137e2f1c9a363ce19a883a2113b1dfcc00a936945e34b62e3726c49e7171fb" +checksum = "08410cfd9154507730d9c2e3de50952361143c48ea738e2ab92adcfb3eba8771" dependencies = [ "byteorder", "bytes", @@ -2045,9 +2045,9 @@ dependencies = [ [[package]] name = "ckb-vm-definitions" -version = "0.24.14" +version = "0.24.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b436017fd6676bea413d54e07a5a9cc1d7c4b5c02e4ab07d3527225a5de6677" +checksum = "7933435dd0330ad7d152c60012e8621748fb86751304cb0edf7b2d1bab32e28c" dependencies = [ "paste", ] diff --git a/Cargo.toml b/Cargo.toml index d0a3e511b..de3061ac6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -212,7 +212,7 @@ ckb-util = { path = "util", version = "1" } ckb-verification = { path = "verification", version = "1" } ckb-verification-contextual = { path = "verification/contextual", version = "1" } ckb-verification-traits = { path = "verification/traits", version = "1" } -ckb-vm = { version = "=0.24.14", default-features = false } +ckb-vm = { version = "=0.24.15", default-features = false } clap = "=4.4" console = ">=0.9.1, <1.0.0" console-subscriber = "0.4.0"