mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-09 16:51:35 +00:00
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](https://github.com/Stebalien/tempfile/compare/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>
This commit is contained in:
parent
4fbe92a2f6
commit
954e3dccba
4
src/agent/Cargo.lock
generated
4
src/agent/Cargo.lock
generated
@ -3468,9 +3468,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
version = "3.7.1"
|
||||
version = "3.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
|
||||
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"fastrand 2.0.0",
|
||||
|
@ -38,5 +38,5 @@ pretty_assertions = "1.4.0"
|
||||
insta = { version = "1.31.0", features = ["glob"] }
|
||||
coverage = { path = "../coverage" }
|
||||
cc = "1.0"
|
||||
tempfile = "3.7.0"
|
||||
tempfile = "3.8.0"
|
||||
dunce = "1.0"
|
||||
|
@ -46,7 +46,7 @@ strum = "0.25"
|
||||
strum_macros = "0.25"
|
||||
stacktrace-parser = { path = "../stacktrace-parser" }
|
||||
storage-queue = { path = "../storage-queue" }
|
||||
tempfile = "3.7.0"
|
||||
tempfile = "3.8.0"
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1.32", features = ["full"] }
|
||||
tokio-util = { version = "0.7", features = ["full"] }
|
||||
|
@ -40,7 +40,7 @@ url-escape = "0.1.0"
|
||||
storage-queue = { path = "../storage-queue" }
|
||||
strum = "0.25"
|
||||
strum_macros = "0.25"
|
||||
tempfile = "3.7.0"
|
||||
tempfile = "3.8.0"
|
||||
process_control = "4.0"
|
||||
reqwest-retry = { path = "../reqwest-retry" }
|
||||
onefuzz-telemetry = { path = "../onefuzz-telemetry" }
|
||||
|
@ -33,4 +33,4 @@ features = [
|
||||
]
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.7.0"
|
||||
tempfile = "3.8.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user