diff --git a/integration-tests/contracts/modules/nft/Cargo.lock b/integration-tests/contracts/modules/nft/Cargo.lock index 5dc473f8a..55dc67ef5 100644 --- a/integration-tests/contracts/modules/nft/Cargo.lock +++ b/integration-tests/contracts/modules/nft/Cargo.lock @@ -103,7 +103,8 @@ checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" [[package]] name = "coreum-wasm-sdk" version = "0.2.0" -source = "git+https://github.com/CoreumFoundation/coreum-wasm-sdk.git?branch=keyne/add-proto-structures#7a24ee0febaf3c7ae5ffdc388a3aa5ba5e6da504" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be523a53d7cd0efa94c790bcda6f3e960f816c5db9272e008e9b2fa58ee4f9ad" dependencies = [ "chrono", "cosmwasm-schema", @@ -355,9 +356,9 @@ dependencies = [ [[package]] name = "dyn-clone" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbfc4744c1b8f2a09adc0e55242f60b1af195d88596bd8700be74418c056c555" +checksum = "23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd" [[package]] name = "ecdsa" diff --git a/integration-tests/contracts/modules/nft/Cargo.toml b/integration-tests/contracts/modules/nft/Cargo.toml index 53bf2771e..04e980e14 100644 --- a/integration-tests/contracts/modules/nft/Cargo.toml +++ b/integration-tests/contracts/modules/nft/Cargo.toml @@ -33,6 +33,6 @@ cosmwasm-storage = "1.2.5" cw-storage-plus = "1.0.1" cw2 = "1.0.1" thiserror = { version = "1.0.40" } -coreum-wasm-sdk = { version = "0.2.0", git = "https://github.com/CoreumFoundation/coreum-wasm-sdk.git", branch = "keyne/add-proto-structures" } +coreum-wasm-sdk = "0.2.0" cosmwasm-schema = "1.2.6" cw-ownable = "0.5.1"