Skip to content

Commit b4f9a69

Browse files
build(deps): bump tempfile from 3.11.0 to 3.12.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.11.0 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] <support@github.com>
1 parent 75b348a commit b4f9a69

3 files changed

Lines changed: 46 additions & 30 deletions

File tree

Cargo.lock

Lines changed: 44 additions & 28 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.11.0"
27+
tempfile = "3.12.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 = "2018"
88
volta-core = { path = "../volta-core" }
99
volta-layout = { path = "../volta-layout" }
1010
log = { version = "0.4", features = ["std"] }
11-
tempfile = "3.11.0"
11+
tempfile = "3.12.0"
1212
node-semver = "2"
1313
serde_json = { version = "1.0.122", features = ["preserve_order"] }
1414
serde = { version = "1.0.204", features = ["derive"] }

0 commit comments

Comments
 (0)