diff --git a/Cargo.lock b/Cargo.lock index a56f4e36..7fc10dd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -658,9 +658,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" +checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" dependencies = [ "either", ] @@ -750,7 +750,7 @@ dependencies = [ "cw-storage-plus 1.1.0", "cw-utils 1.0.2", "cw2 1.1.1", - "itertools 0.11.0", + "itertools 0.12.0", "okp4-logic-bindings", "okp4-objectarium", "okp4-objectarium-client", @@ -771,7 +771,7 @@ dependencies = [ "cw-storage-plus 1.1.0", "cw-utils 1.0.2", "cw2 1.1.1", - "itertools 0.11.0", + "itertools 0.12.0", "okp4-logic-bindings", "okp4-objectarium", "okp4-objectarium-client", diff --git a/contracts/okp4-dataverse/Cargo.toml b/contracts/okp4-dataverse/Cargo.toml index 97a84be9..9abdf1a1 100644 --- a/contracts/okp4-dataverse/Cargo.toml +++ b/contracts/okp4-dataverse/Cargo.toml @@ -34,7 +34,7 @@ cosmwasm-storage.workspace = true cw-storage-plus.workspace = true cw-utils.workspace = true cw2.workspace = true -itertools = "0.11.0" +itertools = "0.12.0" okp4-logic-bindings.workspace = true okp4-objectarium-client.workspace = true okp4-objectarium.workspace = true diff --git a/contracts/okp4-law-stone/Cargo.toml b/contracts/okp4-law-stone/Cargo.toml index 883f4eb4..a98aa729 100644 --- a/contracts/okp4-law-stone/Cargo.toml +++ b/contracts/okp4-law-stone/Cargo.toml @@ -34,7 +34,7 @@ cosmwasm-storage.workspace = true cw-storage-plus.workspace = true cw-utils.workspace = true cw2.workspace = true -itertools = "0.11.0" +itertools = "0.12.0" okp4-logic-bindings.workspace = true okp4-objectarium-client.workspace = true okp4-objectarium.workspace = true