Skip to content

Commit 6a50999

Browse files
chore(deps): Bump tempfile from 3.14.0 to 3.15.0 (#22175)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff8dfb7 commit 6a50999

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 2 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
@@ -414,7 +414,7 @@ proptest.workspace = true
414414
quickcheck = "1.0.3"
415415
reqwest = { version = "0.11", features = ["json"] }
416416
rstest = { version = "0.24.0" }
417-
tempfile = "3.14.0"
417+
tempfile = "3.15.0"
418418
test-generator = "0.3.1"
419419
tokio = { version = "1.43.0", features = ["test-util"] }
420420
tokio-test = "0.4.4"

lib/file-source/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ features = ["full"]
7575
[dev-dependencies]
7676
criterion = "0.5"
7777
quickcheck = "1"
78-
tempfile = "3.14.0"
78+
tempfile = "3.15.0"
7979
similar-asserts = "1.6.0"
8080

8181
[[bench]]

vdev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ serde.workspace = true
3232
serde_json.workspace = true
3333
serde_yaml = "0.9.34"
3434
sha2 = "0.10.8"
35-
tempfile = "3.14.0"
35+
tempfile = "3.15.0"
3636
toml.workspace = true

0 commit comments

Comments
 (0)