Skip to content

Commit b6ee328

Browse files
authored
Bump tempfile from 3.26.0 to 3.27.0 in /src (#3733)
2 parents f62844d + 27e3369 commit b6ee328

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/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.

src/main/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ signal-hook = "0.4.1"
5555
static_assertions = "1.1.0"
5656
std-util = { path = "../lib/std-util" }
5757
tcp = { path = "../lib/tcp" }
58-
tempfile = "3.26"
58+
tempfile = "3.27"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,5 +260,5 @@ signal-hook = "0.4.1"
260260
once_cell = "1.21.3"
261261
vasi-sync = { path = "../lib/vasi-sync" }
262262
static_assertions = "1.1.0"
263-
tempfile = "3.26.0"
263+
tempfile = "3.27.0"
264264
tor-llcrypto = "0.41.0"

0 commit comments

Comments
 (0)