Skip to content

Commit

Permalink
build(deps): bump tempfile from 3.9.0 to 3.10.1
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.9.0 to 3.10.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.9.0...v3.10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent 7b9d68b commit e2909dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
29 changes: 14 additions & 15 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ serde_json = "1.0.79"
simplelog = { version = "0.12.0", default-features = false, features = ["local-offset"] }
snapbox = "0.4.11" # keep in sync with `trycmd`
strum = { version = "0.25.0", default-features = false, features = ["derive"] }
tempfile = "3.3.0"
tempfile = "3.10.1"
thiserror = "1.0.56"
# Tokio is used for async test-running and for certain binaries.
# The library crates do not require Tokio.
Expand Down

0 comments on commit e2909dd

Please sign in to comment.