diff --git a/Cargo.toml b/Cargo.toml index 04d0d5e..5c54bab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,9 +132,9 @@ stake-cw20-v03 = { package = "stake-cw20", version = "0.2.6" } voting-v1 = { package = "dao-voting", version = "0.1.0" } -secret-cosmwasm-storage={version="1.1.10",features = ["iterator"]} +secret-cosmwasm-storage={version="1.1.11",features = ["iterator"]} secret-utils = { git = "https://github.com/securesecrets/secret-plus-utils", version = "0.13.4"} -cosmwasm-std = { version = "1.1.11", package = "secret-cosmwasm-std" } +cosmwasm-std = { version = "1.1.11", package = "secret-cosmwasm-std",features = ["iterator"] } secret-toolkit = {version="0.10.0",features = ["viewing-key"]} secret-storage-plus = { git = "https://github.com/securesecrets/secret-plus-utils", version = "0.13.4" } secret-cw-controllers = { git = "https://github.com/securesecrets/secret-plus-utils" }