Skip to content

Commit

Permalink
build(deps): bump itertools from 0.10.5 to 0.11.0
Browse files Browse the repository at this point in the history
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.11.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.10.5...v0.11.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent eb20984 commit e6e02de
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 18 deletions.
35 changes: 22 additions & 13 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 crates/relayer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ futures = "0.3.27"
hdpath = "0.6.1"
http = "0.2"
humantime = "2.1"
itertools = "0.10.5"
itertools = "0.11.0"
oneline-eyre = "0.1"
regex = "1.7.1"
serde = { version = "1.0", features = ["serde_derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ subtle-encoding = { version = "0.5", default-features = false }
flex-error = { version = "0.4.4", default-features = false }
derive_more = { version = "0.99.17", default-features = false, features = ["from", "into", "display"] }
uint = { version = "0.9", default-features = false }
itertools = { version = "0.10.3", default-features = false, features = ["use_alloc"] }
itertools = { version = "0.11.0", default-features = false, features = ["use_alloc"] }
primitive-types = { version = "0.12.1", default-features = false, features = ["serde_no_std"] }
dyn-clone = "1.0.8"
num-rational = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ sha2 = "0.10.6"
tiny-keccak = { version = "2.0.2", features = ["keccak"], default-features = false }
ripemd = "0.1.3"
bech32 = "0.9.1"
itertools = "0.10.5"
itertools = "0.11.0"
dirs-next = "2.0.0"
retry = { version = "2.0.0", default-features = false }
async-stream = "0.3.4"
Expand Down
2 changes: 1 addition & 1 deletion tools/query-events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tendermint-rpc = { version = "0.30.0", features = ["http-client"] }

clap = { version = "3.2", features = ["derive"] }
futures = "0.3.27"
itertools = "0.10.5"
itertools = "0.11.0"
tokio = { version = "1.21.2", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
Expand Down
2 changes: 1 addition & 1 deletion tools/test-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1"
serde_yaml = "0.9.16"
itertools = "0.10"
itertools = "0.11"
toml = "0.5"
subtle-encoding = "0.5.1"
sha2 = "0.10.6"
Expand Down

0 comments on commit e6e02de

Please sign in to comment.