Skip to content

Commit

Permalink
Bump tempfile from 3.7.0 to 3.8.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.0 to 3.8.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.7.0...v3.8.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 Sep 18, 2023
1 parent 0340b88 commit 15abeac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 clash_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ tracing-timing = { version = "0.6.0", optional = true }
criterion = { version = "0.4", features = ["html_reports", "async_tokio"], optional = true }

[dev-dependencies]
tempfile = "3.3"
tempfile = "3.8"
ctor = "0.2"
mockall = "0.11.4"
tokio-test = "0.4.3"
Expand Down

0 comments on commit 15abeac

Please sign in to comment.