diff options
author | dependabot[bot] | 2023-02-28 01:24:06 +0000 |
---|---|---|
committer | GitHub | 2023-02-28 01:24:06 +0000 |
commit | f02fdd2f7324121cd01b7cf51f462bce46819e4e (patch) | |
tree | 4ff45181cba13e103c08d6fe9334b7f9e6895688 /helix-vcs | |
parent | cac4a3604cc9049f03054e964776c4fe53352696 (diff) |
build(deps): bump tempfile from 3.3.0 to 3.4.0 (#6128)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases)
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
- [Commits](https://github.com/Stebalien/tempfile/commits)
---
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-vcs/Cargo.toml b/helix-vcs/Cargo.toml index 19b660a6..c4d6eb45 100644 --- a/helix-vcs/Cargo.toml +++ b/helix-vcs/Cargo.toml @@ -25,4 +25,4 @@ log = "0.4" git = ["git-repository"] [dev-dependencies] -tempfile = "3.3"
\ No newline at end of file +tempfile = "3.4"
\ No newline at end of file |