|
@@ -2,6 +2,15 @@
|
|
|
# It is not intended for manual editing.
|
|
# It is not intended for manual editing.
|
|
|
version = 3
|
|
version = 3
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "addr2line"
|
|
|
|
|
+version = "0.21.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "gimli",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "adler"
|
|
name = "adler"
|
|
|
version = "1.0.2"
|
|
version = "1.0.2"
|
|
@@ -90,7 +99,7 @@ checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn",
|
|
|
|
|
|
|
+ "syn 1.0.103",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -101,7 +110,7 @@ checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn",
|
|
|
|
|
|
|
+ "syn 1.0.103",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -180,6 +189,21 @@ dependencies = [
|
|
|
"tokio",
|
|
"tokio",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "backtrace"
|
|
|
|
|
+version = "0.3.69"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "addr2line",
|
|
|
|
|
+ "cc",
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "miniz_oxide 0.7.1",
|
|
|
|
|
+ "object",
|
|
|
|
|
+ "rustc-demangle",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "base64"
|
|
name = "base64"
|
|
|
version = "0.13.1"
|
|
version = "0.13.1"
|
|
@@ -310,7 +334,7 @@ dependencies = [
|
|
|
"proc-macro-error",
|
|
"proc-macro-error",
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn",
|
|
|
|
|
|
|
+ "syn 1.0.103",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -444,6 +468,12 @@ dependencies = [
|
|
|
"zeroize",
|
|
"zeroize",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "data-encoding"
|
|
|
|
|
+version = "2.4.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "digest"
|
|
name = "digest"
|
|
|
version = "0.10.5"
|
|
version = "0.10.5"
|
|
@@ -478,7 +508,7 @@ checksum = "828de45d0ca18782232dfb8f3ea9cc428e8ced380eb26a520baaacfc70de39ce"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn",
|
|
|
|
|
|
|
+ "syn 1.0.103",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -518,7 +548,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"crc32fast",
|
|
"crc32fast",
|
|
|
- "miniz_oxide",
|
|
|
|
|
|
|
+ "miniz_oxide 0.5.4",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -586,9 +616,9 @@ dependencies = [
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "futures-core"
|
|
name = "futures-core"
|
|
|
-version = "0.3.25"
|
|
|
|
|
|
|
+version = "0.3.28"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
|
|
|
|
|
|
+checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "futures-io"
|
|
name = "futures-io"
|
|
@@ -598,32 +628,32 @@ checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "futures-macro"
|
|
name = "futures-macro"
|
|
|
-version = "0.3.25"
|
|
|
|
|
|
|
+version = "0.3.28"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
|
|
|
|
|
|
|
+checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn",
|
|
|
|
|
|
|
+ "syn 2.0.37",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "futures-sink"
|
|
name = "futures-sink"
|
|
|
-version = "0.3.25"
|
|
|
|
|
|
|
+version = "0.3.28"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
|
|
|
|
|
|
|
+checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "futures-task"
|
|
name = "futures-task"
|
|
|
-version = "0.3.25"
|
|
|
|
|
|
|
+version = "0.3.28"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
|
|
|
|
|
|
|
+checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "futures-util"
|
|
name = "futures-util"
|
|
|
-version = "0.3.25"
|
|
|
|
|
|
|
+version = "0.3.28"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
|
|
|
|
|
|
|
+checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"futures-core",
|
|
"futures-core",
|
|
|
"futures-macro",
|
|
"futures-macro",
|
|
@@ -664,7 +694,7 @@ dependencies = [
|
|
|
"proc-macro-error",
|
|
"proc-macro-error",
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn",
|
|
|
|
|
|
|
+ "syn 1.0.103",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -677,6 +707,12 @@ dependencies = [
|
|
|
"polyval",
|
|
"polyval",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "gimli"
|
|
|
|
|
+version = "0.28.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "git2"
|
|
name = "git2"
|
|
|
version = "0.14.4"
|
|
version = "0.14.4"
|
|
@@ -797,9 +833,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "hyper"
|
|
name = "hyper"
|
|
|
-version = "0.14.22"
|
|
|
|
|
|
|
+version = "0.14.27"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "abfba89e19b959ca163c7752ba59d737c1ceea53a5d31a149c805446fc958064"
|
|
|
|
|
|
|
+checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"bytes",
|
|
"bytes",
|
|
|
"futures-channel",
|
|
"futures-channel",
|
|
@@ -812,7 +848,7 @@ dependencies = [
|
|
|
"httpdate",
|
|
"httpdate",
|
|
|
"itoa",
|
|
"itoa",
|
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
|
- "socket2",
|
|
|
|
|
|
|
+ "socket2 0.4.7",
|
|
|
"tokio",
|
|
"tokio",
|
|
|
"tower-service",
|
|
"tower-service",
|
|
|
"tracing",
|
|
"tracing",
|
|
@@ -932,9 +968,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "libc"
|
|
name = "libc"
|
|
|
-version = "0.2.137"
|
|
|
|
|
|
|
+version = "0.2.148"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
|
|
|
|
|
|
|
+checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "libgit2-sys"
|
|
name = "libgit2-sys"
|
|
@@ -1021,16 +1057,25 @@ dependencies = [
|
|
|
"adler",
|
|
"adler",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "miniz_oxide"
|
|
|
|
|
+version = "0.7.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "adler",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "mio"
|
|
name = "mio"
|
|
|
-version = "0.8.5"
|
|
|
|
|
|
|
+version = "0.8.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
|
|
|
|
|
|
+checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"libc",
|
|
"libc",
|
|
|
"log",
|
|
"log",
|
|
|
"wasi",
|
|
"wasi",
|
|
|
- "windows-sys 0.42.0",
|
|
|
|
|
|
|
+ "windows-sys 0.48.0",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1117,6 +1162,15 @@ dependencies = [
|
|
|
"libc",
|
|
"libc",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "object"
|
|
|
|
|
+version = "0.32.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "memchr",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "once_cell"
|
|
name = "once_cell"
|
|
|
version = "1.16.0"
|
|
version = "1.16.0"
|
|
@@ -1152,7 +1206,7 @@ checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn",
|
|
|
|
|
|
|
+ "syn 1.0.103",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1257,14 +1311,14 @@ checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn",
|
|
|
|
|
|
|
+ "syn 1.0.103",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "pin-project-lite"
|
|
name = "pin-project-lite"
|
|
|
-version = "0.2.9"
|
|
|
|
|
|
|
+version = "0.2.13"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|
|
|
|
|
|
+checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "pin-utils"
|
|
name = "pin-utils"
|
|
@@ -1316,7 +1370,7 @@ dependencies = [
|
|
|
"proc-macro-error-attr",
|
|
"proc-macro-error-attr",
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn",
|
|
|
|
|
|
|
+ "syn 1.0.103",
|
|
|
"version_check",
|
|
"version_check",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
@@ -1333,9 +1387,9 @@ dependencies = [
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "proc-macro2"
|
|
name = "proc-macro2"
|
|
|
-version = "1.0.47"
|
|
|
|
|
|
|
+version = "1.0.67"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
|
|
|
|
|
|
|
+checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"unicode-ident",
|
|
"unicode-ident",
|
|
|
]
|
|
]
|
|
@@ -1360,7 +1414,7 @@ dependencies = [
|
|
|
"itertools",
|
|
"itertools",
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn",
|
|
|
|
|
|
|
+ "syn 1.0.103",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1375,9 +1429,9 @@ dependencies = [
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "quote"
|
|
name = "quote"
|
|
|
-version = "1.0.21"
|
|
|
|
|
|
|
+version = "1.0.33"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
|
|
|
|
|
|
+checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
]
|
|
]
|
|
@@ -1428,6 +1482,8 @@ dependencies = [
|
|
|
"clap",
|
|
"clap",
|
|
|
"console-subscriber",
|
|
"console-subscriber",
|
|
|
"fdlimit",
|
|
"fdlimit",
|
|
|
|
|
+ "futures-core",
|
|
|
|
|
+ "futures-sink",
|
|
|
"hex",
|
|
"hex",
|
|
|
"lazy_static",
|
|
"lazy_static",
|
|
|
"notify",
|
|
"notify",
|
|
@@ -1435,9 +1491,11 @@ dependencies = [
|
|
|
"serde",
|
|
"serde",
|
|
|
"sha2",
|
|
"sha2",
|
|
|
"snowstorm",
|
|
"snowstorm",
|
|
|
- "socket2",
|
|
|
|
|
|
|
+ "socket2 0.4.7",
|
|
|
"tokio",
|
|
"tokio",
|
|
|
"tokio-native-tls",
|
|
"tokio-native-tls",
|
|
|
|
|
+ "tokio-tungstenite",
|
|
|
|
|
+ "tokio-util",
|
|
|
"toml",
|
|
"toml",
|
|
|
"tracing",
|
|
"tracing",
|
|
|
"tracing-subscriber",
|
|
"tracing-subscriber",
|
|
@@ -1487,6 +1545,12 @@ dependencies = [
|
|
|
"winapi",
|
|
"winapi",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rustc-demangle"
|
|
|
|
|
+version = "0.1.23"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "rustc_version"
|
|
name = "rustc_version"
|
|
|
version = "0.4.0"
|
|
version = "0.4.0"
|
|
@@ -1564,22 +1628,22 @@ checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "serde"
|
|
name = "serde"
|
|
|
-version = "1.0.147"
|
|
|
|
|
|
|
+version = "1.0.188"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
|
|
|
|
|
|
|
+checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"serde_derive",
|
|
"serde_derive",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "serde_derive"
|
|
name = "serde_derive"
|
|
|
-version = "1.0.147"
|
|
|
|
|
|
|
+version = "1.0.188"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
|
|
|
|
|
|
|
+checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn",
|
|
|
|
|
|
|
+ "syn 2.0.37",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1593,6 +1657,17 @@ dependencies = [
|
|
|
"serde",
|
|
"serde",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "sha1"
|
|
|
|
|
+version = "0.10.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+ "cpufeatures",
|
|
|
|
|
+ "digest",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "sha2"
|
|
name = "sha2"
|
|
|
version = "0.10.6"
|
|
version = "0.10.6"
|
|
@@ -1677,6 +1752,16 @@ dependencies = [
|
|
|
"winapi",
|
|
"winapi",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "socket2"
|
|
|
|
|
+version = "0.5.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "windows-sys 0.48.0",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "strsim"
|
|
name = "strsim"
|
|
|
version = "0.10.0"
|
|
version = "0.10.0"
|
|
@@ -1700,11 +1785,22 @@ dependencies = [
|
|
|
"unicode-ident",
|
|
"unicode-ident",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "syn"
|
|
|
|
|
+version = "2.0.37"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "unicode-ident",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "sync_wrapper"
|
|
name = "sync_wrapper"
|
|
|
-version = "0.1.1"
|
|
|
|
|
|
|
+version = "0.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8"
|
|
|
|
|
|
|
+checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "tempfile"
|
|
name = "tempfile"
|
|
@@ -1737,22 +1833,22 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "thiserror"
|
|
name = "thiserror"
|
|
|
-version = "1.0.37"
|
|
|
|
|
|
|
+version = "1.0.48"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
|
|
|
|
|
|
|
+checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"thiserror-impl",
|
|
"thiserror-impl",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "thiserror-impl"
|
|
name = "thiserror-impl"
|
|
|
-version = "1.0.37"
|
|
|
|
|
|
|
+version = "1.0.48"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
|
|
|
|
|
|
|
+checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn",
|
|
|
|
|
|
|
+ "syn 2.0.37",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1810,23 +1906,22 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "tokio"
|
|
name = "tokio"
|
|
|
-version = "1.24.2"
|
|
|
|
|
|
|
+version = "1.32.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"
|
|
|
|
|
|
|
+checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "autocfg",
|
|
|
|
|
|
|
+ "backtrace",
|
|
|
"bytes",
|
|
"bytes",
|
|
|
"libc",
|
|
"libc",
|
|
|
- "memchr",
|
|
|
|
|
"mio",
|
|
"mio",
|
|
|
"num_cpus",
|
|
"num_cpus",
|
|
|
"parking_lot 0.12.1",
|
|
"parking_lot 0.12.1",
|
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
|
"signal-hook-registry",
|
|
"signal-hook-registry",
|
|
|
- "socket2",
|
|
|
|
|
|
|
+ "socket2 0.5.4",
|
|
|
"tokio-macros",
|
|
"tokio-macros",
|
|
|
"tracing",
|
|
"tracing",
|
|
|
- "windows-sys 0.42.0",
|
|
|
|
|
|
|
+ "windows-sys 0.48.0",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1841,13 +1936,13 @@ dependencies = [
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "tokio-macros"
|
|
name = "tokio-macros"
|
|
|
-version = "1.8.0"
|
|
|
|
|
|
|
+version = "2.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
|
|
|
|
|
|
|
+checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn",
|
|
|
|
|
|
|
+ "syn 2.0.37",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1871,11 +1966,23 @@ dependencies = [
|
|
|
"tokio",
|
|
"tokio",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tokio-tungstenite"
|
|
|
|
|
+version = "0.20.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "futures-util",
|
|
|
|
|
+ "log",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+ "tungstenite",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "tokio-util"
|
|
name = "tokio-util"
|
|
|
-version = "0.7.4"
|
|
|
|
|
|
|
+version = "0.7.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
|
|
|
|
|
|
+checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"bytes",
|
|
"bytes",
|
|
|
"futures-core",
|
|
"futures-core",
|
|
@@ -1998,7 +2105,7 @@ checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn",
|
|
|
|
|
|
|
+ "syn 1.0.103",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2057,6 +2164,25 @@ version = "0.2.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tungstenite"
|
|
|
|
|
+version = "0.20.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "byteorder",
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "data-encoding",
|
|
|
|
|
+ "http",
|
|
|
|
|
+ "httparse",
|
|
|
|
|
+ "log",
|
|
|
|
|
+ "rand",
|
|
|
|
|
+ "sha1",
|
|
|
|
|
+ "thiserror",
|
|
|
|
|
+ "url",
|
|
|
|
|
+ "utf-8",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "typenum"
|
|
name = "typenum"
|
|
|
version = "1.15.0"
|
|
version = "1.15.0"
|
|
@@ -2106,6 +2232,12 @@ dependencies = [
|
|
|
"serde",
|
|
"serde",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "utf-8"
|
|
|
|
|
+version = "0.7.6"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "valuable"
|
|
name = "valuable"
|
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
@@ -2217,21 +2349,51 @@ version = "0.42.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "windows_aarch64_gnullvm",
|
|
|
|
|
|
|
+ "windows_aarch64_gnullvm 0.42.0",
|
|
|
"windows_aarch64_msvc 0.42.0",
|
|
"windows_aarch64_msvc 0.42.0",
|
|
|
"windows_i686_gnu 0.42.0",
|
|
"windows_i686_gnu 0.42.0",
|
|
|
"windows_i686_msvc 0.42.0",
|
|
"windows_i686_msvc 0.42.0",
|
|
|
"windows_x86_64_gnu 0.42.0",
|
|
"windows_x86_64_gnu 0.42.0",
|
|
|
- "windows_x86_64_gnullvm",
|
|
|
|
|
|
|
+ "windows_x86_64_gnullvm 0.42.0",
|
|
|
"windows_x86_64_msvc 0.42.0",
|
|
"windows_x86_64_msvc 0.42.0",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "windows-sys"
|
|
|
|
|
+version = "0.48.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "windows-targets",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "windows-targets"
|
|
|
|
|
+version = "0.48.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "windows_aarch64_gnullvm 0.48.5",
|
|
|
|
|
+ "windows_aarch64_msvc 0.48.5",
|
|
|
|
|
+ "windows_i686_gnu 0.48.5",
|
|
|
|
|
+ "windows_i686_msvc 0.48.5",
|
|
|
|
|
+ "windows_x86_64_gnu 0.48.5",
|
|
|
|
|
+ "windows_x86_64_gnullvm 0.48.5",
|
|
|
|
|
+ "windows_x86_64_msvc 0.48.5",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "windows_aarch64_gnullvm"
|
|
name = "windows_aarch64_gnullvm"
|
|
|
version = "0.42.0"
|
|
version = "0.42.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "windows_aarch64_gnullvm"
|
|
|
|
|
+version = "0.48.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "windows_aarch64_msvc"
|
|
name = "windows_aarch64_msvc"
|
|
|
version = "0.36.1"
|
|
version = "0.36.1"
|
|
@@ -2244,6 +2406,12 @@ version = "0.42.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
|
|
+version = "0.48.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "windows_i686_gnu"
|
|
name = "windows_i686_gnu"
|
|
|
version = "0.36.1"
|
|
version = "0.36.1"
|
|
@@ -2256,6 +2424,12 @@ version = "0.42.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "windows_i686_gnu"
|
|
|
|
|
+version = "0.48.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "windows_i686_msvc"
|
|
name = "windows_i686_msvc"
|
|
|
version = "0.36.1"
|
|
version = "0.36.1"
|
|
@@ -2268,6 +2442,12 @@ version = "0.42.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "windows_i686_msvc"
|
|
|
|
|
+version = "0.48.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "windows_x86_64_gnu"
|
|
name = "windows_x86_64_gnu"
|
|
|
version = "0.36.1"
|
|
version = "0.36.1"
|
|
@@ -2280,12 +2460,24 @@ version = "0.42.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
|
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
|
|
+version = "0.48.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "windows_x86_64_gnullvm"
|
|
name = "windows_x86_64_gnullvm"
|
|
|
version = "0.42.0"
|
|
version = "0.42.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "windows_x86_64_gnullvm"
|
|
|
|
|
+version = "0.48.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "windows_x86_64_msvc"
|
|
name = "windows_x86_64_msvc"
|
|
|
version = "0.36.1"
|
|
version = "0.36.1"
|
|
@@ -2298,6 +2490,12 @@ version = "0.42.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|
|
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
|
|
+version = "0.48.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "zeroize"
|
|
name = "zeroize"
|
|
|
version = "1.3.0"
|
|
version = "1.3.0"
|