Skip to content

Commit d4833bf

Browse files
authored
Merge pull request #32397 from MaterializeInc/dependabot/cargo/simple2-75debfa1be
build(deps): bump the simple2 group with 4 updates
2 parents cfbd2f9 + 14b02a8 commit d4833bf

File tree

17 files changed

+45
-38
lines changed

17 files changed

+45
-38
lines changed

Cargo.lock

Lines changed: 23 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/adapter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ semver = "1.0.26"
8080
serde = "1.0.219"
8181
serde_json = "1.0.127"
8282
serde_plain = "1.0.2"
83-
sha2 = "0.10.8"
83+
sha2 = "0.10.9"
8484
smallvec = { version = "1.14.0", features = ["union"] }
8585
static_assertions = "1.1"
8686
timely = "0.20.0"

src/avro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rand = "0.8.5"
2828
regex = "1.11.1"
2929
serde = { version = "1.0.219", features = ["derive"] }
3030
serde_json = "1.0.127"
31-
sha2 = "0.10.8"
31+
sha2 = "0.10.9"
3232
snap = { version = "1.1.1", optional = true }
3333
tracing = "0.1.37"
3434
uuid = "1.16.0"

src/catalog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ serde = "1.0.219"
5959
serde_json = "1.0.127"
6060
serde_plain = "1.0.2"
6161
static_assertions = "1.1"
62-
sha2 = "0.10.8"
62+
sha2 = "0.10.9"
6363
thiserror = "2.0.12"
6464
timely = "0.20.0"
6565
tokio = { version = "1.44.1" }

src/environmentd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ mz-tracing = { path = "../tracing", optional = true }
7777
nix = "0.26.1"
7878
num_cpus = "1.16.0"
7979
openssl = { version = "0.10.71", features = ["vendored"] }
80-
openssl-sys = { version = "0.9.106", features = ["vendored"] }
80+
openssl-sys = { version = "0.9.108", features = ["vendored"] }
8181
opentelemetry = { version = "0.24.0", features = ["trace"] }
8282
opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio"] }
8383
pin-project = "1.1.10"

src/expr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ seahash = "4.1.0"
5959
serde = { version = "1.0.219", features = ["derive"] }
6060
serde_json = "1.0.127"
6161
sha1 = "0.10.6"
62-
sha2 = "0.10.8"
62+
sha2 = "0.10.9"
6363
subtle = "2.6.1"
6464
timely = "0.20.0"
6565
tracing = "0.1.37"

src/fivetran-destination/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ prost = { version = "0.13.5", features = ["no-recursion-limit"] }
2626
prost-types = { version = "0.13.5" }
2727
serde = { version = "1.0.219", features = ["derive"] }
2828
serde_json = "1.0.127"
29-
sha2 = "0.10.8"
29+
sha2 = "0.10.9"
3030
socket2 = "0.5.8"
3131
thiserror = "2.0.12"
3232
tonic = { version = "0.12.1", features = ["gzip"] }

