Skip to content

Commit

Permalink
Bump tempfile from 3.8.1 to 3.10.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.1 to 3.10.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.8.1...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>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent a6ab77c commit 8e20747
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 62 deletions.
156 changes: 96 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ regex = "1.10.2"
rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
tempfile = "3.8.1"
tempfile = "3.10.0"

[dev-dependencies]
expect-test = "1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/texlab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ serde_regex = "1.1.0"
serde_repr = "0.1.18"
symbols = { path = "../symbols" }
syntax = { path = "../syntax" }
tempfile = "3.8.0"
tempfile = "3.10.0"
threadpool = "1.8.1"

[dev-dependencies]
Expand Down

0 comments on commit 8e20747

Please sign in to comment.