Skip to content

Commit cefacbe

Browse files
dependabot[bot]def-
authored andcommitted
build(deps): bump the simple1 group with 6 updates
Bumps the simple1 group with 6 updates: | Package | From | To | | --- | --- | --- | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.5` | `1.1.8` | | [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) | `1.9.6` | `1.9.8` | | [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) | `1.3.5` | `1.3.6` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.1.1` | `2.1.2` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.51` | `1.2.52` | | [aws-runtime](https://github.com/smithy-lang/smithy-rs) | `1.5.17` | `1.5.18` | Updates `flate2` from 1.1.5 to 1.1.8 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.5...1.1.8) Updates `aws-smithy-runtime` from 1.9.6 to 1.9.8 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-types` from 1.3.5 to 1.3.6 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `assert_cmd` from 2.1.1 to 2.1.2 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.1.1...v2.1.2) Updates `cc` from 1.2.51 to 1.2.52 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.51...cc-v1.2.52) Updates `aws-runtime` from 1.5.17 to 1.5.18 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) --- updated-dependencies: - dependency-name: flate2 dependency-version: 1.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple1 - dependency-name: aws-smithy-runtime dependency-version: 1.9.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple1 - dependency-name: aws-smithy-types dependency-version: 1.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple1 - dependency-name: assert_cmd dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple1 - dependency-name: cc dependency-version: 1.2.52 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple1 - dependency-name: aws-runtime dependency-version: 1.5.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple1 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f90d13f commit cefacbe

9 files changed

Lines changed: 41 additions & 50 deletions

File tree

Cargo.lock

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

src/avro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ chrono = { version = "0.4.39", default-features = false, features = ["std"] }
2121
crc32fast = { version = "1.3.2", optional = true }
2222
digest = "0.10.7"
2323
enum-kinds = "0.5.1"
24-
flate2 = "1.1.5"
24+
flate2 = "1.1.8"
2525
itertools = "0.14.0"
2626
mz-ore = { path = "../ore", features = ["test"] }
2727
rand = "0.9.2"

src/aws-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ aws-sdk-s3 = { version = "1.94.0", default-features = false, features = [
1616
"rt-tokio",
1717
], optional = true }
1818
aws-smithy-runtime-api = "1.9.2"
19-
aws-smithy-runtime = { version = "1.9.6", features = ["connector-hyper-0-14-x"] }
19+
aws-smithy-runtime = { version = "1.9.8", features = ["connector-hyper-0-14-x"] }
2020
aws-smithy-types = { version = "1.1.8", features = ["byte-stream-poll-next"] }
2121
aws-types = "1.3.9"
2222
bytes = "1.10.1"

src/environmentd/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ uuid = "1.19.0"
131131
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
132132

133133
[dev-dependencies]
134-
assert_cmd = "2.1.1"
134+
assert_cmd = "2.1.2"
135135
bytes = "1.10.1"
136136
datadriven = "0.9.0"
137137
fallible-iterator = "0.2.0"
138-
flate2 = "1.1.5"
138+
flate2 = "1.1.8"
139139
http-body-util = "0.1.3"
140140
insta = { version = "1.45", features = ["json"] }
141141
itertools = "0.14.0"
@@ -165,7 +165,7 @@ tokio-postgres = { version = "0.7.15", features = ["with-chrono-0_4"] }
165165

166166
[build-dependencies]
167167
anyhow = "1.0.100"
168-
cc = "1.2.51"
168+
cc = "1.2.52"
169169
mz-npm = { path = "../npm" }
170170

171171
[features]

src/mz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ url = "2.5.8"
4242
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
4343

4444
[dev-dependencies]
45-
assert_cmd = "2.1.1"
45+
assert_cmd = "2.1.2"
4646

4747
[target.'cfg(target_os = "macos")'.dependencies]
4848
security-framework = "2.10.0"

src/npm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workspace = true
1111

