Skip to content

Commit 6ea40b7

Browse files
chore(deps): Bump itertools from 0.10.5 to 0.11.0
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]>
1 parent 326ad08 commit 6ea40b7

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

Cargo.lock

+20-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ lapin = { version = "2.2.1", default-features = false, features = ["native-tls"]
212212
# API
213213
async-graphql = { version = "5.0.10", default-features = false, optional = true, features = ["chrono"] }
214214
async-graphql-warp = { version = "5.0.10", default-features = false, optional = true }
215-
itertools = { version = "0.10.5", default-features = false, optional = true }
215+
itertools = { version = "0.11.0", default-features = false, optional = true }
216216

217217
# API client
218218
crossterm = { version = "0.26.1", default-features = false, features = ["event-stream"], optional = true }
@@ -345,7 +345,7 @@ azure_storage_blobs = { git = "https://github.com/Azure/azure-sdk-for-rust.git",
345345
azure_storage = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["azurite_workaround"] }
346346
base64 = "0.21.2"
347347
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
348-
itertools = { version = "0.10.5", default-features = false }
348+
itertools = { version = "0.11.0", default-features = false }
349349
libc = "0.2.146"
350350
similar-asserts = "1.4.2"
351351
proptest = "1.2"

vdev/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ glob = { version = "0.3.1", default-features = false }
2323
hex = "0.4.3"
2424
indexmap = { version = "1.9", default-features = false, features = ["serde"] }
2525
indicatif = { version = "0.17.5", features = ["improved_unicode"] }
26-
itertools = "0.10.5"
26+
itertools = "0.11.0"
2727
log = "0.4.19"
2828
once_cell = "1.18"
2929
os_info = { version = "3.7.0", default-features = false }

0 commit comments

Comments
 (0)