diff --git a/Cargo.lock b/Cargo.lock index 1758bbc1..a751cd32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,9 +306,9 @@ dependencies = [ [[package]] name = "cw-multi-test" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "561604d987be2ef3e34db1f01f0c98544106d84d8be2af92c0737bb199af452c" +checksum = "67fff029689ae89127cf6d7655809a68d712f3edbdb9686c70b018ba438b26ca" dependencies = [ "anyhow", "bech32", diff --git a/packages/bindings/Cargo.toml b/packages/bindings/Cargo.toml index 8284a888..8b733718 100644 --- a/packages/bindings/Cargo.toml +++ b/packages/bindings/Cargo.toml @@ -35,7 +35,7 @@ base64 = "0.21.5" desmos-std-derive = {version = "3.0.0", path = "../std-derive"} [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -cw-multi-test = { version = "0.19.0" } +cw-multi-test = { version = "0.20.0" } [features] default = ["profiles", "subspaces", "posts", "relationships", "reports", "reactions", "tokenfactory"]