|
@@ -54,8 +54,8 @@ dependencies = [
|
|
|
"flate2",
|
|
"flate2",
|
|
|
"foldhash",
|
|
"foldhash",
|
|
|
"futures-core",
|
|
"futures-core",
|
|
|
- "h2",
|
|
|
|
|
- "http",
|
|
|
|
|
|
|
+ "h2 0.3.27",
|
|
|
|
|
+ "http 0.2.12",
|
|
|
"httparse",
|
|
"httparse",
|
|
|
"httpdate",
|
|
"httpdate",
|
|
|
"itoa",
|
|
"itoa",
|
|
@@ -91,7 +91,7 @@ checksum = "14f8c75c51892f18d9c46150c5ac7beb81c95f78c8b83a634d49f4ca32551fe7"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"bytestring",
|
|
"bytestring",
|
|
|
"cfg-if",
|
|
"cfg-if",
|
|
|
- "http",
|
|
|
|
|
|
|
+ "http 0.2.12",
|
|
|
"regex",
|
|
"regex",
|
|
|
"regex-lite",
|
|
"regex-lite",
|
|
|
"serde",
|
|
"serde",
|
|
@@ -272,12 +272,40 @@ dependencies = [
|
|
|
"num-traits",
|
|
"num-traits",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "atomic-waker"
|
|
|
|
|
+version = "1.1.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "autocfg"
|
|
name = "autocfg"
|
|
|
version = "1.5.1"
|
|
version = "1.5.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "aws-lc-rs"
|
|
|
|
|
+version = "1.17.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "aws-lc-sys",
|
|
|
|
|
+ "zeroize",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "aws-lc-sys"
|
|
|
|
|
+version = "0.41.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cc",
|
|
|
|
|
+ "cmake",
|
|
|
|
|
+ "dunce",
|
|
|
|
|
+ "fs_extra",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "base64"
|
|
name = "base64"
|
|
|
version = "0.22.1"
|
|
version = "0.22.1"
|
|
@@ -392,6 +420,12 @@ version = "1.0.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "cfg_aliases"
|
|
|
|
|
+version = "0.2.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "chacha20"
|
|
name = "chacha20"
|
|
|
version = "0.10.0"
|
|
version = "0.10.0"
|
|
@@ -413,6 +447,7 @@ dependencies = [
|
|
|
"chrono",
|
|
"chrono",
|
|
|
"dotenvy",
|
|
"dotenvy",
|
|
|
"jsonwebtoken",
|
|
"jsonwebtoken",
|
|
|
|
|
+ "reqwest",
|
|
|
"serde",
|
|
"serde",
|
|
|
"serde_json",
|
|
"serde_json",
|
|
|
"sqlx",
|
|
"sqlx",
|
|
@@ -435,6 +470,25 @@ dependencies = [
|
|
|
"windows-link",
|
|
"windows-link",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "cmake"
|
|
|
|
|
+version = "0.1.58"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cc",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "combine"
|
|
|
|
|
+version = "4.6.7"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "memchr",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "concurrent-queue"
|
|
name = "concurrent-queue"
|
|
|
version = "2.5.0"
|
|
version = "2.5.0"
|
|
@@ -476,6 +530,16 @@ dependencies = [
|
|
|
"version_check",
|
|
"version_check",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "core-foundation"
|
|
|
|
|
+version = "0.9.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "core-foundation-sys",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "core-foundation"
|
|
name = "core-foundation"
|
|
|
version = "0.10.1"
|
|
version = "0.10.1"
|
|
@@ -686,6 +750,12 @@ version = "0.15.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "dunce"
|
|
|
|
|
+version = "1.0.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "either"
|
|
name = "either"
|
|
|
version = "1.16.0"
|
|
version = "1.16.0"
|
|
@@ -811,6 +881,12 @@ dependencies = [
|
|
|
"percent-encoding",
|
|
"percent-encoding",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "fs_extra"
|
|
|
|
|
+version = "1.3.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "futures-channel"
|
|
name = "futures-channel"
|
|
|
version = "0.3.32"
|
|
version = "0.3.32"
|
|
@@ -912,9 +988,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
"cfg-if",
|
|
|
|
|
+ "js-sys",
|
|
|
"libc",
|
|
"libc",
|
|
|
"r-efi 5.3.0",
|
|
"r-efi 5.3.0",
|
|
|
"wasip2",
|
|
"wasip2",
|
|
|
|
|
+ "wasm-bindgen",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -942,7 +1020,26 @@ dependencies = [
|
|
|
"futures-core",
|
|
"futures-core",
|
|
|
"futures-sink",
|
|
"futures-sink",
|
|
|
"futures-util",
|
|
"futures-util",
|
|
|
- "http",
|
|
|
|
|
|
|
+ "http 0.2.12",
|
|
|
|
|
+ "indexmap",
|
|
|
|
|
+ "slab",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+ "tokio-util",
|
|
|
|
|
+ "tracing",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "h2"
|
|
|
|
|
+version = "0.4.14"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "atomic-waker",
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "fnv",
|
|
|
|
|
+ "futures-core",
|
|
|
|
|
+ "futures-sink",
|
|
|
|
|
+ "http 1.4.1",
|
|
|
"indexmap",
|
|
"indexmap",
|
|
|
"slab",
|
|
"slab",
|
|
|
"tokio",
|
|
"tokio",
|
|
@@ -1026,6 +1123,39 @@ dependencies = [
|
|
|
"itoa",
|
|
"itoa",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "http"
|
|
|
|
|
+version = "1.4.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "itoa",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "http-body"
|
|
|
|
|
+version = "1.0.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "http 1.4.1",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "http-body-util"
|
|
|
|
|
+version = "0.1.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "futures-core",
|
|
|
|
|
+ "http 1.4.1",
|
|
|
|
|
+ "http-body",
|
|
|
|
|
+ "pin-project-lite",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "httparse"
|
|
name = "httparse"
|
|
|
version = "1.10.1"
|
|
version = "1.10.1"
|
|
@@ -1047,6 +1177,67 @@ dependencies = [
|
|
|
"typenum",
|
|
"typenum",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "hyper"
|
|
|
|
|
+version = "1.10.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "atomic-waker",
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "futures-channel",
|
|
|
|
|
+ "futures-core",
|
|
|
|
|
+ "h2 0.4.14",
|
|
|
|
|
+ "http 1.4.1",
|
|
|
|
|
+ "http-body",
|
|
|
|
|
+ "httparse",
|
|
|
|
|
+ "itoa",
|
|
|
|
|
+ "pin-project-lite",
|
|
|
|
|
+ "smallvec",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+ "want",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "hyper-rustls"
|
|
|
|
|
+version = "0.27.9"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "http 1.4.1",
|
|
|
|
|
+ "hyper",
|
|
|
|
|
+ "hyper-util",
|
|
|
|
|
+ "rustls",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+ "tokio-rustls",
|
|
|
|
|
+ "tower-service",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "hyper-util"
|
|
|
|
|
+version = "0.1.20"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "base64",
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "futures-channel",
|
|
|
|
|
+ "futures-util",
|
|
|
|
|
+ "http 1.4.1",
|
|
|
|
|
+ "http-body",
|
|
|
|
|
+ "hyper",
|
|
|
|
|
+ "ipnet",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "percent-encoding",
|
|
|
|
|
+ "pin-project-lite",
|
|
|
|
|
+ "socket2 0.6.3",
|
|
|
|
|
+ "system-configuration",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+ "tower-service",
|
|
|
|
|
+ "tracing",
|
|
|
|
|
+ "windows-registry",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "iana-time-zone"
|
|
name = "iana-time-zone"
|
|
|
version = "0.1.65"
|
|
version = "0.1.65"
|
|
@@ -1204,12 +1395,67 @@ dependencies = [
|
|
|
"serde_core",
|
|
"serde_core",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "ipnet"
|
|
|
|
|
+version = "2.12.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "itoa"
|
|
name = "itoa"
|
|
|
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 = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "jni"
|
|
|
|
|
+version = "0.22.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+ "combine",
|
|
|
|
|
+ "jni-macros",
|
|
|
|
|
+ "jni-sys",
|
|
|
|
|
+ "log",
|
|
|
|
|
+ "simd_cesu8",
|
|
|
|
|
+ "thiserror",
|
|
|
|
|
+ "walkdir",
|
|
|
|
|
+ "windows-link",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "jni-macros"
|
|
|
|
|
+version = "0.22.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "rustc_version",
|
|
|
|
|
+ "simd_cesu8",
|
|
|
|
|
+ "syn",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "jni-sys"
|
|
|
|
|
+version = "0.4.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "jni-sys-macros",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "jni-sys-macros"
|
|
|
|
|
+version = "0.4.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "jobserver"
|
|
name = "jobserver"
|
|
|
version = "0.1.34"
|
|
version = "0.1.34"
|
|
@@ -1346,6 +1592,12 @@ version = "0.4.29"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "lru-slab"
|
|
|
|
|
+version = "0.1.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "md-5"
|
|
name = "md-5"
|
|
|
version = "0.10.6"
|
|
version = "0.10.6"
|
|
@@ -1687,6 +1939,62 @@ dependencies = [
|
|
|
"unicode-ident",
|
|
"unicode-ident",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "quinn"
|
|
|
|
|
+version = "0.11.9"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "cfg_aliases",
|
|
|
|
|
+ "pin-project-lite",
|
|
|
|
|
+ "quinn-proto",
|
|
|
|
|
+ "quinn-udp",
|
|
|
|
|
+ "rustc-hash",
|
|
|
|
|
+ "rustls",
|
|
|
|
|
+ "socket2 0.6.3",
|
|
|
|
|
+ "thiserror",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+ "tracing",
|
|
|
|
|
+ "web-time",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "quinn-proto"
|
|
|
|
|
+version = "0.11.14"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "aws-lc-rs",
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "getrandom 0.3.4",
|
|
|
|
|
+ "lru-slab",
|
|
|
|
|
+ "rand 0.9.4",
|
|
|
|
|
+ "ring",
|
|
|
|
|
+ "rustc-hash",
|
|
|
|
|
+ "rustls",
|
|
|
|
|
+ "rustls-pki-types",
|
|
|
|
|
+ "slab",
|
|
|
|
|
+ "thiserror",
|
|
|
|
|
+ "tinyvec",
|
|
|
|
|
+ "tracing",
|
|
|
|
|
+ "web-time",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "quinn-udp"
|
|
|
|
|
+version = "0.5.14"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cfg_aliases",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "once_cell",
|
|
|
|
|
+ "socket2 0.6.3",
|
|
|
|
|
+ "tracing",
|
|
|
|
|
+ "windows-sys 0.52.0",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "quote"
|
|
name = "quote"
|
|
|
version = "1.0.45"
|
|
version = "1.0.45"
|
|
@@ -1715,10 +2023,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
|
|
checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"libc",
|
|
"libc",
|
|
|
- "rand_chacha",
|
|
|
|
|
|
|
+ "rand_chacha 0.3.1",
|
|
|
"rand_core 0.6.4",
|
|
"rand_core 0.6.4",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rand"
|
|
|
|
|
+version = "0.9.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "rand_chacha 0.9.0",
|
|
|
|
|
+ "rand_core 0.9.5",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "rand"
|
|
name = "rand"
|
|
|
version = "0.10.1"
|
|
version = "0.10.1"
|
|
@@ -1740,6 +2058,16 @@ dependencies = [
|
|
|
"rand_core 0.6.4",
|
|
"rand_core 0.6.4",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rand_chacha"
|
|
|
|
|
+version = "0.9.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "ppv-lite86",
|
|
|
|
|
+ "rand_core 0.9.5",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "rand_core"
|
|
name = "rand_core"
|
|
|
version = "0.6.4"
|
|
version = "0.6.4"
|
|
@@ -1749,6 +2077,15 @@ dependencies = [
|
|
|
"getrandom 0.2.17",
|
|
"getrandom 0.2.17",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rand_core"
|
|
|
|
|
+version = "0.9.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "getrandom 0.3.4",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "rand_core"
|
|
name = "rand_core"
|
|
|
version = "0.10.1"
|
|
version = "0.10.1"
|
|
@@ -1808,6 +2145,47 @@ version = "0.8.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "reqwest"
|
|
|
|
|
+version = "0.13.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "base64",
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "encoding_rs",
|
|
|
|
|
+ "futures-core",
|
|
|
|
|
+ "h2 0.4.14",
|
|
|
|
|
+ "http 1.4.1",
|
|
|
|
|
+ "http-body",
|
|
|
|
|
+ "http-body-util",
|
|
|
|
|
+ "hyper",
|
|
|
|
|
+ "hyper-rustls",
|
|
|
|
|
+ "hyper-util",
|
|
|
|
|
+ "js-sys",
|
|
|
|
|
+ "log",
|
|
|
|
|
+ "mime",
|
|
|
|
|
+ "percent-encoding",
|
|
|
|
|
+ "pin-project-lite",
|
|
|
|
|
+ "quinn",
|
|
|
|
|
+ "rustls",
|
|
|
|
|
+ "rustls-pki-types",
|
|
|
|
|
+ "rustls-platform-verifier",
|
|
|
|
|
+ "serde",
|
|
|
|
|
+ "serde_json",
|
|
|
|
|
+ "serde_urlencoded",
|
|
|
|
|
+ "sync_wrapper",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+ "tokio-rustls",
|
|
|
|
|
+ "tower",
|
|
|
|
|
+ "tower-http",
|
|
|
|
|
+ "tower-service",
|
|
|
|
|
+ "url",
|
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
|
+ "wasm-bindgen-futures",
|
|
|
|
|
+ "web-sys",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "ring"
|
|
name = "ring"
|
|
|
version = "0.17.14"
|
|
version = "0.17.14"
|
|
@@ -1842,6 +2220,12 @@ dependencies = [
|
|
|
"zeroize",
|
|
"zeroize",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rustc-hash"
|
|
|
|
|
+version = "2.1.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "rustc_version"
|
|
name = "rustc_version"
|
|
|
version = "0.4.1"
|
|
version = "0.4.1"
|
|
@@ -1864,6 +2248,81 @@ dependencies = [
|
|
|
"windows-sys 0.61.2",
|
|
"windows-sys 0.61.2",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rustls"
|
|
|
|
|
+version = "0.23.40"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "aws-lc-rs",
|
|
|
|
|
+ "once_cell",
|
|
|
|
|
+ "rustls-pki-types",
|
|
|
|
|
+ "rustls-webpki",
|
|
|
|
|
+ "subtle",
|
|
|
|
|
+ "zeroize",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rustls-native-certs"
|
|
|
|
|
+version = "0.8.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "openssl-probe",
|
|
|
|
|
+ "rustls-pki-types",
|
|
|
|
|
+ "schannel",
|
|
|
|
|
+ "security-framework",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rustls-pki-types"
|
|
|
|
|
+version = "1.14.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "web-time",
|
|
|
|
|
+ "zeroize",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rustls-platform-verifier"
|
|
|
|
|
+version = "0.7.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "core-foundation 0.10.1",
|
|
|
|
|
+ "core-foundation-sys",
|
|
|
|
|
+ "jni",
|
|
|
|
|
+ "log",
|
|
|
|
|
+ "once_cell",
|
|
|
|
|
+ "rustls",
|
|
|
|
|
+ "rustls-native-certs",
|
|
|
|
|
+ "rustls-platform-verifier-android",
|
|
|
|
|
+ "rustls-webpki",
|
|
|
|
|
+ "security-framework",
|
|
|
|
|
+ "security-framework-sys",
|
|
|
|
|
+ "webpki-root-certs",
|
|
|
|
|
+ "windows-sys 0.61.2",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rustls-platform-verifier-android"
|
|
|
|
|
+version = "0.1.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rustls-webpki"
|
|
|
|
|
+version = "0.103.13"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "aws-lc-rs",
|
|
|
|
|
+ "ring",
|
|
|
|
|
+ "rustls-pki-types",
|
|
|
|
|
+ "untrusted",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "rustversion"
|
|
name = "rustversion"
|
|
|
version = "1.0.22"
|
|
version = "1.0.22"
|
|
@@ -1876,6 +2335,15 @@ version = "1.0.23"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "same-file"
|
|
|
|
|
+version = "1.0.6"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "winapi-util",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "schannel"
|
|
name = "schannel"
|
|
|
version = "0.1.29"
|
|
version = "0.1.29"
|
|
@@ -1898,7 +2366,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
|
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"bitflags",
|
|
"bitflags",
|
|
|
- "core-foundation",
|
|
|
|
|
|
|
+ "core-foundation 0.10.1",
|
|
|
"core-foundation-sys",
|
|
"core-foundation-sys",
|
|
|
"libc",
|
|
"libc",
|
|
|
"security-framework-sys",
|
|
"security-framework-sys",
|
|
@@ -2040,6 +2508,22 @@ 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 = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
|
|
checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "simd_cesu8"
|
|
|
|
|
+version = "1.1.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "rustc_version",
|
|
|
|
|
+ "simdutf8",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "simdutf8"
|
|
|
|
|
+version = "0.1.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "simple_asn1"
|
|
name = "simple_asn1"
|
|
|
version = "0.6.4"
|
|
version = "0.6.4"
|
|
@@ -2343,6 +2827,15 @@ dependencies = [
|
|
|
"unicode-ident",
|
|
"unicode-ident",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "sync_wrapper"
|
|
|
|
|
+version = "1.0.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "futures-core",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "synstructure"
|
|
name = "synstructure"
|
|
|
version = "0.13.2"
|
|
version = "0.13.2"
|
|
@@ -2354,6 +2847,27 @@ dependencies = [
|
|
|
"syn",
|
|
"syn",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "system-configuration"
|
|
|
|
|
+version = "0.7.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bitflags",
|
|
|
|
|
+ "core-foundation 0.9.4",
|
|
|
|
|
+ "system-configuration-sys",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "system-configuration-sys"
|
|
|
|
|
+version = "0.6.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "core-foundation-sys",
|
|
|
|
|
+ "libc",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "tempfile"
|
|
name = "tempfile"
|
|
|
version = "3.27.0"
|
|
version = "3.27.0"
|
|
@@ -2459,6 +2973,16 @@ dependencies = [
|
|
|
"windows-sys 0.61.2",
|
|
"windows-sys 0.61.2",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tokio-rustls"
|
|
|
|
|
+version = "0.26.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "rustls",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "tokio-stream"
|
|
name = "tokio-stream"
|
|
|
version = "0.1.18"
|
|
version = "0.1.18"
|
|
@@ -2483,6 +3007,51 @@ dependencies = [
|
|
|
"tokio",
|
|
"tokio",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tower"
|
|
|
|
|
+version = "0.5.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "futures-core",
|
|
|
|
|
+ "futures-util",
|
|
|
|
|
+ "pin-project-lite",
|
|
|
|
|
+ "sync_wrapper",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+ "tower-layer",
|
|
|
|
|
+ "tower-service",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tower-http"
|
|
|
|
|
+version = "0.6.11"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bitflags",
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "futures-util",
|
|
|
|
|
+ "http 1.4.1",
|
|
|
|
|
+ "http-body",
|
|
|
|
|
+ "pin-project-lite",
|
|
|
|
|
+ "tower",
|
|
|
|
|
+ "tower-layer",
|
|
|
|
|
+ "tower-service",
|
|
|
|
|
+ "url",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tower-layer"
|
|
|
|
|
+version = "0.3.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tower-service"
|
|
|
|
|
+version = "0.3.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "tracing"
|
|
name = "tracing"
|
|
|
version = "0.1.44"
|
|
version = "0.1.44"
|
|
@@ -2515,6 +3084,12 @@ dependencies = [
|
|
|
"once_cell",
|
|
"once_cell",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "try-lock"
|
|
|
|
|
+version = "0.2.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "typenum"
|
|
name = "typenum"
|
|
|
version = "1.20.0"
|
|
version = "1.20.0"
|
|
@@ -2638,6 +3213,25 @@ version = "0.9.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "walkdir"
|
|
|
|
|
+version = "2.5.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "same-file",
|
|
|
|
|
+ "winapi-util",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "want"
|
|
|
|
|
+version = "0.3.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "try-lock",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "wasi"
|
|
name = "wasi"
|
|
|
version = "0.11.1+wasi-snapshot-preview1"
|
|
version = "0.11.1+wasi-snapshot-preview1"
|
|
@@ -2681,6 +3275,16 @@ dependencies = [
|
|
|
"wasm-bindgen-shared",
|
|
"wasm-bindgen-shared",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "wasm-bindgen-futures"
|
|
|
|
|
+version = "0.4.72"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "9473dbd2991ae90b6291c3c32c30c6187ac49aa32f9905d1cce280ec1e110b0f"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "js-sys",
|
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "wasm-bindgen-macro"
|
|
name = "wasm-bindgen-macro"
|
|
|
version = "0.2.122"
|
|
version = "0.2.122"
|
|
@@ -2747,6 +3351,35 @@ dependencies = [
|
|
|
"semver",
|
|
"semver",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "web-sys"
|
|
|
|
|
+version = "0.3.99"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "6d621441cfc37b84979402712047321980c178f299193a3589d05b99e8763436"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "js-sys",
|
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "web-time"
|
|
|
|
|
+version = "1.1.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "js-sys",
|
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "webpki-root-certs"
|
|
|
|
|
+version = "1.0.7"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "f31141ce3fc3e300ae89b78c0dd67f9708061d1d2eda54b8209346fd6be9a92c"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "rustls-pki-types",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "whoami"
|
|
name = "whoami"
|
|
|
version = "1.6.1"
|
|
version = "1.6.1"
|
|
@@ -2757,6 +3390,15 @@ dependencies = [
|
|
|
"wasite",
|
|
"wasite",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "winapi-util"
|
|
|
|
|
+version = "0.1.11"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "windows-sys 0.61.2",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "windows-core"
|
|
name = "windows-core"
|
|
|
version = "0.62.2"
|
|
version = "0.62.2"
|
|
@@ -2798,6 +3440,17 @@ version = "0.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "windows-registry"
|
|
|
|
|
+version = "0.6.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "windows-link",
|
|
|
|
|
+ "windows-result",
|
|
|
|
|
+ "windows-strings",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "windows-result"
|
|
name = "windows-result"
|
|
|
version = "0.4.1"
|
|
version = "0.4.1"
|