|
@@ -80,8 +80,8 @@ version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
|
|
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "concurrent-queue",
|
|
|
|
- "event-listener",
|
|
|
|
|
|
+ "concurrent-queue 1.2.2",
|
|
|
|
+ "event-listener 2.5.2",
|
|
"futures-core",
|
|
"futures-core",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -97,18 +97,30 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "async-executor"
|
|
name = "async-executor"
|
|
-version = "1.4.1"
|
|
|
|
|
|
+version = "1.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
|
|
|
|
|
|
+checksum = "2c1da3ae8dabd9c00f453a329dfe1fb28da3c0a72e2478cdcd93171740c20499"
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
+ "async-lock",
|
|
"async-task",
|
|
"async-task",
|
|
- "concurrent-queue",
|
|
|
|
- "fastrand",
|
|
|
|
|
|
+ "concurrent-queue 2.3.0",
|
|
|
|
+ "fastrand 2.0.1",
|
|
"futures-lite",
|
|
"futures-lite",
|
|
- "once_cell",
|
|
|
|
"slab",
|
|
"slab",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "async-fs"
|
|
|
|
+version = "1.6.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
|
|
|
|
+dependencies = [
|
|
|
|
+ "async-lock",
|
|
|
|
+ "autocfg",
|
|
|
|
+ "blocking",
|
|
|
|
+ "futures-lite",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "async-global-executor"
|
|
name = "async-global-executor"
|
|
version = "2.0.4"
|
|
version = "2.0.4"
|
|
@@ -143,30 +155,31 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "async-io"
|
|
name = "async-io"
|
|
-version = "1.6.0"
|
|
|
|
|
|
+version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
|
|
|
|
|
|
+checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "concurrent-queue",
|
|
|
|
|
|
+ "async-lock",
|
|
|
|
+ "autocfg",
|
|
|
|
+ "cfg-if 1.0.0",
|
|
|
|
+ "concurrent-queue 2.3.0",
|
|
"futures-lite",
|
|
"futures-lite",
|
|
- "libc",
|
|
|
|
"log",
|
|
"log",
|
|
- "once_cell",
|
|
|
|
"parking",
|
|
"parking",
|
|
"polling",
|
|
"polling",
|
|
|
|
+ "rustix 0.37.25",
|
|
"slab",
|
|
"slab",
|
|
"socket2",
|
|
"socket2",
|
|
"waker-fn",
|
|
"waker-fn",
|
|
- "winapi",
|
|
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "async-lock"
|
|
name = "async-lock"
|
|
-version = "2.5.0"
|
|
|
|
|
|
+version = "2.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
|
|
|
|
|
|
+checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "event-listener",
|
|
|
|
|
|
+ "event-listener 2.5.2",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -175,24 +188,35 @@ 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 = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
|
|
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "event-listener",
|
|
|
|
|
|
+ "event-listener 2.5.2",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "async-net"
|
|
|
|
+version = "1.8.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "async-io",
|
|
|
|
+ "blocking",
|
|
|
|
+ "futures-lite",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "async-process"
|
|
name = "async-process"
|
|
-version = "1.4.0"
|
|
|
|
|
|
+version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "cf2c06e30a24e8c78a3987d07f0930edf76ef35e027e7bdb063fccafdad1f60c"
|
|
|
|
|
|
+checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
|
|
dependencies = [
|
|
dependencies = [
|
|
"async-io",
|
|
"async-io",
|
|
|
|
+ "async-lock",
|
|
|
|
+ "async-signal",
|
|
"blocking",
|
|
"blocking",
|
|
"cfg-if 1.0.0",
|
|
"cfg-if 1.0.0",
|
|
- "event-listener",
|
|
|
|
|
|
+ "event-listener 3.0.0",
|
|
"futures-lite",
|
|
"futures-lite",
|
|
- "libc",
|
|
|
|
- "once_cell",
|
|
|
|
- "signal-hook",
|
|
|
|
- "winapi",
|
|
|
|
|
|
+ "rustix 0.38.19",
|
|
|
|
+ "windows-sys",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -216,6 +240,24 @@ dependencies = [
|
|
"sha2 0.9.9",
|
|
"sha2 0.9.9",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "async-signal"
|
|
|
|
+version = "0.2.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d2a5415b7abcdc9cd7d63d6badba5288b2ca017e3fbd4173b8f405449f1a2399"
|
|
|
|
+dependencies = [
|
|
|
|
+ "async-io",
|
|
|
|
+ "async-lock",
|
|
|
|
+ "atomic-waker",
|
|
|
|
+ "cfg-if 1.0.0",
|
|
|
|
+ "futures-core",
|
|
|
|
+ "futures-io",
|
|
|
|
+ "rustix 0.38.19",
|
|
|
|
+ "signal-hook-registry",
|
|
|
|
+ "slab",
|
|
|
|
+ "windows-sys",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "async-sse"
|
|
name = "async-sse"
|
|
version = "4.1.0"
|
|
version = "4.1.0"
|
|
@@ -252,7 +294,7 @@ dependencies = [
|
|
"memchr",
|
|
"memchr",
|
|
"num_cpus",
|
|
"num_cpus",
|
|
"once_cell",
|
|
"once_cell",
|
|
- "pin-project-lite 0.2.9",
|
|
|
|
|
|
+ "pin-project-lite 0.2.13",
|
|
"pin-utils",
|
|
"pin-utils",
|
|
"slab",
|
|
"slab",
|
|
"wasm-bindgen-futures",
|
|
"wasm-bindgen-futures",
|
|
@@ -277,9 +319,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "atomic-waker"
|
|
name = "atomic-waker"
|
|
-version = "1.0.0"
|
|
|
|
|
|
+version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
|
|
|
|
|
|
+checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "atty"
|
|
name = "atty"
|
|
@@ -287,7 +329,7 @@ version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "hermit-abi",
|
|
|
|
|
|
+ "hermit-abi 0.1.19",
|
|
"libc",
|
|
"libc",
|
|
"winapi",
|
|
"winapi",
|
|
]
|
|
]
|
|
@@ -331,6 +373,12 @@ version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "bitflags"
|
|
|
|
+version = "2.4.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "blake3"
|
|
name = "blake3"
|
|
version = "0.3.8"
|
|
version = "0.3.8"
|
|
@@ -366,16 +414,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "blocking"
|
|
name = "blocking"
|
|
-version = "1.2.0"
|
|
|
|
|
|
+version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
|
|
|
|
|
|
+checksum = "8c36a4d0d48574b3dd360b4b7d95cc651d2b6557b6402848a27d4b228a473e2a"
|
|
dependencies = [
|
|
dependencies = [
|
|
"async-channel",
|
|
"async-channel",
|
|
|
|
+ "async-lock",
|
|
"async-task",
|
|
"async-task",
|
|
- "atomic-waker",
|
|
|
|
- "fastrand",
|
|
|
|
|
|
+ "fastrand 2.0.1",
|
|
|
|
+ "futures-io",
|
|
"futures-lite",
|
|
"futures-lite",
|
|
- "once_cell",
|
|
|
|
|
|
+ "piper",
|
|
|
|
+ "tracing",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -438,7 +488,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85a35a599b11c089a7f49105658d089b8f2cf0882993c17daf6de15285c2c35d"
|
|
checksum = "85a35a599b11c089a7f49105658d089b8f2cf0882993c17daf6de15285c2c35d"
|
|
dependencies = [
|
|
dependencies = [
|
|
"atty",
|
|
"atty",
|
|
- "bitflags",
|
|
|
|
|
|
+ "bitflags 1.3.2",
|
|
"clap_derive",
|
|
"clap_derive",
|
|
"clap_lex",
|
|
"clap_lex",
|
|
"indexmap",
|
|
"indexmap",
|
|
@@ -479,6 +529,15 @@ dependencies = [
|
|
"cache-padded",
|
|
"cache-padded",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "concurrent-queue"
|
|
|
|
+version = "2.3.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400"
|
|
|
|
+dependencies = [
|
|
|
|
+ "crossbeam-utils",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "const_fn"
|
|
name = "const_fn"
|
|
version = "0.4.9"
|
|
version = "0.4.9"
|
|
@@ -531,12 +590,11 @@ checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
name = "crossbeam-utils"
|
|
-version = "0.8.8"
|
|
|
|
|
|
+version = "0.8.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
|
|
|
|
|
|
+checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"cfg-if 1.0.0",
|
|
- "lazy_static",
|
|
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -632,12 +690,33 @@ dependencies = [
|
|
"serde",
|
|
"serde",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "errno"
|
|
|
|
+version = "0.3.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+ "windows-sys",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "event-listener"
|
|
name = "event-listener"
|
|
version = "2.5.2"
|
|
version = "2.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
|
|
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "event-listener"
|
|
|
|
+version = "3.0.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "29e56284f00d94c1bc7fd3c77027b4623c88c1f53d8d2394c6199f2921dea325"
|
|
|
|
+dependencies = [
|
|
|
|
+ "concurrent-queue 2.3.0",
|
|
|
|
+ "parking",
|
|
|
|
+ "pin-project-lite 0.2.13",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "fastrand"
|
|
name = "fastrand"
|
|
version = "1.7.0"
|
|
version = "1.7.0"
|
|
@@ -647,6 +726,12 @@ dependencies = [
|
|
"instant",
|
|
"instant",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "fastrand"
|
|
|
|
+version = "2.0.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "femme"
|
|
name = "femme"
|
|
version = "2.2.0"
|
|
version = "2.2.0"
|
|
@@ -684,15 +769,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-core"
|
|
name = "futures-core"
|
|
-version = "0.3.21"
|
|
|
|
|
|
+version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
|
|
|
|
|
+checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-io"
|
|
name = "futures-io"
|
|
-version = "0.3.21"
|
|
|
|
|
|
+version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
|
|
|
|
|
+checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-lite"
|
|
name = "futures-lite"
|
|
@@ -700,12 +785,12 @@ version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "fastrand",
|
|
|
|
|
|
+ "fastrand 1.7.0",
|
|
"futures-core",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-io",
|
|
"memchr",
|
|
"memchr",
|
|
"parking",
|
|
"parking",
|
|
- "pin-project-lite 0.2.9",
|
|
|
|
|
|
+ "pin-project-lite 0.2.13",
|
|
"waker-fn",
|
|
"waker-fn",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -735,7 +820,7 @@ dependencies = [
|
|
"futures-core",
|
|
"futures-core",
|
|
"futures-macro",
|
|
"futures-macro",
|
|
"futures-task",
|
|
"futures-task",
|
|
- "pin-project-lite 0.2.9",
|
|
|
|
|
|
+ "pin-project-lite 0.2.13",
|
|
"pin-utils",
|
|
"pin-utils",
|
|
"slab",
|
|
"slab",
|
|
]
|
|
]
|
|
@@ -815,6 +900,12 @@ dependencies = [
|
|
"libc",
|
|
"libc",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "hermit-abi"
|
|
|
|
+version = "0.3.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "hkdf"
|
|
name = "hkdf"
|
|
version = "0.10.0"
|
|
version = "0.10.0"
|
|
@@ -871,7 +962,7 @@ dependencies = [
|
|
"cookie",
|
|
"cookie",
|
|
"futures-lite",
|
|
"futures-lite",
|
|
"infer",
|
|
"infer",
|
|
- "pin-project-lite 0.2.9",
|
|
|
|
|
|
+ "pin-project-lite 0.2.13",
|
|
"rand 0.7.3",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
@@ -922,6 +1013,17 @@ dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"cfg-if 1.0.0",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "io-lifetimes"
|
|
|
|
+version = "1.0.11"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
|
|
|
+dependencies = [
|
|
|
|
+ "hermit-abi 0.3.3",
|
|
|
|
+ "libc",
|
|
|
|
+ "windows-sys",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "itoa"
|
|
name = "itoa"
|
|
version = "1.0.1"
|
|
version = "1.0.1"
|
|
@@ -954,9 +1056,21 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "libc"
|
|
name = "libc"
|
|
-version = "0.2.125"
|
|
|
|
|
|
+version = "0.2.149"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
|
|
|
|
|
|
+checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "linux-raw-sys"
|
|
|
|
+version = "0.3.8"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "linux-raw-sys"
|
|
|
|
+version = "0.4.10"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "log"
|
|
name = "log"
|
|
@@ -983,7 +1097,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "microrm"
|
|
name = "microrm"
|
|
-version = "0.3.7"
|
|
|
|
|
|
+version = "0.3.9"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "77e1852d8fdff46f6cc49503db265184449e42e0722cd9ceb9776ffc8894308f"
|
|
dependencies = [
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"base64 0.13.0",
|
|
"lazy_static",
|
|
"lazy_static",
|
|
@@ -998,7 +1114,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "microrm-macros"
|
|
name = "microrm-macros"
|
|
-version = "0.2.4"
|
|
|
|
|
|
+version = "0.2.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "dba04dd721306ec7e301be005366b2e1b7f8562fc0396f914861d890923357fc"
|
|
dependencies = [
|
|
dependencies = [
|
|
"convert_case",
|
|
"convert_case",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
@@ -1031,7 +1149,7 @@ version = "1.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "hermit-abi",
|
|
|
|
|
|
+ "hermit-abi 0.1.19",
|
|
"libc",
|
|
"libc",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -1093,9 +1211,9 @@ checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
name = "pin-project-lite"
|
|
-version = "0.2.9"
|
|
|
|
|
|
+version = "0.2.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|
|
|
|
|
+checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "pin-utils"
|
|
name = "pin-utils"
|
|
@@ -1103,6 +1221,17 @@ 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 = "piper"
|
|
|
|
+version = "0.2.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
|
|
|
|
+dependencies = [
|
|
|
|
+ "atomic-waker",
|
|
|
|
+ "fastrand 2.0.1",
|
|
|
|
+ "futures-io",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "pkg-config"
|
|
name = "pkg-config"
|
|
version = "0.3.25"
|
|
version = "0.3.25"
|
|
@@ -1288,6 +1417,33 @@ dependencies = [
|
|
"semver",
|
|
"semver",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "rustix"
|
|
|
|
+version = "0.37.25"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d4eb579851244c2c03e7c24f501c3432bed80b8f720af1d6e5b0e0f01555a035"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bitflags 1.3.2",
|
|
|
|
+ "errno",
|
|
|
|
+ "io-lifetimes",
|
|
|
|
+ "libc",
|
|
|
|
+ "linux-raw-sys 0.3.8",
|
|
|
|
+ "windows-sys",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rustix"
|
|
|
|
+version = "0.38.19"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bitflags 2.4.0",
|
|
|
|
+ "errno",
|
|
|
|
+ "libc",
|
|
|
|
+ "linux-raw-sys 0.4.10",
|
|
|
|
+ "windows-sys",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "ryu"
|
|
name = "ryu"
|
|
version = "1.0.9"
|
|
version = "1.0.9"
|
|
@@ -1420,16 +1576,6 @@ dependencies = [
|
|
"digest 0.10.3",
|
|
"digest 0.10.3",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "signal-hook"
|
|
|
|
-version = "0.3.13"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
|
|
|
|
-dependencies = [
|
|
|
|
- "libc",
|
|
|
|
- "signal-hook-registry",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "signal-hook-registry"
|
|
name = "signal-hook-registry"
|
|
version = "1.4.0"
|
|
version = "1.4.0"
|
|
@@ -1445,14 +1591,34 @@ version = "1.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38aabbeafa6f6dead8cebf246fe9fae1f9215c8d29b3a69f93bd62a9e4a3dcd6"
|
|
checksum = "38aabbeafa6f6dead8cebf246fe9fae1f9215c8d29b3a69f93bd62a9e4a3dcd6"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "event-listener",
|
|
|
|
|
|
+ "event-listener 2.5.2",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "slab"
|
|
name = "slab"
|
|
-version = "0.4.6"
|
|
|
|
|
|
+version = "0.4.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
|
|
|
|
|
+checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
|
|
+dependencies = [
|
|
|
|
+ "autocfg",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "smol"
|
|
|
|
+version = "1.3.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
|
|
|
|
+dependencies = [
|
|
|
|
+ "async-channel",
|
|
|
|
+ "async-executor",
|
|
|
|
+ "async-fs",
|
|
|
|
+ "async-io",
|
|
|
|
+ "async-lock",
|
|
|
|
+ "async-net",
|
|
|
|
+ "async-process",
|
|
|
|
+ "blocking",
|
|
|
|
+ "futures-lite",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "socket2"
|
|
name = "socket2"
|
|
@@ -1642,7 +1808,7 @@ dependencies = [
|
|
"http-types",
|
|
"http-types",
|
|
"kv-log-macro",
|
|
"kv-log-macro",
|
|
"log",
|
|
"log",
|
|
- "pin-project-lite 0.2.9",
|
|
|
|
|
|
+ "pin-project-lite 0.2.13",
|
|
"route-recognizer",
|
|
"route-recognizer",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
@@ -1712,12 +1878,44 @@ 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 = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "tracing"
|
|
|
|
+version = "0.1.39"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ee2ef2af84856a50c1d430afce2fdded0a4ec7eda868db86409b4543df0797f9"
|
|
|
|
+dependencies = [
|
|
|
|
+ "pin-project-lite 0.2.13",
|
|
|
|
+ "tracing-core",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "tracing-core"
|
|
|
|
+version = "0.1.32"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "typenum"
|
|
name = "typenum"
|
|
version = "1.15.0"
|
|
version = "1.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "uauth2"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "base64 0.13.0",
|
|
|
|
+ "clap",
|
|
|
|
+ "microrm",
|
|
|
|
+ "ring",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_bytes",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "sha2 0.10.2",
|
|
|
|
+ "smol",
|
|
|
|
+ "tide",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
name = "unicode-bidi"
|
|
version = "0.3.8"
|
|
version = "0.3.8"
|
|
@@ -1788,22 +1986,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 = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "vogt"
|
|
|
|
-version = "0.1.0"
|
|
|
|
-dependencies = [
|
|
|
|
- "async-std",
|
|
|
|
- "base64 0.13.0",
|
|
|
|
- "clap",
|
|
|
|
- "microrm",
|
|
|
|
- "ring",
|
|
|
|
- "serde",
|
|
|
|
- "serde_bytes",
|
|
|
|
- "serde_json",
|
|
|
|
- "sha2 0.10.2",
|
|
|
|
- "tide",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "waker-fn"
|
|
name = "waker-fn"
|
|
version = "1.1.0"
|
|
version = "1.1.0"
|
|
@@ -1939,3 +2121,69 @@ name = "winapi-x86_64-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
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-sys"
|
|
|
|
+version = "0.48.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
+dependencies = [
|
|
|
|
+ "windows-targets",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows-targets"
|
|
|
|
+version = "0.48.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
+dependencies = [
|
|
|
|
+ "windows_aarch64_gnullvm",
|
|
|
|
+ "windows_aarch64_msvc",
|
|
|
|
+ "windows_i686_gnu",
|
|
|
|
+ "windows_i686_msvc",
|
|
|
|
+ "windows_x86_64_gnu",
|
|
|
|
+ "windows_x86_64_gnullvm",
|
|
|
|
+ "windows_x86_64_msvc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_aarch64_gnullvm"
|
|
|
|
+version = "0.48.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
|
+version = "0.48.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_i686_gnu"
|
|
|
|
+version = "0.48.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_i686_msvc"
|
|
|
|
+version = "0.48.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
|
+version = "0.48.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_x86_64_gnullvm"
|
|
|
|
+version = "0.48.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
|
+version = "0.48.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|