Skip to content

Commit

Permalink
Merge pull request #688 from axone-protocol/dependabot/cargo/itertool…
Browse files Browse the repository at this point in the history
…s-0.14.0
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
2 parents 3096153 + f590b9b commit b11e4e9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
15 changes: 12 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/axone-dataverse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cosmwasm-std.workspace = true
cw-storage-plus.workspace = true
cw-utils.workspace = true
cw2.workspace = true
itertools = "0.13.0"
itertools = "0.14.0"
multibase = "0.9.1"
rio_api.workspace = true
ripemd = "0.1.3"
Expand Down
2 changes: 1 addition & 1 deletion contracts/axone-law-stone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cosmwasm-std.workspace = true
cw-storage-plus.workspace = true
cw-utils.workspace = true
cw2.workspace = true
itertools = "0.13.0"
itertools = "0.14.0"
serde.workspace = true
thiserror.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion packages/axone-rdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = { workspace = true }
[dependencies]
base16ct = { version = "0.2.0", features = ["alloc"] }
cosmwasm-std.workspace = true
itertools = "0.13.0"
itertools = "0.14.0"
rio_api.workspace = true
rio_turtle.workspace = true
rio_xml.workspace = true
Expand Down

0 comments on commit b11e4e9

Please sign in to comment.