diff options
author | dependabot[bot] | 2023-06-13 00:51:34 +0000 |
---|---|---|
committer | GitHub | 2023-06-13 00:51:34 +0000 |
commit | 0d998c99d4289f8db6f25b8fe3c82da4ec13e858 (patch) | |
tree | c5f7d2953fdf9a8a2e197c01dea4491f24724b0a /helix-term | |
parent | 3c23ea5d153c25743937120b0681cb1e45444c99 (diff) |
build(deps): bump tempfile from 3.5.0 to 3.6.0 (#7326)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index e623e2de..9f9e9f56 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -76,4 +76,4 @@ helix-loader = { version = "0.6", path = "../helix-loader" } [dev-dependencies] smallvec = "1.10" indoc = "2.0.1" -tempfile = "3.4.0" +tempfile = "3.6.0" |