aboutsummaryrefslogtreecommitdiff
path: root/helix-vcs
diff options
context:
space:
mode:
authordependabot[bot]2024-01-04 06:38:05 +0000
committerGitHub2024-01-04 06:38:05 +0000
commit2e3f330b127af7ce37539aa95e472dbccb7c492c (patch)
tree7619145aa1300a4e225784e3bcfc65519c0c111e /helix-vcs
parentb908abae2d3f5fff18c4836dc86fb4a1b5deb85c (diff)
build(deps): bump tempfile from 3.8.1 to 3.9.0 (#9199)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.1 to 3.9.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.8.1...v3.9.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>
Diffstat (limited to 'helix-vcs')
-rw-r--r--helix-vcs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-vcs/Cargo.toml b/helix-vcs/Cargo.toml
index aa601dcd..f6dbe076 100644
--- a/helix-vcs/Cargo.toml
+++ b/helix-vcs/Cargo.toml
@@ -29,4 +29,4 @@ log = "0.4"
git = ["gix"]
[dev-dependencies]
-tempfile = "3.8"
+tempfile = "3.9"