|
|
@ -311,7 +311,7 @@ checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bstr", |
|
|
|
"bstr", |
|
|
|
"csv-core", |
|
|
|
"csv-core", |
|
|
|
"itoa", |
|
|
|
"itoa 0.4.8", |
|
|
|
"ryu", |
|
|
|
"ryu", |
|
|
|
"serde", |
|
|
|
"serde", |
|
|
|
] |
|
|
|
] |
|
|
@ -631,7 +631,7 @@ checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"bytes", |
|
|
|
"fnv", |
|
|
|
"fnv", |
|
|
|
"itoa", |
|
|
|
"itoa 0.4.8", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -678,7 +678,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", |
|
|
@ -767,6 +767,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" |
|
|
@ -1320,11 +1326,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", |
|
|
|
] |
|
|
|
] |
|
|
@ -1336,7 +1342,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", |
|
|
|
] |
|
|
|
] |
|
|
|