summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-02 01:49:31 +0000
committerGitHub <noreply@github.com>2023-08-02 01:49:31 +0000
commit1feed8816a2e26b67269ec5fdc2830cc1bc4af37 (patch)
tree24377faedb0b6660535a9c33dc68cfe09b957133
parent9ce43b2d7b1ae80c53e8801d2ce4c0499e88d78f (diff)
Bump nu-ansi-term from 0.47.0 to 0.49.0
Bumps [nu-ansi-term](https://github.com/nushell/nu-ansi-term) from 0.47.0 to 0.49.0. - [Release notes](https://github.com/nushell/nu-ansi-term/releases) - [Changelog](https://github.com/nushell/nu-ansi-term/blob/main/CHANGELOG.md) - [Commits](https://github.com/nushell/nu-ansi-term/compare/v0.47.0...v0.49.0) --- updated-dependencies: - dependency-name: nu-ansi-term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock13
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 69b1e92..604810f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -329,7 +329,7 @@ dependencies = [
"lscolors",
"nix 0.26.2",
"normpath",
- "nu-ansi-term 0.47.0",
+ "nu-ansi-term",
"num_cpus",
"regex",
"regex-syntax",
@@ -547,7 +547,7 @@ version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7015a04103ad78abb77e4b79ed151e767922d1cfde5f62640471c629a2320d"
dependencies = [
- "nu-ansi-term 0.49.0",
+ "nu-ansi-term",
]
[[package]]
@@ -590,15 +590,6 @@ dependencies = [
[[package]]
name = "nu-ansi-term"
-version = "0.47.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1df031e117bca634c262e9bd3173776844b6c17a90b3741c9163663b4385af76"
-dependencies = [
- "windows-sys 0.45.0",
-]
-
-[[package]]
-name = "nu-ansi-term"
version = "0.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68"
diff --git a/Cargo.toml b/Cargo.toml
index 73d80d3..3978196 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,7 @@ path = "src/main.rs"
version_check = "0.9"
[dependencies]
-nu-ansi-term = "0.47"
+nu-ansi-term = "0.49"
argmax = "0.3.1"
ignore = "0.4.20"
num_cpus = "1.16"