diff --git a/libwasmvm/Cargo.lock b/libwasmvm/Cargo.lock index 204797330..742c40b95 100644 --- a/libwasmvm/Cargo.lock +++ b/libwasmvm/Cargo.lock @@ -437,13 +437,13 @@ dependencies = [ [[package]] name = "cosmwasm-core" -version = "2.2.0-rc.2" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.2.0-rc.2#f13b0a7cfcac12e187f7fcb48ce76e29223f1b66" +version = "2.2.0-rc.3" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.2.0-rc.3#a6c6a3c3e050eb7cf59b2c9660667272c967e641" [[package]] name = "cosmwasm-crypto" -version = "2.2.0-rc.2" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.2.0-rc.2#f13b0a7cfcac12e187f7fcb48ce76e29223f1b66" +version = "2.2.0-rc.3" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.2.0-rc.3#a6c6a3c3e050eb7cf59b2c9660667272c967e641" dependencies = [ "ark-bls12-381", "ark-ec", @@ -465,8 +465,8 @@ dependencies = [ [[package]] name = "cosmwasm-derive" -version = "2.2.0-rc.2" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.2.0-rc.2#f13b0a7cfcac12e187f7fcb48ce76e29223f1b66" +version = "2.2.0-rc.3" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.2.0-rc.3#a6c6a3c3e050eb7cf59b2c9660667272c967e641" dependencies = [ "proc-macro2", "quote", @@ -475,8 +475,8 @@ dependencies = [ [[package]] name = "cosmwasm-std" -version = "2.2.0-rc.2" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.2.0-rc.2#f13b0a7cfcac12e187f7fcb48ce76e29223f1b66" +version = "2.2.0-rc.3" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.2.0-rc.3#a6c6a3c3e050eb7cf59b2c9660667272c967e641" dependencies = [ "base64", "bech32", @@ -498,8 +498,8 @@ dependencies = [ [[package]] name = "cosmwasm-vm" -version = "2.2.0-rc.2" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.2.0-rc.2#f13b0a7cfcac12e187f7fcb48ce76e29223f1b66" +version = "2.2.0-rc.3" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.2.0-rc.3#a6c6a3c3e050eb7cf59b2c9660667272c967e641" dependencies = [ "bech32", "blake2", @@ -527,8 +527,8 @@ dependencies = [ [[package]] name = "cosmwasm-vm-derive" -version = "2.2.0-rc.2" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.2.0-rc.2#f13b0a7cfcac12e187f7fcb48ce76e29223f1b66" +version = "2.2.0-rc.3" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.2.0-rc.3#a6c6a3c3e050eb7cf59b2c9660667272c967e641" dependencies = [ "blake2", "proc-macro2", diff --git a/libwasmvm/Cargo.toml b/libwasmvm/Cargo.toml index c6f71584a..5f1af5395 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 = "v2.2.0-rc.2", features = [ +cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.2.0-rc.3", features = [ "staking", "stargate", "iterator", ] } -cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.2.0-rc.2", features = [ +cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.2.0-rc.3", features = [ "staking", "stargate", "iterator",