Bump tempfile from 3.1.0 to 3.3.0

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases)
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.1.0...v3.3.0)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-13 16:17:45 +00:00 committed by GitHub
parent b72ce9f76c
commit 05308e5204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
Cargo.lock generated
View file

@ -1717,6 +1717,15 @@ dependencies = [
"smallvec 1.8.0",
]
[[package]]
name = "fastrand"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
dependencies = [
"instant",
]
[[package]]
name = "fixedbitset"
version = "0.1.9"
@ -6510,14 +6519,14 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.1.0"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
"cfg-if 0.1.10",
"cfg-if 1.0.0",
"fastrand",
"libc",
"rand 0.7.3",
"redox_syscall 0.1.56",
"redox_syscall 0.2.13",
"remove_dir_all",
"winapi",
]