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>
This commit is contained in:
dependabot[bot] 2023-06-13 09:51:34 +09:00 committed by GitHub
parent 3c23ea5d15
commit 0d998c99d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View file

@ -28,7 +28,7 @@ which = "4.4"
# cloning/compiling tree-sitter grammars
cc = { version = "1" }
threadpool = { version = "1.0" }
tempfile = "3.5.0"
tempfile = "3.6.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
libloading = "0.8"