Skip to content

Commit

Permalink
build(deps): bump tempfile from 3.9.0 to 3.10.0 (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 56b28e2 commit 0e95f70
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
22 changes: 6 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/volta-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ node-semver = "2"
cmdline_words_parser = "0.2.1"
fs-utils = { path = "../fs-utils" }
cfg-if = "1.0"
tempfile = "3.9.0"
tempfile = "3.10.0"
os_info = "3.7.0"
detect-indent = "0.1"
envoy = "0.1.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/volta-migrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
volta-core = { path = "../volta-core" }
volta-layout = { path = "../volta-layout" }
log = { version = "0.4", features = ["std"] }
tempfile = "3.9.0"
tempfile = "3.10.0"
node-semver = "2"
serde_json = { version = "1.0.113", features = ["preserve_order"] }
serde = { version = "1.0.196", features = ["derive"] }
Expand Down

0 comments on commit 0e95f70

Please sign in to comment.