|
|
|
@ -219,7 +219,7 @@ dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"common-multipart-rfc7578",
|
|
|
|
"common-multipart-rfc7578",
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
"thiserror 1.0.69",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@ -620,7 +620,7 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "awc"
|
|
|
|
name = "awc"
|
|
|
|
version = "3.8.0"
|
|
|
|
version = "3.7.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-codec",
|
|
|
|
"actix-http",
|
|
|
|
"actix-http",
|
|
|
|
@ -644,7 +644,6 @@ dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"h2",
|
|
|
|
"hickory-resolver",
|
|
|
|
|
|
|
|
"http 0.2.12",
|
|
|
|
"http 0.2.12",
|
|
|
|
"itoa",
|
|
|
|
"itoa",
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
|
@ -664,6 +663,7 @@ dependencies = [
|
|
|
|
"serde_urlencoded",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"static_assertions",
|
|
|
|
"static_assertions",
|
|
|
|
"tokio",
|
|
|
|
"tokio",
|
|
|
|
|
|
|
|
"trust-dns-resolver",
|
|
|
|
"zstd",
|
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
@ -817,11 +817,10 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
|
|
|
name = "cc"
|
|
|
|
version = "1.2.36"
|
|
|
|
version = "1.2.34"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5252b3d2648e5eedbc1a6f501e3c795e07025c1e93bbf8bbdd6eef7f447a6d54"
|
|
|
|
checksum = "42bc4aea80032b7bf409b0bc7ccad88853858911b7713a8062fdc0623867bedc"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"find-msvc-tools",
|
|
|
|
|
|
|
|
"jobserver",
|
|
|
|
"jobserver",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"shlex",
|
|
|
|
"shlex",
|
|
|
|
@ -892,18 +891,18 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
name = "clap"
|
|
|
|
version = "4.5.47"
|
|
|
|
version = "4.5.46"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931"
|
|
|
|
checksum = "2c5e4fcf9c21d2e544ca1ee9d8552de13019a42aa7dbf32747fa7aaf1df76e57"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
|
|
|
name = "clap_builder"
|
|
|
|
version = "4.5.47"
|
|
|
|
version = "4.5.46"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6"
|
|
|
|
checksum = "fecb53a0e6fcfb055f686001bc2e2592fa527efaf38dbe81a6a9563562e57d41"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"clap_lex",
|
|
|
|
@ -944,7 +943,7 @@ dependencies = [
|
|
|
|
"mime",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"mime_guess",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"thiserror 1.0.69",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@ -1058,12 +1057,6 @@ dependencies = [
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "critical-section"
|
|
|
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.15"
|
|
|
|
version = "0.5.15"
|
|
|
|
@ -1306,12 +1299,12 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
name = "errno"
|
|
|
|
version = "0.3.14"
|
|
|
|
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 = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
|
|
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.61.0",
|
|
|
|
"windows-sys 0.60.2",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@ -1320,12 +1313,6 @@ 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 = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "find-msvc-tools"
|
|
|
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
name = "flate2"
|
|
|
|
version = "1.1.2"
|
|
|
|
version = "1.1.2"
|
|
|
|
@ -1465,20 +1452,6 @@ dependencies = [
|
|
|
|
"slab",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "generator"
|
|
|
|
|
|
|
|
version = "0.8.7"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cc",
|
|
|
|
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"log",
|
|
|
|
|
|
|
|
"rustversion",
|
|
|
|
|
|
|
|
"windows",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
version = "0.14.7"
|
|
|
|
@ -1509,7 +1482,7 @@ dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"r-efi",
|
|
|
|
"r-efi",
|
|
|
|
"wasi 0.14.4+wasi-0.2.4",
|
|
|
|
"wasi 0.14.3+wasi-0.2.4",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@ -1581,52 +1554,6 @@ version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
|
|
|
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "hickory-proto"
|
|
|
|
|
|
|
|
version = "0.25.2"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"async-trait",
|
|
|
|
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
"data-encoding",
|
|
|
|
|
|
|
|
"enum-as-inner",
|
|
|
|
|
|
|
|
"futures-channel",
|
|
|
|
|
|
|
|
"futures-io",
|
|
|
|
|
|
|
|
"futures-util",
|
|
|
|
|
|
|
|
"idna",
|
|
|
|
|
|
|
|
"ipnet",
|
|
|
|
|
|
|
|
"once_cell",
|
|
|
|
|
|
|
|
"rand 0.9.2",
|
|
|
|
|
|
|
|
"ring 0.17.14",
|
|
|
|
|
|
|
|
"thiserror 2.0.16",
|
|
|
|
|
|
|
|
"tinyvec",
|
|
|
|
|
|
|
|
"tokio",
|
|
|
|
|
|
|
|
"tracing",
|
|
|
|
|
|
|
|
"url",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "hickory-resolver"
|
|
|
|
|
|
|
|
version = "0.25.2"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
"futures-util",
|
|
|
|
|
|
|
|
"hickory-proto",
|
|
|
|
|
|
|
|
"ipconfig",
|
|
|
|
|
|
|
|
"moka",
|
|
|
|
|
|
|
|
"once_cell",
|
|
|
|
|
|
|
|
"parking_lot",
|
|
|
|
|
|
|
|
"rand 0.9.2",
|
|
|
|
|
|
|
|
"resolv-conf",
|
|
|
|
|
|
|
|
"smallvec",
|
|
|
|
|
|
|
|
"thiserror 2.0.16",
|
|
|
|
|
|
|
|
"tokio",
|
|
|
|
|
|
|
|
"tracing",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
|
|
|
name = "hkdf"
|
|
|
|
version = "0.12.4"
|
|
|
|
version = "0.12.4"
|
|
|
|
@ -1786,6 +1713,16 @@ version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "idna"
|
|
|
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"unicode-bidi",
|
|
|
|
|
|
|
|
"unicode-normalization",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
name = "idna"
|
|
|
|
version = "1.1.0"
|
|
|
|
version = "1.1.0"
|
|
|
|
@ -1815,9 +1752,9 @@ checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
name = "indexmap"
|
|
|
|
version = "2.11.1"
|
|
|
|
version = "2.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "206a8042aec68fa4a62e8d3f7aa4ceb508177d9324faf261e1959e495b7a1921"
|
|
|
|
checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown",
|
|
|
|
"hashbrown",
|
|
|
|
@ -1948,9 +1885,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.78"
|
|
|
|
version = "0.3.77"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738"
|
|
|
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen",
|
|
|
|
@ -1990,6 +1927,12 @@ dependencies = [
|
|
|
|
"windows-targets 0.53.3",
|
|
|
|
"windows-targets 0.53.3",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "linked-hash-map"
|
|
|
|
|
|
|
|
version = "0.5.6"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.4.15"
|
|
|
|
version = "0.4.15"
|
|
|
|
@ -2002,12 +1945,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 = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
|
|
|
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
|
|
|
name = "litemap"
|
|
|
|
version = "0.8.0"
|
|
|
|
version = "0.8.0"
|
|
|
|
@ -2048,25 +1985,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
|
|
|
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "loom"
|
|
|
|
name = "lru-cache"
|
|
|
|
version = "0.7.2"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
|
|
|
|
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"linked-hash-map",
|
|
|
|
"generator",
|
|
|
|
|
|
|
|
"scoped-tls",
|
|
|
|
|
|
|
|
"tracing",
|
|
|
|
|
|
|
|
"tracing-subscriber",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "matchers"
|
|
|
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"regex-automata",
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@ -2118,25 +2042,6 @@ dependencies = [
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "moka"
|
|
|
|
|
|
|
|
version = "0.12.10"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"crossbeam-channel",
|
|
|
|
|
|
|
|
"crossbeam-epoch",
|
|
|
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
|
|
|
"loom",
|
|
|
|
|
|
|
|
"parking_lot",
|
|
|
|
|
|
|
|
"portable-atomic",
|
|
|
|
|
|
|
|
"rustc_version",
|
|
|
|
|
|
|
|
"smallvec",
|
|
|
|
|
|
|
|
"tagptr",
|
|
|
|
|
|
|
|
"thiserror 1.0.69",
|
|
|
|
|
|
|
|
"uuid",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "multer"
|
|
|
|
name = "multer"
|
|
|
|
version = "3.1.0"
|
|
|
|
version = "3.1.0"
|
|
|
|
@ -2164,15 +2069,6 @@ dependencies = [
|
|
|
|
"minimal-lexical",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
|
|
|
|
version = "0.50.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
version = "0.1.0"
|
|
|
|
@ -2212,10 +2108,6 @@ name = "once_cell"
|
|
|
|
version = "1.21.3"
|
|
|
|
version = "1.21.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"critical-section",
|
|
|
|
|
|
|
|
"portable-atomic",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell_polyfill"
|
|
|
|
name = "once_cell_polyfill"
|
|
|
|
@ -2652,15 +2544,6 @@ version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "rustc_version"
|
|
|
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"semver",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.38.44"
|
|
|
|
version = "0.38.44"
|
|
|
|
@ -2676,16 +2559,15 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
name = "rustix"
|
|
|
|
version = "1.1.1"
|
|
|
|
version = "1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9621e389a110cae094269936383d69b869492f03e5c1ed2d575a53c029d4441d"
|
|
|
|
checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.9.4",
|
|
|
|
"bitflags 2.9.4",
|
|
|
|
"errno",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.11.0",
|
|
|
|
|
|
|
|
"linux-raw-sys 0.9.4",
|
|
|
|
"linux-raw-sys 0.9.4",
|
|
|
|
"windows-sys 0.61.0",
|
|
|
|
"windows-sys 0.60.2",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@ -2841,12 +2723,6 @@ dependencies = [
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "scoped-tls"
|
|
|
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
version = "1.2.0"
|
|
|
|
@ -2878,20 +2754,14 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
|
|
|
name = "security-framework-sys"
|
|
|
|
version = "2.15.0"
|
|
|
|
version = "2.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
|
|
|
|
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "semver"
|
|
|
|
|
|
|
|
version = "1.0.26"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
|
|
|
name = "serde"
|
|
|
|
version = "1.0.219"
|
|
|
|
version = "1.0.219"
|
|
|
|
@ -2976,15 +2846,6 @@ dependencies = [
|
|
|
|
"digest",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "sharded-slab"
|
|
|
|
|
|
|
|
version = "0.1.7"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"lazy_static",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
version = "1.3.0"
|
|
|
|
@ -3100,12 +2961,6 @@ dependencies = [
|
|
|
|
"syn",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "tagptr"
|
|
|
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "target-triple"
|
|
|
|
name = "target-triple"
|
|
|
|
version = "0.1.4"
|
|
|
|
version = "0.1.4"
|
|
|
|
@ -3121,7 +2976,7 @@ dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"fastrand",
|
|
|
|
"getrandom 0.3.3",
|
|
|
|
"getrandom 0.3.3",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"rustix 1.1.1",
|
|
|
|
"rustix 1.0.8",
|
|
|
|
"windows-sys 0.60.2",
|
|
|
|
"windows-sys 0.60.2",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
@ -3140,7 +2995,7 @@ version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
|
|
|
|
checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"rustix 1.1.1",
|
|
|
|
"rustix 1.0.8",
|
|
|
|
"windows-sys 0.60.2",
|
|
|
|
"windows-sys 0.60.2",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
@ -3150,16 +3005,7 @@ 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 = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl 1.0.69",
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "thiserror"
|
|
|
|
|
|
|
|
version = "2.0.16"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"thiserror-impl 2.0.16",
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@ -3173,26 +3019,6 @@ dependencies = [
|
|
|
|
"syn",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "thiserror-impl"
|
|
|
|
|
|
|
|
version = "2.0.16"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
|
|
|
"quote",
|
|
|
|
|
|
|
|
"syn",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "thread_local"
|
|
|
|
|
|
|
|
version = "1.1.9"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
name = "time"
|
|
|
|
version = "0.3.43"
|
|
|
|
version = "0.3.43"
|
|
|
|
@ -3450,36 +3276,52 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
|
|
|
|
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
name = "trust-dns-proto"
|
|
|
|
version = "0.2.0"
|
|
|
|
version = "0.23.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
|
|
checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"async-trait",
|
|
|
|
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
"data-encoding",
|
|
|
|
|
|
|
|
"enum-as-inner",
|
|
|
|
|
|
|
|
"futures-channel",
|
|
|
|
|
|
|
|
"futures-io",
|
|
|
|
|
|
|
|
"futures-util",
|
|
|
|
|
|
|
|
"idna 0.4.0",
|
|
|
|
|
|
|
|
"ipnet",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"tracing-core",
|
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
|
|
|
|
version = "0.3.20"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"matchers",
|
|
|
|
|
|
|
|
"nu-ansi-term",
|
|
|
|
|
|
|
|
"once_cell",
|
|
|
|
|
|
|
|
"regex-automata",
|
|
|
|
|
|
|
|
"sharded-slab",
|
|
|
|
|
|
|
|
"smallvec",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"thiserror",
|
|
|
|
|
|
|
|
"tinyvec",
|
|
|
|
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"url",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "trust-dns-resolver"
|
|
|
|
|
|
|
|
version = "0.23.2"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
"futures-util",
|
|
|
|
|
|
|
|
"ipconfig",
|
|
|
|
|
|
|
|
"lru-cache",
|
|
|
|
|
|
|
|
"once_cell",
|
|
|
|
|
|
|
|
"parking_lot",
|
|
|
|
|
|
|
|
"rand 0.8.5",
|
|
|
|
|
|
|
|
"resolv-conf",
|
|
|
|
|
|
|
|
"smallvec",
|
|
|
|
|
|
|
|
"thiserror",
|
|
|
|
|
|
|
|
"tokio",
|
|
|
|
|
|
|
|
"tracing",
|
|
|
|
|
|
|
|
"trust-dns-proto",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@ -3509,12 +3351,27 @@ version = "2.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
|
|
|
|
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "unicode-bidi"
|
|
|
|
|
|
|
|
version = "0.3.18"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.18"
|
|
|
|
version = "1.0.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
|
|
|
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "unicode-normalization"
|
|
|
|
|
|
|
|
version = "0.1.24"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"tinyvec",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.6"
|
|
|
|
version = "0.2.6"
|
|
|
|
@ -3550,7 +3407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
|
|
|
|
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"idna 1.1.0",
|
|
|
|
"percent-encoding",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
@ -3567,29 +3424,12 @@ version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "uuid"
|
|
|
|
|
|
|
|
version = "1.18.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"getrandom 0.3.3",
|
|
|
|
|
|
|
|
"js-sys",
|
|
|
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "v_htmlescape"
|
|
|
|
name = "v_htmlescape"
|
|
|
|
version = "0.15.8"
|
|
|
|
version = "0.15.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c"
|
|
|
|
checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "valuable"
|
|
|
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
version = "0.2.15"
|
|
|
|
@ -3620,31 +3460,30 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.14.4+wasi-0.2.4"
|
|
|
|
version = "0.14.3+wasi-0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88a5f4a424faf49c3c2c344f166f0662341d470ea185e939657aaff130f0ec4a"
|
|
|
|
checksum = "6a51ae83037bdd272a9e28ce236db8c07016dd0d50c27038b3f407533c030c95"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"wit-bindgen",
|
|
|
|
"wit-bindgen",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.101"
|
|
|
|
version = "0.2.100"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b"
|
|
|
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"rustversion",
|
|
|
|
"rustversion",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.101"
|
|
|
|
version = "0.2.100"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb"
|
|
|
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
|
@ -3656,9 +3495,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.101"
|
|
|
|
version = "0.2.100"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d"
|
|
|
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
@ -3666,9 +3505,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.101"
|
|
|
|
version = "0.2.100"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa"
|
|
|
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
|
@ -3679,18 +3518,18 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.101"
|
|
|
|
version = "0.2.100"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1"
|
|
|
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
|
|
|
name = "web-sys"
|
|
|
|
version = "0.3.78"
|
|
|
|
version = "0.3.77"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12"
|
|
|
|
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen",
|
|
|
|
@ -3775,11 +3614,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.11"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
|
|
checksum = "0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.61.0",
|
|
|
|
"windows-sys 0.60.2",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@ -3788,114 +3627,12 @@ 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 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows"
|
|
|
|
|
|
|
|
version = "0.61.3"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"windows-collections",
|
|
|
|
|
|
|
|
"windows-core",
|
|
|
|
|
|
|
|
"windows-future",
|
|
|
|
|
|
|
|
"windows-link 0.1.3",
|
|
|
|
|
|
|
|
"windows-numerics",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows-collections"
|
|
|
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"windows-core",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows-core"
|
|
|
|
|
|
|
|
version = "0.61.2"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"windows-implement",
|
|
|
|
|
|
|
|
"windows-interface",
|
|
|
|
|
|
|
|
"windows-link 0.1.3",
|
|
|
|
|
|
|
|
"windows-result",
|
|
|
|
|
|
|
|
"windows-strings",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows-future"
|
|
|
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"windows-core",
|
|
|
|
|
|
|
|
"windows-link 0.1.3",
|
|
|
|
|
|
|
|
"windows-threading",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows-implement"
|
|
|
|
|
|
|
|
version = "0.60.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
|
|
|
"quote",
|
|
|
|
|
|
|
|
"syn",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows-interface"
|
|
|
|
|
|
|
|
version = "0.59.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
|
|
|
"quote",
|
|
|
|
|
|
|
|
"syn",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "windows-link"
|
|
|
|
name = "windows-link"
|
|
|
|
version = "0.1.3"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
|
|
|
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows-link"
|
|
|
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows-numerics"
|
|
|
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"windows-core",
|
|
|
|
|
|
|
|
"windows-link 0.1.3",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows-result"
|
|
|
|
|
|
|
|
version = "0.3.4"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"windows-link 0.1.3",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows-strings"
|
|
|
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"windows-link 0.1.3",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
version = "0.48.0"
|
|
|
|
@ -3932,15 +3669,6 @@ dependencies = [
|
|
|
|
"windows-targets 0.53.3",
|
|
|
|
"windows-targets 0.53.3",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
|
|
|
version = "0.61.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"windows-link 0.2.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.5"
|
|
|
|
version = "0.48.5"
|
|
|
|
@ -3978,7 +3706,7 @@ version = "0.53.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
|
|
|
|
checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"windows-link 0.1.3",
|
|
|
|
"windows-link",
|
|
|
|
"windows_aarch64_gnullvm 0.53.0",
|
|
|
|
"windows_aarch64_gnullvm 0.53.0",
|
|
|
|
"windows_aarch64_msvc 0.53.0",
|
|
|
|
"windows_aarch64_msvc 0.53.0",
|
|
|
|
"windows_i686_gnu 0.53.0",
|
|
|
|
"windows_i686_gnu 0.53.0",
|
|
|
|
@ -3989,15 +3717,6 @@ dependencies = [
|
|
|
|
"windows_x86_64_msvc 0.53.0",
|
|
|
|
"windows_x86_64_msvc 0.53.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows-threading"
|
|
|
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"windows-link 0.1.3",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
version = "0.48.5"
|
|
|
|
@ -4154,9 +3873,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "wit-bindgen"
|
|
|
|
name = "wit-bindgen"
|
|
|
|
version = "0.45.1"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36"
|
|
|
|
checksum = "052283831dbae3d879dc7f51f3d92703a316ca49f91540417d38591826127814"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
|
|
|
name = "writeable"
|
|
|
|
@ -4199,18 +3918,18 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.8.27"
|
|
|
|
version = "0.8.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
|
|
|
|
checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.8.27"
|
|
|
|
version = "0.8.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
|
|
|
|
checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
|
@ -4297,9 +4016,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
|
|
|
name = "zstd-sys"
|
|
|
|
version = "2.0.16+zstd.1.5.7"
|
|
|
|
version = "2.0.15+zstd.1.5.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
|
|
|
|
checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"pkg-config",
|
|
|
|
|