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-loader | |
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-loader')
-rw-r--r-- | helix-loader/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml index 8e52e972..54cb5b85 100644 --- a/helix-loader/Cargo.toml +++ b/helix-loader/Cargo.toml @@ -28,7 +28,7 @@ which = "4.4" # cloning/compiling tree-sitter grammars cc = { version = "1" } threadpool = { version = "1.0" } -tempfile = "3.8.0" +tempfile = "3.8.1" dunce = "1.0.4" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] |