diff --git a/Cargo.toml b/Cargo.toml index abe2f08..21fe628 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,5 +57,5 @@ members = ["packages/*"] [workspace.dependencies] schemars = { version = "0.8.11" } serde = { version = "1.0" } -cosmwasm-std = { git = "https://github.com/scrtlabs/cosmwasm", tag = "v1.1.0-secret" } -cosmwasm-storage = { git = "https://github.com/scrtlabs/cosmwasm", tag = "v1.1.0-secret" } +cosmwasm-std = { git = "https://github.com/scrtlabs/cosmwasm", tag = "v1.1.9-secret" } +cosmwasm-storage = { git = "https://github.com/scrtlabs/cosmwasm", tag = "v1.1.9-secret" }