Skip to content

Commit d64bd17

Browse files
authored
Merge pull request #1636 from volta-cli/dependabot/cargo/is-terminal-0.4.10
build(deps): bump is-terminal from 0.4.9 to 0.4.10
2 parents 35f3599 + 7b37c17 commit d64bd17

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name = "volta-migrate"
2121
path = "src/volta-migrate.rs"
2222

2323
[dependencies]
24-
is-terminal = "0.4.7"
24+
is-terminal = "0.4.10"
2525
volta-core = { path = "crates/volta-core" }
2626
serde = { version = "1.0", features = ["derive"] }
2727
serde_json = "1.0.109"

crates/volta-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dirs = "5.0.1"
4040
chrono = { version = "0.4.23", default-features = false, features = ["alloc", "std", "clock"] }
4141
validate-npm-package-name = { path = "../validate-npm-package-name" }
4242
textwrap = "0.16.0"
43-
is-terminal = "0.4.7"
43+
is-terminal = "0.4.10"
4444
log = { version = "0.4", features = ["std"] }
4545
ctrlc = "3.4.2"
4646
walkdir = "2.4.0"

0 commit comments

Comments
 (0)