Skip to content

Commit 13639ea

Browse files
authored
Merge pull request #1717 from volta-cli/dependabot/cargo/tempfile-3.10.1
build(deps): bump tempfile from 3.10.0 to 3.10.1
2 parents a3959f7 + 7c9c2ec commit 13639ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.

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.10.0"
27+
tempfile = "3.10.1"
2828
os_info = "3.7.0"
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.10.0"
11+
tempfile = "3.10.1"
1212
node-semver = "2"
1313
serde_json = { version = "1.0.114", features = ["preserve_order"] }
1414
serde = { version = "1.0.197", features = ["derive"] }

0 commit comments

Comments
 (0)