Skip to content

Commit

Permalink
chore: bump tempfile from 3.10.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.10.0 to 3.10.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.10.0...v3.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 8, 2024
1 parent 1f1e306 commit 5f6ab3d
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ serde_with = { version = "3.3", features = ["indexmap_2"] }
shellexpand = "3.0"
strum_macros = "0.26"
strum = { version = "0.26", features = ["derive"] }
tempfile = "3.8.1"
tempfile = "3.10.1"
thiserror = "1.0"
thousands = "0.2"
tokio = { version = "1.34", features = ["full"] }
Expand Down

0 comments on commit 5f6ab3d

Please sign in to comment.