|
@@ -1,12 +1,12 @@
|
|
# This file is automatically @generated by Cargo.
|
|
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
# It is not intended for manual editing.
|
|
-version = 3
|
|
|
|
|
|
+version = 4
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "addr2line"
|
|
name = "addr2line"
|
|
-version = "0.24.1"
|
|
|
|
|
|
+version = "0.24.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
|
|
|
|
|
|
+checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
dependencies = [
|
|
dependencies = [
|
|
"gimli",
|
|
"gimli",
|
|
]
|
|
]
|
|
@@ -19,9 +19,9 @@ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "async-trait"
|
|
name = "async-trait"
|
|
-version = "0.1.82"
|
|
|
|
|
|
+version = "0.1.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1"
|
|
|
|
|
|
+checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -39,59 +39,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "autocfg"
|
|
name = "autocfg"
|
|
-version = "1.3.0"
|
|
|
|
|
|
+version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "axum"
|
|
|
|
-version = "0.7.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
|
|
|
|
-dependencies = [
|
|
|
|
- "async-trait",
|
|
|
|
- "axum-core",
|
|
|
|
- "bytes",
|
|
|
|
- "futures-util",
|
|
|
|
- "http",
|
|
|
|
- "http-body",
|
|
|
|
- "http-body-util",
|
|
|
|
- "itoa",
|
|
|
|
- "matchit",
|
|
|
|
- "memchr",
|
|
|
|
- "mime",
|
|
|
|
- "percent-encoding",
|
|
|
|
- "pin-project-lite",
|
|
|
|
- "rustversion",
|
|
|
|
- "serde",
|
|
|
|
- "serde_json",
|
|
|
|
- "serde_path_to_error",
|
|
|
|
- "serde_urlencoded",
|
|
|
|
- "sync_wrapper 1.0.1",
|
|
|
|
- "tower",
|
|
|
|
- "tower-layer",
|
|
|
|
- "tower-service",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "axum-core"
|
|
|
|
-version = "0.4.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
|
|
|
|
-dependencies = [
|
|
|
|
- "async-trait",
|
|
|
|
- "bytes",
|
|
|
|
- "futures-util",
|
|
|
|
- "http",
|
|
|
|
- "http-body",
|
|
|
|
- "http-body-util",
|
|
|
|
- "mime",
|
|
|
|
- "pin-project-lite",
|
|
|
|
- "rustversion",
|
|
|
|
- "sync_wrapper 0.1.2",
|
|
|
|
- "tower-layer",
|
|
|
|
- "tower-service",
|
|
|
|
-]
|
|
|
|
|
|
+checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "backtrace"
|
|
name = "backtrace"
|
|
@@ -114,6 +64,18 @@ version = "0.22.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "bb8"
|
|
|
|
+version = "0.8.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b10cf871f3ff2ce56432fddc2615ac7acc3aa22ca321f8fea800846fbb32f188"
|
|
|
|
+dependencies = [
|
|
|
|
+ "async-trait",
|
|
|
|
+ "futures-util",
|
|
|
|
+ "parking_lot",
|
|
|
|
+ "tokio",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "bitflags"
|
|
name = "bitflags"
|
|
version = "1.3.2"
|
|
version = "1.3.2"
|
|
@@ -135,6 +97,12 @@ dependencies = [
|
|
"generic-array",
|
|
"generic-array",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "bumpalo"
|
|
|
|
+version = "3.16.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "byteorder"
|
|
name = "byteorder"
|
|
version = "1.5.0"
|
|
version = "1.5.0"
|
|
@@ -143,15 +111,15 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "bytes"
|
|
name = "bytes"
|
|
-version = "1.7.1"
|
|
|
|
|
|
+version = "1.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
|
|
|
|
|
|
+checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "cc"
|
|
name = "cc"
|
|
-version = "1.1.18"
|
|
|
|
|
|
+version = "1.1.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476"
|
|
|
|
|
|
+checksum = "812acba72f0a070b003d3697490d2b55b837230ae7c6c6497f05cc2ddbb8d938"
|
|
dependencies = [
|
|
dependencies = [
|
|
"shlex",
|
|
"shlex",
|
|
]
|
|
]
|
|
@@ -230,6 +198,20 @@ dependencies = [
|
|
"r2d2",
|
|
"r2d2",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "diesel-async"
|
|
|
|
+version = "0.5.0"
|
|
|
|
+source = "git+https://github.com/weiznich/diesel_async?rev=5b8262b#5b8262b86d8ed0e13adbbc4aee39500b9931ef8d"
|
|
|
|
+dependencies = [
|
|
|
|
+ "async-trait",
|
|
|
|
+ "bb8",
|
|
|
|
+ "diesel",
|
|
|
|
+ "futures-util",
|
|
|
|
+ "scoped-futures",
|
|
|
|
+ "tokio",
|
|
|
|
+ "tokio-postgres",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "diesel_derives"
|
|
name = "diesel_derives"
|
|
version = "2.2.3"
|
|
version = "2.2.3"
|
|
@@ -289,18 +271,6 @@ version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "filetime"
|
|
|
|
-version = "0.2.25"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
|
|
|
|
-dependencies = [
|
|
|
|
- "cfg-if",
|
|
|
|
- "libc",
|
|
|
|
- "libredox",
|
|
|
|
- "windows-sys 0.59.0",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "fnv"
|
|
name = "fnv"
|
|
version = "1.0.7"
|
|
version = "1.0.7"
|
|
@@ -316,12 +286,39 @@ dependencies = [
|
|
"percent-encoding",
|
|
"percent-encoding",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "futures-channel"
|
|
|
|
+version = "0.3.30"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
|
|
|
+dependencies = [
|
|
|
|
+ "futures-core",
|
|
|
|
+ "futures-sink",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-core"
|
|
name = "futures-core"
|
|
version = "0.3.30"
|
|
version = "0.3.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "futures-macro"
|
|
|
|
+version = "0.3.30"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "futures-sink"
|
|
|
|
+version = "0.3.30"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-task"
|
|
name = "futures-task"
|
|
version = "0.3.30"
|
|
version = "0.3.30"
|
|
@@ -335,6 +332,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
|
dependencies = [
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-core",
|
|
|
|
+ "futures-macro",
|
|
|
|
+ "futures-sink",
|
|
"futures-task",
|
|
"futures-task",
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"pin-utils",
|
|
@@ -364,9 +363,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "gimli"
|
|
name = "gimli"
|
|
-version = "0.31.0"
|
|
|
|
|
|
+version = "0.31.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
|
|
|
|
|
|
+checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "heck"
|
|
name = "heck"
|
|
@@ -389,15 +388,6 @@ dependencies = [
|
|
"digest",
|
|
"digest",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "home"
|
|
|
|
-version = "0.5.9"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
|
|
|
-dependencies = [
|
|
|
|
- "windows-sys 0.52.0",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "http"
|
|
name = "http"
|
|
version = "1.1.0"
|
|
version = "1.1.0"
|
|
@@ -409,34 +399,11 @@ dependencies = [
|
|
"itoa",
|
|
"itoa",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "http-body"
|
|
|
|
-version = "1.0.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
|
|
-dependencies = [
|
|
|
|
- "bytes",
|
|
|
|
- "http",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "http-body-util"
|
|
|
|
-version = "0.1.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
|
|
|
-dependencies = [
|
|
|
|
- "bytes",
|
|
|
|
- "futures-util",
|
|
|
|
- "http",
|
|
|
|
- "http-body",
|
|
|
|
- "pin-project-lite",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "httparse"
|
|
name = "httparse"
|
|
-version = "1.9.4"
|
|
|
|
|
|
+version = "1.9.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
|
|
|
|
|
|
+checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "httpdate"
|
|
name = "httpdate"
|
|
@@ -472,11 +439,20 @@ 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 = "9028f49264629065d057f340a86acb84867925865f73bbf8d47b4d149a7e88b8"
|
|
checksum = "9028f49264629065d057f340a86acb84867925865f73bbf8d47b4d149a7e88b8"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "js-sys"
|
|
|
|
+version = "0.3.70"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
|
|
|
|
+dependencies = [
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "libc"
|
|
name = "libc"
|
|
-version = "0.2.158"
|
|
|
|
|
|
+version = "0.2.159"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
|
|
|
|
|
+checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "libmimalloc-sys"
|
|
name = "libmimalloc-sys"
|
|
@@ -488,17 +464,6 @@ dependencies = [
|
|
"libc",
|
|
"libc",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "libredox"
|
|
|
|
-version = "0.1.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
|
|
-dependencies = [
|
|
|
|
- "bitflags 2.6.0",
|
|
|
|
- "libc",
|
|
|
|
- "redox_syscall",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "lock_api"
|
|
name = "lock_api"
|
|
version = "0.4.12"
|
|
version = "0.4.12"
|
|
@@ -515,12 +480,6 @@ version = "0.4.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "matchit"
|
|
|
|
-version = "0.7.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "md-5"
|
|
name = "md-5"
|
|
version = "0.10.6"
|
|
version = "0.10.6"
|
|
@@ -546,12 +505,6 @@ dependencies = [
|
|
"libmimalloc-sys",
|
|
"libmimalloc-sys",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "mime"
|
|
|
|
-version = "0.3.17"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
name = "miniz_oxide"
|
|
version = "0.8.0"
|
|
version = "0.8.0"
|
|
@@ -569,7 +522,7 @@ dependencies = [
|
|
"hermit-abi",
|
|
"hermit-abi",
|
|
"libc",
|
|
"libc",
|
|
"wasi",
|
|
"wasi",
|
|
- "windows-sys 0.52.0",
|
|
|
|
|
|
+ "windows-sys",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -583,18 +536,21 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "object"
|
|
name = "object"
|
|
-version = "0.36.4"
|
|
|
|
|
|
+version = "0.36.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
|
|
|
|
|
|
+checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
|
dependencies = [
|
|
dependencies = [
|
|
"memchr",
|
|
"memchr",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "once_cell"
|
|
name = "once_cell"
|
|
-version = "1.19.0"
|
|
|
|
|
|
+version = "1.20.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
|
|
|
|
|
+checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1"
|
|
|
|
+dependencies = [
|
|
|
|
+ "portable-atomic",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "parking_lot"
|
|
name = "parking_lot"
|
|
@@ -643,26 +599,6 @@ dependencies = [
|
|
"siphasher",
|
|
"siphasher",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "pin-project"
|
|
|
|
-version = "1.1.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
|
|
|
-dependencies = [
|
|
|
|
- "pin-project-internal",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "pin-project-internal"
|
|
|
|
-version = "1.1.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2",
|
|
|
|
- "quote",
|
|
|
|
- "syn",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
name = "pin-project-lite"
|
|
version = "0.2.14"
|
|
version = "0.2.14"
|
|
@@ -675,6 +611,12 @@ 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 = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "portable-atomic"
|
|
|
|
+version = "1.9.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "postgres-protocol"
|
|
name = "postgres-protocol"
|
|
version = "0.6.7"
|
|
version = "0.6.7"
|
|
@@ -695,9 +637,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "postgres-types"
|
|
name = "postgres-types"
|
|
-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 = "02048d9e032fb3cc3413bbf7b83a15d84a5d419778e2628751896d856498eee9"
|
|
|
|
|
|
+checksum = "f66ea23a2d0e5734297357705193335e0a957696f34bed2f2faefacb2fec336f"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bytes",
|
|
"bytes",
|
|
"fallible-iterator",
|
|
"fallible-iterator",
|
|
@@ -715,9 +657,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "pq-sys"
|
|
name = "pq-sys"
|
|
-version = "0.6.2"
|
|
|
|
|
|
+version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a92c30dd81695321846d4dfe348da67b1752ebb61cd1549d203a7b57e323c435"
|
|
|
|
|
|
+checksum = "f6cc05d7ea95200187117196eee9edd0644424911821aeb28a18ce60ea0b8793"
|
|
dependencies = [
|
|
dependencies = [
|
|
"vcpkg",
|
|
"vcpkg",
|
|
]
|
|
]
|
|
@@ -783,9 +725,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
name = "redox_syscall"
|
|
-version = "0.5.4"
|
|
|
|
|
|
+version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0884ad60e090bf1345b93da0a5de8923c93884cd03f40dfcfddd3b4bee661853"
|
|
|
|
|
|
+checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"bitflags 2.6.0",
|
|
]
|
|
]
|
|
@@ -796,12 +738,6 @@ version = "0.1.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "rustversion"
|
|
|
|
-version = "1.0.17"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "ryu"
|
|
name = "ryu"
|
|
version = "1.0.18"
|
|
version = "1.0.18"
|
|
@@ -816,41 +752,26 @@ checksum = "d4d5cd6d4f24f3ab107e949ab424738cf55b03deddce3b184c46985d7b1394ef"
|
|
dependencies = [
|
|
dependencies = [
|
|
"itoap",
|
|
"itoap",
|
|
"ryu",
|
|
"ryu",
|
|
- "sailfish-macros",
|
|
|
|
"version_check",
|
|
"version_check",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "sailfish-compiler"
|
|
|
|
-version = "0.9.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "7254ec7b3651f7f723a9073153f5dcddc1f2bf1bf8d1b23ac71c236ef6360d2b"
|
|
|
|
-dependencies = [
|
|
|
|
- "filetime",
|
|
|
|
- "home",
|
|
|
|
- "memchr",
|
|
|
|
- "proc-macro2",
|
|
|
|
- "quote",
|
|
|
|
- "syn",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "sailfish-macros"
|
|
|
|
-version = "0.9.0"
|
|
|
|
|
|
+name = "scheduled-thread-pool"
|
|
|
|
+version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "00812289fe1891c191cc2d9db461352fc410619e07ec2bb748faaa06412619d0"
|
|
|
|
|
|
+checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "proc-macro2",
|
|
|
|
- "sailfish-compiler",
|
|
|
|
|
|
+ "parking_lot",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "scheduled-thread-pool"
|
|
|
|
-version = "0.2.7"
|
|
|
|
|
|
+name = "scoped-futures"
|
|
|
|
+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 = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
|
|
|
|
|
|
+checksum = "b1473e24c637950c9bd38763220bea91ec3e095a89f672bbd7a10d03e77ba467"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "parking_lot",
|
|
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "pin-utils",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -891,16 +812,6 @@ dependencies = [
|
|
"serde",
|
|
"serde",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "serde_path_to_error"
|
|
|
|
-version = "0.1.16"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
|
|
|
|
-dependencies = [
|
|
|
|
- "itoa",
|
|
|
|
- "serde",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde_urlencoded"
|
|
name = "serde_urlencoded"
|
|
version = "0.7.1"
|
|
version = "0.7.1"
|
|
@@ -977,7 +888,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"libc",
|
|
"libc",
|
|
- "windows-sys 0.52.0",
|
|
|
|
|
|
+ "windows-sys",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1005,27 +916,15 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "syn"
|
|
name = "syn"
|
|
-version = "2.0.77"
|
|
|
|
|
|
+version = "2.0.79"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
|
|
|
|
|
|
+checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
"unicode-ident",
|
|
"unicode-ident",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "sync_wrapper"
|
|
|
|
-version = "0.1.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "sync_wrapper"
|
|
|
|
-version = "1.0.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tinyvec"
|
|
name = "tinyvec"
|
|
version = "1.8.0"
|
|
version = "1.8.0"
|
|
@@ -1048,13 +947,40 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
|
|
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
|
|
dependencies = [
|
|
dependencies = [
|
|
"backtrace",
|
|
"backtrace",
|
|
|
|
+ "bytes",
|
|
"libc",
|
|
"libc",
|
|
"mio",
|
|
"mio",
|
|
"parking_lot",
|
|
"parking_lot",
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
"signal-hook-registry",
|
|
"signal-hook-registry",
|
|
"socket2 0.5.7",
|
|
"socket2 0.5.7",
|
|
- "windows-sys 0.52.0",
|
|
|
|
|
|
+ "windows-sys",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "tokio-postgres"
|
|
|
|
+version = "0.7.12"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3b5d3742945bc7d7f210693b0c58ae542c6fd47b17adbbda0885f3dcb34a6bdb"
|
|
|
|
+dependencies = [
|
|
|
|
+ "async-trait",
|
|
|
|
+ "byteorder",
|
|
|
|
+ "bytes",
|
|
|
|
+ "fallible-iterator",
|
|
|
|
+ "futures-channel",
|
|
|
|
+ "futures-util",
|
|
|
|
+ "log",
|
|
|
|
+ "parking_lot",
|
|
|
|
+ "percent-encoding",
|
|
|
|
+ "phf",
|
|
|
|
+ "pin-project-lite",
|
|
|
|
+ "postgres-protocol",
|
|
|
|
+ "postgres-types",
|
|
|
|
+ "rand",
|
|
|
|
+ "socket2 0.5.7",
|
|
|
|
+ "tokio",
|
|
|
|
+ "tokio-util",
|
|
|
|
+ "whoami",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1073,55 +999,24 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "tower"
|
|
|
|
-version = "0.4.13"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
-dependencies = [
|
|
|
|
- "futures-core",
|
|
|
|
- "futures-util",
|
|
|
|
- "pin-project",
|
|
|
|
- "pin-project-lite",
|
|
|
|
- "tower-layer",
|
|
|
|
- "tower-service",
|
|
|
|
- "tracing",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "tower-http"
|
|
|
|
-version = "0.5.2"
|
|
|
|
|
|
+name = "tokio-util"
|
|
|
|
+version = "0.7.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
|
|
|
|
|
|
+checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 2.6.0",
|
|
|
|
"bytes",
|
|
"bytes",
|
|
- "http",
|
|
|
|
- "http-body",
|
|
|
|
- "http-body-util",
|
|
|
|
|
|
+ "futures-core",
|
|
|
|
+ "futures-sink",
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
- "tower-layer",
|
|
|
|
- "tower-service",
|
|
|
|
|
|
+ "tokio",
|
|
]
|
|
]
|
|
|
|
|
|
-[[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.40"
|
|
version = "0.1.40"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "log",
|
|
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
"tracing-core",
|
|
"tracing-core",
|
|
]
|
|
]
|
|
@@ -1131,9 +1026,6 @@ name = "tracing-core"
|
|
version = "0.1.32"
|
|
version = "0.1.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
|
-dependencies = [
|
|
|
|
- "once_cell",
|
|
|
|
-]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "typenum"
|
|
name = "typenum"
|
|
@@ -1143,9 +1035,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
name = "unicode-bidi"
|
|
-version = "0.3.15"
|
|
|
|
|
|
+version = "0.3.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
|
|
|
|
|
+checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-ident"
|
|
name = "unicode-ident"
|
|
@@ -1155,18 +1047,18 @@ checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-normalization"
|
|
name = "unicode-normalization"
|
|
-version = "0.1.23"
|
|
|
|
|
|
+version = "0.1.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
|
|
|
|
|
+checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
|
dependencies = [
|
|
dependencies = [
|
|
"tinyvec",
|
|
"tinyvec",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-properties"
|
|
name = "unicode-properties"
|
|
-version = "0.1.2"
|
|
|
|
|
|
+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 = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
|
|
|
|
|
|
+checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "vcpkg"
|
|
name = "vcpkg"
|
|
@@ -1186,6 +1078,88 @@ version = "0.11.0+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasite"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasm-bindgen"
|
|
|
|
+version = "0.2.93"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "wasm-bindgen-macro",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasm-bindgen-backend"
|
|
|
|
+version = "0.2.93"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bumpalo",
|
|
|
|
+ "log",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn",
|
|
|
|
+ "wasm-bindgen-shared",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasm-bindgen-macro"
|
|
|
|
+version = "0.2.93"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
|
|
|
|
+dependencies = [
|
|
|
|
+ "quote",
|
|
|
|
+ "wasm-bindgen-macro-support",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasm-bindgen-macro-support"
|
|
|
|
+version = "0.2.93"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn",
|
|
|
|
+ "wasm-bindgen-backend",
|
|
|
|
+ "wasm-bindgen-shared",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "wasm-bindgen-shared"
|
|
|
|
+version = "0.2.93"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "web-sys"
|
|
|
|
+version = "0.3.70"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "js-sys",
|
|
|
|
+ "wasm-bindgen",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "whoami"
|
|
|
|
+version = "1.5.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
|
|
|
|
+dependencies = [
|
|
|
|
+ "redox_syscall",
|
|
|
|
+ "wasite",
|
|
|
|
+ "web-sys",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "winapi"
|
|
name = "winapi"
|
|
version = "0.3.9"
|
|
version = "0.3.9"
|
|
@@ -1217,15 +1191,6 @@ dependencies = [
|
|
"windows-targets",
|
|
"windows-targets",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "windows-sys"
|
|
|
|
-version = "0.59.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
-dependencies = [
|
|
|
|
- "windows-targets",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows-targets"
|
|
name = "windows-targets"
|
|
version = "0.52.6"
|
|
version = "0.52.6"
|
|
@@ -1292,9 +1257,8 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "xitca-codegen"
|
|
name = "xitca-codegen"
|
|
-version = "0.3.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "336b646a30e6d44093beaae1bbe5dda664e8466d387663fc9d61c55fb2d78424"
|
|
|
|
|
|
+version = "0.4.0"
|
|
|
|
+source = "git+http://github.com/HFQR/xitca-web?rev=d3066ba#d3066ba5fc65e89c8a20890dd529f05818c853d6"
|
|
dependencies = [
|
|
dependencies = [
|
|
"quote",
|
|
"quote",
|
|
"syn",
|
|
"syn",
|
|
@@ -1302,9 +1266,8 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "xitca-http"
|
|
name = "xitca-http"
|
|
-version = "0.6.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "47b5b036e32261c69d4f0e81bcb28c2e058ed569518959336fd75fc086208d3f"
|
|
|
|
|
|
+version = "0.7.0"
|
|
|
|
+source = "git+http://github.com/HFQR/xitca-web?rev=d3066ba#d3066ba5fc65e89c8a20890dd529f05818c853d6"
|
|
dependencies = [
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-core",
|
|
"http",
|
|
"http",
|
|
@@ -1336,12 +1299,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "xitca-postgres"
|
|
name = "xitca-postgres"
|
|
-version = "0.1.0"
|
|
|
|
-source = "git+https://github.com/HFQR/xitca-web.git?rev=0cda225#0cda2254f98b40f21bc3170dd8983f16444f0bd0"
|
|
|
|
|
|
+version = "0.2.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "46046cb7a3d4fcfb5c858bab0651c73bb45c0c5f9f0f53dd4eb991f2d6e5d6f4"
|
|
dependencies = [
|
|
dependencies = [
|
|
"fallible-iterator",
|
|
"fallible-iterator",
|
|
|
|
+ "futures-core",
|
|
"percent-encoding",
|
|
"percent-encoding",
|
|
- "phf",
|
|
|
|
"postgres-protocol",
|
|
"postgres-protocol",
|
|
"postgres-types",
|
|
"postgres-types",
|
|
"tokio",
|
|
"tokio",
|
|
@@ -1350,6 +1314,19 @@ dependencies = [
|
|
"xitca-unsafe-collection",
|
|
"xitca-unsafe-collection",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "xitca-postgres-diesel"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+source = "git+https://github.com/fakeshadow/xitca-postgres-diesel?rev=ae93ee9#ae93ee95277e281fb87b351c42bfc2fc5a56703a"
|
|
|
|
+dependencies = [
|
|
|
|
+ "diesel",
|
|
|
|
+ "diesel-async",
|
|
|
|
+ "futures-core",
|
|
|
|
+ "scoped-futures",
|
|
|
|
+ "tokio",
|
|
|
|
+ "xitca-postgres",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "xitca-router"
|
|
name = "xitca-router"
|
|
version = "0.3.0"
|
|
version = "0.3.0"
|
|
@@ -1361,9 +1338,8 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "xitca-server"
|
|
name = "xitca-server"
|
|
-version = "0.4.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "a40a05f18780f1de843c5077583e4650b08d0518fcf9cf7948e28bc92e489736"
|
|
|
|
|
|
+version = "0.5.0"
|
|
|
|
+source = "git+http://github.com/HFQR/xitca-web?rev=d3066ba#d3066ba5fc65e89c8a20890dd529f05818c853d6"
|
|
dependencies = [
|
|
dependencies = [
|
|
"socket2 0.5.7",
|
|
"socket2 0.5.7",
|
|
"tokio",
|
|
"tokio",
|
|
@@ -1376,9 +1352,8 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "xitca-service"
|
|
name = "xitca-service"
|
|
-version = "0.2.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "74b093ca75b264924773d53e445de08a937100bf1cbe4f62d4dc2c0d04a3ba4b"
|
|
|
|
|
|
+version = "0.3.0"
|
|
|
|
+source = "git+http://github.com/HFQR/xitca-web?rev=d3066ba#d3066ba5fc65e89c8a20890dd529f05818c853d6"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "xitca-unsafe-collection"
|
|
name = "xitca-unsafe-collection"
|
|
@@ -1394,42 +1369,39 @@ name = "xitca-web"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"atoi",
|
|
"atoi",
|
|
- "axum",
|
|
|
|
"diesel",
|
|
"diesel",
|
|
|
|
+ "diesel-async",
|
|
"futures-core",
|
|
"futures-core",
|
|
- "http-body",
|
|
|
|
|
|
+ "futures-util",
|
|
|
|
+ "httparse",
|
|
"mimalloc",
|
|
"mimalloc",
|
|
"rand",
|
|
"rand",
|
|
"sailfish",
|
|
"sailfish",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
"tokio",
|
|
"tokio",
|
|
- "tower",
|
|
|
|
- "tower-http",
|
|
|
|
|
|
+ "tokio-uring",
|
|
"xitca-http",
|
|
"xitca-http",
|
|
"xitca-io",
|
|
"xitca-io",
|
|
"xitca-postgres",
|
|
"xitca-postgres",
|
|
|
|
+ "xitca-postgres-diesel",
|
|
"xitca-server",
|
|
"xitca-server",
|
|
"xitca-service",
|
|
"xitca-service",
|
|
"xitca-unsafe-collection",
|
|
"xitca-unsafe-collection",
|
|
- "xitca-web 0.6.2",
|
|
|
|
|
|
+ "xitca-web 0.7.0",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "xitca-web"
|
|
name = "xitca-web"
|
|
-version = "0.6.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "dd4f8f16791ea2a8845f617f1e87887f917835e0603d01f03a51e638b9613d0c"
|
|
|
|
|
|
+version = "0.7.0"
|
|
|
|
+source = "git+http://github.com/HFQR/xitca-web?rev=d3066ba#d3066ba5fc65e89c8a20890dd529f05818c853d6"
|
|
dependencies = [
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-core",
|
|
- "http-body",
|
|
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
"serde_urlencoded",
|
|
"serde_urlencoded",
|
|
"tokio",
|
|
"tokio",
|
|
- "tower-layer",
|
|
|
|
- "tower-service",
|
|
|
|
"xitca-codegen",
|
|
"xitca-codegen",
|
|
"xitca-http",
|
|
"xitca-http",
|
|
"xitca-server",
|
|
"xitca-server",
|