summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-13 05:19:35 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-13 05:28:32 +0000
commitd49ff412f65647c072a4c0bd45689186fdc7b1da (patch)
treeb4543fb068079e2a3e80a0f91536f90c3cf8b626 /Cargo.toml
parent8e775c4bd789956a216dcb95c00c0f19011d62c4 (diff)
build(deps): bump tempfile from 3.1.0 to 3.2.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/Stebalien/tempfile/releases) - [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS) - [Commits](https://github.com/Stebalien/tempfile/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a0a71440f..0bb739e76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -83,7 +83,7 @@ winapi = { version = "0.3.9", features = [
nix = "0.19.1"
[dev-dependencies]
-tempfile = "3.1.0"
+tempfile = "3.2.0"
[profile.release]
codegen-units = 1