Skip to content

Commit f76105f

Browse files
Update Rust crate crossterm to 0.29.0
1 parent def6766 commit f76105f

File tree

3 files changed

+86
-28
lines changed

3 files changed

+86
-28
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ const_format = "0.2.34"
391391
cookie = "0.18"
392392
criterion = { version = "0.6.0", features = [ "async_tokio" ] }
393393
crossbeam = "0.8"
394-
crossterm = { version = "0.28.1", features = ["event-stream"] }
394+
crossterm = { version = "0.29.0", features = ["event-stream"] }
395395
# NOTE: if you change the pinned revision of the `crucible` dependencies, you
396396
# must also update the references in package-manifest.toml to match the new
397397
# revision.

workspace-hack/Cargo.toml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"
293293
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
294294
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "std", "system", "xdp"] }
295295
mio = { version = "1.0.2", features = ["net", "os-ext"] }
296-
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
296+
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
297+
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
297298

298299
[target.x86_64-unknown-linux-gnu.build-dependencies]
299300
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
@@ -304,7 +305,8 @@ hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"
304305
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
305306
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "std", "system", "xdp"] }
306307
mio = { version = "1.0.2", features = ["net", "os-ext"] }
307-
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
308+
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
309+
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
308310

309311
[target.x86_64-apple-darwin.dependencies]
310312
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
@@ -313,7 +315,8 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
313315
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
314316
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
315317
mio = { version = "1.0.2", features = ["net", "os-ext"] }
316-
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
318+
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
319+
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
317320

318321
[target.x86_64-apple-darwin.build-dependencies]
319322
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
@@ -322,7 +325,8 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
322325
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
323326
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
324327
mio = { version = "1.0.2", features = ["net", "os-ext"] }
325-
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
328+
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
329+
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
326330

327331
[target.aarch64-apple-darwin.dependencies]
328332
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
@@ -331,7 +335,8 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
331335
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
332336
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
333337
mio = { version = "1.0.2", features = ["net", "os-ext"] }
334-
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
338+
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
339+
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
335340

336341
[target.aarch64-apple-darwin.build-dependencies]
337342
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
@@ -340,7 +345,8 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
340345
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
341346
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
342347
mio = { version = "1.0.2", features = ["net", "os-ext"] }
343-
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
348+
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
349+
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
344350

345351
[target.x86_64-unknown-illumos.dependencies]
346352
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
@@ -352,7 +358,8 @@ hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-sys
352358
indicatif = { version = "0.17.11", features = ["rayon"] }
353359
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
354360
mio = { version = "1.0.2", features = ["net", "os-ext"] }
355-
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
361+
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
362+
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
356363
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
357364
winnow = { version = "0.6.26", features = ["simd"] }
358365

@@ -367,7 +374,8 @@ hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-sys
367374
indicatif = { version = "0.17.11", features = ["rayon"] }
368375
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
369376
mio = { version = "1.0.2", features = ["net", "os-ext"] }
370-
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
377+
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
378+
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
371379
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
372380
winnow = { version = "0.6.26", features = ["simd"] }
373381

0 commit comments

Comments
 (0)