Bump tempfile from 3.7.0 to 3.7.1
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.0 to 3.7.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
24ca8b0bbc
commit
e8cbbf6db8
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2621,9 +2621,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
version = "3.7.0"
|
||||
version = "3.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998"
|
||||
checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"fastrand",
|
||||
|
@ -44,5 +44,5 @@ vergen = { version = "8.2.4", default-features = false, features = ["git", "gito
|
||||
[dev-dependencies]
|
||||
awc = "3.1.1"
|
||||
ructe = "0.17.0"
|
||||
tempfile = "3.7.0"
|
||||
tempfile = "3.7.1"
|
||||
tokio = "1.29.1"
|
||||
|
Loading…
Reference in New Issue
Block a user