diff options
author | dependabot[bot] | 2023-10-31 07:57:03 +0000 |
---|---|---|
committer | GitHub | 2023-10-31 07:57:03 +0000 |
commit | 53bb62b318d3b898ac10f28f35df5dcb47da6bb3 (patch) | |
tree | 3db8658ee1d2eecf13e58af69a4f7396398bef8d /helix-term | |
parent | d32e052e0e5b03ff59c2d72b6eefa7fad37b8eac (diff) |
build(deps): bump tempfile from 3.8.0 to 3.8.1 (#8672)
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 72ddf360..a84d372f 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -80,4 +80,4 @@ helix-loader = { version = "0.6", path = "../helix-loader" } [dev-dependencies] smallvec = "1.11" indoc = "2.0.4" -tempfile = "3.8.0" +tempfile = "3.8.1" |