Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 2a8dca2

Browse files
authored
Fix WS-2023-0045 (#2931)
* Fix WS-2023-0045 Upgrade version of tempfile remove_dir_all was imported by tempfile. The new version removed that dependency * fix build
1 parent 3e0d420 commit 2a8dca2

File tree

3 files changed

+9
-19
lines changed

3 files changed

+9
-19
lines changed

src/agent/Cargo.lock

Lines changed: 7 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/agent/onefuzz-task/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ strum = "0.24"
4343
strum_macros = "0.24"
4444
stacktrace-parser = { path = "../stacktrace-parser" }
4545
storage-queue = { path = "../storage-queue" }
46-
tempfile = "3.2"
46+
tempfile = "3.4.0"
4747
thiserror = "1.0"
4848
tokio = { version = "1.24", features = ["full"] }
4949
tokio-util = { version = "0.7", features = ["full"] }

src/agent/onefuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ url-escape = "0.1.0"
4040
storage-queue = { path = "../storage-queue" }
4141
strum = "0.24"
4242
strum_macros = "0.24"
43-
tempfile = "3.2"
43+
tempfile = "3.4.0"
4444
process_control = "4.0"
4545
reqwest-retry = { path = "../reqwest-retry" }
4646
onefuzz-telemetry = { path = "../onefuzz-telemetry" }

0 commit comments

Comments
 (0)