Skip to content

Commit

Permalink
Bump tempfile from 3.5.0 to 3.6.0 (#668)
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.5.0 to 3.6.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.5.0...v3.6.0)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 13, 2023
1 parent 6b6acfe commit d8bd920
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 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/huak_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ openssl = { version = "0.10.52", features = ["vendored"], optional = true }
thiserror = "1.0.40"

[dev-dependencies]
tempfile = "3.5.0"
tempfile = "3.6.0"
2 changes: 1 addition & 1 deletion crates/huak_ops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ toml_edit = "0.19.4"
regex = "1.9.1"

[dev-dependencies]
tempfile = "3.5.0"
tempfile = "3.6.0"

0 comments on commit d8bd920

Please sign in to comment.