Skip to content

Commit ae238e8

Browse files
Bump tempfile from 3.10.1 to 3.12.0 (#928)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.1 to 3.12.0. - [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-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1f3a58 commit ae238e8

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

Cargo.lock

+13-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/sheepdog/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "1.0"
1212
escargot = "0.5.8"
1313
serde_json = "1.0"
1414
shared = { path = "../shared" }
15-
tempfile = "3.8"
15+
tempfile = "3.12"
1616
tokio = { version = "1.32", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
1717
tonic = { version = "0.9", default-features = false, features = ["transport", "prost"]}
1818
tower = { version = "0.4", default-features = false, features = ["timeout", "limit", "load-shed"] }

lading/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async-pidfd = "0.1"
6161
[dev-dependencies]
6262
proptest = "1.4"
6363
proptest-derive = "0.4.0"
64-
tempfile = "3.8.1"
64+
tempfile = "3.12.0"
6565
warp = "0.3"
6666

6767

0 commit comments

Comments
 (0)