src/license-keys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ aws-sdk-kms = { version = "1.38.0", default-features = false, features = ["rt-to
2323
base64 = { version = "0.22.1", optional = true }
2424
pem = { version = "3.0.5", optional = true }
2525
serde_json = { version = "1.0.127", optional = true }
26-
sha2 = { version = "0.10.6", optional = true }
26+
sha2 = { version = "0.10.9", optional = true }
2727
uuid = { version = "1.16.0", features = ["v4"], optional = true }
2828

2929
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

src/mz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tabled = "0.10.0"
3535
time = "0.3.17"
3636
tokio = { version = "1.44.1", features = ["full"] }
3737
toml = "0.8.2"
38-
toml_edit = { version = "0.22.24", features = ["serde"] }
38+
toml_edit = { version = "0.22.26", features = ["serde"] }
3939
thiserror = "2.0.12"
4040
uuid = "1.16.0"
4141
url = "2.3.1"

src/npm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ flate2 = "1.1.1"
1515
hex = "0.4.3"
1616
hex-literal = "1.0.0"
1717
reqwest = { version = "0.11.13", features = ["blocking", "native-tls-vendored"] }
18-
sha2 = "0.10.8"
18+
sha2 = "0.10.9"
1919
tar = "0.4.44"
2020
walkdir = "2.5.0"
2121
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional=true }

src/orchestrator-kubernetes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ k8s-openapi = { version = "0.24.0", features = ["v1_30"] }
2626
kube = { version = "0.98.0", default-features = false, features = ["client", "runtime", "ws"] }
2727
serde = { version = "1.0.219", features = ["derive"] }
2828
serde_json = "1.0.127"
29-
sha2 = "0.10.8"
29+
sha2 = "0.10.9"
3030
tokio = "1.44.1"
3131
tracing = "0.1.37"
3232
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

src/orchestratord/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ reqwest = { version = "0.11.13", features = ["json"] }
3636
semver = "1.0.16"
3737
serde = { version = "1.0.219", features = ["derive"] }
3838
serde_json = "1.0.127"
39-
sha2 = "0.10.8"
39+
sha2 = "0.10.9"
4040
thiserror = "2.0.12"
4141
tokio = "1.44.1"
4242
tokio-postgres = "0.7.8"

src/persist-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ serde_json = "1.0.140"
6262
timely = "0.20.0"
6363
thiserror = "2.0.12"
6464
tokio = { version = "1.44.1", default-features = false, features = ["macros", "sync", "rt", "rt-multi-thread", "time"] }
65-
tokio-metrics = "0.4.1"
65+
tokio-metrics = "0.4.2"
6666
tokio-stream = "0.1.17"
6767
tonic = "0.12.1"
6868
tracing = "0.1.37"

src/persist/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ mz-persist-types = { path = "../persist-types" }
4949
mz-postgres-client = { path = "../postgres-client" }
5050
mz-proto = { path = "../proto" }
5151
openssl = { version = "0.10.71", features = ["vendored"] }
52-
openssl-sys = { version = "0.9.106", features = ["vendored"] }
52+
openssl-sys = { version = "0.9.108", features = ["vendored"] }
5353
parquet = { version = "53.3.0", default-features = false, features = ["arrow", "brotli", "flate2", "snap", "lz4", "zstd"] }
5454
postgres-openssl = { version = "0.5.0" }
5555
postgres-protocol = { version = "0.6.5" }
@@ -74,7 +74,7 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = tru
7474
# `asm` feature is enabled since computing SHA256 hashes is taking a
7575
# significant amount of CPU time when uploading data to S3
7676
[dependencies.sha2]
77-
version = "0.10.8"
77+
version = "0.10.9"
7878
features = ["asm"]
7979

8080
[dev-dependencies]

src/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ seahash = "4"
7676
serde = { version = "1.0.219", features = ["derive"] }
7777
serde_json = { version = "1.0.127" }
7878
serde_bytes = { version = "0.11.17" }
79-
sha2 = "0.10.8"
79+
sha2 = "0.10.9"
8080
timely = "0.20.0"
8181
tokio = { version = "1.44.1", features = ["fs", "rt", "sync", "test-util"] }
8282
tokio-postgres = { version = "0.7.8", features = ["serde"] }

src/tls-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ workspace = true
1212
[dependencies]
1313
anyhow = "1.0.98"
1414
openssl = { version = "0.10.71", features = ["vendored"] }
15-
openssl-sys = { version = "0.9.106", features = ["vendored"] }
15+
openssl-sys = { version = "0.9.108", features = ["vendored"] }
1616
postgres-openssl = { version = "0.5.0" }
1717
thiserror = "2.0.12"
1818
tokio = { version = "1.44.1", default-features = false, features = ["fs", "macros", "sync", "rt", "rt-multi-thread"] }

src/workspace-hack/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ num-bigint = { version = "0.4.6" }
9494
num-integer = { version = "0.1.46", features = ["i128"] }
9595
num-traits = { version = "0.2.19", features = ["i128", "libm"] }
9696
openssl = { version = "0.10.72", features = ["vendored"] }
97-
openssl-sys = { version = "0.9.107", default-features = false, features = ["vendored"] }
97+
openssl-sys = { version = "0.9.108", default-features = false, features = ["vendored"] }
9898
parking_lot = { version = "0.12.3", features = ["send_guard"] }
9999
parquet = { version = "53.3.0", default-features = false, features = ["arrow", "async", "brotli", "flate2", "lz4", "snap", "zstd"] }
100100
percent-encoding = { version = "2.3.1" }
@@ -124,7 +124,7 @@ scopeguard = { version = "1.2.0" }
124124
semver = { version = "1.0.26", features = ["serde"] }
125125
serde = { version = "1.0.219", features = ["alloc", "derive", "rc"] }
126126
serde_json = { version = "1.0.140", features = ["alloc", "arbitrary_precision", "float_roundtrip", "preserve_order", "raw_value", "unbounded_depth"] }
127-
sha2 = { version = "0.10.8", features = ["asm"] }
127+
sha2 = { version = "0.10.9", features = ["asm"] }
128128
similar = { version = "2.7.0", features = ["inline", "unicode"] }
129129
smallvec = { version = "1.14.0", default-features = false, features = ["const_new", "serde", "union"] }
130130
socket2 = { version = "0.5.9", default-features = false, features = ["all"] }
@@ -139,7 +139,7 @@ tokio-postgres = { git = "https://github.com/MaterializeInc/rust-postgres", feat
139139
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
140140
tokio-util = { version = "0.7.15", features = ["codec", "compat", "io", "time"] }
141141
toml_datetime = { version = "0.6.9", default-features = false, features = ["serde"] }
142-
toml_edit = { version = "0.22.24", features = ["serde"] }
142+
toml_edit = { version = "0.22.26", features = ["serde"] }
143143
tonic = { version = "0.12.3", features = ["gzip"] }
144144
tower-9fbad63c4bcf4a8f = { package = "tower", version = "0.4.13", features = ["balance", "buffer", "filter", "limit", "load-shed", "retry", "timeout", "util"] }
145145
tower-d8f496e17d97b5cb = { package = "tower", version = "0.5.2", default-features = false, features = ["buffer", "filter", "log", "make", "util"] }
@@ -236,7 +236,7 @@ num-bigint = { version = "0.4.6" }
236236
num-integer = { version = "0.1.46", features = ["i128"] }
237237
num-traits = { version = "0.2.19", features = ["i128", "libm"] }
238238
openssl = { version = "0.10.72", features = ["vendored"] }
239-
openssl-sys = { version = "0.9.107", default-features = false, features = ["vendored"] }
239+
openssl-sys = { version = "0.9.108", default-features = false, features = ["vendored"] }
240240
parking_lot = { version = "0.12.3", features = ["send_guard"] }
241241
parquet = { version = "53.3.0", default-features = false, features = ["arrow", "async", "brotli", "flate2", "lz4", "snap", "zstd"] }
242242
percent-encoding = { version = "2.3.1" }
@@ -267,7 +267,7 @@ scopeguard = { version = "1.2.0" }
267267
semver = { version = "1.0.26", features = ["serde"] }
268268
serde = { version = "1.0.219", features = ["alloc", "derive", "rc"] }
269269
serde_json = { version = "1.0.140", features = ["alloc", "arbitrary_precision", "float_roundtrip", "preserve_order", "raw_value", "unbounded_depth"] }
270-
sha2 = { version = "0.10.8", features = ["asm"] }
270+
sha2 = { version = "0.10.9", features = ["asm"] }
271271
similar = { version = "2.7.0", features = ["inline", "unicode"] }
272272
smallvec = { version = "1.14.0", default-features = false, features = ["const_new", "serde", "union"] }
273273
socket2 = { version = "0.5.9", default-features = false, features = ["all"] }
@@ -283,7 +283,7 @@ tokio-postgres = { git = "https://github.com/MaterializeInc/rust-postgres", feat
283283
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
284284
tokio-util = { version = "0.7.15", features = ["codec", "compat", "io", "time"] }
285285
toml_datetime = { version = "0.6.9", default-features = false, features = ["serde"] }
286-
toml_edit = { version = "0.22.24", features = ["serde"] }
286+
toml_edit = { version = "0.22.26", features = ["serde"] }
287287
tonic = { version = "0.12.3", features = ["gzip"] }
288288
tower-9fbad63c4bcf4a8f = { package = "tower", version = "0.4.13", features = ["balance", "buffer", "filter", "limit", "load-shed", "retry", "timeout", "util"] }
289289
tower-d8f496e17d97b5cb = { package = "tower", version = "0.5.2", default-features = false, features = ["buffer", "filter", "log", "make", "util"] }

0 commit comments

Comments
 (0)