|
|
@@ -89,9 +89,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.95"
|
|
|
|
version = "1.0.98"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
|
|
|
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
|
|
|
name = "async-trait"
|
|
|
@@ -121,13 +121,13 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
|
|
|
name = "axum"
|
|
|
|
version = "0.8.1"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8"
|
|
|
|
checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
|
|
|
"axum-core",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"form_urlencoded",
|
|
|
|
|
|
|
|
"futures-util",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-body",
|
|
|
@@ -145,9 +145,9 @@ dependencies = [
|
|
|
|
"serde_json",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sync_wrapper",
|
|
|
|
"sync_wrapper 1.0.1",
|
|
|
|
"tokio",
|
|
|
|
"tokio",
|
|
|
|
"tower 0.5.2",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"tracing",
|
|
|
@@ -155,10 +155,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
|
|
|
name = "axum-core"
|
|
|
|
version = "0.5.0"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733"
|
|
|
|
checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http",
|
|
|
@@ -167,7 +168,7 @@ dependencies = [
|
|
|
|
"mime",
|
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"rustversion",
|
|
|
|
"sync_wrapper",
|
|
|
|
"sync_wrapper 0.1.2",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"tracing",
|
|
|
@@ -256,9 +257,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.38"
|
|
|
|
version = "0.4.41"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
|
|
|
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"android-tzdata",
|
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"iana-time-zone",
|
|
|
@@ -266,14 +267,14 @@ dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
"windows-link",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
name = "clap"
|
|
|
|
version = "4.5.28"
|
|
|
|
version = "4.5.41"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e77c3243bd94243c03672cb5154667347c457ca271254724f9f393aee1c05ff"
|
|
|
|
checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
"clap_derive",
|
|
|
@@ -281,9 +282,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
|
|
|
name = "clap_builder"
|
|
|
|
version = "4.5.27"
|
|
|
|
version = "4.5.41"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7"
|
|
|
|
checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"anstyle",
|
|
|
@@ -293,9 +294,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
|
|
|
name = "clap_derive"
|
|
|
|
version = "4.5.28"
|
|
|
|
version = "4.5.41"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
|
|
|
|
checksum = "ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
@@ -305,9 +306,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
|
|
|
name = "clap_lex"
|
|
|
|
version = "0.7.4"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
|
|
|
checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
name = "colorchoice"
|
|
|
@@ -466,16 +467,6 @@ 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 = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "errno"
|
|
|
|
|
|
|
|
version = "0.3.9"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "etcetera"
|
|
|
|
name = "etcetera"
|
|
|
|
version = "0.8.0"
|
|
|
|
version = "0.8.0"
|
|
|
@@ -498,12 +489,6 @@ dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "fastrand"
|
|
|
|
|
|
|
|
version = "2.1.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
name = "flate2"
|
|
|
|
version = "1.0.30"
|
|
|
|
version = "1.0.30"
|
|
|
@@ -533,9 +518,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "foldhash"
|
|
|
|
name = "foldhash"
|
|
|
|
version = "0.1.4"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
|
|
|
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
name = "foreign-types"
|
|
|
@@ -656,14 +641,14 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.3.1"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
|
|
|
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.13.3+wasi-0.2.2",
|
|
|
|
"r-efi",
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
"wasi 0.14.2+wasi-0.2.4",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@@ -680,9 +665,9 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.15.2"
|
|
|
|
version = "0.15.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
|
|
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"allocator-api2",
|
|
|
|
"allocator-api2",
|
|
|
|
"equivalent",
|
|
|
|
"equivalent",
|
|
|
@@ -695,7 +680,7 @@ version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
|
|
|
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.15.2",
|
|
|
|
"hashbrown 0.15.4",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@@ -821,8 +806,6 @@ dependencies = [
|
|
|
|
"hyper",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio",
|
|
|
|
"tower 0.4.13",
|
|
|
|
|
|
|
|
"tower-service",
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@@ -868,6 +851,17 @@ dependencies = [
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "io-uring"
|
|
|
|
|
|
|
|
version = "0.7.9"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.1"
|
|
|
|
version = "1.70.1"
|
|
|
@@ -920,7 +914,7 @@ dependencies = [
|
|
|
|
"drift",
|
|
|
|
"drift",
|
|
|
|
"kafka",
|
|
|
|
"kafka",
|
|
|
|
"num",
|
|
|
|
"num",
|
|
|
|
"rand 0.9.0",
|
|
|
|
"rand 0.9.2",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_json",
|
|
|
|
"sqlx",
|
|
|
|
"sqlx",
|
|
|
@@ -942,9 +936,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.169"
|
|
|
|
version = "0.2.174"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
|
|
|
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
|
|
|
name = "libm"
|
|
|
@@ -962,12 +956,6 @@ dependencies = [
|
|
|
|
"vcpkg",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
|
|
|
|
version = "0.4.14"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.12"
|
|
|
|
version = "0.4.12"
|
|
|
@@ -986,9 +974,9 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
|
|
|
name = "matchit"
|
|
|
|
version = "0.8.4"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
|
|
|
name = "md-5"
|
|
|
@@ -1319,14 +1307,14 @@ version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dee4364d9f3b902ef14fab8a1ddffb783a1cb6b4bba3bfc1fa3922732c7de97f"
|
|
|
|
checksum = "dee4364d9f3b902ef14fab8a1ddffb783a1cb6b4bba3bfc1fa3922732c7de97f"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy 0.6.6",
|
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.93"
|
|
|
|
version = "1.0.86"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
]
|
|
|
@@ -1340,6 +1328,12 @@ dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "r-efi"
|
|
|
|
|
|
|
|
version = "5.3.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
version = "0.8.5"
|
|
|
@@ -1353,13 +1347,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
name = "rand"
|
|
|
|
version = "0.9.0"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
|
|
|
|
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"rand_chacha 0.9.0",
|
|
|
|
"rand_chacha 0.9.0",
|
|
|
|
"rand_core 0.9.0",
|
|
|
|
"rand_core 0.9.3",
|
|
|
|
"zerocopy 0.8.16",
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@@ -1379,7 +1372,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
|
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.9.0",
|
|
|
|
"rand_core 0.9.3",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@@ -1393,12 +1386,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.9.0"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
|
|
|
|
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.3.1",
|
|
|
|
"getrandom 0.3.3",
|
|
|
|
"zerocopy 0.8.16",
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@@ -1466,24 +1458,11 @@ 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 = "rustix"
|
|
|
|
|
|
|
|
version = "0.38.34"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
|
|
|
|
"errno",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"linux-raw-sys",
|
|
|
|
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.23.22"
|
|
|
|
version = "0.23.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9fb9263ab4eb695e42321db096e3b8fbd715a59b154d5c88d82db2175b681ba7"
|
|
|
|
checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"ring",
|
|
|
|
"ring",
|
|
|
@@ -1494,25 +1473,19 @@ dependencies = [
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
name = "rustls-pki-types"
|
|
|
|
version = "2.2.0"
|
|
|
|
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 = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
|
|
|
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "rustls-pki-types"
|
|
|
|
|
|
|
|
version = "1.11.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.102.8"
|
|
|
|
version = "0.103.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
|
|
|
checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"rustls-pki-types",
|
|
|
@@ -1696,9 +1669,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",
|
|
|
@@ -1709,10 +1682,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",
|
|
|
@@ -1722,7 +1696,7 @@ dependencies = [
|
|
|
|
"futures-intrusive",
|
|
|
|
"futures-intrusive",
|
|
|
|
"futures-io",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"futures-util",
|
|
|
|
"hashbrown 0.15.2",
|
|
|
|
"hashbrown 0.15.4",
|
|
|
|
"hashlink",
|
|
|
|
"hashlink",
|
|
|
|
"indexmap",
|
|
|
|
"indexmap",
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
@@ -1730,26 +1704,25 @@ dependencies = [
|
|
|
|
"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.11",
|
|
|
|
"thiserror 2.0.12",
|
|
|
|
"time",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-stream",
|
|
|
|
"tracing",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
|
|
|
"uuid",
|
|
|
|
"webpki-roots",
|
|
|
|
"webpki-roots 0.26.11",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[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",
|
|
|
@@ -1760,9 +1733,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",
|
|
|
@@ -1779,16 +1752,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",
|
|
|
@@ -1821,7 +1793,7 @@ dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
"smallvec",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-core",
|
|
|
|
"stringprep",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror 2.0.11",
|
|
|
|
"thiserror 2.0.12",
|
|
|
|
"time",
|
|
|
|
"time",
|
|
|
|
"tracing",
|
|
|
|
"tracing",
|
|
|
|
"uuid",
|
|
|
|
"uuid",
|
|
|
@@ -1830,9 +1802,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",
|
|
|
@@ -1860,7 +1832,7 @@ dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
"smallvec",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-core",
|
|
|
|
"stringprep",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror 2.0.11",
|
|
|
|
"thiserror 2.0.12",
|
|
|
|
"time",
|
|
|
|
"time",
|
|
|
|
"tracing",
|
|
|
|
"tracing",
|
|
|
|
"uuid",
|
|
|
|
"uuid",
|
|
|
@@ -1869,9 +1841,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",
|
|
|
@@ -1886,6 +1858,7 @@ dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-core",
|
|
|
|
|
|
|
|
"thiserror 2.0.12",
|
|
|
|
"time",
|
|
|
|
"time",
|
|
|
|
"tracing",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
"url",
|
|
|
@@ -1923,33 +1896,27 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.98"
|
|
|
|
version = "2.0.87"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
|
|
|
|
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
|
|
|
|
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]]
|
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "1.0.1"
|
|
|
|
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 = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
|
|
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "tempfile"
|
|
|
|
|
|
|
|
version = "3.10.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
"fastrand",
|
|
|
|
|
|
|
|
"rustix",
|
|
|
|
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.63"
|
|
|
|
version = "1.0.63"
|
|
|
@@ -1961,11 +1928,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
name = "thiserror"
|
|
|
|
version = "2.0.11"
|
|
|
|
version = "2.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
|
|
|
|
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl 2.0.11",
|
|
|
|
"thiserror-impl 2.0.12",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@@ -1981,9 +1948,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "2.0.11"
|
|
|
|
version = "2.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
|
|
|
|
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"quote",
|
|
|
@@ -2048,17 +2015,19 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
|
|
|
name = "tokio"
|
|
|
|
version = "1.43.0"
|
|
|
|
version = "1.46.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
|
|
|
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"backtrace",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
|
|
|
|
"io-uring",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"signal-hook-registry",
|
|
|
|
|
|
|
|
"slab",
|
|
|
|
"socket2",
|
|
|
|
"socket2",
|
|
|
|
"tokio-macros",
|
|
|
|
"tokio-macros",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
@@ -2112,29 +2081,14 @@ dependencies = [
|
|
|
|
"tokio",
|
|
|
|
"tokio",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "tower"
|
|
|
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"futures-core",
|
|
|
|
|
|
|
|
"futures-util",
|
|
|
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
|
|
|
"sync_wrapper",
|
|
|
|
|
|
|
|
"tokio",
|
|
|
|
|
|
|
|
"tower-layer",
|
|
|
|
|
|
|
|
"tower-service",
|
|
|
|
|
|
|
|
"tracing",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
|
|
|
name = "tower-http"
|
|
|
|
version = "0.6.2"
|
|
|
|
version = "0.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697"
|
|
|
|
checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
@@ -2154,9 +2108,9 @@ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.3"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
name = "tracing"
|
|
|
@@ -2318,9 +2272,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.13.3+wasi-0.2.2"
|
|
|
|
version = "0.14.2+wasi-0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
|
|
|
|
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"wit-bindgen-rt",
|
|
|
|
"wit-bindgen-rt",
|
|
|
|
]
|
|
|
|
]
|
|
|
@@ -2387,9 +2341,18 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.26.8"
|
|
|
|
version = "0.26.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
|
|
|
|
checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"webpki-roots 1.0.2",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "webpki-roots"
|
|
|
|
|
|
|
|
version = "1.0.2"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
]
|
|
|
@@ -2435,6 +2398,12 @@ dependencies = [
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows-link"
|
|
|
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
version = "0.48.0"
|
|
|
@@ -2576,9 +2545,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "wit-bindgen-rt"
|
|
|
|
name = "wit-bindgen-rt"
|
|
|
|
version = "0.33.0"
|
|
|
|
version = "0.39.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
|
|
|
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
@@ -2590,16 +2559,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6"
|
|
|
|
checksum = "854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"byteorder",
|
|
|
|
"zerocopy-derive 0.6.6",
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "zerocopy"
|
|
|
|
|
|
|
|
version = "0.8.16"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "7b8c07a70861ce02bad1607b5753ecb2501f67847b9f9ada7c160fff0ec6300c"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"zerocopy-derive 0.8.16",
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@@ -2613,17 +2573,6 @@ dependencies = [
|
|
|
|
"syn",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
|
|
|
|
version = "0.8.16"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "5226bc9a9a9836e7428936cde76bb6b22feea1a8bfdbc0d241136e4d13417e25"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
|
|
|
"quote",
|
|
|
|
|
|
|
|
"syn",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
|
|
|
name = "zeroize"
|
|
|
|
version = "1.8.1"
|
|
|
|
version = "1.8.1"
|
|
|
|