Skip to content

Commit

Permalink
chore(deps): Bump tempfile from 3.14.0 to 3.15.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.14.0 to 3.15.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.14.0...v3.15.0)

---
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 Jan 11, 2025
1 parent 3077efc commit 52ce693
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 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 @@ -414,7 +414,7 @@ proptest.workspace = true
quickcheck = "1.0.3"
reqwest = { version = "0.11", features = ["json"] }
rstest = { version = "0.24.0" }
tempfile = "3.14.0"
tempfile = "3.15.0"
test-generator = "0.3.1"
tokio = { version = "1.43.0", features = ["test-util"] }
tokio-test = "0.4.4"
Expand Down
2 changes: 1 addition & 1 deletion lib/file-source/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ features = ["full"]
[dev-dependencies]
criterion = "0.5"
quickcheck = "1"
tempfile = "3.14.0"
tempfile = "3.15.0"
similar-asserts = "1.6.0"

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion vdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ serde.workspace = true
serde_json.workspace = true
serde_yaml = "0.9.34"
sha2 = "0.10.8"
tempfile = "3.14.0"
tempfile = "3.15.0"
toml.workspace = true

0 comments on commit 52ce693

Please sign in to comment.