Skip to content

Commit

Permalink
Merge pull request #30831 from MaterializeInc/dependabot/cargo/iterto…
Browse files Browse the repository at this point in the history
…ols-0.12.1

build(deps): bump itertools from 0.10.5 to 0.12.1
  • Loading branch information
def- authored Dec 27, 2024
2 parents c964dca + 7ea3310 commit 115a56b
Show file tree
Hide file tree
Showing 34 changed files with 68 additions and 68 deletions.
66 changes: 33 additions & 33 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 src/adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ governor = "0.6.0"
hex = "0.4.3"
http = "1.1.0"
ipnet = "2.5.0"
itertools = "0.10.5"
itertools = "0.12.1"
launchdarkly-server-sdk = { version = "1.0.0", default-features = false, features = [
"hypertls",
] }
Expand Down
2 changes: 1 addition & 1 deletion src/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ crc32fast = { version = "1.3.2", optional = true }
digest = "0.10.6"
enum-kinds = "0.5.1"
flate2 = "1.0.24"
itertools = "0.10.5"
itertools = "0.12.1"
mz-ore = { path = "../ore", features = ["test"] }
rand = "0.8.5"
regex = "1.7.0"
Expand Down
2 changes: 1 addition & 1 deletion src/catalog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ differential-dataflow = "0.13.2"
fail = { version = "0.5.1", features = ["failpoints"] }
futures = "0.3.25"
ipnet = "2.5.0"
itertools = "0.10.5"
itertools = "0.12.1"
mz-adapter-types = { path = "../adapter-types" }
mz-audit-log = { path = "../audit-log" }
mz-build-info = { path = "../build-info" }
Expand Down
2 changes: 1 addition & 1 deletion src/cluster-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async-trait = "0.1.68"
chrono = { version = "0.4.35", default-features = false, features = ["std"] }
futures = "0.3.25"
http = "1.1.0"
itertools = "0.10.5"
itertools = "0.12.1"
mz-ore = { path = "../ore", features = ["tracing_"] }
mz-proto = { path = "../proto" }
prometheus = { version = "0.13.3", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion src/compute-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workspace = true
[dependencies]
columnation = "0.1.0"
differential-dataflow = "0.13.2"
itertools = "0.10.5"
itertools = "0.12.1"
mz-dyncfg = { path = "../dyncfg" }
mz-expr = { path = "../expr" }
mz-ore = { path = "../ore", features = ["tracing_", "metrics"] }
Expand Down
2 changes: 1 addition & 1 deletion src/compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dec = { version = "0.4.8", features = ["serde"] }
differential-dataflow = "0.13.2"
differential-dogs3 = "0.1.2"
futures = "0.3.25"
itertools = "0.10.5"
itertools = "0.12.1"
lgalloc = "0.4"
mz-build-info = { path = "../build-info" }
mz-cluster = { path = "../cluster" }
Expand Down
2 changes: 1 addition & 1 deletion src/durable-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = "0.1.68"
bytes = { version = "1.3.0" }
differential-dataflow = "0.13.2"
futures = "0.3.25"
itertools = { version = "0.10.5" }
itertools = { version = "0.12.1" }
mz-ore = { path = "../ore", features = ["process"] }
mz-dyncfg = { path = "../dyncfg" }
mz-persist-types = { path = "../persist-types" }
Expand Down
4 changes: 2 additions & 2 deletions src/environmentd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ hyper-tls = "0.6.0"
hyper-util = "0.1.6"
include_dir = "0.7.3"
ipnet = "2.5.0"
itertools = "0.10.5"
itertools = "0.12.1"
jsonwebtoken = "9.2.0"
libc = "0.2.138"
mime = "0.3.16"
Expand Down Expand Up @@ -128,7 +128,7 @@ datadriven = "0.8.0"
fallible-iterator = "0.2.0"
http-body-util = "0.1.2"
insta = { version = "1.32", features = ["json"] }
itertools = "0.10.5"
itertools = "0.12.1"
jsonwebtoken = "9.2.0"
mz-environmentd = { path = "../environmentd", features = ["test"] }
mz-pgrepr = { path = "../pgrepr" }
Expand Down
2 changes: 1 addition & 1 deletion src/expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ enum-iterator = "1.2.0"
fallible-iterator = "0.2.0"
hex = "0.4.3"
hmac = "0.12.1"
itertools = "0.10.5"
itertools = "0.12.1"
md-5 = "0.10.5"
murmur2 = "0.1.0"
mz-lowertest = { path = "../lowertest" }
Expand Down
2 changes: 1 addition & 1 deletion src/fivetran-destination/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bytes = "1.3.0"
clap = { version = "3.2.24", features = ["derive", "env"] }
csv-async = { version = "1.2.6", default-features = false, features = ["tokio"] }
futures = "0.3.25"
itertools = "0.10.5"
itertools = "0.12.1"
mz-ore = { path = "../ore", features = ["cli", "id_gen"], default-features = false }
mz-pgrepr = { path = "../pgrepr", default-features = false }
mz-sql-parser = { path = "../sql-parser", default-features = false }
Expand Down
Loading

0 comments on commit 115a56b

Please sign in to comment.