summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-04 18:38:52 +0000
committerAndrew Clayton <a.clayton@nginx.com>2024-12-05 21:42:24 +0000
commit1dfe5bb00a553d75cf74b10873caf43015aab201 (patch)
tree2a2580d470e2af2c7e989b582c5fb72d09a3b259
parent6cc4d706fba2577babc076ad0d2ef145c0c648d7 (diff)
downloadunit-1dfe5bb00a553d75cf74b10873caf43015aab201.tar.gz
unit-1dfe5bb00a553d75cf74b10873caf43015aab201.tar.bz2
tools/unitctl: bump anstream from 0.6.5 to 0.6.15
Bumps [anstream](https://github.com/rust-cli/anstyle) from 0.6.5 to 0.6.15. - [Commits](https://github.com/rust-cli/anstyle/compare/anstream-v0.6.5...anstream-v0.6.15) --- updated-dependencies: - dependency-name: anstream dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
-rw-r--r--tools/unitctl/Cargo.lock11
1 files changed, 9 insertions, 2 deletions
diff --git a/tools/unitctl/Cargo.lock b/tools/unitctl/Cargo.lock
index f138b124..a4f33197 100644
--- a/tools/unitctl/Cargo.lock
+++ b/tools/unitctl/Cargo.lock
@@ -43,15 +43,16 @@ dependencies = [
[[package]]
name = "anstream"
-version = "0.6.5"
+version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6"
+checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
+ "is_terminal_polyfill",
"utf8parse",
]
@@ -989,6 +990,12 @@ dependencies = [
]
[[package]]
+name = "is_terminal_polyfill"
+version = "1.70.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
+
+[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"