diff --git a/libwasmvm/Cargo.lock b/libwasmvm/Cargo.lock index 3f34ee1ac..d68367d2d 100644 --- a/libwasmvm/Cargo.lock +++ b/libwasmvm/Cargo.lock @@ -405,13 +405,13 @@ dependencies = [ [[package]] name = "cosmwasm-core" -version = "2.1.2" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.1.2#101ca1f01dad18fbc46d5440a242db1ef968838c" +version = "2.1.3" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.1.3#6f61673273315029992a54817942c620dab0447a" [[package]] name = "cosmwasm-crypto" -version = "2.1.2" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.1.2#101ca1f01dad18fbc46d5440a242db1ef968838c" +version = "2.1.3" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.1.3#6f61673273315029992a54817942c620dab0447a" dependencies = [ "ark-bls12-381", "ark-ec", @@ -432,8 +432,8 @@ dependencies = [ [[package]] name = "cosmwasm-derive" -version = "2.1.2" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.1.2#101ca1f01dad18fbc46d5440a242db1ef968838c" +version = "2.1.3" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.1.3#6f61673273315029992a54817942c620dab0447a" dependencies = [ "proc-macro2", "quote", @@ -442,8 +442,8 @@ dependencies = [ [[package]] name = "cosmwasm-std" -version = "2.1.2" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.1.2#101ca1f01dad18fbc46d5440a242db1ef968838c" +version = "2.1.3" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.1.3#6f61673273315029992a54817942c620dab0447a" dependencies = [ "base64 0.22.1", "bech32", @@ -464,8 +464,8 @@ dependencies = [ [[package]] name = "cosmwasm-vm" -version = "2.1.2" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.1.2#101ca1f01dad18fbc46d5440a242db1ef968838c" +version = "2.1.3" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v2.1.3#6f61673273315029992a54817942c620dab0447a" dependencies = [ "bech32", "bytes", diff --git a/libwasmvm/Cargo.toml b/libwasmvm/Cargo.toml index 30e84798c..199ccda3c 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.1.2", features = [ +cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.1.3", features = [ "staking", "stargate", "iterator", ] } -cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.1.2", features = [ +cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.1.3", features = [ "staking", "stargate", "iterator",