Skip to content

Commit 117b1ec

Browse files
Update Rust crate crossterm to 0.29.0 (#8416)
1 parent c3ff658 commit 117b1ec

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
@@ -401,7 +401,7 @@ const_format = "0.2.34"
401401
cookie = "0.18"
402402
criterion = { version = "0.6.0", features = [ "async_tokio" ] }
403403
crossbeam = "0.8"
404-
crossterm = { version = "0.28.1", features = ["event-stream"] }
404+
crossterm = { version = "0.29.0", features = ["event-stream"] }
405405
# NOTE: if you change the pinned revision of the `crucible` dependencies, you
406406
# must also update the references in package-manifest.toml to match the new
407407
# revision.

workspace-hack/Cargo.toml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@ hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"
299299
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
300300
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"] }
301301
mio = { version = "1.0.2", features = ["net", "os-ext"] }
302-
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
302+
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
303+
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
303304

304305
[target.x86_64-unknown-linux-gnu.build-dependencies]
305306
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.1", default-features = false, features = ["std"] }
@@ -310,7 +311,8 @@ hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"
310311
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
311312
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"] }
312313
mio = { version = "1.0.2", features = ["net", "os-ext"] }
313-
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
314+
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
315+
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
314316

315317
[target.x86_64-apple-darwin.dependencies]
316318
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.1", default-features = false, features = ["std"] }
@@ -319,7 +321,8 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
319321
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
320322
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
321323
mio = { version = "1.0.2", features = ["net", "os-ext"] }
322-
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
324+
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
325+
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
323326

324327
[target.x86_64-apple-darwin.build-dependencies]
325328
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.1", default-features = false, features = ["std"] }
@@ -328,7 +331,8 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
328331
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
329332
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
330333
mio = { version = "1.0.2", features = ["net", "os-ext"] }
331-
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
334+
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
335+
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
332336

333337
[target.aarch64-apple-darwin.dependencies]
334338
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.1", default-features = false, features = ["std"] }
@@ -337,7 +341,8 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
337341
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
338342
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
339343
mio = { version = "1.0.2", features = ["net", "os-ext"] }
340-
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
344+
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
345+
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
341346

342347
[target.aarch64-apple-darwin.build-dependencies]
343348
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.1", default-features = false, features = ["std"] }
@@ -346,7 +351,8 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
346351
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
347352
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
348353
mio = { version = "1.0.2", features = ["net", "os-ext"] }
349-
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
354+
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
355+
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
350356

351357
[target.x86_64-unknown-illumos.dependencies]
352358
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.1", default-features = false, features = ["std"] }
@@ -357,7 +363,8 @@ hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"
357363
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
358364
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
359365
mio = { version = "1.0.2", features = ["net", "os-ext"] }
360-
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
366+
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
367+
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
361368
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
362369
winnow = { version = "0.6.26", features = ["simd"] }
363370

@@ -371,7 +378,8 @@ hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"
371378
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
372379
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
373380
mio = { version = "1.0.2", features = ["net", "os-ext"] }
374-
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
381+
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
382+
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
375383
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
376384
winnow = { version = "0.6.26", features = ["simd"] }
377385

0 commit comments

Comments
 (0)