|
|
@ -102,9 +102,9 @@ checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
|
|
|
name = "async-trait"
|
|
|
|
version = "0.1.51"
|
|
|
|
version = "0.1.52"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
|
|
|
|
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
@ -787,9 +787,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
name = "crypto-common"
|
|
|
|
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 = "567569e659735adb39ff2d4c20600f7cd78be5471f8c58ab162bce3c03fdbc5f"
|
|
|
|
checksum = "683d6b536309245c849479fba3da410962a43ed8e51c26b729208ec0ac2798d0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.4",
|
|
|
|
"generic-array 0.14.4",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -823,7 +823,7 @@ checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"bstr",
|
|
|
|
"csv-core",
|
|
|
|
"csv-core",
|
|
|
|
"itoa",
|
|
|
|
"itoa 0.4.8",
|
|
|
|
"ryu",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -927,9 +927,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.0"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8549e6bfdecd113b7e221fe60b433087f6957387a20f8118ebca9b12af19143d"
|
|
|
|
checksum = "b697d66081d42af4fba142d56918a3cb21dc8eb63372c6b85d14f44fb9c5979b"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.10.0",
|
|
|
|
"block-buffer 0.10.0",
|
|
|
|
"crypto-common",
|
|
|
|
"crypto-common",
|
|
|
@ -1036,9 +1036,9 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
|
|
|
name = "encoding_rs"
|
|
|
|
version = "0.8.29"
|
|
|
|
version = "0.8.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746"
|
|
|
|
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -1463,9 +1463,9 @@ checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
|
|
|
name = "futures"
|
|
|
|
version = "0.3.18"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8cd0210d8c325c245ff06fd95a3b13689a1a276ac8cfa8e8720cb840bfb84b9e"
|
|
|
|
checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
@ -1494,9 +1494,9 @@ checksum = "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
|
|
|
name = "futures-executor"
|
|
|
|
version = "0.3.18"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b808bf53348a36cab739d7e04755909b9fcaaa69b7d7e588b37b6ec62704c97"
|
|
|
|
checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-task",
|
|
|
@ -1511,10 +1511,12 @@ checksum = "e481354db6b5c353246ccf6a728b0c5511d752c08da7260546fc0933869daa11"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
|
|
|
name = "futures-macro"
|
|
|
|
version = "0.3.18"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a89f17b21645bc4ed773c69af9c9a0effd4a3f1a3876eadd453469f8854e7fdd"
|
|
|
|
checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"autocfg",
|
|
|
|
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"syn",
|
|
|
@ -1540,10 +1542,11 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
|
|
|
name = "futures-util"
|
|
|
|
version = "0.3.18"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e"
|
|
|
|
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"autocfg",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-io",
|
|
|
@ -1553,6 +1556,8 @@ dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"pin-utils",
|
|
|
|
|
|
|
|
"proc-macro-hack",
|
|
|
|
|
|
|
|
"proc-macro-nested",
|
|
|
|
"slab",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -1624,9 +1629,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
|
|
|
name = "h2"
|
|
|
|
version = "0.3.7"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fd819562fcebdac5afc5c113c3ec36f902840b70fd4fc458799c8ce4607ae55"
|
|
|
|
checksum = "8f072413d126e57991455e0a922b31e4c8ba7c2ffbebf6b78b4f8521397d65cd"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"fnv",
|
|
|
@ -1727,7 +1732,7 @@ checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
"itoa 0.4.8",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -1755,9 +1760,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
|
|
|
name = "hyper"
|
|
|
|
version = "0.14.15"
|
|
|
|
version = "0.14.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "436ec0091e4f20e655156a30a0df3770fe2900aa301e548e08446ec794b6953c"
|
|
|
|
checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-channel",
|
|
|
@ -1768,7 +1773,7 @@ dependencies = [
|
|
|
|
"http-body",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"itoa 0.4.8",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tokio",
|
|
|
@ -1894,9 +1899,9 @@ checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.1"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
|
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -1907,6 +1912,12 @@ version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "itoa"
|
|
|
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.55"
|
|
|
|
version = "0.3.55"
|
|
|
@ -1943,9 +1954,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.108"
|
|
|
|
version = "0.2.112"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119"
|
|
|
|
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "libusb1-sys"
|
|
|
|
name = "libusb1-sys"
|
|
|
@ -2000,7 +2011,7 @@ version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae"
|
|
|
|
checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.10.0",
|
|
|
|
"digest 0.10.1",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -2148,9 +2159,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.8.0"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
|
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
|
|
|
name = "oorandom"
|
|
|
@ -2192,9 +2203,9 @@ checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
|
|
|
name = "openssl-sys"
|
|
|
|
version = "0.9.71"
|
|
|
|
version = "0.9.72"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7df13d165e607909b363a4757a6f133f8a818a74e9d3a98d09c6128e15fa4c73"
|
|
|
|
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"cc",
|
|
|
@ -2359,9 +2370,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.22"
|
|
|
|
version = "0.3.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"
|
|
|
|
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
|
|
|
name = "plotters"
|
|
|
@ -2445,10 +2456,22 @@ dependencies = [
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "1.0.33"
|
|
|
|
version = "0.5.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb37d2df5df740e582f28f8560cf425f52bb267d872fe58358eadb554909f07a"
|
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "proc-macro-nested"
|
|
|
|
|
|
|
|
version = "0.1.7"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "proc-macro2"
|
|
|
|
|
|
|
|
version = "1.0.34"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "2f84e92c0f7c9d58328b85a78557813e4bd845130db68d7184635344399423b1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -2923,9 +2946,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.6"
|
|
|
|
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 = "3c9613b5a66ab9ba26415184cfc41156594925a9cf3a2057e57f31ff145f6568"
|
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "salsa20"
|
|
|
|
name = "salsa20"
|
|
|
@ -3041,9 +3064,9 @@ checksum = "930c0acf610d3fdb5e2ab6213019aaa04e227ebe9547b0649ba599b16d788bd7"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
|
|
|
name = "serde"
|
|
|
|
version = "1.0.130"
|
|
|
|
version = "1.0.131"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
|
|
|
|
checksum = "b4ad69dfbd3e45369132cc64e6748c2d65cdfb001a2b1c232d128b4ad60561c1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -3070,9 +3093,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.130"
|
|
|
|
version = "1.0.131"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
|
|
|
|
checksum = "b710a83c4e0dff6a3d511946b95274ad9ca9e5d3ae497b63fda866ac955358d2"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
@ -3081,11 +3104,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.72"
|
|
|
|
version = "1.0.73"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527"
|
|
|
|
checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"itoa 1.0.1",
|
|
|
|
"ryu",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -3097,7 +3120,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
|
|
|
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"itoa 0.4.8",
|
|
|
|
"ryu",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
]
|
|
|
|