Skip to content

Commit

Permalink
chore(deps): Bump tempfile from 3.8.0 to 3.8.1 (vectordotdev#18957)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and AndrooTheChen committed Sep 23, 2024
1 parent 08bcdfc commit 1becb88
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
31 changes: 20 additions & 11 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 @@ -366,7 +366,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.8.0"
tempfile = "3.8.1"
test-generator = "0.3.1"
tokio = { version = "1.33.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.8.0"
tempfile = "3.8.1"
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.27"
sha2 = "0.10.8"
tempfile = "3.8.0"
tempfile = "3.8.1"
toml = { version = "0.8.5", default-features = false, features = ["parse"] }

0 comments on commit 1becb88

Please sign in to comment.