aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
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-term/Cargo.toml
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-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 4ff7fc0b..32049a43 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -84,4 +84,4 @@ helix-loader = { path = "../helix-loader" }
[dev-dependencies]
smallvec = "1.11"
indoc = "2.0.4"
-tempfile = "3.8.1"
+tempfile = "3.9.0"