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

Commit ae47c1e

Browse files
Bump tempfile from 3.6.0 to 3.7.0 in /src/agent
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.6.0 to 3.7.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.6.0...v3.7.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 de69712 commit ae47c1e

File tree

3 files changed

+57
-27
lines changed

3 files changed

+57
-27
lines changed

src/agent/Cargo.lock

Lines changed: 55 additions & 25 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
@@ -44,7 +44,7 @@ strum = "0.25"
4444
strum_macros = "0.24"
4545
stacktrace-parser = { path = "../stacktrace-parser" }
4646
storage-queue = { path = "../storage-queue" }
47-
tempfile = "3.6.0"
47+
tempfile = "3.7.0"
4848
thiserror = "1.0"
4949
tokio = { version = "1.29", features = ["full"] }
5050
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.25"
4242
strum_macros = "0.24"
43-
tempfile = "3.6.0"
43+
tempfile = "3.7.0"
4444
process_control = "4.0"
4545
reqwest-retry = { path = "../reqwest-retry" }
4646
onefuzz-telemetry = { path = "../onefuzz-telemetry" }

0 commit comments

Comments
 (0)