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

Commit 93b16ec

Browse files
Bump tempfile from 3.7.1 to 3.8.0 in /src/agent (#3437)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.1 to 3.8.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.7.1...v3.8.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4319d2 commit 93b16ec

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/agent/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/agent/coverage/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ pretty_assertions = "1.4.0"
3838
insta = { version = "1.31.0", features = ["glob"] }
3939
coverage = { path = "../coverage" }
4040
cc = "1.0"
41-
tempfile = "3.7.0"
41+
tempfile = "3.8.0"
4242
dunce = "1.0"

src/agent/onefuzz-task/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ strum = "0.25"
4646
strum_macros = "0.25"
4747
stacktrace-parser = { path = "../stacktrace-parser" }
4848
storage-queue = { path = "../storage-queue" }
49-
tempfile = "3.7.0"
49+
tempfile = "3.8.0"
5050
thiserror = "1.0"
5151
tokio = { version = "1.32", features = ["full"] }
5252
tokio-util = { version = "0.7", features = ["full"] }

src/agent/onefuzz/Cargo.toml

+1-1
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.25"
43-
tempfile = "3.7.0"
43+
tempfile = "3.8.0"
4444
process_control = "4.0"
4545
reqwest-retry = { path = "../reqwest-retry" }
4646
onefuzz-telemetry = { path = "../onefuzz-telemetry" }

src/agent/win-util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ features = [
3333
]
3434

3535
[dev-dependencies]
36-
tempfile = "3.7.0"
36+
tempfile = "3.8.0"

0 commit comments

Comments
 (0)