Skip to content

Commit e094538

Browse files
chore(deps): Bump tempfile from 3.13.0 to 3.14.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.13.0 to 3.14.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.13.0...v3.14.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 473ef43 commit e094538

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ proptest.workspace = true
403403
quickcheck = "1.0.3"
404404
reqwest = { version = "0.11", features = ["json"] }
405405
rstest = { version = "0.23.0" }
406-
tempfile = "3.13.0"
406+
tempfile = "3.14.0"
407407
test-generator = "0.3.1"
408408
tokio = { version = "1.41.1", features = ["test-util"] }
409409
tokio-test = "0.4.4"

lib/file-source/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ features = ["full"]
7676
[dev-dependencies]
7777
criterion = "0.5"
7878
quickcheck = "1"
79-
tempfile = "3.13.0"
79+
tempfile = "3.14.0"
8080
similar-asserts = "1.6.0"
8181

8282
[[bench]]

vdev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ serde.workspace = true
3333
serde_json.workspace = true
3434
serde_yaml = "0.9.34"
3535
sha2 = "0.10.8"
36-
tempfile = "3.13.0"
36+
tempfile = "3.14.0"
3737
toml.workspace = true

0 commit comments

Comments
 (0)