|
|
@ -29,9 +29,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
|
|
|
name = "aes"
|
|
|
|
version = "0.8.1"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfe0133578c0986e1fe3dfcd4af1cc5b2dd6c3dbf534d69916ce16a2701d40ba"
|
|
|
|
checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cipher",
|
|
|
@ -227,7 +227,7 @@ dependencies = [
|
|
|
|
"http",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"hyper",
|
|
|
|
"ring",
|
|
|
|
"ring",
|
|
|
|
"time 0.3.15",
|
|
|
|
"time 0.3.16",
|
|
|
|
"tokio",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
"tracing",
|
|
|
@ -359,7 +359,7 @@ dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"percent-encoding",
|
|
|
|
"regex",
|
|
|
|
"regex",
|
|
|
|
"ring",
|
|
|
|
"ring",
|
|
|
|
"time 0.3.15",
|
|
|
|
"time 0.3.16",
|
|
|
|
"tracing",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -463,7 +463,7 @@ dependencies = [
|
|
|
|
"itoa 1.0.4",
|
|
|
|
"itoa 1.0.4",
|
|
|
|
"num-integer",
|
|
|
|
"num-integer",
|
|
|
|
"ryu",
|
|
|
|
"ryu",
|
|
|
|
"time 0.3.15",
|
|
|
|
"time 0.3.16",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -493,12 +493,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
|
|
|
name = "axum"
|
|
|
|
version = "0.5.16"
|
|
|
|
version = "0.5.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9e3356844c4d6a6d6467b8da2cffb4a2820be256f50a3a386c9d152bab31043"
|
|
|
|
checksum = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"async-trait",
|
|
|
|
"axum-core 0.2.8",
|
|
|
|
"axum-core 0.2.9",
|
|
|
|
"bitflags",
|
|
|
|
"bitflags",
|
|
|
|
"bytes 1.2.1",
|
|
|
|
"bytes 1.2.1",
|
|
|
|
"futures-util",
|
|
|
|
"futures-util",
|
|
|
@ -554,9 +554,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
|
|
|
name = "axum-core"
|
|
|
|
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 = "d9f0c0a60006f2a293d82d571f635042a72edf927539b7685bd62d361963839b"
|
|
|
|
checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"async-trait",
|
|
|
|
"bytes 1.2.1",
|
|
|
|
"bytes 1.2.1",
|
|
|
@ -720,9 +720,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.11.0"
|
|
|
|
version = "3.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
|
|
|
|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
name = "byteorder"
|
|
|
@ -770,9 +770,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
|
|
|
name = "cc"
|
|
|
|
version = "1.0.73"
|
|
|
|
version = "1.0.74"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
|
|
|
checksum = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
"jobserver",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -944,7 +944,7 @@ dependencies = [
|
|
|
|
"rand",
|
|
|
|
"rand",
|
|
|
|
"sha2 0.10.6",
|
|
|
|
"sha2 0.10.6",
|
|
|
|
"subtle",
|
|
|
|
"subtle",
|
|
|
|
"time 0.3.15",
|
|
|
|
"time 0.3.16",
|
|
|
|
"version_check",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -1213,9 +1213,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
|
|
|
name = "cxx"
|
|
|
|
version = "1.0.79"
|
|
|
|
version = "1.0.80"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f83d0ebf42c6eafb8d7c52f7e5f2d3003b89c7aa4fd2b79229209459a849af8"
|
|
|
|
checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-flags",
|
|
|
@ -1225,9 +1225,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
|
|
|
name = "cxx-build"
|
|
|
|
version = "1.0.79"
|
|
|
|
version = "1.0.80"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07d050484b55975889284352b0ffc2ecbda25c0c55978017c132b29ba0818a86"
|
|
|
|
checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"codespan-reporting",
|
|
|
@ -1240,15 +1240,15 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
|
|
|
name = "cxxbridge-flags"
|
|
|
|
version = "1.0.79"
|
|
|
|
version = "1.0.80"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99d2199b00553eda8012dfec8d3b1c75fce747cf27c169a270b3b99e3448ab78"
|
|
|
|
checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
|
|
|
name = "cxxbridge-macro"
|
|
|
|
version = "1.0.79"
|
|
|
|
version = "1.0.80"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcb67a6de1f602736dd7eaead0080cf3435df806c61b24b13328db128c58868f"
|
|
|
|
checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
@ -1257,9 +1257,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
name = "darling"
|
|
|
|
version = "0.14.1"
|
|
|
|
version = "0.14.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4529658bdda7fd6769b8614be250cdcfc3aeb0ee72fe66f9e41e5e5eb73eac02"
|
|
|
|
checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
"darling_macro",
|
|
|
@ -1267,9 +1267,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.14.1"
|
|
|
|
version = "0.14.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "649c91bc01e8b1eac09fb91e8dbc7d517684ca6be8ebc75bb9cafc894f9fdb6f"
|
|
|
|
checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"ident_case",
|
|
|
@ -1281,9 +1281,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.14.1"
|
|
|
|
version = "0.14.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddfc69c5bfcbd2fc09a0f38451d2daf0e372e367986a83906d1b0dbc88134fb5"
|
|
|
|
checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
@ -1300,7 +1300,7 @@ dependencies = [
|
|
|
|
"hashbrown",
|
|
|
|
"hashbrown",
|
|
|
|
"lock_api",
|
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot_core 0.9.3",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -1461,9 +1461,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "email_address"
|
|
|
|
name = "email_address"
|
|
|
|
version = "0.2.3"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1b32a7a2580c4473f10f66b512c34bdd7d33c5e3473227ca833abdb5afe4809"
|
|
|
|
checksum = "e2153bd83ebc09db15bcbdc3e2194d901804952e3dc96967e1cd3b0c5c32d112"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
name = "encode_unicode"
|
|
|
@ -1537,9 +1537,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ff"
|
|
|
|
name = "ff"
|
|
|
|
version = "0.12.0"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df689201f395c6b90dfe87127685f8dbfc083a5e779e613575d8bd7314300c3e"
|
|
|
|
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
"subtle",
|
|
|
@ -1552,7 +1552,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e56602b469b2201400dec66a66aec5a9b8761ee97cd1b8c96ab2483fcc16cc9"
|
|
|
|
checksum = "4e56602b469b2201400dec66a66aec5a9b8761ee97cd1b8c96ab2483fcc16cc9"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"atomic",
|
|
|
|
"atomic",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"parking_lot",
|
|
|
|
"pear",
|
|
|
|
"pear",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"serde_yaml",
|
|
|
|
"serde_yaml",
|
|
|
@ -1610,9 +1610,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
|
|
|
name = "futures"
|
|
|
|
version = "0.3.24"
|
|
|
|
version = "0.3.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c"
|
|
|
|
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
@ -1641,9 +1641,9 @@ checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
|
|
|
name = "futures-executor"
|
|
|
|
version = "0.3.24"
|
|
|
|
version = "0.3.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab"
|
|
|
|
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-task",
|
|
|
@ -1652,13 +1652,13 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-intrusive"
|
|
|
|
name = "futures-intrusive"
|
|
|
|
version = "0.4.0"
|
|
|
|
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 = "62007592ac46aa7c2b6416f7deb9a8a8f63a01e0f1d6e1787d5630170db2b63e"
|
|
|
|
checksum = "1b6bdbb8c5a42b2bb5ee8dd9dc2c7d73ce3e15d26dfe100fb347ffa3f58c672b"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
"lock_api",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"parking_lot",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -1730,9 +1730,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.7"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
|
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
@ -1797,9 +1797,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
|
|
|
name = "h2"
|
|
|
|
version = "0.3.14"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be"
|
|
|
|
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes 1.2.1",
|
|
|
|
"bytes 1.2.1",
|
|
|
|
"fnv",
|
|
|
|
"fnv",
|
|
|
@ -2025,9 +2025,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
|
|
|
name = "iana-time-zone"
|
|
|
|
version = "0.1.51"
|
|
|
|
version = "0.1.53"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"
|
|
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"core-foundation-sys",
|
|
|
@ -2156,9 +2156,9 @@ checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "0.7.3"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ea37f355c05dde75b84bba2d767906ad522e97cd9e2eef2be7a4ab7fb442c06"
|
|
|
|
checksum = "e6e481ccbe3dea62107216d0d1138bb8ad8e5e5c43009a098bd1990272c497b0"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
name = "iovec"
|
|
|
@ -2915,14 +2915,14 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
name = "mio"
|
|
|
|
version = "0.8.4"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
|
|
|
|
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
"windows-sys",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -3128,7 +3128,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e785d273968748578931e4dc3b4f5ec86b26e09d9e0d66b55adda7fce742f7a"
|
|
|
|
checksum = "1e785d273968748578931e4dc3b4f5ec86b26e09d9e0d66b55adda7fce742f7a"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"async-trait",
|
|
|
|
"futures 0.3.24",
|
|
|
|
"futures 0.3.25",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-executor",
|
|
|
|
"http",
|
|
|
|
"http",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
@ -3147,7 +3147,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1c928609d087790fc936a1067bdc310ae702bdf3b090c3f281b713622c8bbde"
|
|
|
|
checksum = "d1c928609d087790fc936a1067bdc310ae702bdf3b090c3f281b713622c8bbde"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"async-trait",
|
|
|
|
"futures 0.3.24",
|
|
|
|
"futures 0.3.25",
|
|
|
|
"futures-util",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http",
|
|
|
|
"opentelemetry",
|
|
|
|
"opentelemetry",
|
|
|
@ -3176,7 +3176,7 @@ version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d61a2f56df5574508dd86aaca016c917489e589ece4141df1b5e349af8d66c28"
|
|
|
|
checksum = "d61a2f56df5574508dd86aaca016c917489e589ece4141df1b5e349af8d66c28"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.3.24",
|
|
|
|
"futures 0.3.25",
|
|
|
|
"futures-util",
|
|
|
|
"futures-util",
|
|
|
|
"opentelemetry",
|
|
|
|
"opentelemetry",
|
|
|
|
"prost",
|
|
|
|
"prost",
|
|
|
@ -3261,9 +3261,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
|
|
|
name = "os_str_bytes"
|
|
|
|
version = "6.3.0"
|
|
|
|
version = "6.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
|
|
|
|
checksum = "3baf96e39c5359d2eb0dd6ccb42c62b91d9678aa68160d261b9e0ccbf9e9dea9"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
name = "overload"
|
|
|
@ -3293,17 +3293,6 @@ dependencies = [
|
|
|
|
"sha2 0.10.6",
|
|
|
|
"sha2 0.10.6",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "parking_lot"
|
|
|
|
|
|
|
|
version = "0.11.2"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"instant",
|
|
|
|
|
|
|
|
"lock_api",
|
|
|
|
|
|
|
|
"parking_lot_core 0.8.5",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
version = "0.12.1"
|
|
|
@ -3311,34 +3300,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core 0.9.3",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.8.5"
|
|
|
|
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 = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
|
|
|
checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
"instant",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
|
|
|
"smallvec",
|
|
|
|
|
|
|
|
"winapi",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "parking_lot_core"
|
|
|
|
|
|
|
|
version = "0.9.3"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"smallvec",
|
|
|
|
"windows-sys",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -3706,7 +3681,7 @@ dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"fnv",
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"parking_lot",
|
|
|
|
"protobuf",
|
|
|
|
"protobuf",
|
|
|
|
"thiserror",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -4052,16 +4027,16 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.35.11"
|
|
|
|
version = "0.35.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbb2fda4666def1433b1b05431ab402e42a1084285477222b72d6c564c417cef"
|
|
|
|
checksum = "985947f9b6423159c4726323f373be0a21bdb514c5af06a849cb3d2dce2d01e8"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys",
|
|
|
|
"windows-sys 0.36.1",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -4128,7 +4103,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
|
|
|
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
|
"windows-sys",
|
|
|
|
"windows-sys 0.36.1",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -4314,7 +4289,7 @@ dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with_macros",
|
|
|
|
"serde_with_macros",
|
|
|
|
"time 0.3.15",
|
|
|
|
"time 0.3.16",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -4640,9 +4615,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.102"
|
|
|
|
version = "1.0.103"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
|
|
|
|
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
@ -4780,22 +4755,32 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
name = "time"
|
|
|
|
version = "0.3.15"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d634a985c4d4238ec39cacaed2e7ae552fbd3c476b552c1deac3021b7d7eaf0c"
|
|
|
|
checksum = "0fab5c8b9980850e06d92ddbe3ab839c062c801f3927c0fb8abd6fc8e918fbca"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"itoa 1.0.4",
|
|
|
|
"itoa 1.0.4",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"num_threads",
|
|
|
|
"num_threads",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.2.4"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
|
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "time-macros"
|
|
|
|
|
|
|
|
version = "0.2.5"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "65bb801831d812c562ae7d2bfb531f26e66e4e1f6b17307ba4149c5064710e5b"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"time-core",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
name = "tinyvec"
|
|
|
@ -4824,7 +4809,7 @@ dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"num_cpus",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"socket2",
|
|
|
|
"socket2",
|
|
|
@ -4935,7 +4920,7 @@ checksum = "55b9af819e54b8f33d453655bef9b9acc171568fb49523078d0cc4e7484200ec"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"async-trait",
|
|
|
|
"axum 0.5.16",
|
|
|
|
"axum 0.5.17",
|
|
|
|
"base64",
|
|
|
|
"base64",
|
|
|
|
"bytes 1.2.1",
|
|
|
|
"bytes 1.2.1",
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
@ -5052,7 +5037,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e"
|
|
|
|
checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"time 0.3.15",
|
|
|
|
"time 0.3.16",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -5434,9 +5419,9 @@ checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-encoder"
|
|
|
|
name = "wasm-encoder"
|
|
|
|
version = "0.18.0"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c64ac98d5d61192cc45c701b7e4bd0b9aff91e2edfc7a088406cfe2288581e2c"
|
|
|
|
checksum = "c5816e88e8ea7335016aa62eb0485747f786136d505a9b3890f8c400211d9b5f"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -5478,7 +5463,7 @@ dependencies = [
|
|
|
|
"wasmtime-jit",
|
|
|
|
"wasmtime-jit",
|
|
|
|
"wasmtime-runtime",
|
|
|
|
"wasmtime-runtime",
|
|
|
|
"wat",
|
|
|
|
"wat",
|
|
|
|
"windows-sys",
|
|
|
|
"windows-sys 0.36.1",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -5506,7 +5491,7 @@ dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"sha2 0.9.9",
|
|
|
|
"sha2 0.9.9",
|
|
|
|
"toml",
|
|
|
|
"toml",
|
|
|
|
"windows-sys",
|
|
|
|
"windows-sys 0.36.1",
|
|
|
|
"zstd",
|
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -5560,7 +5545,7 @@ dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
"rustix",
|
|
|
|
"rustix",
|
|
|
|
"wasmtime-asm-macros",
|
|
|
|
"wasmtime-asm-macros",
|
|
|
|
"windows-sys",
|
|
|
|
"windows-sys 0.36.1",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -5586,7 +5571,7 @@ dependencies = [
|
|
|
|
"wasmtime-environ",
|
|
|
|
"wasmtime-environ",
|
|
|
|
"wasmtime-jit-debug",
|
|
|
|
"wasmtime-jit-debug",
|
|
|
|
"wasmtime-runtime",
|
|
|
|
"wasmtime-runtime",
|
|
|
|
"windows-sys",
|
|
|
|
"windows-sys 0.36.1",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -5623,7 +5608,7 @@ dependencies = [
|
|
|
|
"wasmtime-environ",
|
|
|
|
"wasmtime-environ",
|
|
|
|
"wasmtime-fiber",
|
|
|
|
"wasmtime-fiber",
|
|
|
|
"wasmtime-jit-debug",
|
|
|
|
"wasmtime-jit-debug",
|
|
|
|
"windows-sys",
|
|
|
|
"windows-sys 0.36.1",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -5640,9 +5625,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
|
|
|
name = "wast"
|
|
|
|
version = "47.0.1"
|
|
|
|
version = "48.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "02b98502f3978adea49551e801a6687678e6015317d7d9470a67fe813393f2a8"
|
|
|
|
checksum = "84825b5ac7164df8260c9e2b2e814075334edbe7ac426f2469b93a5eeac23cce"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
"leb128",
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
@ -5652,9 +5637,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "wat"
|
|
|
|
name = "wat"
|
|
|
|
version = "1.0.49"
|
|
|
|
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 = "7aab4e20c60429fbba9670a6cae0fff9520046ba0aa3e6d0b1cd2653bea14898"
|
|
|
|
checksum = "129da4a03ec6d2a815f42c88f641824e789d5be0d86d2f90aa8a218c7068e0be"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"wast",
|
|
|
|
"wast",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -5667,7 +5652,7 @@ checksum = "839fea2d85719bb69089290d7970bba2131f544448db8f990ea75813c30775ca"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"anyhow",
|
|
|
|
"bytes 1.2.1",
|
|
|
|
"bytes 1.2.1",
|
|
|
|
"futures 0.3.24",
|
|
|
|
"futures 0.3.25",
|
|
|
|
"maplit",
|
|
|
|
"maplit",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"serde_bser",
|
|
|
|
"serde_bser",
|
|
|
@ -5765,43 +5750,100 @@ version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_aarch64_msvc 0.36.1",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_gnu 0.36.1",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_i686_msvc 0.36.1",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnu 0.36.1",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
"windows_x86_64_msvc 0.36.1",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
|
|
|
version = "0.42.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
|
|
|
|
"windows_aarch64_msvc 0.42.0",
|
|
|
|
|
|
|
|
"windows_i686_gnu 0.42.0",
|
|
|
|
|
|
|
|
"windows_i686_msvc 0.42.0",
|
|
|
|
|
|
|
|
"windows_x86_64_gnu 0.42.0",
|
|
|
|
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
|
|
|
|
"windows_x86_64_msvc 0.42.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
|
|
|
|
version = "0.42.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
|
|
|
version = "0.42.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
|
|
|
version = "0.42.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
|
|
|
version = "0.42.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
|
|
|
version = "0.42.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
|
|
|
|
version = "0.42.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
|
|
|
version = "0.42.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.10.1"
|
|
|
|
version = "0.10.1"
|
|
|
|