Skip to content

Commit

Permalink
chore(deps): update rust crate itertools to 0.12.0 (#1918)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent 8798f31 commit 634333f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
25 changes: 17 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ futures = "0.3.29"
thiserror = "1.0.50"
serde = "1.0.192"
toml = "0.5.10"
itertools = "0.11.0"
itertools = "0.12.0"
humantime-serde = "1.1.1"
cid = "0.11.0"
libipld = "0.16.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/nox-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bs58 = { workspace = true }
eyre = { workspace = true }
libp2p = { workspace = true }
libp2p-kad = { workspace = true }
itertools = "0.11.0"
itertools = "0.12.0"
futures = { workspace = true }
base64 = { workspace = true }

Expand Down

0 comments on commit 634333f

Please sign in to comment.