Skip to content

Commit aad4299

Browse files
authored
Update Rust crate dialoguer to 0.12.0 (#2532)
1 parent ba39baa commit aad4299

File tree

3 files changed

+11
-21
lines changed

3 files changed

+11
-21
lines changed

Cargo.lock

Lines changed: 7 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
@@ -50,7 +50,7 @@ console-subscriber = "0.4.1"
5050
cp_r = "0.5.2"
5151
crossterm = { version = "0.29.0", features = ["event-stream"] }
5252
datatest-stable = { version = "0.3.2", features = ["include-dir"] }
53-
dialoguer = "0.11.0"
53+
dialoguer = "0.12.0"
5454
debug-ignore = "1.0.5"
5555
derive-where = "1.6.0"
5656
duct = "1.1.0"

workspace-hack/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ bit-vec = { version = "0.8.0" }
2121
camino = { version = "1.1.11", default-features = false, features = ["serde1"] }
2222
clap = { version = "4.5.45", features = ["derive", "env", "unicode", "unstable-markdown", "wrap_help"] }
2323
clap_builder = { version = "4.5.44", default-features = false, features = ["color", "env", "std", "suggestions", "unicode", "usage", "wrap_help"] }
24+
console = { version = "0.16.0" }
2425
either = { version = "1.15.0", features = ["use_std"] }
2526
foldhash = { version = "0.1.5" }
2627
form_urlencoded = { version = "1.2.1" }
@@ -93,7 +94,8 @@ futures-sink = { version = "0.3.31" }
9394
percent-encoding = { version = "2.3.1" }
9495
smallvec = { version = "1.15.1", default-features = false, features = ["const_new"] }
9596
tokio = { version = "1.47.1", default-features = false, features = ["net"] }
96-
windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59.0", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_IO", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell"] }
97+
windows-sys-4db8c43aad08e7ae = { package = "windows-sys", version = "0.60.2", features = ["Win32_Globalization", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_JobObjects", "Win32_System_Pipes", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse"] }
98+
windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59.0", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_IO", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Shell"] }
9799
windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52.0", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Environment", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Shell"] }
98100

99101
[target.x86_64-pc-windows-msvc.build-dependencies]

0 commit comments

Comments
 (0)