Skip to content

Commit

Permalink
chore(deps): Bump tempfile from 3.12.0 to 3.13.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.12.0 to 3.13.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.12.0...v3.13.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 Oct 1, 2024
1 parent f3655c8 commit 08a6dcd
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
54 changes: 27 additions & 27 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 @@ -394,7 +394,7 @@ proptest.workspace = true
quickcheck = "1.0.3"
reqwest = { version = "0.11", features = ["json"] }
rstest = {version = "0.23.0"}
tempfile = "3.12.0"
tempfile = "3.13.0"
test-generator = "0.3.1"
tokio = { version = "1.40.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 @@ -76,7 +76,7 @@ features = ["full"]
[dev-dependencies]
criterion = "0.5"
quickcheck = "1"
tempfile = "3.12.0"
tempfile = "3.13.0"
similar-asserts = "1.5.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 @@ -34,5 +34,5 @@ serde.workspace = true
serde_json.workspace = true
serde_yaml = "0.9.34"
sha2 = "0.10.8"
tempfile = "3.12.0"
tempfile = "3.13.0"
toml.workspace = true

0 comments on commit 08a6dcd

Please sign in to comment.