|
|
@@ -11,6 +11,55 @@ dependencies = [
|
|
|
"memchr",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "anstream"
|
|
|
+version = "0.6.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
|
|
|
+dependencies = [
|
|
|
+ "anstyle",
|
|
|
+ "anstyle-parse",
|
|
|
+ "anstyle-query",
|
|
|
+ "anstyle-wincon",
|
|
|
+ "colorchoice",
|
|
|
+ "is_terminal_polyfill",
|
|
|
+ "utf8parse",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "anstyle"
|
|
|
+version = "1.0.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "anstyle-parse"
|
|
|
+version = "0.2.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
|
|
|
+dependencies = [
|
|
|
+ "utf8parse",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "anstyle-query"
|
|
|
+version = "1.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
|
|
|
+dependencies = [
|
|
|
+ "windows-sys 0.52.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "anstyle-wincon"
|
|
|
+version = "3.0.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
|
|
|
+dependencies = [
|
|
|
+ "anstyle",
|
|
|
+ "windows-sys 0.52.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "anyhow"
|
|
|
version = "1.0.86"
|
|
|
@@ -35,6 +84,12 @@ version = "1.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "colorchoice"
|
|
|
+version = "1.0.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "confy"
|
|
|
version = "0.6.1"
|
|
|
@@ -68,17 +123,27 @@ dependencies = [
|
|
|
"windows-sys 0.48.0",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "env_filter"
|
|
|
+version = "0.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
|
|
|
+dependencies = [
|
|
|
+ "log",
|
|
|
+ "regex",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "env_logger"
|
|
|
-version = "0.10.2"
|
|
|
+version = "0.11.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
|
|
|
+checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
|
|
|
dependencies = [
|
|
|
+ "anstream",
|
|
|
+ "anstyle",
|
|
|
+ "env_filter",
|
|
|
"humantime",
|
|
|
- "is-terminal",
|
|
|
"log",
|
|
|
- "regex",
|
|
|
- "termcolor",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -104,12 +169,6 @@ version = "0.14.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "hermit-abi"
|
|
|
-version = "0.3.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "humantime"
|
|
|
version = "2.1.0"
|
|
|
@@ -127,15 +186,10 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "is-terminal"
|
|
|
-version = "0.4.12"
|
|
|
+name = "is_terminal_polyfill"
|
|
|
+version = "1.70.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
|
|
|
-dependencies = [
|
|
|
- "hermit-abi",
|
|
|
- "libc",
|
|
|
- "windows-sys 0.52.0",
|
|
|
-]
|
|
|
+checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
|
|
|
|
[[package]]
|
|
|
name = "itoa"
|
|
|
@@ -316,15 +370,6 @@ dependencies = [
|
|
|
"unicode-ident",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "termcolor"
|
|
|
-version = "1.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
|
|
-dependencies = [
|
|
|
- "winapi-util",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "thiserror"
|
|
|
version = "1.0.61"
|
|
|
@@ -386,19 +431,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "wasi"
|
|
|
-version = "0.11.0+wasi-snapshot-preview1"
|
|
|
+name = "utf8parse"
|
|
|
+version = "0.2.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
+checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "winapi-util"
|
|
|
-version = "0.1.8"
|
|
|
+name = "wasi"
|
|
|
+version = "0.11.0+wasi-snapshot-preview1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
|
|
-dependencies = [
|
|
|
- "windows-sys 0.52.0",
|
|
|
-]
|
|
|
+checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
[[package]]
|
|
|
name = "windows-sys"
|