Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 12 additions & 59 deletions src/agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/agent/onefuzz-task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ backoff = { version = "0.4", features = ["tokio"] }
clap = { version = "4", features = ["cargo", "string"] }
cobertura = { path = "../cobertura" }
coverage = { path = "../coverage" }
crossterm = "0.22"
crossterm = "0.25"
env_logger = "0.10"
flume = "0.10"
futures = "0.3"
Expand Down Expand Up @@ -49,7 +49,7 @@ thiserror = "1.0"
tokio = { version = "1.24", features = ["full"] }
tokio-util = { version = "0.7", features = ["full"] }
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"] }
uuid = { version = "0.8", features = ["serde", "v4"] }
chrono = { version = "0.4", default-features = false, features = [
Expand Down
5 changes: 5 additions & 0 deletions src/ci/check-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ libunwind.so.8
linux-vdso.so.1" \
\
"ADVAPI32.dll
GDI32.dll
KERNEL32.DLL
KERNELBASE.dll
MSASN1.dll
Expand All @@ -61,11 +62,15 @@ apphelp.dll
bcrypt.dll
crypt32.dll
dbghelp.dll
gdi32full.dll
msvcp_win.dll
msvcrt.dll
ntdll.dll
sechost.dll
secur32.dll
ucrtbase.dll
user32.dll
win32u.dll
ws2_32.dll"

check "$script_dir/../agent/target/release/onefuzz-agent" \
Expand Down