Skip to content

Commit

Permalink
chore(deps): Bump tempfile from 3.6.0 to 3.8.0 (vectordotdev#18686)
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.6.0 to 3.8.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.6.0...v3.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 27, 2023
1 parent c35ae64 commit c0d24b9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
25 changes: 15 additions & 10 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 @@ -367,7 +367,7 @@ quickcheck = "1.0.3"
lookup = { package = "vector-lookup", path = "lib/vector-lookup", features = ["test"] }
reqwest = { version = "0.11", features = ["json"] }
rstest = {version = "0.18.2"}
tempfile = "3.6.0"
tempfile = "3.8.0"
test-generator = "0.3.1"
tokio = { version = "1.32.0", features = ["test-util"] }
tokio-test = "0.4.3"
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.6.0"
tempfile = "3.8.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 @@ -36,5 +36,5 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.107"
serde_yaml = "0.9.25"
sha2 = "0.10.7"
tempfile = "3.6.0"
tempfile = "3.8.0"
toml = { version = "0.8.0", default-features = false, features = ["parse"] }

0 comments on commit c0d24b9

Please sign in to comment.