Skip to content

Commit 3c2943e

Browse files
Merge pull request #1128 from volta-cli/dependabot/cargo/tempfile-3.3.0
Bump tempfile from 3.2.0 to 3.3.0
2 parents f1cf544 + 8228d46 commit 3c2943e

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

Cargo.lock

Lines changed: 21 additions & 3 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
@@ -27,7 +27,7 @@ cmdline_words_parser = "0.2.1"
2727
fs-utils = { path = "../fs-utils" }
2828
cfg-if = "1.0"
2929
winfolder = "0.1"
30-
tempfile = "3.2.0"
30+
tempfile = "3.3.0"
3131
os_info = "3.1.0"
3232
detect-indent = { git = "https://github.com/stefanpenner/detect-indent-rs", branch = "master" }
3333
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.2.0"
11+
tempfile = "3.3.0"
1212
semver = { git = "https://github.com/mikrostew/semver", branch = "new-parser" }
1313
serde_json = { version = "1.0.74", features = ["preserve_order"] }
1414
serde = { version = "1.0.133", features = ["derive"] }

0 commit comments

Comments
 (0)