mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
fix(deps): update rust crate dialoguer to 0.12.0
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -642,7 +642,6 @@ dependencies = [
|
||||
"encode_unicode",
|
||||
"libc",
|
||||
"once_cell",
|
||||
"unicode-width",
|
||||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
@@ -876,14 +875,13 @@ checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
|
||||
|
||||
[[package]]
|
||||
name = "dialoguer"
|
||||
version = "0.11.0"
|
||||
version = "0.12.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
|
||||
checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
|
||||
dependencies = [
|
||||
"console 0.15.11",
|
||||
"console 0.16.0",
|
||||
"shell-words",
|
||||
"tempfile",
|
||||
"thiserror 1.0.69",
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ uzers = { workspace = true }
|
||||
|
||||
# Crate-specific dependencies
|
||||
crossterm = "0.29.0"
|
||||
dialoguer = "0.11.0"
|
||||
dialoguer = "0.12.0"
|
||||
openssh-keys = "0.6.4"
|
||||
serde_yaml = "0.9.22"
|
||||
which = "8.0.0"
|
||||
|
||||
Reference in New Issue
Block a user