Skip to content

Commit

Permalink
build(deps): Bump tempfile from 3.11.0 to 3.12.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.11.0 to 3.12.0.
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rjzak committed Aug 8, 2024
1 parent 1836ab3 commit 327d9dc
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 32 deletions.
71 changes: 40 additions & 31 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 @@ -56,7 +56,7 @@ semver = { version = "1.0.23", default-features = false }
serde = { version = "1.0.204", default-features = false }
serde_json = { version = "1.0.122", default-features = false }
sha2 = { version = "0.10.8", default-features = false }
tempfile = { version = "3.11.0", default-features = false }
tempfile = { version = "3.12.0", default-features = false }
tokio-util = { version = "0.7.11", default-features = false }
tower = { version = "0.4.13", default-features = false }
tower-http = { version = "0.4.4", default-features = false }
Expand Down

0 comments on commit 327d9dc

Please sign in to comment.