Skip to content

Commit c378969

Browse files
build(deps): bump tempfile from 3.12.0 to 3.13.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.12.0 to 3.13.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 632a246 commit c378969

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

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

crates/volta-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ node-semver = "2"
2424
cmdline_words_parser = "0.2.1"
2525
fs-utils = { path = "../fs-utils" }
2626
cfg-if = "1.0"
27-
tempfile = "3.12.0"
27+
tempfile = "3.13.0"
2828
os_info = "3.8.2"
2929
detect-indent = "0.1"
3030
envoy = "0.1.3"

crates/volta-migrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
volta-core = { path = "../volta-core" }
99
volta-layout = { path = "../volta-layout" }
1010
log = { version = "0.4", features = ["std"] }
11-
tempfile = "3.12.0"
11+
tempfile = "3.13.0"
1212
node-semver = "2"
1313
serde_json = { version = "1.0.128", features = ["preserve_order"] }
1414
serde = { version = "1.0.210", features = ["derive"] }

0 commit comments

Comments
 (0)