Skip to content

Commit

Permalink
Bump tempfile from 3.8.0 to 3.8.1 (#46)
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.0 to 3.8.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

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

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 Oct 31, 2023
1 parent 4a86988 commit 9b76101
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
21 changes: 15 additions & 6 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 @@ -29,7 +29,7 @@ log = { version = "0.4.20", optional = true }
serde = "1.0.189"
serde_json = "1.0.107"
serde_yaml = "0.9.25"
tempfile = { version = "3.8.0", optional = true }
tempfile = { version = "3.8.1", optional = true }
toml_edit = "0.20.2"
tracing = { version = "0.1.40", optional = true }
histo = "1.0.0"
Expand Down

0 comments on commit 9b76101

Please sign in to comment.