aboutsummaryrefslogtreecommitdiff
path: root/helix-term
diff options
context:
space:
mode:
authordependabot[bot]2023-08-22 03:49:15 +0000
committerGitHub2023-08-22 03:49:15 +0000
commit10f75ac67a4e45f8b8ab3153f2614a4197e681be (patch)
tree87a5dcd868415463610b52561765143ff0bd41fb /helix-term
parent52d5bc0eefa3898d5f8d6c7f38ab4160ff4747b7 (diff)
build(deps): bump tempfile from 3.7.1 to 3.8.0 (#8038)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.1 to 3.8.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.7.1...v3.8.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')
-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 d6b1692c..a56d53f8 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -79,4 +79,4 @@ helix-loader = { version = "0.6", path = "../helix-loader" }
[dev-dependencies]
smallvec = "1.11"
indoc = "2.0.3"
-tempfile = "3.7.1"
+tempfile = "3.8.0"