Skip to content

Commit 1142d0d

Browse files
Bump tempfile from 3.19.1 to 3.20.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.19.1 to 3.20.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.19.1...v3.20.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4f3c65 commit 1142d0d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

integration/sheepdog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111
anyhow = "1.0"
1212
escargot = "0.5.14"
1313
shared = { path = "../shared" }
14-
tempfile = "3.19"
14+
tempfile = "3.20"
1515
tokio = { version = "1.45", features = [
1616
"rt",
1717
"macros",

lading/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ procfs = { version = "0.17", default-features = false, features = [] }
9393
async-pidfd = "0.1"
9494

9595
[dev-dependencies]
96-
tempfile = "3.19"
96+
tempfile = "3.20"
9797
warp = "0.3"
9898
proptest = "1.6"
9999

0 commit comments

Comments
 (0)