Skip to content

Commit 2a2865e

Browse files
dependabot[bot]def-
authored andcommitted
build(deps): bump the simple1 group with 5 updates
Bumps the simple1 group with 5 updates: | Package | From | To | | --- | --- | --- | | [governor](https://github.com/boinkor-net/governor) | `0.10.1` | `0.10.2` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.17` | `0.1.18` | | [buildid](https://github.com/jmesmon/buildid) | `1.0.3` | `1.0.4` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.45` | `1.2.46` | | [libz-sys](https://github.com/rust-lang/libz-sys) | `1.1.22` | `1.1.23` | Updates `governor` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/boinkor-net/governor/releases) - [Changelog](https://github.com/boinkor-net/governor/blob/master/release.toml) - [Commits](boinkor-net/governor@v0.10.1...v0.10.2) Updates `hyper-util` from 0.1.17 to 0.1.18 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.17...v0.1.18) Updates `buildid` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/jmesmon/buildid/releases) - [Changelog](https://github.com/codyps/buildid/blob/master/CHANGELOG.md) - [Commits](codyps/buildid@buildid-v1.0.3...buildid-v1.0.4) Updates `cc` from 1.2.45 to 1.2.46 - [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.45...cc-v1.2.46) Updates `libz-sys` from 1.1.22 to 1.1.23 - [Release notes](https://github.com/rust-lang/libz-sys/releases) - [Commits](rust-lang/libz-sys@1.1.22...1.1.23) --- updated-dependencies: - dependency-name: governor dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple1 - dependency-name: hyper-util dependency-version: 0.1.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple1 - dependency-name: buildid dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple1 - dependency-name: cc dependency-version: 1.2.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple1 - dependency-name: libz-sys dependency-version: 1.1.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple1 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b76e3a3 commit 2a2865e

File tree

8 files changed

+47
-45
lines changed

8 files changed

+47
-45
lines changed

Cargo.lock

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

src/balancerd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ futures = "0.3.31"
2222
humantime = "2.2.0"
2323
hyper = { version = "1.4.1", features = ["http1", "server"] }
2424
hyper-openssl = "0.10.2"
25-
hyper-util = "0.1.17"
25+
hyper-util = "0.1.18"
2626
jsonwebtoken = "9.3.1"
2727
launchdarkly-server-sdk = { version = "2.5.1", default-features = false }
2828
mz-alloc = { path = "../alloc" }

src/build-info/Cargo.toml

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

1212
[dependencies]
13-
buildid = "1.0.3"
13+
buildid = "1.0.4"
1414
compile-time-run = "0.2.12"
1515
hex = "0.4.3"
1616
semver = { version = "1.0.27", optional = true }

src/ccsr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = tru
2828

2929
[dev-dependencies]
3030
hyper = { version = "1.4.1", features = ["server"] }
31-
hyper-util = "0.1.17"
31+
hyper-util = "0.1.18"
3232
mz-ore = { path = "../ore", features = ["async", "test"] }
3333
serde_json = "1.0.145"
3434
tokio = { version = "1.44.1", features = ["macros"] }

src/clusterd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ clap = { version = "4.5.23", features = ["derive", "env"] }
1616
fail = { version = "0.5.1", features = ["failpoints"] }
1717
futures = "0.3.31"
1818
hyper = "1.4.1"
19-
hyper-util = "0.1.17"
19+
hyper-util = "0.1.18"
2020
mz-alloc = { path = "../alloc" }
2121
mz-alloc-default = { path = "../alloc-default", optional = true }
2222
mz-build-info = { path = "../build-info" }

src/environmentd/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ humantime = "2.2.0"
3131
hyper = { version = "1.4.1", features = ["http1", "server"] }
3232
hyper-openssl = "0.10.2"
3333
hyper-tls = "0.6.0"
34-
hyper-util = "0.1.17"
34+
hyper-util = "0.1.18"
3535
include_dir = "0.7.4"
3636
ipnet = "2.11.0"
3737
itertools = "0.14.0"
@@ -165,7 +165,7 @@ tokio-postgres = { version = "0.7.8", features = ["with-chrono-0_4"] }
165165

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

171171
[features]

src/ore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tonic = { version = "0.12.1", features = ["transport"], optional = true }
8686
tokio-native-tls = { version = "0.3.1", optional = true }
8787
native-tls = { version = "0.2.14", features = ["alpn"], optional = true }
8888
hyper-tls = { version = "0.6.0", optional = true }
89-
hyper-util = { version = "0.1.17", optional = true }
89+
hyper-util = { version = "0.1.18", optional = true }
9090
opentelemetry = { version = "0.24.0", features = ["trace"], optional = true }
9191
opentelemetry-otlp = { version = "0.17.0", optional = true }
9292
opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio"], optional = true }

src/workspace-hack/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ half = { version = "2.6.0", features = ["num-traits"] }
7474
hashbrown-3575ec1268b04181 = { package = "hashbrown", version = "0.15.3" }
7575
hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14.5", default-features = false, features = ["allocator-api2", "inline-more", "raw"] }
7676
hyper = { version = "0.14.27", features = ["client", "http1", "http2", "stream", "tcp"] }
77-
hyper-util = { version = "0.1.17", features = ["client-legacy", "server-auto", "service", "tracing"] }
77+
hyper-util = { version = "0.1.18", features = ["client-legacy", "server-auto", "service", "tracing"] }
7878
insta = { version = "1.43.2", features = ["json"] }
7979
itertools = { version = "0.13.0" }
8080
libc = { version = "0.2.177", features = ["extra_traits", "use_std"] }
81-
libz-sys = { version = "1.1.22", features = ["static"] }
81+
libz-sys = { version = "1.1.23", features = ["static"] }
8282
lock_api = { version = "0.4.14", features = ["serde"] }
8383
log = { version = "0.4.28", default-features = false, features = ["std"] }
8484
lru = { version = "0.12.5" }
@@ -185,7 +185,7 @@ brotli = { version = "8.0.2" }
185185
bstr = { version = "1.12.1" }
186186
bytemuck = { version = "1.24.0", default-features = false, features = ["latest_stable_rust"] }
187187
bytes = { version = "1.10.1", features = ["serde"] }
188-
cc = { version = "1.2.45", default-features = false, features = ["parallel"] }
188+
cc = { version = "1.2.46", default-features = false, features = ["parallel"] }
189189
chrono = { version = "0.4.41", features = ["serde"] }
190190
clang-sys = { version = "1.3.0", default-features = false, features = ["clang_11_0", "runtime"] }
191191
clap = { version = "4.5.23", features = ["derive", "env", "string", "wrap_help"] }
@@ -221,11 +221,11 @@ half = { version = "2.6.0", features = ["num-traits"] }
221221
hashbrown-3575ec1268b04181 = { package = "hashbrown", version = "0.15.3" }
222222
hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14.5", default-features = false, features = ["allocator-api2", "inline-more", "raw"] }
223223
hyper = { version = "0.14.27", features = ["client", "http1", "http2", "stream", "tcp"] }
224-
hyper-util = { version = "0.1.17", features = ["client-legacy", "server-auto", "service", "tracing"] }
224+
hyper-util = { version = "0.1.18", features = ["client-legacy", "server-auto", "service", "tracing"] }
225225
insta = { version = "1.43.2", features = ["json"] }
226226
itertools = { version = "0.13.0" }
227227
libc = { version = "0.2.177", features = ["extra_traits", "use_std"] }
228-
libz-sys = { version = "1.1.22", features = ["static"] }
228+
libz-sys = { version = "1.1.23", features = ["static"] }
229229
lock_api = { version = "0.4.14", features = ["serde"] }
230230
log = { version = "0.4.28", default-features = false, features = ["std"] }
231231
lru = { version = "0.12.5" }
@@ -313,7 +313,7 @@ zstd-sys = { version = "2.0.16", features = ["std"] }
313313
[target.x86_64-unknown-linux-gnu.dependencies]
314314
bitflags = { version = "2.9.4", default-features = false, features = ["std"] }
315315
hyper = { version = "0.14.27", default-features = false, features = ["runtime"] }
316-
hyper-util = { version = "0.1.17", default-features = false, features = ["client-proxy", "client-proxy-system"] }
316+
hyper-util = { version = "0.1.18", default-features = false, features = ["client-proxy", "client-proxy-system"] }
317317
idna = { version = "1.0.3" }
318318
linux-raw-sys-274715c4dabd11b0 = { package = "linux-raw-sys", version = "0.9.4", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "prctl"] }
319319
linux-raw-sys-9fbad63c4bcf4a8f = { package = "linux-raw-sys", version = "0.4.15", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "std", "xdp"] }
@@ -329,7 +329,7 @@ tower-http = { version = "0.6.6", default-features = false, features = ["follow-
329329
[target.x86_64-unknown-linux-gnu.build-dependencies]
330330
bitflags = { version = "2.9.4", default-features = false, features = ["std"] }
331331
hyper = { version = "0.14.27", default-features = false, features = ["runtime"] }
332-
hyper-util = { version = "0.1.17", default-features = false, features = ["client-proxy", "client-proxy-system"] }
332+
hyper-util = { version = "0.1.18", default-features = false, features = ["client-proxy", "client-proxy-system"] }
333333
idna = { version = "1.0.3" }
334334
linux-raw-sys-274715c4dabd11b0 = { package = "linux-raw-sys", version = "0.9.4", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "prctl"] }
335335
linux-raw-sys-9fbad63c4bcf4a8f = { package = "linux-raw-sys", version = "0.4.15", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "std", "xdp"] }
@@ -345,7 +345,7 @@ tower-http = { version = "0.6.6", default-features = false, features = ["follow-
345345
[target.x86_64-apple-darwin.dependencies]
346346
bitflags = { version = "2.9.4", default-features = false, features = ["std"] }
347347
hyper = { version = "0.14.27", default-features = false, features = ["runtime"] }
348-
hyper-util = { version = "0.1.17", default-features = false, features = ["client-proxy", "client-proxy-system"] }
348+
hyper-util = { version = "0.1.18", default-features = false, features = ["client-proxy", "client-proxy-system"] }
349349
idna = { version = "1.0.3" }
350350
miniz_oxide = { version = "0.8.9", default-features = false, features = ["simd", "with-alloc"] }
351351
native-tls = { version = "0.2.14", default-features = false, features = ["vendored"] }
@@ -358,7 +358,7 @@ tower-http = { version = "0.6.6", default-features = false, features = ["follow-
358358
[target.x86_64-apple-darwin.build-dependencies]
359359
bitflags = { version = "2.9.4", default-features = false, features = ["std"] }
360360
hyper = { version = "0.14.27", default-features = false, features = ["runtime"] }
361-
hyper-util = { version = "0.1.17", default-features = false, features = ["client-proxy", "client-proxy-system"] }
361+
hyper-util = { version = "0.1.18", default-features = false, features = ["client-proxy", "client-proxy-system"] }
362362
idna = { version = "1.0.3" }
363363
miniz_oxide = { version = "0.8.9", default-features = false, features = ["simd", "with-alloc"] }
364364
native-tls = { version = "0.2.14", default-features = false, features = ["vendored"] }

0 commit comments

Comments
 (0)