|
|
|
@@ -95,9 +95,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.95"
|
|
|
|
version = "1.0.97"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
|
|
|
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
|
|
|
name = "async-stream"
|
|
|
|
@@ -182,11 +182,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
|
|
|
name = "axum"
|
|
|
|
version = "0.8.1"
|
|
|
|
version = "0.8.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8"
|
|
|
|
checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"axum-core 0.5.0",
|
|
|
|
"axum-core 0.5.5",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"form_urlencoded",
|
|
|
|
"form_urlencoded",
|
|
|
|
"futures-util",
|
|
|
|
"futures-util",
|
|
|
|
@@ -201,8 +201,7 @@ dependencies = [
|
|
|
|
"mime",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde_core",
|
|
|
|
"serde",
|
|
|
|
|
|
|
|
"serde_json",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"serde_urlencoded",
|
|
|
|
@@ -236,18 +235,17 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
|
|
|
name = "axum-core"
|
|
|
|
version = "0.5.0"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733"
|
|
|
|
checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"futures-core",
|
|
|
|
"http",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"http-body-util",
|
|
|
|
"mime",
|
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
|
|
|
|
"sync_wrapper",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tower-service",
|
|
|
|
@@ -371,9 +369,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
name = "clap"
|
|
|
|
version = "4.5.23"
|
|
|
|
version = "4.5.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
|
|
|
|
checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
"clap_derive",
|
|
|
|
@@ -381,9 +379,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
|
|
|
name = "clap_builder"
|
|
|
|
version = "4.5.23"
|
|
|
|
version = "4.5.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
|
|
|
|
checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"anstyle",
|
|
|
|
@@ -393,9 +391,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
|
|
|
name = "clap_derive"
|
|
|
|
version = "4.5.18"
|
|
|
|
version = "4.5.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
|
|
|
|
checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
@@ -531,7 +529,7 @@ dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
"mio",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"parking_lot",
|
|
|
|
"rustix",
|
|
|
|
"rustix 0.38.39",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
"winapi",
|
|
|
|
@@ -590,32 +588,32 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "directories"
|
|
|
|
name = "directories"
|
|
|
|
version = "5.0.1"
|
|
|
|
version = "6.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
|
|
|
|
checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
name = "dirs"
|
|
|
|
version = "5.0.1"
|
|
|
|
version = "6.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
|
|
|
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.4.1"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
|
|
|
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"option-ext",
|
|
|
|
"option-ext",
|
|
|
|
"redox_users",
|
|
|
|
"redox_users",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -653,12 +651,12 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
name = "errno"
|
|
|
|
version = "0.3.9"
|
|
|
|
version = "0.3.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
|
|
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -845,7 +843,19 @@ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "getrandom"
|
|
|
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"wasi 0.13.3+wasi-0.2.2",
|
|
|
|
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -866,7 +876,7 @@ dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-sink",
|
|
|
|
"http",
|
|
|
|
"http",
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"indexmap 2.7.1",
|
|
|
|
"slab",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tokio-util",
|
|
|
|
@@ -1075,7 +1085,7 @@ name = "hyperlog"
|
|
|
|
version = "0.1.0"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"anyhow",
|
|
|
|
"axum 0.8.1",
|
|
|
|
"axum 0.8.7",
|
|
|
|
"bus",
|
|
|
|
"bus",
|
|
|
|
"clap",
|
|
|
|
"clap",
|
|
|
|
"dirs",
|
|
|
|
"dirs",
|
|
|
|
@@ -1098,7 +1108,7 @@ name = "hyperlog-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"anyhow",
|
|
|
|
"axum 0.8.1",
|
|
|
|
"axum 0.8.7",
|
|
|
|
"clap",
|
|
|
|
"clap",
|
|
|
|
"dotenv",
|
|
|
|
"dotenv",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
@@ -1125,7 +1135,7 @@ name = "hyperlog-server"
|
|
|
|
version = "0.1.0"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"anyhow",
|
|
|
|
"axum 0.8.1",
|
|
|
|
"axum 0.8.7",
|
|
|
|
"hyperlog-core",
|
|
|
|
"hyperlog-core",
|
|
|
|
"hyperlog-protos",
|
|
|
|
"hyperlog-protos",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
@@ -1192,12 +1202,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
name = "indexmap"
|
|
|
|
version = "2.2.6"
|
|
|
|
version = "2.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
|
|
|
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"hashbrown 0.15.2",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -1266,9 +1276,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.162"
|
|
|
|
version = "0.2.169"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398"
|
|
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
|
|
|
name = "libm"
|
|
|
|
@@ -1302,6 +1312,12 @@ version = "0.4.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
|
|
|
|
version = "0.9.4"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.12"
|
|
|
|
version = "0.4.12"
|
|
|
|
@@ -1329,11 +1345,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
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 = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata 0.1.10",
|
|
|
|
"regex-automata 0.4.7",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -1388,7 +1404,7 @@ dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
|
"wasi",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1400,12 +1416,11 @@ checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
version = "0.50.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
"winapi",
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -1509,12 +1524,6 @@ dependencies = [
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "overload"
|
|
|
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
name = "parking"
|
|
|
|
version = "2.2.0"
|
|
|
|
version = "2.2.0"
|
|
|
|
@@ -1572,7 +1581,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
|
|
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"indexmap 2.7.1",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -1667,9 +1676,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
|
|
|
name = "prost"
|
|
|
|
version = "0.13.4"
|
|
|
|
version = "0.13.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec"
|
|
|
|
checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"prost-derive",
|
|
|
|
"prost-derive",
|
|
|
|
@@ -1683,7 +1692,7 @@ checksum = "5bb182580f71dd070f88d01ce3de9f4da5021db7115d2e1c3605a754153b77c1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"heck",
|
|
|
|
"heck",
|
|
|
|
"itertools 0.13.0",
|
|
|
|
"itertools 0.12.1",
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
|
"multimap",
|
|
|
|
"multimap",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
@@ -1698,12 +1707,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
|
|
|
name = "prost-derive"
|
|
|
|
version = "0.13.4"
|
|
|
|
version = "0.13.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3"
|
|
|
|
checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"anyhow",
|
|
|
|
"itertools 0.13.0",
|
|
|
|
"itertools 0.12.1",
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"syn",
|
|
|
|
@@ -1754,7 +1763,7 @@ version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"getrandom 0.2.15",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -1798,13 +1807,13 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.5"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
|
|
|
|
checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"getrandom 0.2.15",
|
|
|
|
"libredox",
|
|
|
|
"libredox",
|
|
|
|
"thiserror 1.0.61",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -1816,7 +1825,7 @@ dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata 0.4.7",
|
|
|
|
"regex-automata 0.4.7",
|
|
|
|
"regex-syntax 0.8.4",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -1824,9 +1833,6 @@ name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"regex-syntax 0.6.29",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
name = "regex-automata"
|
|
|
|
@@ -1836,15 +1842,9 @@ checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax 0.8.4",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "regex-syntax"
|
|
|
|
|
|
|
|
version = "0.6.29"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.8.4"
|
|
|
|
version = "0.8.4"
|
|
|
|
@@ -1859,7 +1859,7 @@ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom",
|
|
|
|
"getrandom 0.2.15",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"spin",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"untrusted",
|
|
|
|
@@ -1911,15 +1911,28 @@ dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"errno",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"linux-raw-sys 0.4.14",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.23.12"
|
|
|
|
version = "1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
|
|
|
|
checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
|
|
|
|
"errno",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"linux-raw-sys 0.9.4",
|
|
|
|
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "rustls"
|
|
|
|
|
|
|
|
version = "0.23.35"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
@@ -1955,15 +1968,18 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
|
|
|
name = "rustls-pki-types"
|
|
|
|
version = "1.7.0"
|
|
|
|
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 = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
|
|
|
|
checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"zeroize",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.102.6"
|
|
|
|
version = "0.103.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e"
|
|
|
|
checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"rustls-pki-types",
|
|
|
|
@@ -2022,18 +2038,28 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
|
|
|
name = "serde"
|
|
|
|
version = "1.0.217"
|
|
|
|
version = "1.0.228"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
|
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"serde_core",
|
|
|
|
|
|
|
|
"serde_derive",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "serde_core"
|
|
|
|
|
|
|
|
version = "1.0.228"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.217"
|
|
|
|
version = "1.0.228"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
|
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
|
@@ -2042,9 +2068,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.135"
|
|
|
|
version = "1.0.140"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
|
|
|
|
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"itoa",
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
|
@@ -2064,9 +2090,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.7"
|
|
|
|
version = "0.6.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
|
|
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
@@ -2172,9 +2198,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "similar-asserts"
|
|
|
|
name = "similar-asserts"
|
|
|
|
version = "1.6.0"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfe85670573cd6f0fa97940f26e7e6601213c3b0555246c24234131f88c5709e"
|
|
|
|
checksum = "b5b441962c817e33508847a22bd82f03a30cff43642dc2fae8b050566121eb9a"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"console",
|
|
|
|
"similar",
|
|
|
|
"similar",
|
|
|
|
@@ -2229,9 +2255,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx"
|
|
|
|
name = "sqlx"
|
|
|
|
version = "0.8.3"
|
|
|
|
version = "0.8.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
|
|
|
|
checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros",
|
|
|
|
"sqlx-macros",
|
|
|
|
@@ -2242,10 +2268,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-core"
|
|
|
|
name = "sqlx-core"
|
|
|
|
version = "0.8.3"
|
|
|
|
version = "0.8.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
|
|
|
|
checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"base64",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"crc",
|
|
|
|
"crc",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"crossbeam-queue",
|
|
|
|
@@ -2257,18 +2284,17 @@ dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"futures-util",
|
|
|
|
"hashbrown 0.15.2",
|
|
|
|
"hashbrown 0.15.2",
|
|
|
|
"hashlink",
|
|
|
|
"hashlink",
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"indexmap 2.7.1",
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"percent-encoding",
|
|
|
|
"rustls",
|
|
|
|
"rustls",
|
|
|
|
"rustls-pemfile",
|
|
|
|
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_json",
|
|
|
|
"sha2",
|
|
|
|
"sha2",
|
|
|
|
"smallvec",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror 2.0.9",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-stream",
|
|
|
|
@@ -2280,9 +2306,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros"
|
|
|
|
name = "sqlx-macros"
|
|
|
|
version = "0.8.3"
|
|
|
|
version = "0.8.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
|
|
|
|
checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
|
@@ -2293,9 +2319,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros-core"
|
|
|
|
name = "sqlx-macros-core"
|
|
|
|
version = "0.8.3"
|
|
|
|
version = "0.8.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
|
|
|
|
checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"dotenvy",
|
|
|
|
"dotenvy",
|
|
|
|
"either",
|
|
|
|
"either",
|
|
|
|
@@ -2312,16 +2338,15 @@ dependencies = [
|
|
|
|
"sqlx-postgres",
|
|
|
|
"sqlx-postgres",
|
|
|
|
"sqlx-sqlite",
|
|
|
|
"sqlx-sqlite",
|
|
|
|
"syn",
|
|
|
|
"syn",
|
|
|
|
"tempfile",
|
|
|
|
|
|
|
|
"tokio",
|
|
|
|
"tokio",
|
|
|
|
"url",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-mysql"
|
|
|
|
name = "sqlx-mysql"
|
|
|
|
version = "0.8.3"
|
|
|
|
version = "0.8.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
|
|
|
|
checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
|
|
|
"atoi",
|
|
|
|
"base64",
|
|
|
|
"base64",
|
|
|
|
@@ -2354,7 +2379,7 @@ dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
"smallvec",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-core",
|
|
|
|
"stringprep",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror 2.0.9",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
"time",
|
|
|
|
"tracing",
|
|
|
|
"tracing",
|
|
|
|
"uuid",
|
|
|
|
"uuid",
|
|
|
|
@@ -2363,9 +2388,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-postgres"
|
|
|
|
name = "sqlx-postgres"
|
|
|
|
version = "0.8.3"
|
|
|
|
version = "0.8.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
|
|
|
|
checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
|
|
|
"atoi",
|
|
|
|
"base64",
|
|
|
|
"base64",
|
|
|
|
@@ -2393,7 +2418,7 @@ dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
"smallvec",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-core",
|
|
|
|
"stringprep",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror 2.0.9",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
"time",
|
|
|
|
"tracing",
|
|
|
|
"tracing",
|
|
|
|
"uuid",
|
|
|
|
"uuid",
|
|
|
|
@@ -2402,9 +2427,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-sqlite"
|
|
|
|
name = "sqlx-sqlite"
|
|
|
|
version = "0.8.3"
|
|
|
|
version = "0.8.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
|
|
|
|
checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
|
|
|
"atoi",
|
|
|
|
"flume",
|
|
|
|
"flume",
|
|
|
|
@@ -2419,6 +2444,7 @@ dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-core",
|
|
|
|
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
"time",
|
|
|
|
"tracing",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
"url",
|
|
|
|
@@ -2501,45 +2527,24 @@ checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
name = "tempfile"
|
|
|
|
version = "3.15.0"
|
|
|
|
version = "3.23.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
|
|
|
|
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
"fastrand",
|
|
|
|
"fastrand",
|
|
|
|
"getrandom",
|
|
|
|
"getrandom 0.3.1",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"rustix",
|
|
|
|
"rustix 1.0.8",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "thiserror"
|
|
|
|
|
|
|
|
version = "1.0.61"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"thiserror-impl 1.0.61",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
name = "thiserror"
|
|
|
|
version = "2.0.9"
|
|
|
|
version = "2.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
|
|
|
|
checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl 2.0.9",
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "thiserror-impl"
|
|
|
|
|
|
|
|
version = "1.0.61"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
|
|
|
"quote",
|
|
|
|
|
|
|
|
"syn",
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -2611,9 +2616,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
|
|
|
name = "tokio"
|
|
|
|
version = "1.42.0"
|
|
|
|
version = "1.45.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
|
|
|
|
checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"backtrace",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
@@ -2629,9 +2634,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
|
|
|
name = "tokio-macros"
|
|
|
|
version = "2.4.0"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
|
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
|
@@ -2675,9 +2680,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
name = "toml"
|
|
|
|
version = "0.8.19"
|
|
|
|
version = "0.8.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
|
|
|
checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"serde_spanned",
|
|
|
|
@@ -2696,11 +2701,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.22.20"
|
|
|
|
version = "0.22.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
|
|
|
|
checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"indexmap 2.7.1",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_datetime",
|
|
|
|
@@ -2792,9 +2797,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
|
|
|
name = "tower-http"
|
|
|
|
version = "0.6.2"
|
|
|
|
version = "0.6.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697"
|
|
|
|
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
@@ -2820,9 +2825,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.41"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
|
|
|
checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-project-lite",
|
|
|
|
@@ -2832,9 +2837,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.28"
|
|
|
|
version = "0.1.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
|
|
|
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
|
@@ -2843,9 +2848,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.33"
|
|
|
|
version = "0.1.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
|
|
|
checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
"valuable",
|
|
|
|
@@ -2864,14 +2869,14 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.19"
|
|
|
|
version = "0.3.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
|
|
|
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"regex-automata 0.4.7",
|
|
|
|
"sharded-slab",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"thread_local",
|
|
|
|
@@ -2972,11 +2977,11 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
name = "uuid"
|
|
|
|
version = "1.11.0"
|
|
|
|
version = "1.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
|
|
|
checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"getrandom 0.3.1",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -3012,6 +3017,15 @@ 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 = "wasi"
|
|
|
|
|
|
|
|
version = "0.13.3+wasi-0.2.2"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"wit-bindgen-rt",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "wasite"
|
|
|
|
name = "wasite"
|
|
|
|
version = "0.1.0"
|
|
|
|
version = "0.1.0"
|
|
|
|
@@ -3209,13 +3223,22 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.6.18"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
|
|
|
|
checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "wit-bindgen-rt"
|
|
|
|
|
|
|
|
version = "0.33.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.34"
|
|
|
|
version = "0.7.34"
|
|
|
|
|