Skip to content

Commit 8228d46

Browse files
Bump tempfile from 3.2.0 to 3.3.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/Stebalien/tempfile/releases) - [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS) - [Commits](Stebalien/tempfile@v3.2.0...v3.3.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 f1cf544 commit 8228d46

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)