From 814320758d9d05042997b7a22b6d5b92c75824f6 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Mon, 5 Jun 2023 16:47:54 +0200 Subject: [PATCH] Update cosmwasm --- libwasmvm/Cargo.lock | 16 ++++++++-------- libwasmvm/Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/libwasmvm/Cargo.lock b/libwasmvm/Cargo.lock index 3a9b1a274..5f596fe9a 100644 --- a/libwasmvm/Cargo.lock +++ b/libwasmvm/Cargo.lock @@ -217,8 +217,8 @@ dependencies = [ [[package]] name = "cosmwasm-crypto" -version = "1.2.4" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.2.4#721195cdef67772f825c59ad9cc1be45ce926fb2" +version = "1.2.6" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.2.6#b8e9c03e744e8b84174477e20eb934529cad41e7" dependencies = [ "digest 0.10.3", "ed25519-zebra", @@ -229,16 +229,16 @@ dependencies = [ [[package]] name = "cosmwasm-derive" -version = "1.2.4" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.2.4#721195cdef67772f825c59ad9cc1be45ce926fb2" +version = "1.2.6" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.2.6#b8e9c03e744e8b84174477e20eb934529cad41e7" dependencies = [ "syn", ] [[package]] name = "cosmwasm-std" -version = "1.2.4" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.2.4#721195cdef67772f825c59ad9cc1be45ce926fb2" +version = "1.2.6" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.2.6#b8e9c03e744e8b84174477e20eb934529cad41e7" dependencies = [ "base64", "cosmwasm-crypto", @@ -256,8 +256,8 @@ dependencies = [ [[package]] name = "cosmwasm-vm" -version = "1.2.4" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.2.4#721195cdef67772f825c59ad9cc1be45ce926fb2" +version = "1.2.6" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.2.6#b8e9c03e744e8b84174477e20eb934529cad41e7" dependencies = [ "bitflags", "bytecheck", diff --git a/libwasmvm/Cargo.toml b/libwasmvm/Cargo.toml index 35362fefc..ace8b3520 100644 --- a/libwasmvm/Cargo.toml +++ b/libwasmvm/Cargo.toml @@ -31,8 +31,8 @@ default = [] backtraces = [] [dependencies] -cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.2.4", features = ["staking", "stargate", "iterator"] } -cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.2.4", features = ["staking", "stargate", "iterator"] } +cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.2.6", features = ["staking", "stargate", "iterator"] } +cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.2.6", features = ["staking", "stargate", "iterator"] } errno = "0.2" serde_json = "1.0.91" thiserror = "1.0.38"