1212
[dependencies]
1313
anyhow = "1.0.100"
14-
flate2 = "1.1.5"
14+
flate2 = "1.1.8"
1515
hex = "0.4.3"
1616
hex-literal = "1.1.0"
1717
reqwest = { version = "0.12.28", features = ["blocking", "native-tls-vendored"] }

src/prof/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = true
1313
[dependencies]
1414
anyhow = "1.0.100"
1515
backtrace = "0.3.76"
16-
flate2 = "1.1.5"
16+
flate2 = "1.1.8"
1717
itertools = "0.14.0"
1818
jemalloc_pprof = { version = "0.8.1", optional = true }
1919
pprof_util = "0.8"

src/testdrive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bytes = "1.10.1"
2222
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
2323
clap = { version = "4.5.23", features = ["derive"] }
2424
duckdb = { version = "1.4.3", default-features = false, features = ["bundled", "native-tls"] }
25-
flate2 = "1.1.5"
25+
flate2 = "1.1.8"
2626
futures = "0.3.31"
2727
globset = "0.4.18"
2828
hex = "0.4.3"

src/workspace-hack/Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ arrow-schema = { version = "57.1.0", default-features = false, features = ["ffi"
2828
async-compression = { git = "https://github.com/MaterializeInc/async-compression.git", rev = "fe7411eb6104a02a89e2c3a76ab326dd6594214d", default-features = false, features = ["brotli", "bzip2-sys", "gzip", "tokio", "xz", "zlib", "zstd"] }
2929
aws-config = { version = "1.8.12", default-features = false, features = ["sso"] }
3030
aws-credential-types = { version = "1.2.11", default-features = false, features = ["hardcoded-credentials", "test-util"] }
31-
aws-runtime = { version = "1.5.17", default-features = false, features = ["event-stream", "http-02x"] }
31+
aws-runtime = { version = "1.5.18", default-features = false, features = ["event-stream", "http-02x"] }
3232
aws-sdk-sts = { version = "1.95.0", default-features = false, features = ["rt-tokio"] }
3333
aws-sigv4 = { version = "1.3.7", features = ["http0-compat", "sign-eventstream"] }
3434
aws-smithy-async = { version = "1.2.7", default-features = false, features = ["rt-tokio"] }
3535
aws-smithy-http = { version = "0.62.6", default-features = false, features = ["event-stream"] }
36-
aws-smithy-runtime = { version = "1.9.6", default-features = false, features = ["client", "connector-hyper-0-14-x"] }
37-
aws-smithy-runtime-api = { version = "1.9.3", features = ["client", "http-02x", "http-auth", "test-util"] }
38-
aws-smithy-types = { version = "1.3.5", default-features = false, features = ["byte-stream-poll-next", "http-body-0-4-x", "http-body-1-x", "rt-tokio", "test-util"] }
36+
aws-smithy-runtime = { version = "1.9.8", default-features = false, features = ["client", "connector-hyper-0-14-x"] }
37+
aws-smithy-runtime-api = { version = "1.10.0", features = ["client", "http-02x", "http-auth", "test-util"] }
38+
aws-smithy-types = { version = "1.3.6", default-features = false, features = ["byte-stream-poll-next", "http-body-0-4-x", "http-body-1-x", "rt-tokio", "test-util"] }
3939
axum = { version = "0.7.9", features = ["ws"] }
4040
axum-core = { version = "0.4.5", default-features = false, features = ["tracing"] }
4141
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
@@ -64,7 +64,7 @@ either = { version = "1.15.0", features = ["use_std"] }
6464
event-listener = { version = "5.4.1" }
6565
event-listener-strategy = { version = "0.5.4" }
6666
fastrand = { version = "2.3.0" }
67-
flate2 = { version = "1.1.5", features = ["zlib", "zlib-rs"] }
67+
flate2 = { version = "1.1.8", features = ["zlib", "zlib-rs"] }
6868
form_urlencoded = { version = "1.2.2" }
6969
futures-channel = { version = "0.3.31", features = ["sink"] }
7070
futures-core = { version = "0.3.31" }
@@ -172,14 +172,14 @@ arrow-schema = { version = "57.1.0", default-features = false, features = ["ffi"
172172
async-compression = { git = "https://github.com/MaterializeInc/async-compression.git", rev = "fe7411eb6104a02a89e2c3a76ab326dd6594214d", default-features = false, features = ["brotli", "bzip2-sys", "gzip", "tokio", "xz", "zlib", "zstd"] }
173173
aws-config = { version = "1.8.12", default-features = false, features = ["sso"] }
174174
aws-credential-types = { version = "1.2.11", default-features = false, features = ["hardcoded-credentials", "test-util"] }
175-
aws-runtime = { version = "1.5.17", default-features = false, features = ["event-stream", "http-02x"] }
175+
aws-runtime = { version = "1.5.18", default-features = false, features = ["event-stream", "http-02x"] }
176176
aws-sdk-sts = { version = "1.95.0", default-features = false, features = ["rt-tokio"] }
177177
aws-sigv4 = { version = "1.3.7", features = ["http0-compat", "sign-eventstream"] }
178178
aws-smithy-async = { version = "1.2.7", default-features = false, features = ["rt-tokio"] }
179179
aws-smithy-http = { version = "0.62.6", default-features = false, features = ["event-stream"] }
180-
aws-smithy-runtime = { version = "1.9.6", default-features = false, features = ["client", "connector-hyper-0-14-x"] }
181-
aws-smithy-runtime-api = { version = "1.9.3", features = ["client", "http-02x", "http-auth", "test-util"] }
182-
aws-smithy-types = { version = "1.3.5", default-features = false, features = ["byte-stream-poll-next", "http-body-0-4-x", "http-body-1-x", "rt-tokio", "test-util"] }
180+
aws-smithy-runtime = { version = "1.9.8", default-features = false, features = ["client", "connector-hyper-0-14-x"] }
181+
aws-smithy-runtime-api = { version = "1.10.0", features = ["client", "http-02x", "http-auth", "test-util"] }
182+
aws-smithy-types = { version = "1.3.6", default-features = false, features = ["byte-stream-poll-next", "http-body-0-4-x", "http-body-1-x", "rt-tokio", "test-util"] }
183183
axum = { version = "0.7.9", features = ["ws"] }
184184
axum-core = { version = "0.4.5", default-features = false, features = ["tracing"] }
185185
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
@@ -191,7 +191,7 @@ bstr = { version = "1.12.1" }
191191
bytemuck = { version = "1.24.0", default-features = false, features = ["latest_stable_rust"] }
192192
bytes = { version = "1.10.1", features = ["serde"] }
193193
cast = { version = "0.3.0", default-features = false, features = ["std"] }
194-
cc = { version = "1.2.51", default-features = false, features = ["parallel"] }
194+
cc = { version = "1.2.52", default-features = false, features = ["parallel"] }
195195
chrono = { version = "0.4.41", features = ["serde"] }
196196
clang-sys = { version = "1.8.1", default-features = false, features = ["clang_11_0", "runtime"] }
197197
clap = { version = "4.5.23", features = ["derive", "env", "string", "wrap_help"] }
@@ -211,7 +211,7 @@ either = { version = "1.15.0", features = ["use_std"] }
211211
event-listener = { version = "5.4.1" }
212212
event-listener-strategy = { version = "0.5.4" }
213213
fastrand = { version = "2.3.0" }
214-
flate2 = { version = "1.1.5", features = ["zlib", "zlib-rs"] }
214+
flate2 = { version = "1.1.8", features = ["zlib", "zlib-rs"] }
215215
form_urlencoded = { version = "1.2.2" }
216216
futures-channel = { version = "0.3.31", features = ["sink"] }
217217
futures-core = { version = "0.3.31" }

0 commit comments

Comments
 (0)