Bump tui from 0.18.0 to 0.19.0, crossterm from 0.22.1 to 0.25 (#2274)

* Bump tui from 0.18.0 to 0.19.0, crossterm from 0.22.1 to 0.25

Dependabot couldn't find the original pull request head commit, 07b732fded52e9c960a880710489c31e753a7cba.

* Bump crossterm

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: George Pollard <gpollard@microsoft.com>
This commit is contained in:
dependabot[bot]
2023-02-20 12:22:54 +13:00
committed by GitHub
parent 2ac50624c5
commit 740e4c9745
3 changed files with 19 additions and 61 deletions

71
src/agent/Cargo.lock generated
View File

@ -575,30 +575,14 @@ dependencies = [
[[package]] [[package]]
name = "crossterm" name = "crossterm"
version = "0.22.1" version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c85525306c4291d1b73ce93c8acf9c339f9b213aef6c1d85c3830cbf1c16325c" checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"crossterm_winapi", "crossterm_winapi",
"libc", "libc",
"mio 0.7.13", "mio",
"parking_lot 0.11.2",
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1fd7173631a4e9e2ca8b32ae2fad58aab9843ea5aaf56642661937d87e28a3e"
dependencies = [
"bitflags",
"crossterm_winapi",
"libc",
"mio 0.7.13",
"parking_lot 0.12.1", "parking_lot 0.12.1",
"signal-hook", "signal-hook",
"signal-hook-mio", "signal-hook-mio",
@ -1674,19 +1658,6 @@ dependencies = [
"adler", "adler",
] ]
[[package]]
name = "mio"
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
dependencies = [
"libc",
"log",
"miow",
"ntapi",
"winapi",
]
[[package]] [[package]]
name = "mio" name = "mio"
version = "0.8.5" version = "0.8.5"
@ -1699,15 +1670,6 @@ dependencies = [
"windows-sys 0.42.0", "windows-sys 0.42.0",
] ]
[[package]]
name = "miow"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"winapi",
]
[[package]] [[package]]
name = "msvc-demangler" name = "msvc-demangler"
version = "0.9.0" version = "0.9.0"
@ -1812,20 +1774,11 @@ dependencies = [
"inotify", "inotify",
"kqueue", "kqueue",
"libc", "libc",
"mio 0.8.5", "mio",
"walkdir", "walkdir",
"winapi", "winapi",
] ]
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi",
]
[[package]] [[package]]
name = "num-integer" name = "num-integer"
version = "0.1.44" version = "0.1.44"
@ -1987,7 +1940,7 @@ dependencies = [
"clap", "clap",
"cobertura", "cobertura",
"coverage", "coverage",
"crossterm 0.22.1", "crossterm",
"env_logger", "env_logger",
"flume", "flume",
"futures", "futures",
@ -2872,12 +2825,12 @@ dependencies = [
[[package]] [[package]]
name = "signal-hook-mio" name = "signal-hook-mio"
version = "0.2.1" version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29fd5867f1c4f2c5be079aee7a2adf1152ebb04a4bc4d341f504b7dece607ed4" checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
dependencies = [ dependencies = [
"libc", "libc",
"mio 0.7.13", "mio",
"signal-hook", "signal-hook",
] ]
@ -3291,7 +3244,7 @@ dependencies = [
"bytes", "bytes",
"libc", "libc",
"memchr", "memchr",
"mio 0.8.5", "mio",
"num_cpus", "num_cpus",
"parking_lot 0.12.1", "parking_lot 0.12.1",
"pin-project-lite", "pin-project-lite",
@ -3411,13 +3364,13 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]] [[package]]
name = "tui" name = "tui"
version = "0.18.0" version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96fe69244ec2af261bced1d9046a6fee6c8c2a6b0228e59e5ba39bc8ba4ed729" checksum = "ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cassowary", "cassowary",
"crossterm 0.23.1", "crossterm",
"unicode-segmentation", "unicode-segmentation",
"unicode-width", "unicode-width",
] ]

View File

@ -18,7 +18,7 @@ backoff = { version = "0.4", features = ["tokio"] }
clap = { version = "4", features = ["cargo", "string"] } clap = { version = "4", features = ["cargo", "string"] }
cobertura = { path = "../cobertura" } cobertura = { path = "../cobertura" }
coverage = { path = "../coverage" } coverage = { path = "../coverage" }
crossterm = "0.22" crossterm = "0.25"
env_logger = "0.10" env_logger = "0.10"
flume = "0.10" flume = "0.10"
futures = "0.3" futures = "0.3"
@ -49,7 +49,7 @@ thiserror = "1.0"
tokio = { version = "1.24", features = ["full"] } tokio = { version = "1.24", features = ["full"] }
tokio-util = { version = "0.7", features = ["full"] } tokio-util = { version = "0.7", features = ["full"] }
tokio-stream = "0.1" tokio-stream = "0.1"
tui = { version = "0.18", default-features = false, features = ['crossterm'] } tui = { version = "0.19", default-features = false, features = ['crossterm'] }
url = { version = "2.3", features = ["serde"] } url = { version = "2.3", features = ["serde"] }
uuid = { version = "0.8", features = ["serde", "v4"] } uuid = { version = "0.8", features = ["serde", "v4"] }
chrono = { version = "0.4", default-features = false, features = [ chrono = { version = "0.4", default-features = false, features = [

View File

@ -51,6 +51,7 @@ libunwind.so.8
linux-vdso.so.1" \ linux-vdso.so.1" \
\ \
"ADVAPI32.dll "ADVAPI32.dll
GDI32.dll
KERNEL32.DLL KERNEL32.DLL
KERNELBASE.dll KERNELBASE.dll
MSASN1.dll MSASN1.dll
@ -61,11 +62,15 @@ apphelp.dll
bcrypt.dll bcrypt.dll
crypt32.dll crypt32.dll
dbghelp.dll dbghelp.dll
gdi32full.dll
msvcp_win.dll
msvcrt.dll msvcrt.dll
ntdll.dll ntdll.dll
sechost.dll sechost.dll
secur32.dll secur32.dll
ucrtbase.dll ucrtbase.dll
user32.dll
win32u.dll
ws2_32.dll" ws2_32.dll"
check "$script_dir/../agent/target/release/onefuzz-agent" \ check "$script_dir/../agent/target/release/onefuzz-agent" \