From b4807d7022c0e7360da77c1d9eeb9dd3729e8b59 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Mon, 23 Sep 2024 17:02:27 +0700 Subject: [PATCH] Bump cosmwasm --- libwasmvm/Cargo.lock | 17 +++++++++-------- libwasmvm/Cargo.toml | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/libwasmvm/Cargo.lock b/libwasmvm/Cargo.lock index 078241316..64ffe1bce 100644 --- a/libwasmvm/Cargo.lock +++ b/libwasmvm/Cargo.lock @@ -254,8 +254,8 @@ dependencies = [ [[package]] name = "cosmwasm-crypto" -version = "1.5.7" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.5.7#3d91925ee82c9d40c1368015fde436836089469e" +version = "1.5.8" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.5.8#27226864ad7102bf046caadcd056052a306fbccc" dependencies = [ "digest 0.10.7", "ed25519-zebra", @@ -266,16 +266,16 @@ dependencies = [ [[package]] name = "cosmwasm-derive" -version = "1.5.7" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.5.7#3d91925ee82c9d40c1368015fde436836089469e" +version = "1.5.8" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.5.8#27226864ad7102bf046caadcd056052a306fbccc" dependencies = [ "syn 1.0.109", ] [[package]] name = "cosmwasm-std" -version = "1.5.7" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.5.7#3d91925ee82c9d40c1368015fde436836089469e" +version = "1.5.8" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.5.8#27226864ad7102bf046caadcd056052a306fbccc" dependencies = [ "base64", "bech32", @@ -295,8 +295,8 @@ dependencies = [ [[package]] name = "cosmwasm-vm" -version = "1.5.7" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.5.7#3d91925ee82c9d40c1368015fde436836089469e" +version = "1.5.8" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.5.8#27226864ad7102bf046caadcd056052a306fbccc" dependencies = [ "bitflags", "bytecheck", @@ -315,6 +315,7 @@ dependencies = [ "thiserror", "wasmer", "wasmer-middlewares", + "wasmer-types", ] [[package]] diff --git a/libwasmvm/Cargo.toml b/libwasmvm/Cargo.toml index d057c1ef6..186ae4478 100644 --- a/libwasmvm/Cargo.toml +++ b/libwasmvm/Cargo.toml @@ -26,12 +26,12 @@ default = [] backtraces = [] [dependencies] -cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.5.7", features = [ +cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.5.8", features = [ "staking", "stargate", "iterator", ] } -cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.5.7", features = [ +cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.5.8", features = [ "staking", "stargate", "iterator",