diff options
author | dependabot[bot] | 2024-02-12 01:23:24 +0000 |
---|---|---|
committer | GitHub | 2024-02-12 01:23:24 +0000 |
commit | 7d8ce1a4000939bb1d1e0a67277f7733735607c7 (patch) | |
tree | 8930567e5b97f62717515e2ce52ac53ad04a0d5d /helix-stdx/Cargo.toml | |
parent | 204c3707b070c0933366b7366d48744b1426abaa (diff) |
build(deps): bump tempfile from 3.9.0 to 3.10.0 (#9538)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.9.0 to 3.10.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.9.0...v3.10.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-stdx/Cargo.toml')
-rw-r--r-- | helix-stdx/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-stdx/Cargo.toml b/helix-stdx/Cargo.toml index e77f8b91..540a1b99 100644 --- a/helix-stdx/Cargo.toml +++ b/helix-stdx/Cargo.toml @@ -18,4 +18,4 @@ ropey = { version = "1.6.1", default-features = false } which = "6.0" [dev-dependencies] -tempfile = "3.9" +tempfile = "3.10" |