Skip to content

Commit 450eba7

Browse files
authored
Bump tempfile from 3.14.0 to 3.15.0 in /src (#3483)
2 parents 9b8c844 + 45ada23 commit 450eba7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/Cargo.lock

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

src/main/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ signal-hook = "0.3.17"
5555
static_assertions = "1.1.0"
5656
std-util = { path = "../lib/std-util" }
5757
tcp = { path = "../lib/tcp" }
58-
tempfile = "3.14"
58+
tempfile = "3.15"
5959
vasi-sync = { path = "../lib/vasi-sync" }
6060
# TODO: switch to upstream crate if/when they merge and release
6161
# https://github.com/dylanmckay/vsprintf/pull/2

src/test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,4 @@ signal-hook = "0.3.17"
247247
once_cell = "1.20.2"
248248
vasi-sync = { path = "../lib/vasi-sync" }
249249
static_assertions = "1.1.0"
250-
tempfile = "3.14.0"
250+
tempfile = "3.15.0"

0 commit comments

Comments
 (0)