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

Commit b88b4f8

Browse files
Bump tempfile from 3.5.0 to 3.6.0 in /src/agent
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.5.0 to 3.6.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 363c2b0 commit b88b4f8

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

src/agent/Cargo.lock

Lines changed: 13 additions & 11 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.5.0"
46+
tempfile = "3.6.0"
4747
thiserror = "1.0"
4848
tokio = { version = "1.28", 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.5.0"
43+
tempfile = "3.6.0"
4444
process_control = "4.0"
4545
reqwest-retry = { path = "../reqwest-retry" }
4646
onefuzz-telemetry = { path = "../onefuzz-telemetry" }

0 commit comments

Comments
 (0)