|
@@ -2,6 +2,21 @@
|
|
# 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]]
|
|
|
|
+name = "adler"
|
|
|
|
+version = "1.0.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "autocfg"
|
|
name = "autocfg"
|
|
version = "1.1.0"
|
|
version = "1.1.0"
|
|
@@ -9,10 +24,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "base64"
|
|
|
|
-version = "0.13.0"
|
|
|
|
|
|
+name = "backtrace"
|
|
|
|
+version = "0.3.69"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
|
+checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
|
|
|
+dependencies = [
|
|
|
|
+ "addr2line",
|
|
|
|
+ "cc",
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "libc",
|
|
|
|
+ "miniz_oxide",
|
|
|
|
+ "object",
|
|
|
|
+ "rustc-demangle",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "bitflags"
|
|
name = "bitflags"
|
|
@@ -22,24 +46,33 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "block-buffer"
|
|
name = "block-buffer"
|
|
-version = "0.10.2"
|
|
|
|
|
|
+version = "0.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
|
|
|
|
|
+checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
dependencies = [
|
|
dependencies = [
|
|
"generic-array",
|
|
"generic-array",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "byteorder"
|
|
name = "byteorder"
|
|
-version = "1.4.3"
|
|
|
|
|
|
+version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
+checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "bytes"
|
|
name = "bytes"
|
|
-version = "1.1.0"
|
|
|
|
|
|
+version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
|
|
|
|
|
+checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "cc"
|
|
|
|
+version = "1.0.83"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "cfg-if"
|
|
name = "cfg-if"
|
|
@@ -49,18 +82,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "cpufeatures"
|
|
name = "cpufeatures"
|
|
-version = "0.2.2"
|
|
|
|
|
|
+version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
|
|
|
|
|
+checksum = "3fbc60abd742b35f2492f808e1abbb83d45f72db402e14c55057edc9c7b1e9e4"
|
|
dependencies = [
|
|
dependencies = [
|
|
"libc",
|
|
"libc",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "crypto-common"
|
|
name = "crypto-common"
|
|
-version = "0.1.3"
|
|
|
|
|
|
+version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
|
|
|
|
|
|
+checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
dependencies = [
|
|
dependencies = [
|
|
"generic-array",
|
|
"generic-array",
|
|
"typenum",
|
|
"typenum",
|
|
@@ -90,34 +123,33 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "form_urlencoded"
|
|
name = "form_urlencoded"
|
|
-version = "1.0.1"
|
|
|
|
|
|
+version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
|
|
|
|
|
+checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "matches",
|
|
|
|
"percent-encoding",
|
|
"percent-encoding",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-channel"
|
|
name = "futures-channel"
|
|
-version = "0.3.21"
|
|
|
|
|
|
+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 = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
|
|
|
|
|
+checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
|
dependencies = [
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-core",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-core"
|
|
name = "futures-core"
|
|
-version = "0.3.21"
|
|
|
|
|
|
+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 = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
|
|
|
|
|
+checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-macro"
|
|
name = "futures-macro"
|
|
-version = "0.3.21"
|
|
|
|
|
|
+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 = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
|
|
|
|
|
|
+checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -126,21 +158,21 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-sink"
|
|
name = "futures-sink"
|
|
-version = "0.3.21"
|
|
|
|
|
|
+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 = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
|
|
|
|
|
+checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-task"
|
|
name = "futures-task"
|
|
-version = "0.3.21"
|
|
|
|
|
|
+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 = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
|
|
|
|
|
+checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-util"
|
|
name = "futures-util"
|
|
-version = "0.3.21"
|
|
|
|
|
|
+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 = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
|
|
|
|
|
+checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
|
dependencies = [
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-core",
|
|
"futures-macro",
|
|
"futures-macro",
|
|
@@ -153,9 +185,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "generic-array"
|
|
name = "generic-array"
|
|
-version = "0.14.5"
|
|
|
|
|
|
+version = "0.14.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
|
|
|
|
|
+checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
dependencies = [
|
|
dependencies = [
|
|
"typenum",
|
|
"typenum",
|
|
"version_check",
|
|
"version_check",
|
|
@@ -163,29 +195,32 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "getrandom"
|
|
name = "getrandom"
|
|
-version = "0.2.6"
|
|
|
|
|
|
+version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
|
|
|
|
|
|
+checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"libc",
|
|
"libc",
|
|
- "wasi 0.10.2+wasi-snapshot-preview1",
|
|
|
|
|
|
+ "wasi",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "gimli"
|
|
|
|
+version = "0.28.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
name = "hermit-abi"
|
|
-version = "0.1.19"
|
|
|
|
|
|
+version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
-dependencies = [
|
|
|
|
- "libc",
|
|
|
|
-]
|
|
|
|
|
|
+checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "http"
|
|
name = "http"
|
|
-version = "0.2.8"
|
|
|
|
|
|
+version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
|
|
|
|
|
+checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bytes",
|
|
"bytes",
|
|
"fnv",
|
|
"fnv",
|
|
@@ -194,26 +229,25 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "httparse"
|
|
name = "httparse"
|
|
-version = "1.7.1"
|
|
|
|
|
|
+version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
|
|
|
|
|
|
+checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "idna"
|
|
name = "idna"
|
|
-version = "0.2.3"
|
|
|
|
|
|
+version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
|
|
|
|
|
+checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "matches",
|
|
|
|
"unicode-bidi",
|
|
"unicode-bidi",
|
|
"unicode-normalization",
|
|
"unicode-normalization",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "itoa"
|
|
name = "itoa"
|
|
-version = "1.0.2"
|
|
|
|
|
|
+version = "1.0.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
|
|
|
|
|
|
+checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "json"
|
|
name = "json"
|
|
@@ -223,9 +257,9 @@ checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "libc"
|
|
name = "libc"
|
|
-version = "0.2.126"
|
|
|
|
|
|
+version = "0.2.149"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
|
|
|
|
|
+checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "libdatachannel_signaling_server_example"
|
|
name = "libdatachannel_signaling_server_example"
|
|
@@ -236,14 +270,14 @@ dependencies = [
|
|
"json",
|
|
"json",
|
|
"tokio",
|
|
"tokio",
|
|
"tokio-tungstenite",
|
|
"tokio-tungstenite",
|
|
- "tungstenite 0.20.1",
|
|
|
|
|
|
+ "tungstenite",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "lock_api"
|
|
name = "lock_api"
|
|
-version = "0.4.7"
|
|
|
|
|
|
+version = "0.4.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
|
|
|
|
|
+checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
|
dependencies = [
|
|
dependencies = [
|
|
"autocfg",
|
|
"autocfg",
|
|
"scopeguard",
|
|
"scopeguard",
|
|
@@ -251,47 +285,55 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "log"
|
|
name = "log"
|
|
-version = "0.4.17"
|
|
|
|
|
|
+version = "0.4.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
|
|
-dependencies = [
|
|
|
|
- "cfg-if",
|
|
|
|
-]
|
|
|
|
|
|
+checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "matches"
|
|
|
|
-version = "0.1.9"
|
|
|
|
|
|
+name = "memchr"
|
|
|
|
+version = "2.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
|
|
|
|
|
+checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "memchr"
|
|
|
|
-version = "2.5.0"
|
|
|
|
|
|
+name = "miniz_oxide"
|
|
|
|
+version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
|
|
|
|
+checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
|
|
+dependencies = [
|
|
|
|
+ "adler",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "mio"
|
|
name = "mio"
|
|
-version = "0.8.3"
|
|
|
|
|
|
+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 = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
|
|
|
|
|
|
+checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
|
dependencies = [
|
|
dependencies = [
|
|
"libc",
|
|
"libc",
|
|
- "log",
|
|
|
|
- "wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
|
|
+ "wasi",
|
|
"windows-sys",
|
|
"windows-sys",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "num_cpus"
|
|
name = "num_cpus"
|
|
-version = "1.13.1"
|
|
|
|
|
|
+version = "1.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
|
|
|
|
|
+checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
dependencies = [
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"hermit-abi",
|
|
"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 = "parking_lot"
|
|
name = "parking_lot"
|
|
version = "0.12.1"
|
|
version = "0.12.1"
|
|
@@ -304,28 +346,28 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
name = "parking_lot_core"
|
|
-version = "0.9.3"
|
|
|
|
|
|
+version = "0.9.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
|
|
|
|
|
+checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"libc",
|
|
"libc",
|
|
"redox_syscall",
|
|
"redox_syscall",
|
|
"smallvec",
|
|
"smallvec",
|
|
- "windows-sys",
|
|
|
|
|
|
+ "windows-targets",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
name = "percent-encoding"
|
|
-version = "2.1.0"
|
|
|
|
|
|
+version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
|
+checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
|
|
|
|
|
[[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"
|
|
@@ -335,24 +377,24 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "ppv-lite86"
|
|
name = "ppv-lite86"
|
|
-version = "0.2.16"
|
|
|
|
|
|
+version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
|
|
|
|
|
+checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
name = "proc-macro2"
|
|
-version = "1.0.39"
|
|
|
|
|
|
+version = "1.0.69"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
|
|
|
|
|
|
+checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
|
dependencies = [
|
|
dependencies = [
|
|
"unicode-ident",
|
|
"unicode-ident",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "quote"
|
|
name = "quote"
|
|
-version = "1.0.18"
|
|
|
|
|
|
+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 = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
|
|
|
|
|
+checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
]
|
|
]
|
|
@@ -380,38 +422,33 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rand_core"
|
|
name = "rand_core"
|
|
-version = "0.6.3"
|
|
|
|
|
|
+version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
|
|
|
|
|
+checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"getrandom",
|
|
"getrandom",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
name = "redox_syscall"
|
|
-version = "0.2.13"
|
|
|
|
|
|
+version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
|
|
|
|
|
+checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bitflags",
|
|
"bitflags",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "scopeguard"
|
|
|
|
-version = "1.1.0"
|
|
|
|
|
|
+name = "rustc-demangle"
|
|
|
|
+version = "0.1.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
+checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "sha-1"
|
|
|
|
-version = "0.10.0"
|
|
|
|
|
|
+name = "scopeguard"
|
|
|
|
+version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
|
|
|
-dependencies = [
|
|
|
|
- "cfg-if",
|
|
|
|
- "cpufeatures",
|
|
|
|
- "digest",
|
|
|
|
-]
|
|
|
|
|
|
+checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sha1"
|
|
name = "sha1"
|
|
@@ -426,40 +463,43 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "signal-hook-registry"
|
|
name = "signal-hook-registry"
|
|
-version = "1.4.0"
|
|
|
|
|
|
+version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
|
|
|
|
+checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
|
dependencies = [
|
|
dependencies = [
|
|
"libc",
|
|
"libc",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "slab"
|
|
name = "slab"
|
|
-version = "0.4.6"
|
|
|
|
|
|
+version = "0.4.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
|
|
|
|
|
+checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
|
|
+dependencies = [
|
|
|
|
+ "autocfg",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "smallvec"
|
|
name = "smallvec"
|
|
-version = "1.8.0"
|
|
|
|
|
|
+version = "1.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
|
|
|
|
|
+checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "socket2"
|
|
name = "socket2"
|
|
-version = "0.4.4"
|
|
|
|
|
|
+version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
|
|
|
|
|
+checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
|
dependencies = [
|
|
dependencies = [
|
|
"libc",
|
|
"libc",
|
|
- "winapi",
|
|
|
|
|
|
+ "windows-sys",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "syn"
|
|
name = "syn"
|
|
-version = "1.0.96"
|
|
|
|
|
|
+version = "2.0.38"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
|
|
|
|
|
|
+checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -468,18 +508,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "thiserror"
|
|
name = "thiserror"
|
|
-version = "1.0.31"
|
|
|
|
|
|
+version = "1.0.50"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
|
|
|
|
|
|
+checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
|
|
dependencies = [
|
|
dependencies = [
|
|
"thiserror-impl",
|
|
"thiserror-impl",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
name = "thiserror-impl"
|
|
-version = "1.0.31"
|
|
|
|
|
|
+version = "1.0.50"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
|
|
|
|
|
|
+checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -497,20 +537,19 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tinyvec_macros"
|
|
name = "tinyvec_macros"
|
|
-version = "0.1.0"
|
|
|
|
|
|
+version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
+checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tokio"
|
|
name = "tokio"
|
|
-version = "1.20.4"
|
|
|
|
|
|
+version = "1.33.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "eb78f30e4b41e98ca4cce5acb51168a033839a7af9e42b380355808e14e98ee0"
|
|
|
|
|
|
+checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "autocfg",
|
|
|
|
|
|
+ "backtrace",
|
|
"bytes",
|
|
"bytes",
|
|
"libc",
|
|
"libc",
|
|
- "memchr",
|
|
|
|
"mio",
|
|
"mio",
|
|
"num_cpus",
|
|
"num_cpus",
|
|
"parking_lot",
|
|
"parking_lot",
|
|
@@ -518,14 +557,14 @@ dependencies = [
|
|
"signal-hook-registry",
|
|
"signal-hook-registry",
|
|
"socket2",
|
|
"socket2",
|
|
"tokio-macros",
|
|
"tokio-macros",
|
|
- "winapi",
|
|
|
|
|
|
+ "windows-sys",
|
|
]
|
|
]
|
|
|
|
|
|
[[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",
|
|
@@ -534,33 +573,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tokio-tungstenite"
|
|
name = "tokio-tungstenite"
|
|
-version = "0.17.1"
|
|
|
|
|
|
+version = "0.20.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "06cda1232a49558c46f8a504d5b93101d42c0bf7f911f12a105ba48168f821ae"
|
|
|
|
|
|
+checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"futures-util",
|
|
"futures-util",
|
|
"log",
|
|
"log",
|
|
"tokio",
|
|
"tokio",
|
|
- "tungstenite 0.17.3",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "tungstenite"
|
|
|
|
-version = "0.17.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
|
|
|
|
-dependencies = [
|
|
|
|
- "base64",
|
|
|
|
- "byteorder",
|
|
|
|
- "bytes",
|
|
|
|
- "http",
|
|
|
|
- "httparse",
|
|
|
|
- "log",
|
|
|
|
- "rand",
|
|
|
|
- "sha-1",
|
|
|
|
- "thiserror",
|
|
|
|
- "url",
|
|
|
|
- "utf-8",
|
|
|
|
|
|
+ "tungstenite",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -584,40 +604,39 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "typenum"
|
|
name = "typenum"
|
|
-version = "1.15.0"
|
|
|
|
|
|
+version = "1.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
|
|
|
|
+checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
name = "unicode-bidi"
|
|
-version = "0.3.8"
|
|
|
|
|
|
+version = "0.3.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
|
|
|
|
|
+checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-ident"
|
|
name = "unicode-ident"
|
|
-version = "1.0.0"
|
|
|
|
|
|
+version = "1.0.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
|
|
|
|
|
|
+checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-normalization"
|
|
name = "unicode-normalization"
|
|
-version = "0.1.19"
|
|
|
|
|
|
+version = "0.1.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
|
|
|
|
|
+checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
|
dependencies = [
|
|
dependencies = [
|
|
"tinyvec",
|
|
"tinyvec",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "url"
|
|
name = "url"
|
|
-version = "2.2.2"
|
|
|
|
|
|
+version = "2.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
|
|
|
|
|
+checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
|
dependencies = [
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"form_urlencoded",
|
|
"idna",
|
|
"idna",
|
|
- "matches",
|
|
|
|
"percent-encoding",
|
|
"percent-encoding",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -633,12 +652,6 @@ version = "0.9.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "wasi"
|
|
|
|
-version = "0.10.2+wasi-snapshot-preview1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasi"
|
|
name = "wasi"
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
@@ -646,66 +659,67 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "winapi"
|
|
|
|
-version = "0.3.9"
|
|
|
|
|
|
+name = "windows-sys"
|
|
|
|
+version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
|
|
+checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "winapi-i686-pc-windows-gnu",
|
|
|
|
- "winapi-x86_64-pc-windows-gnu",
|
|
|
|
|
|
+ "windows-targets",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "winapi-i686-pc-windows-gnu"
|
|
|
|
-version = "0.4.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
-version = "0.4.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "windows-sys"
|
|
|
|
-version = "0.36.1"
|
|
|
|
|
|
+name = "windows-targets"
|
|
|
|
+version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
|
|
+checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
+ "windows_aarch64_gnullvm",
|
|
"windows_aarch64_msvc",
|
|
"windows_aarch64_msvc",
|
|
"windows_i686_gnu",
|
|
"windows_i686_gnu",
|
|
"windows_i686_msvc",
|
|
"windows_i686_msvc",
|
|
"windows_x86_64_gnu",
|
|
"windows_x86_64_gnu",
|
|
|
|
+ "windows_x86_64_gnullvm",
|
|
"windows_x86_64_msvc",
|
|
"windows_x86_64_msvc",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[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.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
|
+checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
name = "windows_i686_gnu"
|
|
-version = "0.36.1"
|
|
|
|
|
|
+version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
|
+checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
name = "windows_i686_msvc"
|
|
-version = "0.36.1"
|
|
|
|
|
|
+version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
|
+checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
name = "windows_x86_64_gnu"
|
|
-version = "0.36.1"
|
|
|
|
|
|
+version = "0.48.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_x86_64_gnullvm"
|
|
|
|
+version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
|
+checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
name = "windows_x86_64_msvc"
|
|
-version = "0.36.1"
|
|
|
|
|
|
+version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
|
|
+checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|