Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
term: Update `inquire` crate
✗ CI failure cloudhead committed 2 years ago
commit f17df8822954871875468ddac13c3d3c9200eea8
parent 574ac3566bd465d5306cd58d17ff9c87a5118ddd
1 failed (1 total) View logs
2 files changed +25 -25
modified Cargo.lock
@@ -860,7 +860,7 @@ checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
dependencies = [
 "cfg-if",
 "libc",
-
 "redox_syscall 0.4.1",
+
 "redox_syscall",
 "windows-sys 0.52.0",
]

@@ -929,6 +929,15 @@ dependencies = [
]

[[package]]
+
name = "fxhash"
+
version = "0.2.1"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
+
dependencies = [
+
 "byteorder",
+
]
+

+
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1587,17 +1596,17 @@ dependencies = [

[[package]]
name = "inquire"
-
version = "0.6.2"
+
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c33e7c1ddeb15c9abcbfef6029d8e29f69b52b6d6c891031b88ed91b5065803b"
+
checksum = "fe95f33091b9b7b517a5849bce4dce1b550b430fc20d58059fcaa319ed895d8b"
dependencies = [
-
 "bitflags 1.3.2",
+
 "bitflags 2.4.2",
 "dyn-clone",
-
 "lazy_static",
+
 "fxhash",
 "newline-converter",
+
 "once_cell",
 "tempfile",
-
 "termion 1.5.6",
-
 "thiserror",
+
 "termion 2.0.3",
 "unicode-segmentation",
 "unicode-width",
]
@@ -1694,7 +1703,7 @@ checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
dependencies = [
 "bitflags 2.4.2",
 "libc",
-
 "redox_syscall 0.4.1",
+
 "redox_syscall",
]

[[package]]
@@ -1852,9 +1861,9 @@ dependencies = [

[[package]]
name = "newline-converter"
-
version = "0.2.2"
+
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1f71d09d5c87634207f894c6b31b6a2b2c64ea3bdcf71bd5599fdbbe1600c00f"
+
checksum = "47b6b097ecb1cbfed438542d16e84fd7ad9b0c76c8a65b7f9039212a3d14dc7f"
dependencies = [
 "unicode-segmentation",
]
@@ -2057,7 +2066,7 @@ checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
dependencies = [
 "cfg-if",
 "libc",
-
 "redox_syscall 0.4.1",
+
 "redox_syscall",
 "smallvec",
 "windows-targets 0.48.5",
]
@@ -2645,15 +2654,6 @@ dependencies = [

[[package]]
name = "redox_syscall"
-
version = "0.2.16"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
-
dependencies = [
-
 "bitflags 1.3.2",
-
]
-

-
[[package]]
-
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
@@ -3157,20 +3157,20 @@ checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
dependencies = [
 "cfg-if",
 "fastrand",
-
 "redox_syscall 0.4.1",
+
 "redox_syscall",
 "rustix",
 "windows-sys 0.52.0",
]

[[package]]
name = "termion"
-
version = "1.5.6"
+
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
+
checksum = "c4648c7def6f2043b2568617b9f9b75eae88ca185dbc1f1fda30e95a85d49d7d"
dependencies = [
 "libc",
+
 "libredox",
 "numtoa",
-
 "redox_syscall 0.2.16",
 "redox_termios",
]

modified radicle-term/Cargo.toml
@@ -14,7 +14,7 @@ default = ["git2"]
[dependencies]
anyhow = { version = "1" }
anstyle-query = { version = "1.0.0" }
-
inquire = { version = "0.6.2", default-features = false, features = ["termion", "editor"] }
+
inquire = { version = "0.7.4", default-features = false, features = ["termion", "editor"] }
libc = { version = "0.2" }
once_cell = { version = "1.13" }
shlex = { version = "1.1" }