diff --git a/contracts/cw1-subkeys/Cargo.toml b/contracts/cw1-subkeys/Cargo.toml index 8feddfdde..557bdb422 100644 --- a/contracts/cw1-subkeys/Cargo.toml +++ b/contracts/cw1-subkeys/Cargo.toml @@ -25,7 +25,7 @@ cw1 = { path = "../../packages/cw1", version = "1.0.0" } cw2 = { path = "../../packages/cw2", version = "1.0.0" } cw1-whitelist = { path = "../cw1-whitelist", version = "1.0.0", features = ["library"] } cosmwasm-std = { version = "1.1.0", features = ["staking"] } -cw-storage-plus = "1" +cw-storage-plus = "1.0.1" schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } thiserror = "1.0.23" diff --git a/contracts/cw1-whitelist/Cargo.toml b/contracts/cw1-whitelist/Cargo.toml index a88674ed0..629906f4c 100644 --- a/contracts/cw1-whitelist/Cargo.toml +++ b/contracts/cw1-whitelist/Cargo.toml @@ -24,7 +24,7 @@ cw-utils = "1.0.1" cw1 = { path = "../../packages/cw1", version = "1.0.0" } cw2 = { path = "../../packages/cw2", version = "1.0.0" } cosmwasm-std = { version = "1.1.0", features = ["staking"] } -cw-storage-plus = "1" +cw-storage-plus = "1.0.1" schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } thiserror = { version = "1.0.23" } diff --git a/contracts/cw20-base/Cargo.toml b/contracts/cw20-base/Cargo.toml index fe9e49ac8..585ee87b0 100644 --- a/contracts/cw20-base/Cargo.toml +++ b/contracts/cw20-base/Cargo.toml @@ -22,7 +22,7 @@ cosmwasm-schema = { version = "1.1.0" } cw-utils = "1.0.1" cw2 = { path = "../../packages/cw2", version = "1.0.0" } cw20 = { path = "../../packages/cw20", version = "1.0.0" } -cw-storage-plus = "1" +cw-storage-plus = "1.0.1" cosmwasm-std = { version = "1.1.0" } schemars = "0.8.1" semver = "1" diff --git a/contracts/cw20-ics20/Cargo.toml b/contracts/cw20-ics20/Cargo.toml index 523cb9459..942178fc2 100644 --- a/contracts/cw20-ics20/Cargo.toml +++ b/contracts/cw20-ics20/Cargo.toml @@ -23,7 +23,7 @@ cw-utils = "1.0.1" cw2 = { path = "../../packages/cw2", version = "1.0.0" } cw20 = { path = "../../packages/cw20", version = "1.0.0" } cosmwasm-std = { version = "1.1.0", features = ["stargate"] } -cw-storage-plus = "1" +cw-storage-plus = "1.0.1" cw-controllers = { path = "../../packages/controllers", version = "1.0.0" } schemars = "0.8.1" semver = "1" diff --git a/contracts/cw3-fixed-multisig/Cargo.toml b/contracts/cw3-fixed-multisig/Cargo.toml index eba2cc454..5393df33b 100644 --- a/contracts/cw3-fixed-multisig/Cargo.toml +++ b/contracts/cw3-fixed-multisig/Cargo.toml @@ -22,7 +22,7 @@ cosmwasm-schema = { version = "1.1.0" } cw-utils = "1.0.1" cw2 = { path = "../../packages/cw2", version = "1.0.0" } cw3 = { path = "../../packages/cw3", version = "1.0.0" } -cw-storage-plus = "1" +cw-storage-plus = "1.0.1" cosmwasm-std = { version = "1.1.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/contracts/cw3-flex-multisig/Cargo.toml b/contracts/cw3-flex-multisig/Cargo.toml index 118897fab..0ce1278dd 100644 --- a/contracts/cw3-flex-multisig/Cargo.toml +++ b/contracts/cw3-flex-multisig/Cargo.toml @@ -25,7 +25,7 @@ cw3 = { path = "../../packages/cw3", version = "1.0.0" } cw3-fixed-multisig = { path = "../cw3-fixed-multisig", version = "1.0.0", features = ["library"] } cw4 = { path = "../../packages/cw4", version = "1.0.0" } cw20 = { path = "../../packages/cw20", version = "1.0.0" } -cw-storage-plus = "1" +cw-storage-plus = "1.0.1" cosmwasm-std = { version = "1.1.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/contracts/cw4-group/Cargo.toml b/contracts/cw4-group/Cargo.toml index 98d261a5a..c44c678cf 100644 --- a/contracts/cw4-group/Cargo.toml +++ b/contracts/cw4-group/Cargo.toml @@ -31,7 +31,7 @@ cw-utils = "1.0.1" cw2 = { path = "../../packages/cw2", version = "1.0.0" } cw4 = { path = "../../packages/cw4", version = "1.0.0" } cw-controllers = { path = "../../packages/controllers", version = "1.0.0" } -cw-storage-plus = "1" +cw-storage-plus = "1.0.1" cosmwasm-std = { version = "1.1.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/contracts/cw4-stake/Cargo.toml b/contracts/cw4-stake/Cargo.toml index 385192991..2a4fdcb58 100644 --- a/contracts/cw4-stake/Cargo.toml +++ b/contracts/cw4-stake/Cargo.toml @@ -32,7 +32,7 @@ cw2 = { path = "../../packages/cw2", version = "1.0.0" } cw4 = { path = "../../packages/cw4", version = "1.0.0" } cw20 = { path = "../../packages/cw20", version = "1.0.0" } cw-controllers = { path = "../../packages/controllers", version = "1.0.0" } -cw-storage-plus = "1" +cw-storage-plus = "1.0.1" cosmwasm-std = { version = "1.1.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } diff --git a/packages/controllers/Cargo.toml b/packages/controllers/Cargo.toml index 59d5489c8..1e42094be 100644 --- a/packages/controllers/Cargo.toml +++ b/packages/controllers/Cargo.toml @@ -14,7 +14,7 @@ homepage = "https://cosmwasm.com" cosmwasm-schema = "1.0.0" cosmwasm-std = "1.0.0" cw-utils = "1.0.1" -cw-storage-plus = "1" +cw-storage-plus = "1.0.1" schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } thiserror = { version = "1.0.21" } diff --git a/packages/cw2/Cargo.toml b/packages/cw2/Cargo.toml index d825b596e..bcf08d4a6 100644 --- a/packages/cw2/Cargo.toml +++ b/packages/cw2/Cargo.toml @@ -11,6 +11,6 @@ homepage = "https://cosmwasm.com" [dependencies] cosmwasm-schema = "1.0.0" cosmwasm-std = { version = "1.0.0", default-features = false } -cw-storage-plus = "1" +cw-storage-plus = "1.0.1" schemars = "0.8.1" serde = { version = "1.0.0", default-features = false, features = ["derive"] } diff --git a/packages/cw4/Cargo.toml b/packages/cw4/Cargo.toml index 78c681dbb..eb6c25ebe 100644 --- a/packages/cw4/Cargo.toml +++ b/packages/cw4/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/CosmWasm/cw-plus" homepage = "https://cosmwasm.com" [dependencies] -cw-storage-plus = "1" +cw-storage-plus = "1.0.1" cosmwasm-schema = "1.1.0" cosmwasm-std = "1.1.0" schemars = "0.8.1"