materialize: 0.17.0 -> 0.84.2

+6518 -2008
+6451 -1970
pkgs/servers/sql/materialize/Cargo.lock
··· 30 30 31 31 [[package]] 32 32 name = "adler" 33 - version = "0.2.3" 33 + version = "1.0.2" 34 34 source = "registry+https://github.com/rust-lang/crates.io-index" 35 - checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" 35 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 36 36 37 37 [[package]] 38 38 name = "ahash" 39 - version = "0.7.4" 39 + version = "0.8.0" 40 40 source = "registry+https://github.com/rust-lang/crates.io-index" 41 - checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98" 41 + checksum = "57e6e951cfbb2db8de1828d49073a113a29fd7117b1596caa781a258c7e38d72" 42 42 dependencies = [ 43 + "cfg-if", 44 + "const-random", 43 45 "getrandom", 44 46 "once_cell", 45 47 "version_check", ··· 47 49 48 50 [[package]] 49 51 name = "aho-corasick" 50 - version = "0.7.18" 52 + version = "0.7.20" 51 53 source = "registry+https://github.com/rust-lang/crates.io-index" 52 - checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 54 + checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 53 55 dependencies = [ 54 56 "memchr", 55 57 ] 56 58 57 59 [[package]] 58 - name = "ansi_term" 59 - version = "0.12.1" 60 + name = "allocator-api2" 61 + version = "0.2.16" 62 + source = "registry+https://github.com/rust-lang/crates.io-index" 63 + checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" 64 + 65 + [[package]] 66 + name = "android-tzdata" 67 + version = "0.1.1" 60 68 source = "registry+https://github.com/rust-lang/crates.io-index" 61 - checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 69 + checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 70 + 71 + [[package]] 72 + name = "android_system_properties" 73 + version = "0.1.5" 74 + source = "registry+https://github.com/rust-lang/crates.io-index" 75 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 62 76 dependencies = [ 63 - "winapi", 77 + "libc", 64 78 ] 65 79 66 80 [[package]] 81 + name = "anes" 82 + version = "0.1.6" 83 + source = "registry+https://github.com/rust-lang/crates.io-index" 84 + checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 85 + 86 + [[package]] 67 87 name = "anyhow" 68 - version = "1.0.52" 88 + version = "1.0.66" 89 + source = "registry+https://github.com/rust-lang/crates.io-index" 90 + checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" 91 + dependencies = [ 92 + "backtrace", 93 + ] 94 + 95 + [[package]] 96 + name = "array-concat" 97 + version = "0.5.2" 69 98 source = "registry+https://github.com/rust-lang/crates.io-index" 70 - checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3" 99 + checksum = "e9180feb72ccbc07cfe5ef7fa8bbf86ca71490d5dc9ef8ea02c7298ba94e7f7d" 71 100 72 101 [[package]] 73 - name = "arbitrary" 74 - version = "1.0.0" 102 + name = "array-init-cursor" 103 + version = "0.2.0" 75 104 source = "registry+https://github.com/rust-lang/crates.io-index" 76 - checksum = "698b65a961a9d730fb45b6b0327e20207810c9f61ee421b082b27ba003f49e2b" 105 + checksum = "bf7d0a018de4f6aa429b9d33d69edf69072b1c5b1cb8d3e4a5f7ef898fc3eb76" 77 106 78 107 [[package]] 79 - name = "arc-swap" 80 - version = "0.4.8" 108 + name = "arrayvec" 109 + version = "0.5.2" 81 110 source = "registry+https://github.com/rust-lang/crates.io-index" 82 - checksum = "dabe5a181f83789739c194cbe5a897dde195078fac08568d09221fd6137a7ba8" 111 + checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 83 112 84 113 [[package]] 85 114 name = "arrow-format" 86 - version = "0.3.0" 115 + version = "0.8.0" 87 116 source = "registry+https://github.com/rust-lang/crates.io-index" 88 - checksum = "9f7da2d9660bfaebbdb0a44a33b3bd1dcb5a952fafa02c0dfc6a51ea471fef2a" 117 + checksum = "bb83ada98f9d252a3c3642d96c53a357684a87d2e9a753ddf2a30bae20b91790" 89 118 dependencies = [ 90 - "flatbuffers", 119 + "planus", 120 + "serde", 91 121 ] 92 122 93 123 [[package]] 94 124 name = "arrow2" 95 - version = "0.8.1" 125 + version = "0.16.0" 96 126 source = "registry+https://github.com/rust-lang/crates.io-index" 97 - checksum = "d3452b2ae9727464a31a726c07ffec0c0da3b87831610d9ac99fc691c78b3a44" 127 + checksum = "7a4c5b03335bc1cb0fd9f5297f8fd3bbfd6fb04f3cb0bc7d6c91b7128cb8336a" 98 128 dependencies = [ 129 + "ahash", 99 130 "arrow-format", 100 - "base64", 131 + "base64 0.13.1", 132 + "bytemuck", 101 133 "chrono", 134 + "dyn-clone", 135 + "either", 136 + "ethnum", 137 + "fallible-streaming-iterator", 138 + "foreign_vec", 102 139 "futures", 140 + "getrandom", 103 141 "hash_hasher", 142 + "multiversion", 104 143 "num-traits", 105 144 "parquet2", 145 + "rustc_version", 106 146 "simdutf8", 147 + "streaming-iterator", 107 148 ] 108 149 109 150 [[package]] 110 151 name = "askama" 111 - version = "0.11.0" 152 + version = "0.11.1" 112 153 source = "registry+https://github.com/rust-lang/crates.io-index" 113 - checksum = "4d8f355701c672c2ba3d718acbd213f740beea577cc4eae66accdffe15be1882" 154 + checksum = "fb98f10f371286b177db5eeb9a6e5396609555686a35e1d4f7b9a9c6d8af0139" 114 155 dependencies = [ 115 156 "askama_derive", 116 157 "askama_escape", ··· 119 160 120 161 [[package]] 121 162 name = "askama_derive" 122 - version = "0.11.0" 163 + version = "0.11.2" 123 164 source = "registry+https://github.com/rust-lang/crates.io-index" 124 - checksum = "84704cab5b7ae0fd3a9f78ee5eb7b27f3749df445f04623db6633459ae283267" 165 + checksum = "87bf87e6e8b47264efa9bde63d6225c6276a52e05e91bf37eaa8afd0032d6b71" 125 166 dependencies = [ 126 167 "askama_shared", 127 168 "proc-macro2", 128 - "syn", 169 + "syn 1.0.107", 129 170 ] 130 171 131 172 [[package]] 132 173 name = "askama_escape" 133 - version = "0.10.2" 174 + version = "0.10.3" 134 175 source = "registry+https://github.com/rust-lang/crates.io-index" 135 - checksum = "9a1bb320f97e6edf9f756bf015900038e43c7700e059688e5724a928c8f3b8d5" 176 + checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" 136 177 137 178 [[package]] 138 179 name = "askama_shared" 139 - version = "0.12.0" 180 + version = "0.12.2" 140 181 source = "registry+https://github.com/rust-lang/crates.io-index" 141 - checksum = "dae03eebba55a2697a376e58b573a29fe36893157173ac8df312ad85f3c0e012" 182 + checksum = "bf722b94118a07fcbc6640190f247334027685d4e218b794dbfe17c32bf38ed0" 142 183 dependencies = [ 143 184 "askama_escape", 144 - "humansize", 185 + "mime", 186 + "mime_guess", 145 187 "nom", 146 - "num-traits", 147 - "percent-encoding", 148 188 "proc-macro2", 149 189 "quote", 150 190 "serde", 151 191 "serde_json", 152 - "syn", 192 + "syn 1.0.107", 153 193 "toml", 154 194 ] 155 195 156 196 [[package]] 157 197 name = "assert_cmd" 158 - version = "2.0.2" 198 + version = "2.0.5" 159 199 source = "registry+https://github.com/rust-lang/crates.io-index" 160 - checksum = "e996dc7940838b7ef1096b882e29ec30a3149a3a443cdc8dba19ed382eca1fe2" 200 + checksum = "d5c2ca00549910ec251e3bd15f87aeeb206c9456b9a77b43ff6c97c54042a472" 161 201 dependencies = [ 162 - "bstr", 202 + "bstr 0.2.14", 163 203 "doc-comment", 164 204 "predicates", 165 205 "predicates-core", ··· 169 209 170 210 [[package]] 171 211 name = "async-compression" 172 - version = "0.3.8" 212 + version = "0.4.5" 173 213 source = "registry+https://github.com/rust-lang/crates.io-index" 174 - checksum = "5443ccbb270374a2b1055fc72da40e1f237809cd6bb0e97e66d264cd138473a6" 214 + checksum = "bc2d0cfb2a7388d34f590e76686704c494ed7aaceed62ee1ba35cbf363abc2a5" 175 215 dependencies = [ 176 216 "flate2", 177 217 "futures-core", 178 218 "memchr", 179 219 "pin-project-lite", 180 220 "tokio", 181 - ] 182 - 183 - [[package]] 184 - name = "async-native-tls" 185 - version = "0.4.0" 186 - source = "registry+https://github.com/rust-lang/crates.io-index" 187 - checksum = "d57d4cec3c647232e1094dc013546c0b33ce785d8aeb251e1f20dfaf8a9a13fe" 188 - dependencies = [ 189 - "futures-util", 190 - "native-tls", 191 - "thiserror", 192 - "url", 221 + "zstd 0.13.0", 222 + "zstd-safe 7.0.0", 193 223 ] 194 224 195 225 [[package]] 196 226 name = "async-stream" 197 - version = "0.3.2" 227 + version = "0.3.3" 198 228 source = "registry+https://github.com/rust-lang/crates.io-index" 199 - checksum = "171374e7e3b2504e0e5236e3b59260560f9fe94bfe9ac39ba5e4e929c5590625" 229 + checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e" 200 230 dependencies = [ 201 231 "async-stream-impl", 202 232 "futures-core", ··· 204 234 205 235 [[package]] 206 236 name = "async-stream-impl" 207 - version = "0.3.2" 237 + version = "0.3.3" 208 238 source = "registry+https://github.com/rust-lang/crates.io-index" 209 - checksum = "648ed8c8d2ce5409ccd57453d9d1b214b342a0d69376a6feda1fd6cae3299308" 239 + checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27" 210 240 dependencies = [ 211 241 "proc-macro2", 212 242 "quote", 213 - "syn", 243 + "syn 1.0.107", 214 244 ] 215 245 216 246 [[package]] 217 247 name = "async-trait" 218 - version = "0.1.52" 248 + version = "0.1.68" 219 249 source = "registry+https://github.com/rust-lang/crates.io-index" 220 - checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3" 250 + checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" 221 251 dependencies = [ 222 252 "proc-macro2", 223 253 "quote", 224 - "syn", 254 + "syn 2.0.39", 225 255 ] 226 256 227 257 [[package]] 228 258 name = "asynchronous-codec" 229 - version = "0.5.0" 259 + version = "0.6.0" 230 260 source = "registry+https://github.com/rust-lang/crates.io-index" 231 - checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6" 261 + checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690" 232 262 dependencies = [ 233 263 "bytes", 234 264 "futures-sink", ··· 243 273 source = "registry+https://github.com/rust-lang/crates.io-index" 244 274 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 245 275 dependencies = [ 246 - "hermit-abi", 276 + "hermit-abi 0.1.6", 247 277 "libc", 248 278 "winapi", 249 279 ] 250 280 251 281 [[package]] 252 - name = "autocfg" 253 - version = "1.0.1" 282 + name = "auto_impl" 283 + version = "1.1.0" 254 284 source = "registry+https://github.com/rust-lang/crates.io-index" 255 - checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 256 - 257 - [[package]] 258 - name = "avro-derive" 259 - version = "0.0.0" 285 + checksum = "fee3da8ef1276b0bee5dd1c7258010d8fffd31801447323115a25560e1327b89" 260 286 dependencies = [ 287 + "proc-macro-error", 261 288 "proc-macro2", 262 289 "quote", 263 - "syn", 290 + "syn 1.0.107", 264 291 ] 265 292 266 293 [[package]] 267 - name = "aws-arn" 268 - version = "0.2.0" 294 + name = "autocfg" 295 + version = "1.1.0" 296 + source = "registry+https://github.com/rust-lang/crates.io-index" 297 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 298 + 299 + [[package]] 300 + name = "autotools" 301 + version = "0.2.5" 269 302 source = "registry+https://github.com/rust-lang/crates.io-index" 270 - checksum = "30ccc2d8a965d90b82f1517caadd1d261e28bdb3ab78c3fb1c4a44d4686fffa4" 303 + checksum = "c8138adefca3e5d2e73bfba83bd6eeaf904b26a7ac1b4a19892cfe16cc7e1701" 271 304 dependencies = [ 272 - "lazy_static", 273 - "serde", 305 + "cc", 274 306 ] 275 307 276 308 [[package]] 277 309 name = "aws-config" 278 - version = "0.4.0" 310 + version = "1.1.1" 279 311 source = "registry+https://github.com/rust-lang/crates.io-index" 280 - checksum = "0cb6c465279db702be3388e9ee0d8cbc8cfb4b470ad1916981d1a0e2ff26f12d" 312 + checksum = "11382bd8ac4c6c182a9775990935f96c916a865f1414486595f18eb8cfa9d90b" 281 313 dependencies = [ 314 + "aws-credential-types", 282 315 "aws-http", 316 + "aws-runtime", 317 + "aws-sdk-sso", 318 + "aws-sdk-ssooidc", 283 319 "aws-sdk-sts", 284 320 "aws-smithy-async", 285 - "aws-smithy-client", 286 321 "aws-smithy-http", 287 - "aws-smithy-http-tower", 288 322 "aws-smithy-json", 323 + "aws-smithy-runtime", 324 + "aws-smithy-runtime-api", 289 325 "aws-smithy-types", 290 326 "aws-types", 291 327 "bytes", 328 + "fastrand", 329 + "hex", 292 330 "http", 293 331 "hyper", 332 + "ring", 333 + "time", 294 334 "tokio", 295 - "tower", 296 335 "tracing", 336 + "zeroize", 297 337 ] 298 338 299 339 [[package]] 300 - name = "aws-endpoint" 301 - version = "0.4.0" 340 + name = "aws-credential-types" 341 + version = "1.1.1" 342 + source = "registry+https://github.com/rust-lang/crates.io-index" 343 + checksum = "70a1629320d319dc715c6189b172349186557e209d2a7b893ff3d14efd33a47c" 344 + dependencies = [ 345 + "aws-smithy-async", 346 + "aws-smithy-runtime-api", 347 + "aws-smithy-types", 348 + "zeroize", 349 + ] 350 + 351 + [[package]] 352 + name = "aws-http" 353 + version = "0.60.1" 302 354 source = "registry+https://github.com/rust-lang/crates.io-index" 303 - checksum = "72549a509836fa0dcdc2a4e291f5b3c732ebae1acf6564701e9cb779be43ed01" 355 + checksum = "30e4199d5d62ab09be6a64650c06cc5c4aa45806fed4c74bc4a5c8eaf039a6fa" 304 356 dependencies = [ 305 - "aws-smithy-http", 357 + "aws-smithy-runtime-api", 358 + "aws-smithy-types", 306 359 "aws-types", 360 + "bytes", 307 361 "http", 308 - "regex", 362 + "http-body", 363 + "pin-project-lite", 309 364 "tracing", 310 365 ] 311 366 312 367 [[package]] 313 - name = "aws-http" 314 - version = "0.4.0" 368 + name = "aws-runtime" 369 + version = "1.1.1" 315 370 source = "registry+https://github.com/rust-lang/crates.io-index" 316 - checksum = "52ad8b6cda2e119df93b02a44fc86a1c56294aabd4f4469a299311436b8e9971" 371 + checksum = "87116d357c905b53f1828d15366363fd27b330a0393cbef349e653f686d36bad" 317 372 dependencies = [ 373 + "aws-credential-types", 374 + "aws-http", 375 + "aws-sigv4", 376 + "aws-smithy-async", 377 + "aws-smithy-eventstream", 318 378 "aws-smithy-http", 379 + "aws-smithy-runtime-api", 319 380 "aws-smithy-types", 320 381 "aws-types", 382 + "fastrand", 321 383 "http", 322 - "lazy_static", 323 384 "percent-encoding", 324 385 "tracing", 386 + "uuid", 325 387 ] 326 388 327 389 [[package]] 328 - name = "aws-sdk-kinesis" 329 - version = "0.4.0" 390 + name = "aws-sdk-s3" 391 + version = "1.8.0" 330 392 source = "registry+https://github.com/rust-lang/crates.io-index" 331 - checksum = "8806c676d5106a992f95b1f3f5bac647fb6a2f22a9fc7faf9d182ab628654739" 393 + checksum = "56e78d98df174c479a7bb6a065a3314ccefe029c0c4a1cc49c0c012eea144264" 332 394 dependencies = [ 333 - "aws-endpoint", 395 + "aws-credential-types", 334 396 "aws-http", 335 - "aws-sig-auth", 397 + "aws-runtime", 398 + "aws-sigv4", 336 399 "aws-smithy-async", 337 - "aws-smithy-client", 400 + "aws-smithy-checksums", 401 + "aws-smithy-eventstream", 338 402 "aws-smithy-http", 339 - "aws-smithy-http-tower", 340 403 "aws-smithy-json", 404 + "aws-smithy-runtime", 405 + "aws-smithy-runtime-api", 341 406 "aws-smithy-types", 407 + "aws-smithy-xml", 342 408 "aws-types", 343 409 "bytes", 344 410 "http", 345 - "tokio-stream", 346 - "tower", 411 + "http-body", 412 + "once_cell", 413 + "percent-encoding", 414 + "regex-lite", 415 + "tracing", 416 + "url", 347 417 ] 348 418 349 419 [[package]] 350 - name = "aws-sdk-s3" 351 - version = "0.4.0" 420 + name = "aws-sdk-secretsmanager" 421 + version = "1.7.0" 352 422 source = "registry+https://github.com/rust-lang/crates.io-index" 353 - checksum = "94c9432a07d9522115a0bc4c338a93585e99bbea2fde17b87c1cdf6e7ce58a06" 423 + checksum = "09a51b0a0838b8aa5b80677d73ba88e7b05c812540bd44aede473d6e65e712aa" 354 424 dependencies = [ 355 - "aws-endpoint", 425 + "aws-credential-types", 356 426 "aws-http", 357 - "aws-sig-auth", 358 - "aws-sigv4", 427 + "aws-runtime", 359 428 "aws-smithy-async", 360 - "aws-smithy-client", 361 - "aws-smithy-eventstream", 362 429 "aws-smithy-http", 363 - "aws-smithy-http-tower", 430 + "aws-smithy-json", 431 + "aws-smithy-runtime", 432 + "aws-smithy-runtime-api", 364 433 "aws-smithy-types", 365 - "aws-smithy-xml", 366 434 "aws-types", 367 435 "bytes", 436 + "fastrand", 368 437 "http", 369 - "md5", 370 - "tokio-stream", 371 - "tower", 438 + "once_cell", 439 + "regex-lite", 440 + "tracing", 372 441 ] 373 442 374 443 [[package]] 375 - name = "aws-sdk-sqs" 376 - version = "0.4.0" 444 + name = "aws-sdk-sso" 445 + version = "1.7.0" 377 446 source = "registry+https://github.com/rust-lang/crates.io-index" 378 - checksum = "15121818fa602c682df3444451e1abd4f89eb6a3f1af6ee126baadf97951b5b9" 447 + checksum = "86b1779a72c60d45e5699512310d7f6fb965fecc8f7419ce1b993b716f0026fd" 379 448 dependencies = [ 380 - "aws-endpoint", 449 + "aws-credential-types", 381 450 "aws-http", 382 - "aws-sig-auth", 451 + "aws-runtime", 383 452 "aws-smithy-async", 384 - "aws-smithy-client", 385 453 "aws-smithy-http", 386 - "aws-smithy-http-tower", 387 - "aws-smithy-query", 454 + "aws-smithy-json", 455 + "aws-smithy-runtime", 456 + "aws-smithy-runtime-api", 388 457 "aws-smithy-types", 389 - "aws-smithy-xml", 390 458 "aws-types", 391 459 "bytes", 392 460 "http", 393 - "tokio-stream", 394 - "tower", 461 + "once_cell", 462 + "regex-lite", 463 + "tracing", 395 464 ] 396 465 397 466 [[package]] 398 - name = "aws-sdk-sts" 399 - version = "0.4.0" 467 + name = "aws-sdk-ssooidc" 468 + version = "1.9.0" 400 469 source = "registry+https://github.com/rust-lang/crates.io-index" 401 - checksum = "82f6ee7e1862da6c1f82222423a5dd19897af8a313b1fdad3016711d3f76d3fd" 470 + checksum = "56ba4a42aa91acecd5ca43b330b5c8eb7f8808d720b6a6f796a35faa302fc73d" 402 471 dependencies = [ 403 - "aws-endpoint", 472 + "aws-credential-types", 404 473 "aws-http", 405 - "aws-sig-auth", 474 + "aws-runtime", 406 475 "aws-smithy-async", 407 - "aws-smithy-client", 408 476 "aws-smithy-http", 409 - "aws-smithy-http-tower", 410 - "aws-smithy-query", 477 + "aws-smithy-json", 478 + "aws-smithy-runtime", 479 + "aws-smithy-runtime-api", 411 480 "aws-smithy-types", 412 - "aws-smithy-xml", 413 481 "aws-types", 414 482 "bytes", 415 483 "http", 416 - "tower", 484 + "once_cell", 485 + "regex-lite", 486 + "tracing", 417 487 ] 418 488 419 489 [[package]] 420 - name = "aws-sig-auth" 421 - version = "0.4.0" 490 + name = "aws-sdk-sts" 491 + version = "1.7.0" 422 492 source = "registry+https://github.com/rust-lang/crates.io-index" 423 - checksum = "b92d50e5ec810ecba45cde8b8287cbe670541c65a6d0def0fcda4b6bdf3b6d15" 493 + checksum = "d27259dcd835b6069260edec09487383f40f45c1cc7f02c74258eff8a22555a4" 424 494 dependencies = [ 425 - "aws-sigv4", 426 - "aws-smithy-eventstream", 495 + "aws-credential-types", 496 + "aws-http", 497 + "aws-runtime", 498 + "aws-smithy-async", 427 499 "aws-smithy-http", 500 + "aws-smithy-json", 501 + "aws-smithy-query", 502 + "aws-smithy-runtime", 503 + "aws-smithy-runtime-api", 504 + "aws-smithy-types", 505 + "aws-smithy-xml", 428 506 "aws-types", 429 507 "http", 430 - "thiserror", 508 + "once_cell", 509 + "regex-lite", 431 510 "tracing", 432 511 ] 433 512 434 513 [[package]] 435 514 name = "aws-sigv4" 436 - version = "0.4.0" 515 + version = "1.1.1" 437 516 source = "registry+https://github.com/rust-lang/crates.io-index" 438 - checksum = "675a411b2afff9272c370a61322ceaae74c3102d70524c145e1d43f389ee5bbb" 517 + checksum = "d222297ca90209dc62245f0a490355795f29de362eb5c19caea4f7f55fe69078" 439 518 dependencies = [ 519 + "aws-credential-types", 440 520 "aws-smithy-eventstream", 441 521 "aws-smithy-http", 522 + "aws-smithy-runtime-api", 523 + "aws-smithy-types", 442 524 "bytes", 443 525 "form_urlencoded", 444 526 "hex", 527 + "hmac", 445 528 "http", 446 529 "once_cell", 447 530 "percent-encoding", 448 - "regex", 449 - "ring", 531 + "sha2", 450 532 "time", 451 533 "tracing", 452 534 ] 453 535 454 536 [[package]] 455 537 name = "aws-smithy-async" 456 - version = "0.34.0" 538 + version = "1.1.1" 457 539 source = "registry+https://github.com/rust-lang/crates.io-index" 458 - checksum = "40f1fd575567cb5822e32c2d61aefe2d7afd14d4e49d4879b3efaf5372800de3" 540 + checksum = "1e9f65000917e3aa94c259d67fe01fa9e4cd456187d026067d642436e6311a81" 459 541 dependencies = [ 460 542 "futures-util", 461 543 "pin-project-lite", 462 544 "tokio", 463 - "tokio-stream", 464 545 ] 465 546 466 547 [[package]] 467 - name = "aws-smithy-client" 468 - version = "0.34.0" 548 + name = "aws-smithy-checksums" 549 + version = "0.60.1" 469 550 source = "registry+https://github.com/rust-lang/crates.io-index" 470 - checksum = "06f2664795a1bb545d651089146f6033d3581ef198d96033a59ca1b2fd0cb6dd" 551 + checksum = "4c2a63681f82fb85ca58d566534b7dc619c782fee0c61c1aa51e2b560c21cb4f" 471 552 dependencies = [ 472 - "aws-smithy-async", 473 553 "aws-smithy-http", 474 - "aws-smithy-http-tower", 475 554 "aws-smithy-types", 476 555 "bytes", 477 - "fastrand", 556 + "crc32c", 557 + "crc32fast", 558 + "hex", 478 559 "http", 479 560 "http-body", 480 - "hyper", 481 - "hyper-tls", 482 - "pin-project", 561 + "md-5", 483 562 "pin-project-lite", 484 - "tokio", 485 - "tower", 563 + "sha1", 564 + "sha2", 486 565 "tracing", 487 566 ] 488 567 489 568 [[package]] 490 569 name = "aws-smithy-eventstream" 491 - version = "0.34.0" 570 + version = "0.60.1" 492 571 source = "registry+https://github.com/rust-lang/crates.io-index" 493 - checksum = "790716b9e6a8aef428592921efd6d15dfdf556091015e15af6e6e62f9ae42d5f" 572 + checksum = "a85e16fa903c70c49ab3785e5f4ac2ad2171b36e0616f321011fa57962404bb6" 494 573 dependencies = [ 495 574 "aws-smithy-types", 496 575 "bytes", ··· 499 578 500 579 [[package]] 501 580 name = "aws-smithy-http" 502 - version = "0.34.0" 581 + version = "0.60.1" 503 582 source = "registry+https://github.com/rust-lang/crates.io-index" 504 - checksum = "713ad03f7d51a02e8542d92c8674fb4a3b777acec967eb46018d1776bceca86c" 583 + checksum = "e4e816425a6b9caea4929ac97d0cb33674849bd5f0086418abc0d02c63f7a1bf" 505 584 dependencies = [ 506 585 "aws-smithy-eventstream", 586 + "aws-smithy-runtime-api", 507 587 "aws-smithy-types", 508 588 "bytes", 509 589 "bytes-utils", 510 590 "futures-core", 511 591 "http", 512 592 "http-body", 513 - "hyper", 593 + "once_cell", 514 594 "percent-encoding", 515 - "pin-project", 595 + "pin-project-lite", 596 + "pin-utils", 516 597 "tracing", 517 598 ] 518 599 519 600 [[package]] 520 - name = "aws-smithy-http-tower" 521 - version = "0.34.0" 601 + name = "aws-smithy-json" 602 + version = "0.60.1" 522 603 source = "registry+https://github.com/rust-lang/crates.io-index" 523 - checksum = "2abf5583dbd165d39c1c31f7495c1a5d5cab93e8090689769ff12cc65dd23a71" 604 + checksum = "8ab3f6d49e08df2f8d05e1bb5b68998e1e67b76054d3c43e7b954becb9a5e9ac" 524 605 dependencies = [ 525 - "aws-smithy-http", 526 - "bytes", 527 - "http", 528 - "http-body", 529 - "pin-project", 530 - "tower", 531 - "tracing", 606 + "aws-smithy-types", 532 607 ] 533 608 534 609 [[package]] 535 - name = "aws-smithy-json" 536 - version = "0.34.0" 610 + name = "aws-smithy-query" 611 + version = "0.60.1" 537 612 source = "registry+https://github.com/rust-lang/crates.io-index" 538 - checksum = "62d3931e5d170f66a8d84594ebceff66497f2227a4355ac5e25818b547ff9a9b" 613 + checksum = "0f94a7a3aa509ff9e8b8d80749851d04e5eee0954c43f2e7d6396c4740028737" 539 614 dependencies = [ 540 615 "aws-smithy-types", 616 + "urlencoding", 541 617 ] 542 618 543 619 [[package]] 544 - name = "aws-smithy-query" 545 - version = "0.34.0" 620 + name = "aws-smithy-runtime" 621 + version = "1.1.1" 622 + source = "registry+https://github.com/rust-lang/crates.io-index" 623 + checksum = "8da5b0a3617390e769576321816112f711c13d7e1114685e022505cf51fe5e48" 624 + dependencies = [ 625 + "aws-smithy-async", 626 + "aws-smithy-http", 627 + "aws-smithy-runtime-api", 628 + "aws-smithy-types", 629 + "bytes", 630 + "fastrand", 631 + "h2", 632 + "http", 633 + "http-body", 634 + "hyper", 635 + "once_cell", 636 + "pin-project-lite", 637 + "pin-utils", 638 + "tokio", 639 + "tracing", 640 + ] 641 + 642 + [[package]] 643 + name = "aws-smithy-runtime-api" 644 + version = "1.1.1" 546 645 source = "registry+https://github.com/rust-lang/crates.io-index" 547 - checksum = "90645f9a051e9d33a8740493c691449bf45acc212797c1316c55ae076e1a0327" 646 + checksum = "2404c9eb08bfe9af255945254d9afc69a367b7ee008b8db75c05e3bca485fc65" 548 647 dependencies = [ 648 + "aws-smithy-async", 549 649 "aws-smithy-types", 550 - "urlencoding", 650 + "bytes", 651 + "http", 652 + "pin-project-lite", 653 + "tokio", 654 + "tracing", 655 + "zeroize", 551 656 ] 552 657 553 658 [[package]] 554 659 name = "aws-smithy-types" 555 - version = "0.34.0" 660 + version = "1.1.1" 556 661 source = "registry+https://github.com/rust-lang/crates.io-index" 557 - checksum = "f7f35e1fc3f0bbd986d45d59d4e41d4f90cbb3762986f580ff0d08e069a8e1a5" 662 + checksum = "2aba8136605d14ac88f57dc3a693a9f8a4eab4a3f52bc03ff13746f0cd704e97" 558 663 dependencies = [ 559 - "itoa 1.0.1", 664 + "base64-simd", 665 + "bytes", 666 + "bytes-utils", 667 + "futures-core", 668 + "http", 669 + "http-body", 670 + "itoa", 560 671 "num-integer", 672 + "pin-project-lite", 673 + "pin-utils", 561 674 "ryu", 675 + "serde", 562 676 "time", 677 + "tokio", 678 + "tokio-util", 563 679 ] 564 680 565 681 [[package]] 566 682 name = "aws-smithy-xml" 567 - version = "0.34.0" 683 + version = "0.60.1" 568 684 source = "registry+https://github.com/rust-lang/crates.io-index" 569 - checksum = "9fc9be9d70d5884e334cd6a0ceac607953a70be4ec33e75a65fe939cf3b621ad" 685 + checksum = "2e8f03926587fc881b12b102048bb04305bf7fb8c83e776f0ccc51eaa2378263" 570 686 dependencies = [ 571 - "thiserror", 572 687 "xmlparser", 573 688 ] 574 689 575 690 [[package]] 576 691 name = "aws-types" 577 - version = "0.4.0" 692 + version = "1.1.1" 578 693 source = "registry+https://github.com/rust-lang/crates.io-index" 579 - checksum = "97cb693d2383f85e22d5b131c9848059dbc552b0ed19121b249a920c71afe752" 694 + checksum = "4e5d5ee29077e0fcd5ddd0c227b521a33aaf02434b7cdba1c55eec5c1f18ac47" 580 695 dependencies = [ 696 + "aws-credential-types", 581 697 "aws-smithy-async", 698 + "aws-smithy-runtime-api", 582 699 "aws-smithy-types", 700 + "http", 583 701 "rustc_version", 584 702 "tracing", 585 - "zeroize", 703 + ] 704 + 705 + [[package]] 706 + name = "axum" 707 + version = "0.6.20" 708 + source = "registry+https://github.com/rust-lang/crates.io-index" 709 + checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" 710 + dependencies = [ 711 + "async-trait", 712 + "axum-core", 713 + "base64 0.21.5", 714 + "bitflags 1.3.2", 715 + "bytes", 716 + "futures-util", 717 + "headers", 718 + "http", 719 + "http-body", 720 + "hyper", 721 + "itoa", 722 + "matchit", 723 + "memchr", 724 + "mime", 725 + "percent-encoding", 726 + "pin-project-lite", 727 + "rustversion", 728 + "serde", 729 + "serde_json", 730 + "serde_path_to_error", 731 + "serde_urlencoded", 732 + "sha1", 733 + "sync_wrapper", 734 + "tokio", 735 + "tokio-tungstenite", 736 + "tower", 737 + "tower-layer", 738 + "tower-service", 739 + ] 740 + 741 + [[package]] 742 + name = "axum-core" 743 + version = "0.3.4" 744 + source = "registry+https://github.com/rust-lang/crates.io-index" 745 + checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" 746 + dependencies = [ 747 + "async-trait", 748 + "bytes", 749 + "futures-util", 750 + "http", 751 + "http-body", 752 + "mime", 753 + "rustversion", 754 + "tower-layer", 755 + "tower-service", 756 + ] 757 + 758 + [[package]] 759 + name = "backoff" 760 + version = "0.4.0" 761 + source = "registry+https://github.com/rust-lang/crates.io-index" 762 + checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" 763 + dependencies = [ 764 + "getrandom", 765 + "instant", 766 + "rand", 586 767 ] 587 768 588 769 [[package]] 589 770 name = "backtrace" 590 - version = "0.3.63" 771 + version = "0.3.66" 591 772 source = "registry+https://github.com/rust-lang/crates.io-index" 592 - checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6" 773 + checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7" 593 774 dependencies = [ 594 775 "addr2line", 595 776 "cc", ··· 601 782 ] 602 783 603 784 [[package]] 785 + name = "base16ct" 786 + version = "0.1.1" 787 + source = "registry+https://github.com/rust-lang/crates.io-index" 788 + checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" 789 + 790 + [[package]] 604 791 name = "base64" 605 - version = "0.13.0" 792 + version = "0.13.1" 793 + source = "registry+https://github.com/rust-lang/crates.io-index" 794 + checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 795 + 796 + [[package]] 797 + name = "base64" 798 + version = "0.21.5" 606 799 source = "registry+https://github.com/rust-lang/crates.io-index" 607 - checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" 800 + checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" 608 801 609 802 [[package]] 610 - name = "billing-demo" 611 - version = "0.0.0" 803 + name = "base64-simd" 804 + version = "0.8.0" 805 + source = "registry+https://github.com/rust-lang/crates.io-index" 806 + checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 612 807 dependencies = [ 613 - "anyhow", 614 - "bytes", 615 - "chrono", 616 - "clap", 617 - "csv", 618 - "env_logger", 619 - "futures", 620 - "futures-channel", 621 - "hex", 622 - "mz-protoc", 623 - "ore", 624 - "postgres-types", 625 - "protobuf", 626 - "rand", 627 - "rand_distr", 628 - "test-util", 629 - "tokio", 630 - "tokio-postgres", 631 - "tracing", 632 - "uuid", 808 + "outref", 809 + "vsimd", 633 810 ] 811 + 812 + [[package]] 813 + name = "base64ct" 814 + version = "1.5.1" 815 + source = "registry+https://github.com/rust-lang/crates.io-index" 816 + checksum = "3bdca834647821e0b13d9539a8634eb62d3501b6b6c2cec1722786ee6671b851" 634 817 635 818 [[package]] 636 819 name = "bincode" ··· 642 825 ] 643 826 644 827 [[package]] 828 + name = "bindgen" 829 + version = "0.65.1" 830 + source = "registry+https://github.com/rust-lang/crates.io-index" 831 + checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5" 832 + dependencies = [ 833 + "bitflags 1.3.2", 834 + "cexpr", 835 + "clang-sys", 836 + "lazy_static", 837 + "lazycell", 838 + "peeking_take_while", 839 + "prettyplease 0.2.4", 840 + "proc-macro2", 841 + "quote", 842 + "regex", 843 + "rustc-hash", 844 + "shlex", 845 + "syn 2.0.39", 846 + ] 847 + 848 + [[package]] 849 + name = "bit-set" 850 + version = "0.5.3" 851 + source = "registry+https://github.com/rust-lang/crates.io-index" 852 + checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 853 + dependencies = [ 854 + "bit-vec", 855 + ] 856 + 857 + [[package]] 858 + name = "bit-vec" 859 + version = "0.6.3" 860 + source = "registry+https://github.com/rust-lang/crates.io-index" 861 + checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 862 + 863 + [[package]] 645 864 name = "bitflags" 646 865 version = "1.3.2" 647 866 source = "registry+https://github.com/rust-lang/crates.io-index" 648 867 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 649 868 650 869 [[package]] 651 - name = "bitpacking" 652 - version = "0.8.4" 870 + name = "bitflags" 871 + version = "2.4.1" 872 + source = "registry+https://github.com/rust-lang/crates.io-index" 873 + checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" 874 + 875 + [[package]] 876 + name = "bitvec" 877 + version = "1.0.1" 653 878 source = "registry+https://github.com/rust-lang/crates.io-index" 654 - checksum = "a8c7d2ac73c167c06af4a5f37e6e59d84148d57ccbe4480b76f0273eefea82d7" 879 + checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 655 880 dependencies = [ 656 - "crunchy", 881 + "funty", 882 + "radium", 883 + "tap", 884 + "wyz", 657 885 ] 658 886 659 887 [[package]] ··· 673 901 dependencies = [ 674 902 "lazy_static", 675 903 "memchr", 676 - "regex-automata", 904 + "regex-automata 0.1.9", 905 + ] 906 + 907 + [[package]] 908 + name = "bstr" 909 + version = "1.6.0" 910 + source = "registry+https://github.com/rust-lang/crates.io-index" 911 + checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" 912 + dependencies = [ 913 + "memchr", 914 + "regex-automata 0.3.9", 677 915 "serde", 678 916 ] 679 917 680 918 [[package]] 681 - name = "build-info" 682 - version = "0.0.0" 919 + name = "btoi" 920 + version = "0.4.3" 921 + source = "registry+https://github.com/rust-lang/crates.io-index" 922 + checksum = "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad" 683 923 dependencies = [ 684 - "semver", 924 + "num-traits", 925 + ] 926 + 927 + [[package]] 928 + name = "built" 929 + version = "0.5.1" 930 + source = "registry+https://github.com/rust-lang/crates.io-index" 931 + checksum = "4f346b6890a0dfa7266974910e7df2d5088120dd54721b9b0e5aae1ae5e05715" 932 + dependencies = [ 933 + "cargo-lock", 685 934 ] 686 935 687 936 [[package]] 688 937 name = "bumpalo" 689 - version = "3.2.1" 938 + version = "3.12.1" 939 + source = "registry+https://github.com/rust-lang/crates.io-index" 940 + checksum = "9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8" 941 + 942 + [[package]] 943 + name = "bytecount" 944 + version = "0.6.3" 690 945 source = "registry+https://github.com/rust-lang/crates.io-index" 691 - checksum = "12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187" 946 + checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" 692 947 693 948 [[package]] 694 949 name = "bytefmt" ··· 700 955 ] 701 956 702 957 [[package]] 958 + name = "bytemuck" 959 + version = "1.9.1" 960 + source = "registry+https://github.com/rust-lang/crates.io-index" 961 + checksum = "cdead85bdec19c194affaeeb670c0e41fe23de31459efd1c174d049269cf02cc" 962 + dependencies = [ 963 + "bytemuck_derive", 964 + ] 965 + 966 + [[package]] 967 + name = "bytemuck_derive" 968 + version = "1.1.0" 969 + source = "registry+https://github.com/rust-lang/crates.io-index" 970 + checksum = "562e382481975bc61d11275ac5e62a19abd00b0547d99516a415336f183dcd0e" 971 + dependencies = [ 972 + "proc-macro2", 973 + "quote", 974 + "syn 1.0.107", 975 + ] 976 + 977 + [[package]] 703 978 name = "byteorder" 704 979 version = "1.4.3" 705 980 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 707 982 708 983 [[package]] 709 984 name = "bytes" 710 - version = "1.1.0" 985 + version = "1.4.0" 711 986 source = "registry+https://github.com/rust-lang/crates.io-index" 712 - checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" 987 + checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 988 + dependencies = [ 989 + "serde", 990 + ] 713 991 714 992 [[package]] 715 993 name = "bytes-utils" ··· 722 1000 ] 723 1001 724 1002 [[package]] 1003 + name = "bytesize" 1004 + version = "1.1.0" 1005 + source = "registry+https://github.com/rust-lang/crates.io-index" 1006 + checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70" 1007 + 1008 + [[package]] 1009 + name = "bzip2-sys" 1010 + version = "0.1.11+1.0.8" 1011 + source = "registry+https://github.com/rust-lang/crates.io-index" 1012 + checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 1013 + dependencies = [ 1014 + "cc", 1015 + "libc", 1016 + "pkg-config", 1017 + ] 1018 + 1019 + [[package]] 1020 + name = "camino" 1021 + version = "1.1.1" 1022 + source = "registry+https://github.com/rust-lang/crates.io-index" 1023 + checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e" 1024 + dependencies = [ 1025 + "serde", 1026 + ] 1027 + 1028 + [[package]] 1029 + name = "cargo-lock" 1030 + version = "7.1.0" 1031 + source = "registry+https://github.com/rust-lang/crates.io-index" 1032 + checksum = "6c408da54db4c50d4693f7e649c299bc9de9c23ead86249e5368830bb32a734b" 1033 + dependencies = [ 1034 + "semver", 1035 + "serde", 1036 + "toml", 1037 + "url", 1038 + ] 1039 + 1040 + [[package]] 1041 + name = "cargo-platform" 1042 + version = "0.1.2" 1043 + source = "registry+https://github.com/rust-lang/crates.io-index" 1044 + checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" 1045 + dependencies = [ 1046 + "serde", 1047 + ] 1048 + 1049 + [[package]] 1050 + name = "cargo_metadata" 1051 + version = "0.14.2" 1052 + source = "registry+https://github.com/rust-lang/crates.io-index" 1053 + checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" 1054 + dependencies = [ 1055 + "camino", 1056 + "cargo-platform", 1057 + "semver", 1058 + "serde", 1059 + "serde_json", 1060 + ] 1061 + 1062 + [[package]] 725 1063 name = "cast" 726 - version = "0.2.2" 1064 + version = "0.3.0" 727 1065 source = "registry+https://github.com/rust-lang/crates.io-index" 728 - checksum = "926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427" 1066 + checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 729 1067 730 1068 [[package]] 731 1069 name = "cc" 732 - version = "1.0.72" 1070 + version = "1.0.83" 733 1071 source = "registry+https://github.com/rust-lang/crates.io-index" 734 - checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee" 1072 + checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 735 1073 dependencies = [ 736 1074 "jobserver", 1075 + "libc", 737 1076 ] 738 1077 739 1078 [[package]] 740 - name = "ccsr" 741 - version = "0.0.0" 1079 + name = "cexpr" 1080 + version = "0.6.0" 1081 + source = "registry+https://github.com/rust-lang/crates.io-index" 1082 + checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 742 1083 dependencies = [ 743 - "anyhow", 744 - "futures", 745 - "hyper", 746 - "lazy_static", 747 - "mz-http-proxy", 748 - "native-tls", 749 - "openssl", 750 - "reqwest", 751 - "serde", 752 - "serde_json", 753 - "tokio", 754 - "tracing", 755 - "url", 1084 + "nom", 756 1085 ] 757 1086 758 1087 [[package]] ··· 763 1092 764 1093 [[package]] 765 1094 name = "chrono" 766 - version = "0.4.19" 1095 + version = "0.4.25" 767 1096 source = "registry+https://github.com/rust-lang/crates.io-index" 768 - checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" 1097 + checksum = "fdbc37d37da9e5bce8173f3a41b71d9bf3c674deebbaceacd0ebdabde76efb03" 769 1098 dependencies = [ 770 - "libc", 771 - "num-integer", 1099 + "android-tzdata", 1100 + "iana-time-zone", 772 1101 "num-traits", 773 1102 "serde", 774 1103 "winapi", ··· 776 1105 777 1106 [[package]] 778 1107 name = "chrono-tz" 779 - version = "0.6.1" 1108 + version = "0.8.1" 780 1109 source = "registry+https://github.com/rust-lang/crates.io-index" 781 - checksum = "58549f1842da3080ce63002102d5bc954c7bc843d4f47818e642abdc36253552" 1110 + checksum = "fa48fa079165080f11d7753fd0bc175b7d391f276b965fe4b55bfad67856e463" 782 1111 dependencies = [ 783 1112 "chrono", 784 1113 "chrono-tz-build", ··· 789 1118 790 1119 [[package]] 791 1120 name = "chrono-tz-build" 792 - version = "0.0.2" 1121 + version = "0.1.0" 793 1122 source = "registry+https://github.com/rust-lang/crates.io-index" 794 - checksum = "db058d493fb2f65f41861bfed7e3fe6335264a9f0f92710cab5bdf01fef09069" 1123 + checksum = "d9998fb9f7e9b2111641485bf8beb32f92945f97f92a3d061f744cfef335f751" 795 1124 dependencies = [ 796 1125 "parse-zoneinfo", 797 1126 "phf", ··· 800 1129 ] 801 1130 802 1131 [[package]] 1132 + name = "chunked_transfer" 1133 + version = "1.4.0" 1134 + source = "registry+https://github.com/rust-lang/crates.io-index" 1135 + checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e" 1136 + 1137 + [[package]] 1138 + name = "ciborium" 1139 + version = "0.2.0" 1140 + source = "registry+https://github.com/rust-lang/crates.io-index" 1141 + checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f" 1142 + dependencies = [ 1143 + "ciborium-io", 1144 + "ciborium-ll", 1145 + "serde", 1146 + ] 1147 + 1148 + [[package]] 1149 + name = "ciborium-io" 1150 + version = "0.2.0" 1151 + source = "registry+https://github.com/rust-lang/crates.io-index" 1152 + checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369" 1153 + 1154 + [[package]] 1155 + name = "ciborium-ll" 1156 + version = "0.2.0" 1157 + source = "registry+https://github.com/rust-lang/crates.io-index" 1158 + checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b" 1159 + dependencies = [ 1160 + "ciborium-io", 1161 + "half", 1162 + ] 1163 + 1164 + [[package]] 1165 + name = "clang-sys" 1166 + version = "1.3.0" 1167 + source = "registry+https://github.com/rust-lang/crates.io-index" 1168 + checksum = "fa66045b9cb23c2e9c1520732030608b02ee07e5cfaa5a521ec15ded7fa24c90" 1169 + dependencies = [ 1170 + "glob", 1171 + "libc", 1172 + "libloading", 1173 + ] 1174 + 1175 + [[package]] 803 1176 name = "clap" 804 - version = "3.0.6" 1177 + version = "3.2.24" 805 1178 source = "registry+https://github.com/rust-lang/crates.io-index" 806 - checksum = "1957aa4a5fb388f0a0a73ce7556c5b42025b874e5cdc2c670775e346e97adec0" 1179 + checksum = "eef2b3ded6a26dfaec672a742c93c8cf6b689220324da509ec5caa20de55dc83" 807 1180 dependencies = [ 808 1181 "atty", 809 - "bitflags", 1182 + "bitflags 1.3.2", 810 1183 "clap_derive", 811 - "indexmap", 812 - "lazy_static", 813 - "os_str_bytes", 1184 + "clap_lex", 1185 + "indexmap 1.9.1", 1186 + "once_cell", 814 1187 "strsim", 815 1188 "termcolor", 816 1189 "terminal_size", ··· 819 1192 820 1193 [[package]] 821 1194 name = "clap_derive" 822 - version = "3.0.0" 1195 + version = "3.2.24" 823 1196 source = "registry+https://github.com/rust-lang/crates.io-index" 824 - checksum = "e1b9752c030a14235a0bd5ef3ad60a1dcac8468c30921327fc8af36b20c790b9" 1197 + checksum = "d756c5824fc5c0c1ee8e36000f576968dbcb2081def956c83fad6f40acd46f96" 825 1198 dependencies = [ 826 1199 "heck", 827 1200 "proc-macro-error", 828 1201 "proc-macro2", 829 1202 "quote", 830 - "syn", 1203 + "syn 1.0.107", 1204 + ] 1205 + 1206 + [[package]] 1207 + name = "clap_lex" 1208 + version = "0.2.2" 1209 + source = "registry+https://github.com/rust-lang/crates.io-index" 1210 + checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613" 1211 + dependencies = [ 1212 + "os_str_bytes", 831 1213 ] 832 1214 833 1215 [[package]] 834 1216 name = "cmake" 835 - version = "0.1.41" 1217 + version = "0.1.48" 836 1218 source = "registry+https://github.com/rust-lang/crates.io-index" 837 - checksum = "3c84c596dcf125d6781f58e3f4254677ec2a6d8aa56e8501ac277100990b3229" 1219 + checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a" 838 1220 dependencies = [ 839 1221 "cc", 840 1222 ] 841 1223 842 1224 [[package]] 1225 + name = "codespan-reporting" 1226 + version = "0.11.1" 1227 + source = "registry+https://github.com/rust-lang/crates.io-index" 1228 + checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 1229 + dependencies = [ 1230 + "termcolor", 1231 + "unicode-width", 1232 + ] 1233 + 1234 + [[package]] 1235 + name = "columnation" 1236 + version = "0.1.0" 1237 + source = "git+https://github.com/MaterializeInc/columnation.git#2cd6d86e5ffabf98aef5cbef09a57f515eae7c55" 1238 + dependencies = [ 1239 + "paste", 1240 + ] 1241 + 1242 + [[package]] 1243 + name = "compact_bytes" 1244 + version = "0.1.1" 1245 + source = "registry+https://github.com/rust-lang/crates.io-index" 1246 + checksum = "de71a0422a777179ab4baef92325e56396443df4a680bc443b11f63d644ca019" 1247 + dependencies = [ 1248 + "serde", 1249 + "static_assertions", 1250 + ] 1251 + 1252 + [[package]] 843 1253 name = "compile-time-run" 844 1254 version = "0.2.12" 845 1255 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 847 1257 dependencies = [ 848 1258 "proc-macro2", 849 1259 "quote", 850 - "syn", 1260 + "syn 1.0.107", 851 1261 ] 852 1262 853 1263 [[package]] 854 1264 name = "connection-string" 855 - version = "0.1.13" 1265 + version = "0.2.0" 856 1266 source = "registry+https://github.com/rust-lang/crates.io-index" 857 - checksum = "b97faeec45f49581c458f8bf81992c5e3ec17d82cda99f59d3cea14eff62698d" 858 - dependencies = [ 859 - "wasm-bindgen", 860 - ] 1267 + checksum = "510ca239cf13b7f8d16a2b48f263de7b4f8c566f0af58d901031473c76afb1e3" 861 1268 862 1269 [[package]] 863 1270 name = "console" 864 - version = "0.14.0" 1271 + version = "0.15.5" 865 1272 source = "registry+https://github.com/rust-lang/crates.io-index" 866 - checksum = "7cc80946b3480f421c2f17ed1cb841753a371c7c5104f51d507e13f532c856aa" 1273 + checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" 867 1274 dependencies = [ 868 1275 "encode_unicode", 869 1276 "lazy_static", 870 1277 "libc", 871 - "terminal_size", 872 - "winapi", 1278 + "unicode-width", 1279 + "windows-sys 0.42.0", 1280 + ] 1281 + 1282 + [[package]] 1283 + name = "console-api" 1284 + version = "0.5.0" 1285 + source = "registry+https://github.com/rust-lang/crates.io-index" 1286 + checksum = "c2895653b4d9f1538a83970077cb01dfc77a4810524e51a110944688e916b18e" 1287 + dependencies = [ 1288 + "prost", 1289 + "prost-types", 1290 + "tonic", 1291 + "tracing-core", 873 1292 ] 874 1293 875 1294 [[package]] 876 - name = "coord" 877 - version = "0.0.0" 1295 + name = "console-subscriber" 1296 + version = "0.1.10" 1297 + source = "registry+https://github.com/rust-lang/crates.io-index" 1298 + checksum = "d4cf42660ac07fcebed809cfe561dd8730bcd35b075215e6479c516bcd0d11cb" 878 1299 dependencies = [ 879 - "anyhow", 880 - "backtrace", 881 - "bincode", 882 - "build-info", 883 - "byteorder", 884 - "ccsr", 885 - "chrono", 1300 + "console-api", 886 1301 "crossbeam-channel", 887 - "datadriven", 888 - "dataflow-types", 889 - "dec", 890 - "derivative", 891 - "differential-dataflow", 892 - "expr", 893 - "fail", 1302 + "crossbeam-utils", 894 1303 "futures", 895 - "interchange", 896 - "itertools", 897 - "kafka-util", 898 - "lazy_static", 899 - "log", 900 - "mz-avro", 901 - "mz-aws-util", 902 - "mz-protoc", 903 - "ore", 904 - "persist", 905 - "pgrepr", 906 - "postgres-types", 907 - "postgres-util", 908 - "prometheus", 909 - "protobuf", 910 - "rand", 911 - "rdkafka", 912 - "regex", 913 - "repr", 914 - "rusqlite", 915 - "semver", 1304 + "hdrhistogram", 1305 + "humantime", 1306 + "prost-types", 916 1307 "serde", 917 1308 "serde_json", 918 - "sql", 919 - "sql-parser", 920 - "tempfile", 921 - "timely", 1309 + "thread_local", 922 1310 "tokio", 923 - "tokio-postgres", 924 1311 "tokio-stream", 1312 + "tonic", 925 1313 "tracing", 926 - "transform", 927 - "uncased", 928 - "url", 929 - "uuid", 1314 + "tracing-core", 1315 + "tracing-subscriber", 930 1316 ] 931 1317 932 1318 [[package]] 933 - name = "coordtest" 934 - version = "0.0.0" 1319 + name = "const-oid" 1320 + version = "0.7.1" 1321 + source = "registry+https://github.com/rust-lang/crates.io-index" 1322 + checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3" 1323 + 1324 + [[package]] 1325 + name = "const-random" 1326 + version = "0.1.15" 1327 + source = "registry+https://github.com/rust-lang/crates.io-index" 1328 + checksum = "368a7a772ead6ce7e1de82bfb04c485f3db8ec744f72925af5735e29a22cc18e" 935 1329 dependencies = [ 936 - "anyhow", 937 - "async-trait", 938 - "build-info", 939 - "clap", 940 - "coord", 941 - "datadriven", 942 - "dataflow", 943 - "dataflow-types", 944 - "expr", 945 - "futures", 946 - "ore", 947 - "repr", 948 - "serde_json", 949 - "sql-parser", 950 - "tempfile", 951 - "timely", 952 - "tokio", 1330 + "const-random-macro", 1331 + "proc-macro-hack", 1332 + ] 1333 + 1334 + [[package]] 1335 + name = "const-random-macro" 1336 + version = "0.1.15" 1337 + source = "registry+https://github.com/rust-lang/crates.io-index" 1338 + checksum = "9d7d6ab3c3a2282db210df5f02c4dab6e0a7057af0fb7ebd4070f30fe05c0ddb" 1339 + dependencies = [ 1340 + "getrandom", 1341 + "once_cell", 1342 + "proc-macro-hack", 1343 + "tiny-keccak", 953 1344 ] 954 1345 955 1346 [[package]] 956 1347 name = "core-foundation" 957 - version = "0.9.1" 1348 + version = "0.9.3" 958 1349 source = "registry+https://github.com/rust-lang/crates.io-index" 959 - checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62" 1350 + checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 960 1351 dependencies = [ 961 1352 "core-foundation-sys", 962 1353 "libc", ··· 964 1355 965 1356 [[package]] 966 1357 name = "core-foundation-sys" 967 - version = "0.8.2" 1358 + version = "0.8.3" 968 1359 source = "registry+https://github.com/rust-lang/crates.io-index" 969 - checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" 1360 + checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 1361 + 1362 + [[package]] 1363 + name = "core_affinity" 1364 + version = "0.8.0" 1365 + source = "registry+https://github.com/rust-lang/crates.io-index" 1366 + checksum = "4436406e93f52cce33bfba4be067a9f7229da44a634c385e4b22cdfaca5f84cc" 1367 + dependencies = [ 1368 + "libc", 1369 + "num_cpus", 1370 + "winapi", 1371 + ] 970 1372 971 1373 [[package]] 972 1374 name = "cpp_demangle" 973 - version = "0.3.2" 1375 + version = "0.4.0" 974 1376 source = "registry+https://github.com/rust-lang/crates.io-index" 975 - checksum = "44919ecaf6f99e8e737bc239408931c9a01e9a6c74814fee8242dd2506b65390" 1377 + checksum = "b446fd40bcc17eddd6a4a78f24315eb90afdb3334999ddfd4909985c47722442" 976 1378 dependencies = [ 977 1379 "cfg-if", 978 - "glob", 979 1380 ] 980 1381 981 1382 [[package]] ··· 988 1389 ] 989 1390 990 1391 [[package]] 1392 + name = "crc32c" 1393 + version = "0.6.3" 1394 + source = "registry+https://github.com/rust-lang/crates.io-index" 1395 + checksum = "3dfea2db42e9927a3845fb268a10a72faed6d416065f77873f05e411457c363e" 1396 + dependencies = [ 1397 + "rustc_version", 1398 + ] 1399 + 1400 + [[package]] 991 1401 name = "crc32fast" 992 - version = "1.3.0" 1402 + version = "1.3.2" 993 1403 source = "registry+https://github.com/rust-lang/crates.io-index" 994 - checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836" 1404 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 995 1405 dependencies = [ 996 1406 "cfg-if", 997 1407 ] 998 1408 999 1409 [[package]] 1000 1410 name = "criterion" 1001 - version = "0.3.5" 1002 - source = "git+https://github.com/MaterializeInc/criterion.rs.git#db5acaae4314d3cb194129233689541c15d3935d" 1411 + version = "0.4.0" 1412 + source = "registry+https://github.com/rust-lang/crates.io-index" 1413 + checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" 1003 1414 dependencies = [ 1415 + "anes", 1004 1416 "atty", 1005 1417 "cast", 1418 + "ciborium", 1006 1419 "clap", 1007 1420 "criterion-plot", 1008 - "csv", 1421 + "futures", 1009 1422 "itertools", 1010 1423 "lazy_static", 1011 1424 "num-traits", ··· 1014 1427 "rayon", 1015 1428 "regex", 1016 1429 "serde", 1017 - "serde_cbor", 1018 1430 "serde_derive", 1019 1431 "serde_json", 1020 1432 "tinytemplate", 1433 + "tokio", 1021 1434 "walkdir", 1022 1435 ] 1023 1436 1024 1437 [[package]] 1025 1438 name = "criterion-plot" 1026 - version = "0.4.4" 1027 - source = "git+https://github.com/MaterializeInc/criterion.rs.git#db5acaae4314d3cb194129233689541c15d3935d" 1439 + version = "0.5.0" 1440 + source = "registry+https://github.com/rust-lang/crates.io-index" 1441 + checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 1028 1442 dependencies = [ 1029 1443 "cast", 1030 1444 "itertools", ··· 1032 1446 1033 1447 [[package]] 1034 1448 name = "crossbeam" 1035 - version = "0.8.1" 1449 + version = "0.8.2" 1036 1450 source = "registry+https://github.com/rust-lang/crates.io-index" 1037 - checksum = "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845" 1451 + checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c" 1038 1452 dependencies = [ 1039 1453 "cfg-if", 1040 1454 "crossbeam-channel", ··· 1046 1460 1047 1461 [[package]] 1048 1462 name = "crossbeam-channel" 1049 - version = "0.5.2" 1463 + version = "0.5.8" 1050 1464 source = "registry+https://github.com/rust-lang/crates.io-index" 1051 - checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa" 1465 + checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 1052 1466 dependencies = [ 1053 1467 "cfg-if", 1054 1468 "crossbeam-utils", ··· 1056 1470 1057 1471 [[package]] 1058 1472 name = "crossbeam-deque" 1059 - version = "0.8.1" 1473 + version = "0.8.3" 1060 1474 source = "registry+https://github.com/rust-lang/crates.io-index" 1061 - checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e" 1475 + checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 1062 1476 dependencies = [ 1063 1477 "cfg-if", 1064 1478 "crossbeam-epoch", ··· 1067 1481 1068 1482 [[package]] 1069 1483 name = "crossbeam-epoch" 1070 - version = "0.9.5" 1484 + version = "0.9.13" 1071 1485 source = "registry+https://github.com/rust-lang/crates.io-index" 1072 - checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd" 1486 + checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a" 1073 1487 dependencies = [ 1488 + "autocfg", 1074 1489 "cfg-if", 1075 1490 "crossbeam-utils", 1076 - "lazy_static", 1077 1491 "memoffset", 1078 1492 "scopeguard", 1079 1493 ] ··· 1090 1504 1091 1505 [[package]] 1092 1506 name = "crossbeam-utils" 1093 - version = "0.8.6" 1507 + version = "0.8.7" 1094 1508 source = "registry+https://github.com/rust-lang/crates.io-index" 1095 - checksum = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120" 1509 + checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6" 1096 1510 dependencies = [ 1097 1511 "cfg-if", 1098 1512 "lazy_static", ··· 1106 1520 1107 1521 [[package]] 1108 1522 name = "crypto-common" 1109 - version = "0.1.0" 1523 + version = "0.1.3" 1110 1524 source = "registry+https://github.com/rust-lang/crates.io-index" 1111 - checksum = "567569e659735adb39ff2d4c20600f7cd78be5471f8c58ab162bce3c03fdbc5f" 1525 + checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8" 1112 1526 dependencies = [ 1113 1527 "generic-array", 1528 + "typenum", 1114 1529 ] 1115 1530 1116 1531 [[package]] 1117 1532 name = "csv" 1118 - version = "1.1.6" 1533 + version = "1.2.1" 1119 1534 source = "registry+https://github.com/rust-lang/crates.io-index" 1120 - checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" 1535 + checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad" 1121 1536 dependencies = [ 1122 - "bstr", 1123 1537 "csv-core", 1124 - "itoa 0.4.6", 1538 + "itoa", 1125 1539 "ryu", 1126 1540 "serde", 1127 1541 ] 1128 1542 1129 1543 [[package]] 1544 + name = "csv-async" 1545 + version = "1.2.6" 1546 + source = "registry+https://github.com/rust-lang/crates.io-index" 1547 + checksum = "71933d3f2d0481d5111cb2817b15b6961961458ec58adf8008194e6c850046f4" 1548 + dependencies = [ 1549 + "bstr 1.6.0", 1550 + "cfg-if", 1551 + "csv-core", 1552 + "futures", 1553 + "tokio", 1554 + "tokio-stream", 1555 + ] 1556 + 1557 + [[package]] 1130 1558 name = "csv-core" 1131 1559 version = "0.1.10" 1132 1560 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1137 1565 1138 1566 [[package]] 1139 1567 name = "ctor" 1140 - version = "0.1.21" 1568 + version = "0.1.26" 1141 1569 source = "registry+https://github.com/rust-lang/crates.io-index" 1142 - checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa" 1570 + checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 1143 1571 dependencies = [ 1144 1572 "quote", 1145 - "syn", 1573 + "syn 1.0.107", 1574 + ] 1575 + 1576 + [[package]] 1577 + name = "cxx" 1578 + version = "1.0.63" 1579 + source = "registry+https://github.com/rust-lang/crates.io-index" 1580 + checksum = "c949f4e2576a655698463c56dbc5c5ea4c00964becc9adb0458baa943e862a5b" 1581 + dependencies = [ 1582 + "cc", 1583 + "cxxbridge-flags", 1584 + "cxxbridge-macro", 1585 + "link-cplusplus", 1586 + ] 1587 + 1588 + [[package]] 1589 + name = "cxx-build" 1590 + version = "1.0.63" 1591 + source = "registry+https://github.com/rust-lang/crates.io-index" 1592 + checksum = "618f85c8f132bd8912aab124e15a38adc762bb7e3cef84524adde1692ef3e8bc" 1593 + dependencies = [ 1594 + "cc", 1595 + "codespan-reporting", 1596 + "once_cell", 1597 + "proc-macro2", 1598 + "quote", 1599 + "scratch", 1600 + "syn 1.0.107", 1601 + ] 1602 + 1603 + [[package]] 1604 + name = "cxxbridge-flags" 1605 + version = "1.0.63" 1606 + source = "registry+https://github.com/rust-lang/crates.io-index" 1607 + checksum = "1b44dad556b0c83d86676135d6c684bdc2b1b9a1188052dd1cb5998246163536" 1608 + 1609 + [[package]] 1610 + name = "cxxbridge-macro" 1611 + version = "1.0.63" 1612 + source = "registry+https://github.com/rust-lang/crates.io-index" 1613 + checksum = "2acc9305a8b69bc2308c2e17dbb98debeac984cdc89ac550c01507cc129433c3" 1614 + dependencies = [ 1615 + "proc-macro2", 1616 + "quote", 1617 + "syn 1.0.107", 1146 1618 ] 1147 1619 1148 1620 [[package]] 1149 1621 name = "darling" 1150 - version = "0.12.4" 1622 + version = "0.20.3" 1151 1623 source = "registry+https://github.com/rust-lang/crates.io-index" 1152 - checksum = "5f2c43f534ea4b0b049015d00269734195e6d3f0f6635cb692251aca6f9f8b3c" 1624 + checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e" 1153 1625 dependencies = [ 1154 1626 "darling_core", 1155 1627 "darling_macro", ··· 1157 1629 1158 1630 [[package]] 1159 1631 name = "darling_core" 1160 - version = "0.12.4" 1632 + version = "0.20.3" 1161 1633 source = "registry+https://github.com/rust-lang/crates.io-index" 1162 - checksum = "8e91455b86830a1c21799d94524df0845183fa55bafd9aa137b01c7d1065fa36" 1634 + checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621" 1163 1635 dependencies = [ 1164 1636 "fnv", 1165 1637 "ident_case", 1166 1638 "proc-macro2", 1167 1639 "quote", 1168 1640 "strsim", 1169 - "syn", 1641 + "syn 2.0.39", 1170 1642 ] 1171 1643 1172 1644 [[package]] 1173 1645 name = "darling_macro" 1174 - version = "0.12.4" 1646 + version = "0.20.3" 1175 1647 source = "registry+https://github.com/rust-lang/crates.io-index" 1176 - checksum = "29b5acf0dea37a7f66f7b25d2c5e93fd46f8f6968b1a5d7a3e02e97768afc95a" 1648 + checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5" 1177 1649 dependencies = [ 1178 1650 "darling_core", 1179 1651 "quote", 1180 - "syn", 1652 + "syn 2.0.39", 1181 1653 ] 1182 1654 1183 1655 [[package]] 1656 + name = "dashmap" 1657 + version = "5.2.0" 1658 + source = "registry+https://github.com/rust-lang/crates.io-index" 1659 + checksum = "4c8858831f7781322e539ea39e72449c46b059638250c14344fec8d0aa6e539c" 1660 + dependencies = [ 1661 + "cfg-if", 1662 + "num_cpus", 1663 + "parking_lot", 1664 + ] 1665 + 1666 + [[package]] 1667 + name = "data-encoding" 1668 + version = "2.3.2" 1669 + source = "registry+https://github.com/rust-lang/crates.io-index" 1670 + checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" 1671 + 1672 + [[package]] 1184 1673 name = "datadriven" 1185 1674 version = "0.6.0" 1186 1675 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1191 1680 ] 1192 1681 1193 1682 [[package]] 1194 - name = "dataflow" 1195 - version = "0.0.0" 1683 + name = "deadpool" 1684 + version = "0.9.5" 1685 + source = "registry+https://github.com/rust-lang/crates.io-index" 1686 + checksum = "421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e" 1196 1687 dependencies = [ 1197 - "anyhow", 1198 - "async-compression", 1199 1688 "async-trait", 1200 - "aws-sdk-kinesis", 1201 - "aws-sdk-s3", 1202 - "aws-sdk-sqs", 1203 - "bincode", 1204 - "byteorder", 1205 - "ccsr", 1206 - "chrono", 1207 - "crossbeam-channel", 1208 - "csv-core", 1209 - "dataflow-types", 1210 - "dec", 1211 - "differential-dataflow", 1212 - "dogsdogsdogs", 1213 - "enum-iterator", 1214 - "expr", 1215 - "flate2", 1216 - "futures", 1217 - "globset", 1218 - "inotify", 1219 - "interchange", 1220 - "itertools", 1221 - "kafka-util", 1222 - "lazy_static", 1223 - "log", 1224 - "mz-avro", 1225 - "mz-aws-util", 1226 - "mz-protoc", 1227 - "ore", 1228 - "pdqselect", 1229 - "persist", 1230 - "persist-types", 1231 - "postgres-protocol", 1232 - "postgres-util", 1233 - "prometheus", 1234 - "protobuf", 1235 - "pubnub-hyper", 1236 - "rand", 1237 - "rdkafka", 1238 - "regex", 1239 - "repr", 1240 - "scopeguard", 1241 - "serde", 1242 - "serde_json", 1243 - "tempfile", 1244 - "timely", 1245 - "timely-util", 1689 + "deadpool-runtime", 1690 + "num_cpus", 1691 + "retain_mut", 1246 1692 "tokio", 1247 - "tokio-postgres", 1248 - "tokio-util", 1249 - "tracing", 1250 - "url", 1251 - "uuid", 1252 1693 ] 1253 1694 1254 1695 [[package]] 1255 - name = "dataflow-bin" 1256 - version = "0.0.0" 1696 + name = "deadpool-postgres" 1697 + version = "0.10.3" 1698 + source = "registry+https://github.com/rust-lang/crates.io-index" 1699 + checksum = "e866e414e9e12fc988f0bfb89a0b86228e7ed196ca509fbc4dcbc738c56e753c" 1257 1700 dependencies = [ 1258 - "clap", 1259 - "ore", 1260 - "timely", 1261 - ] 1262 - 1263 - [[package]] 1264 - name = "dataflow-types" 1265 - version = "0.0.0" 1266 - dependencies = [ 1267 - "anyhow", 1268 - "async-trait", 1269 - "aws-config", 1270 - "aws-smithy-http", 1271 - "aws-types", 1272 - "ccsr", 1273 - "crossbeam-channel", 1274 - "enum-iterator", 1275 - "enum-kinds", 1276 - "expr", 1277 - "futures", 1278 - "globset", 1279 - "http", 1280 - "interchange", 1281 - "kafka-util", 1282 - "mz-aws-util", 1283 - "num_enum", 1284 - "ore", 1285 - "persist", 1286 - "persist-types", 1287 - "regex", 1288 - "repr", 1289 - "serde", 1290 - "serde_json", 1291 - "serde_regex", 1292 - "timely", 1701 + "deadpool", 1702 + "log", 1293 1703 "tokio", 1294 - "tracing", 1295 - "url", 1296 - "uuid", 1704 + "tokio-postgres", 1297 1705 ] 1298 1706 1299 1707 [[package]] 1300 - name = "dataflowd" 1301 - version = "0.0.0" 1708 + name = "deadpool-runtime" 1709 + version = "0.1.2" 1710 + source = "registry+https://github.com/rust-lang/crates.io-index" 1711 + checksum = "eaa37046cc0f6c3cc6090fbdbf73ef0b8ef4cfcc37f6befc0020f63e8cf121e1" 1302 1712 dependencies = [ 1303 - "anyhow", 1304 - "async-trait", 1305 - "clap", 1306 - "dataflow", 1307 - "dataflow-types", 1308 - "futures", 1309 - "ore", 1310 - "timely", 1311 1713 "tokio", 1312 - "tokio-serde", 1313 - "tokio-util", 1314 - "tracing", 1315 - "tracing-subscriber", 1316 1714 ] 1317 1715 1318 1716 [[package]] 1319 1717 name = "debugid" 1320 - version = "0.7.2" 1718 + version = "0.8.0" 1321 1719 source = "registry+https://github.com/rust-lang/crates.io-index" 1322 - checksum = "f91cf5a8c2f2097e2a32627123508635d47ce10563d999ec1a95addf08b502ba" 1720 + checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" 1323 1721 dependencies = [ 1722 + "serde", 1324 1723 "uuid", 1325 1724 ] 1326 1725 1327 1726 [[package]] 1328 1727 name = "dec" 1329 - version = "0.4.7" 1728 + version = "0.4.8" 1330 1729 source = "registry+https://github.com/rust-lang/crates.io-index" 1331 - checksum = "58be07317881c8d6887c3d2e1a73778bf47f4e027d834ae0d105da8bfa3715c8" 1730 + checksum = "cbdeb628adfc427c3f926528cf76daf4418453e103151739d48f79b8182cb41f" 1332 1731 dependencies = [ 1333 1732 "decnumber-sys", 1334 1733 "libc", ··· 1347 1746 ] 1348 1747 1349 1748 [[package]] 1749 + name = "der" 1750 + version = "0.5.1" 1751 + source = "registry+https://github.com/rust-lang/crates.io-index" 1752 + checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c" 1753 + dependencies = [ 1754 + "const-oid", 1755 + ] 1756 + 1757 + [[package]] 1350 1758 name = "derivative" 1351 1759 version = "2.2.0" 1352 1760 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1354 1762 dependencies = [ 1355 1763 "proc-macro2", 1356 1764 "quote", 1357 - "syn", 1358 - ] 1359 - 1360 - [[package]] 1361 - name = "derive_builder" 1362 - version = "0.10.2" 1363 - source = "registry+https://github.com/rust-lang/crates.io-index" 1364 - checksum = "d13202debe11181040ae9063d739fa32cfcaaebe2275fe387703460ae2365b30" 1365 - dependencies = [ 1366 - "derive_builder_macro", 1765 + "syn 1.0.107", 1367 1766 ] 1368 1767 1369 1768 [[package]] 1370 - name = "derive_builder_core" 1371 - version = "0.10.2" 1769 + name = "derive-getters" 1770 + version = "0.3.0" 1372 1771 source = "registry+https://github.com/rust-lang/crates.io-index" 1373 - checksum = "66e616858f6187ed828df7c64a6d71720d83767a7f19740b2d1b6fe6327b36e5" 1772 + checksum = "7a2c35ab6e03642397cdda1dd58abbc05d418aef8e36297f336d5aba060fe8df" 1374 1773 dependencies = [ 1375 - "darling", 1376 1774 "proc-macro2", 1377 1775 "quote", 1378 - "syn", 1776 + "syn 1.0.107", 1379 1777 ] 1380 1778 1381 1779 [[package]] 1382 - name = "derive_builder_macro" 1383 - version = "0.10.2" 1780 + name = "diff" 1781 + version = "0.1.12" 1384 1782 source = "registry+https://github.com/rust-lang/crates.io-index" 1385 - checksum = "58a94ace95092c5acb1e97a7e846b310cfbd499652f72297da7493f618a98d73" 1386 - dependencies = [ 1387 - "derive_builder_core", 1388 - "syn", 1389 - ] 1783 + checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" 1390 1784 1391 1785 [[package]] 1392 1786 name = "differential-dataflow" 1393 1787 version = "0.12.0" 1394 - source = "git+https://github.com/TimelyDataflow/differential-dataflow.git#19808dc71b38d8a0c804ffae96d32868e64b20c1" 1788 + source = "git+https://github.com/MaterializeInc/differential-dataflow.git#c5b9baca0283f4d96f7e6f914de8578fb5c521de" 1395 1789 dependencies = [ 1396 1790 "abomonation", 1397 1791 "abomonation_derive", 1398 1792 "fnv", 1399 1793 "serde", 1400 - "serde_derive", 1401 1794 "timely", 1402 1795 ] 1403 1796 ··· 1409 1802 1410 1803 [[package]] 1411 1804 name = "digest" 1412 - version = "0.10.0" 1805 + version = "0.10.6" 1413 1806 source = "registry+https://github.com/rust-lang/crates.io-index" 1414 - checksum = "8549e6bfdecd113b7e221fe60b433087f6957387a20f8118ebca9b12af19143d" 1807 + checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 1415 1808 dependencies = [ 1416 1809 "block-buffer", 1417 1810 "crypto-common", 1418 - "generic-array", 1419 1811 "subtle", 1420 1812 ] 1421 1813 1422 1814 [[package]] 1815 + name = "dirs" 1816 + version = "5.0.1" 1817 + source = "registry+https://github.com/rust-lang/crates.io-index" 1818 + checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 1819 + dependencies = [ 1820 + "dirs-sys", 1821 + ] 1822 + 1823 + [[package]] 1824 + name = "dirs-sys" 1825 + version = "0.4.1" 1826 + source = "registry+https://github.com/rust-lang/crates.io-index" 1827 + checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 1828 + dependencies = [ 1829 + "libc", 1830 + "option-ext", 1831 + "redox_users", 1832 + "windows-sys 0.48.0", 1833 + ] 1834 + 1835 + [[package]] 1423 1836 name = "doc-comment" 1424 1837 version = "0.3.1" 1425 1838 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1428 1841 [[package]] 1429 1842 name = "dogsdogsdogs" 1430 1843 version = "0.1.0" 1431 - source = "git+https://github.com/TimelyDataflow/differential-dataflow.git#19808dc71b38d8a0c804ffae96d32868e64b20c1" 1844 + source = "git+https://github.com/MaterializeInc/differential-dataflow.git#c5b9baca0283f4d96f7e6f914de8578fb5c521de" 1432 1845 dependencies = [ 1433 1846 "abomonation", 1434 1847 "abomonation_derive", ··· 1439 1852 ] 1440 1853 1441 1854 [[package]] 1442 - name = "duct" 1443 - version = "0.13.3" 1855 + name = "dyn-clone" 1856 + version = "1.0.9" 1444 1857 source = "registry+https://github.com/rust-lang/crates.io-index" 1445 - checksum = "1607fa68d55be208e83bcfbcfffbc1ec65c9fbcf9eb1a5d548dc3ac0100743b0" 1446 - dependencies = [ 1447 - "libc", 1448 - "once_cell", 1449 - "os_pipe", 1450 - "shared_child", 1451 - ] 1858 + checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2" 1452 1859 1453 1860 [[package]] 1454 - name = "educe" 1455 - version = "0.4.18" 1861 + name = "either" 1862 + version = "1.8.0" 1456 1863 source = "registry+https://github.com/rust-lang/crates.io-index" 1457 - checksum = "f86b50932a01e7ec5c06160492ab660fb19b6bb2a7878030dd6cd68d21df9d4d" 1864 + checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" 1458 1865 dependencies = [ 1459 - "enum-ordinalize", 1460 - "proc-macro2", 1461 - "quote", 1462 - "syn", 1866 + "serde", 1463 1867 ] 1464 - 1465 - [[package]] 1466 - name = "either" 1467 - version = "1.6.1" 1468 - source = "registry+https://github.com/rust-lang/crates.io-index" 1469 - checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 1470 1868 1471 1869 [[package]] 1472 1870 name = "encode_unicode" ··· 1548 1946 ] 1549 1947 1550 1948 [[package]] 1949 + name = "enum-as-inner" 1950 + version = "0.5.1" 1951 + source = "registry+https://github.com/rust-lang/crates.io-index" 1952 + checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116" 1953 + dependencies = [ 1954 + "heck", 1955 + "proc-macro2", 1956 + "quote", 1957 + "syn 1.0.107", 1958 + ] 1959 + 1960 + [[package]] 1551 1961 name = "enum-iterator" 1552 - version = "0.7.0" 1962 + version = "1.2.0" 1553 1963 source = "registry+https://github.com/rust-lang/crates.io-index" 1554 - checksum = "4eeac5c5edb79e4e39fe8439ef35207780a11f69c52cbe424ce3dfad4cb78de6" 1964 + checksum = "91a4ec26efacf4aeff80887a175a419493cb6f8b5480d26387eb0bd038976187" 1555 1965 dependencies = [ 1556 1966 "enum-iterator-derive", 1557 1967 ] 1558 1968 1559 1969 [[package]] 1560 1970 name = "enum-iterator-derive" 1561 - version = "0.7.0" 1971 + version = "1.1.0" 1562 1972 source = "registry+https://github.com/rust-lang/crates.io-index" 1563 - checksum = "c134c37760b27a871ba422106eedbb8247da973a09e82558bf26d619c882b159" 1973 + checksum = "828de45d0ca18782232dfb8f3ea9cc428e8ced380eb26a520baaacfc70de39ce" 1564 1974 dependencies = [ 1565 1975 "proc-macro2", 1566 1976 "quote", 1567 - "syn", 1977 + "syn 1.0.107", 1568 1978 ] 1569 1979 1570 1980 [[package]] ··· 1575 1985 dependencies = [ 1576 1986 "proc-macro2", 1577 1987 "quote", 1578 - "syn", 1988 + "syn 1.0.107", 1579 1989 ] 1580 1990 1581 1991 [[package]] 1582 - name = "enum-ordinalize" 1583 - version = "3.1.10" 1992 + name = "enum_dispatch" 1993 + version = "0.3.11" 1584 1994 source = "registry+https://github.com/rust-lang/crates.io-index" 1585 - checksum = "0b166c9e378360dd5a6666a9604bb4f54ae0cac39023ffbac425e917a2a04fef" 1995 + checksum = "11f36e95862220b211a6e2aa5eca09b4fa391b13cd52ceb8035a24bf65a79de2" 1586 1996 dependencies = [ 1587 - "num-bigint", 1588 - "num-traits", 1997 + "once_cell", 1589 1998 "proc-macro2", 1590 1999 "quote", 1591 - "syn", 2000 + "syn 1.0.107", 1592 2001 ] 1593 2002 1594 2003 [[package]] 1595 2004 name = "enumflags2" 1596 - version = "0.7.1" 2005 + version = "0.7.7" 1597 2006 source = "registry+https://github.com/rust-lang/crates.io-index" 1598 - checksum = "a8672257d642ffdd235f6e9c723c2326ac1253c8f3c022e7cfd2e57da55b1131" 2007 + checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2" 1599 2008 dependencies = [ 1600 2009 "enumflags2_derive", 1601 2010 ] 1602 2011 1603 2012 [[package]] 1604 2013 name = "enumflags2_derive" 1605 - version = "0.7.0" 2014 + version = "0.7.7" 1606 2015 source = "registry+https://github.com/rust-lang/crates.io-index" 1607 - checksum = "33526f770a27828ce7c2792fdb7cb240220237e0ff12933ed6c23957fc5dd7cf" 2016 + checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745" 1608 2017 dependencies = [ 1609 2018 "proc-macro2", 1610 2019 "quote", 1611 - "syn", 2020 + "syn 2.0.39", 2021 + ] 2022 + 2023 + [[package]] 2024 + name = "equivalent" 2025 + version = "1.0.1" 2026 + source = "registry+https://github.com/rust-lang/crates.io-index" 2027 + checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 2028 + 2029 + [[package]] 2030 + name = "errno" 2031 + version = "0.3.1" 2032 + source = "registry+https://github.com/rust-lang/crates.io-index" 2033 + checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 2034 + dependencies = [ 2035 + "errno-dragonfly", 2036 + "libc", 2037 + "windows-sys 0.48.0", 1612 2038 ] 1613 2039 1614 2040 [[package]] 1615 - name = "env_logger" 1616 - version = "0.9.0" 2041 + name = "errno-dragonfly" 2042 + version = "0.1.2" 1617 2043 source = "registry+https://github.com/rust-lang/crates.io-index" 1618 - checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" 2044 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 1619 2045 dependencies = [ 1620 - "atty", 1621 - "humantime", 1622 - "log", 1623 - "regex", 1624 - "termcolor", 2046 + "cc", 2047 + "libc", 1625 2048 ] 1626 2049 1627 2050 [[package]] 1628 - name = "error-iter" 1629 - version = "0.2.0" 2051 + name = "error-chain" 2052 + version = "0.12.4" 2053 + source = "registry+https://github.com/rust-lang/crates.io-index" 2054 + checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" 2055 + dependencies = [ 2056 + "version_check", 2057 + ] 2058 + 2059 + [[package]] 2060 + name = "ethnum" 2061 + version = "1.3.0" 1630 2062 source = "registry+https://github.com/rust-lang/crates.io-index" 1631 - checksum = "e09bfe3000e5aaf2904d2c90e8f38de83dff06731c666d588d382f19da6606a9" 2063 + checksum = "2eac3c0b9fa6eb75255ebb42c0ba3e2210d102a66d2795afef6fed668f373311" 1632 2064 1633 2065 [[package]] 1634 - name = "expr" 1635 - version = "0.0.0" 2066 + name = "eventsource-client" 2067 + version = "0.11.0" 2068 + source = "git+https://github.com/MaterializeInc/rust-eventsource-client#fb749fde693a9757289238ee71d4e9b3590fb24b" 1636 2069 dependencies = [ 1637 - "aho-corasick", 1638 - "anyhow", 1639 - "chrono", 1640 - "csv", 1641 - "datadriven", 1642 - "dec", 1643 - "encoding", 1644 - "enum-iterator", 1645 - "expr_test_util", 1646 - "hex", 1647 - "hmac", 1648 - "itertools", 1649 - "lowertest", 1650 - "md-5", 1651 - "num", 1652 - "num-iter", 1653 - "num_enum", 1654 - "ordered-float", 1655 - "ore", 1656 - "paste", 1657 - "pdqselect", 1658 - "pgrepr", 1659 - "proc-macro2", 1660 - "regex", 1661 - "regex-syntax", 1662 - "repr", 1663 - "serde", 1664 - "serde_json", 1665 - "sha-1", 1666 - "sha2", 1667 - "uncased", 1668 - "uuid", 2070 + "futures", 2071 + "hyper", 2072 + "hyper-timeout", 2073 + "hyper-tls", 2074 + "log", 2075 + "pin-project", 2076 + "rand", 2077 + "tokio", 1669 2078 ] 1670 2079 1671 2080 [[package]] 1672 - name = "expr_test_util" 1673 - version = "0.0.0" 2081 + name = "exclusion-set" 2082 + version = "0.1.2" 2083 + source = "registry+https://github.com/rust-lang/crates.io-index" 2084 + checksum = "9c3708c48ed7245587498d116a41566942d6d9943f5b3207fbf522e2bd0b72d0" 1674 2085 dependencies = [ 1675 - "datadriven", 1676 - "expr", 1677 - "lazy_static", 1678 - "lowertest", 1679 - "ore", 1680 - "proc-macro2", 1681 - "repr", 1682 - "repr_test_util", 1683 - "serde", 1684 - "serde_json", 2086 + "loom", 1685 2087 ] 1686 2088 1687 2089 [[package]] 1688 2090 name = "fail" 1689 - version = "0.5.0" 2091 + version = "0.5.1" 1690 2092 source = "registry+https://github.com/rust-lang/crates.io-index" 1691 - checksum = "ec3245a0ca564e7f3c797d20d833a6870f57a728ac967d5225b3ffdef4465011" 2093 + checksum = "fe5e43d0f78a42ad591453aedb1d7ae631ce7ee445c7643691055a9ed8d3b01c" 1692 2094 dependencies = [ 1693 - "lazy_static", 1694 2095 "log", 2096 + "once_cell", 1695 2097 "rand", 1696 2098 ] 1697 2099 ··· 1708 2110 checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 1709 2111 1710 2112 [[package]] 2113 + name = "fancy-regex" 2114 + version = "0.11.0" 2115 + source = "registry+https://github.com/rust-lang/crates.io-index" 2116 + checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" 2117 + dependencies = [ 2118 + "bit-set", 2119 + "regex", 2120 + ] 2121 + 2122 + [[package]] 1711 2123 name = "fast-float" 1712 2124 version = "0.2.0" 1713 2125 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1715 2127 1716 2128 [[package]] 1717 2129 name = "fastrand" 1718 - version = "1.5.0" 2130 + version = "2.0.1" 1719 2131 source = "registry+https://github.com/rust-lang/crates.io-index" 1720 - checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e" 1721 - dependencies = [ 1722 - "instant", 1723 - ] 2132 + checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 1724 2133 1725 2134 [[package]] 1726 2135 name = "filetime" ··· 1730 2139 dependencies = [ 1731 2140 "cfg-if", 1732 2141 "libc", 1733 - "redox_syscall", 2142 + "redox_syscall 0.2.10", 1734 2143 "winapi", 1735 2144 ] 1736 2145 1737 2146 [[package]] 1738 2147 name = "findshlibs" 1739 - version = "0.10.1" 2148 + version = "0.10.2" 1740 2149 source = "registry+https://github.com/rust-lang/crates.io-index" 1741 - checksum = "d691fdb3f817632d259d09220d4cf0991dbb2c9e59e044a02a59194bf6e14484" 2150 + checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64" 1742 2151 dependencies = [ 1743 2152 "cc", 1744 2153 "lazy_static", ··· 1747 2156 ] 1748 2157 1749 2158 [[package]] 1750 - name = "flatbuffers" 1751 - version = "2.0.0" 2159 + name = "fixedbitset" 2160 + version = "0.4.1" 1752 2161 source = "registry+https://github.com/rust-lang/crates.io-index" 1753 - checksum = "ef4c5738bcd7fad10315029c50026f83c9da5e4a21f8ed66826f43e0e2bde5f6" 1754 - dependencies = [ 1755 - "bitflags", 1756 - "smallvec", 1757 - "thiserror", 1758 - ] 2162 + checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e" 1759 2163 1760 2164 [[package]] 1761 2165 name = "flate2" 1762 - version = "1.0.22" 2166 + version = "1.0.24" 1763 2167 source = "registry+https://github.com/rust-lang/crates.io-index" 1764 - checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f" 2168 + checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" 1765 2169 dependencies = [ 1766 - "cfg-if", 1767 2170 "crc32fast", 1768 - "libc", 2171 + "libz-sys", 1769 2172 "miniz_oxide", 1770 2173 ] 1771 2174 ··· 1800 2203 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1801 2204 1802 2205 [[package]] 2206 + name = "foreign_vec" 2207 + version = "0.1.0" 2208 + source = "registry+https://github.com/rust-lang/crates.io-index" 2209 + checksum = "ee1b05cbd864bcaecbd3455d6d967862d446e4ebfc3c2e5e5b9841e53cba6673" 2210 + 2211 + [[package]] 1803 2212 name = "form_urlencoded" 1804 - version = "1.0.0" 2213 + version = "1.1.0" 1805 2214 source = "registry+https://github.com/rust-lang/crates.io-index" 1806 - checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00" 2215 + checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 1807 2216 dependencies = [ 1808 - "matches", 1809 2217 "percent-encoding", 1810 2218 ] 1811 2219 1812 2220 [[package]] 1813 2221 name = "fs_extra" 1814 - version = "1.1.0" 2222 + version = "1.3.0" 1815 2223 source = "registry+https://github.com/rust-lang/crates.io-index" 1816 - checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" 2224 + checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 1817 2225 1818 2226 [[package]] 1819 - name = "fstrings" 1820 - version = "0.2.3" 2227 + name = "funty" 2228 + version = "2.0.0" 1821 2229 source = "registry+https://github.com/rust-lang/crates.io-index" 1822 - checksum = "7845a0f15da505ac36baad0486612dab57f8b8d34e19c5470a265bbcdd572ae6" 1823 - dependencies = [ 1824 - "fstrings-proc-macro", 1825 - "proc-macro-hack", 1826 - ] 1827 - 1828 - [[package]] 1829 - name = "fstrings-proc-macro" 1830 - version = "0.2.3" 1831 - source = "registry+https://github.com/rust-lang/crates.io-index" 1832 - checksum = "63b58c0e7581dc33478a32299182cbe5ae3b8c028be26728a47fb0a113c92d9d" 1833 - dependencies = [ 1834 - "proc-macro-hack", 1835 - "proc-macro2", 1836 - "quote", 1837 - "syn", 1838 - ] 2230 + checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 1839 2231 1840 2232 [[package]] 1841 2233 name = "futures" 1842 - version = "0.3.19" 2234 + version = "0.3.25" 1843 2235 source = "registry+https://github.com/rust-lang/crates.io-index" 1844 - checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4" 2236 + checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0" 1845 2237 dependencies = [ 1846 2238 "futures-channel", 1847 2239 "futures-core", ··· 1854 2246 1855 2247 [[package]] 1856 2248 name = "futures-channel" 1857 - version = "0.3.19" 2249 + version = "0.3.28" 1858 2250 source = "registry+https://github.com/rust-lang/crates.io-index" 1859 - checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b" 2251 + checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 1860 2252 dependencies = [ 1861 2253 "futures-core", 1862 2254 "futures-sink", ··· 1864 2256 1865 2257 [[package]] 1866 2258 name = "futures-core" 1867 - version = "0.3.19" 2259 + version = "0.3.28" 1868 2260 source = "registry+https://github.com/rust-lang/crates.io-index" 1869 - checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7" 2261 + checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 1870 2262 1871 2263 [[package]] 1872 2264 name = "futures-executor" 1873 - version = "0.3.19" 2265 + version = "0.3.25" 1874 2266 source = "registry+https://github.com/rust-lang/crates.io-index" 1875 - checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a" 2267 + checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2" 1876 2268 dependencies = [ 1877 2269 "futures-core", 1878 2270 "futures-task", ··· 1881 2273 1882 2274 [[package]] 1883 2275 name = "futures-io" 1884 - version = "0.3.19" 2276 + version = "0.3.28" 1885 2277 source = "registry+https://github.com/rust-lang/crates.io-index" 1886 - checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2" 2278 + checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 1887 2279 1888 2280 [[package]] 1889 2281 name = "futures-macro" 1890 - version = "0.3.19" 2282 + version = "0.3.28" 1891 2283 source = "registry+https://github.com/rust-lang/crates.io-index" 1892 - checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c" 2284 + checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 1893 2285 dependencies = [ 1894 2286 "proc-macro2", 1895 2287 "quote", 1896 - "syn", 2288 + "syn 2.0.39", 1897 2289 ] 1898 2290 1899 2291 [[package]] 1900 2292 name = "futures-sink" 1901 - version = "0.3.19" 2293 + version = "0.3.28" 1902 2294 source = "registry+https://github.com/rust-lang/crates.io-index" 1903 - checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508" 2295 + checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 1904 2296 1905 2297 [[package]] 1906 2298 name = "futures-task" 1907 - version = "0.3.19" 2299 + version = "0.3.28" 2300 + source = "registry+https://github.com/rust-lang/crates.io-index" 2301 + checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 2302 + 2303 + [[package]] 2304 + name = "futures-timer" 2305 + version = "3.0.2" 1908 2306 source = "registry+https://github.com/rust-lang/crates.io-index" 1909 - checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72" 2307 + checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" 1910 2308 1911 2309 [[package]] 1912 2310 name = "futures-util" 1913 - version = "0.3.19" 2311 + version = "0.3.28" 1914 2312 source = "registry+https://github.com/rust-lang/crates.io-index" 1915 - checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164" 2313 + checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 1916 2314 dependencies = [ 1917 2315 "futures-channel", 1918 2316 "futures-core", ··· 1927 2325 ] 1928 2326 1929 2327 [[package]] 1930 - name = "fuzz" 1931 - version = "0.0.1" 2328 + name = "generator" 2329 + version = "0.7.5" 2330 + source = "registry+https://github.com/rust-lang/crates.io-index" 2331 + checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e" 1932 2332 dependencies = [ 1933 - "honggfuzz", 1934 - "repr", 1935 - "sql-parser", 2333 + "cc", 2334 + "libc", 2335 + "log", 2336 + "rustversion", 2337 + "windows", 1936 2338 ] 1937 2339 1938 2340 [[package]] ··· 1956 2358 1957 2359 [[package]] 1958 2360 name = "getrandom" 1959 - version = "0.2.1" 2361 + version = "0.2.10" 1960 2362 source = "registry+https://github.com/rust-lang/crates.io-index" 1961 - checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6" 2363 + checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 1962 2364 dependencies = [ 1963 2365 "cfg-if", 2366 + "js-sys", 1964 2367 "libc", 1965 2368 "wasi", 1966 - ] 1967 - 1968 - [[package]] 1969 - name = "getset" 1970 - version = "0.1.1" 1971 - source = "registry+https://github.com/rust-lang/crates.io-index" 1972 - checksum = "24b328c01a4d71d2d8173daa93562a73ab0fe85616876f02500f53d82948c504" 1973 - dependencies = [ 1974 - "proc-macro-error", 1975 - "proc-macro2", 1976 - "quote", 1977 - "syn", 2369 + "wasm-bindgen", 1978 2370 ] 1979 2371 1980 2372 [[package]] ··· 1985 2377 1986 2378 [[package]] 1987 2379 name = "glob" 1988 - version = "0.3.0" 2380 + version = "0.3.1" 1989 2381 source = "registry+https://github.com/rust-lang/crates.io-index" 1990 - checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" 2382 + checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1991 2383 1992 2384 [[package]] 1993 2385 name = "globset" 1994 - version = "0.4.8" 2386 + version = "0.4.9" 1995 2387 source = "registry+https://github.com/rust-lang/crates.io-index" 1996 - checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd" 2388 + checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a" 1997 2389 dependencies = [ 1998 2390 "aho-corasick", 1999 - "bstr", 2391 + "bstr 0.2.14", 2000 2392 "fnv", 2001 2393 "log", 2002 2394 "regex", ··· 2004 2396 ] 2005 2397 2006 2398 [[package]] 2399 + name = "governor" 2400 + version = "0.6.0" 2401 + source = "registry+https://github.com/rust-lang/crates.io-index" 2402 + checksum = "821239e5672ff23e2a7060901fa622950bbd80b649cdaadd78d1c1767ed14eb4" 2403 + dependencies = [ 2404 + "cfg-if", 2405 + "dashmap", 2406 + "futures", 2407 + "futures-timer", 2408 + "no-std-compat", 2409 + "nonzero_ext", 2410 + "parking_lot", 2411 + "quanta", 2412 + "rand", 2413 + "smallvec", 2414 + ] 2415 + 2416 + [[package]] 2007 2417 name = "h2" 2008 - version = "0.3.9" 2418 + version = "0.3.18" 2009 2419 source = "registry+https://github.com/rust-lang/crates.io-index" 2010 - checksum = "8f072413d126e57991455e0a922b31e4c8ba7c2ffbebf6b78b4f8521397d65cd" 2420 + checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21" 2011 2421 dependencies = [ 2012 2422 "bytes", 2013 2423 "fnv", ··· 2015 2425 "futures-sink", 2016 2426 "futures-util", 2017 2427 "http", 2018 - "indexmap", 2428 + "indexmap 1.9.1", 2019 2429 "slab", 2020 2430 "tokio", 2021 2431 "tokio-util", ··· 2036 2446 2037 2447 [[package]] 2038 2448 name = "hashbrown" 2039 - version = "0.11.2" 2449 + version = "0.12.3" 2040 2450 source = "registry+https://github.com/rust-lang/crates.io-index" 2041 - checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" 2451 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 2452 + 2453 + [[package]] 2454 + name = "hashbrown" 2455 + version = "0.14.0" 2456 + source = "registry+https://github.com/rust-lang/crates.io-index" 2457 + checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 2042 2458 dependencies = [ 2043 2459 "ahash", 2460 + "allocator-api2", 2044 2461 ] 2045 2462 2046 2463 [[package]] 2047 - name = "hashlink" 2048 - version = "0.7.0" 2464 + name = "hdrhistogram" 2465 + version = "7.4.0" 2049 2466 source = "registry+https://github.com/rust-lang/crates.io-index" 2050 - checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf" 2467 + checksum = "6490be71f07a5f62b564bc58e36953f675833df11c7e4a0647bee7a07ca1ec5e" 2051 2468 dependencies = [ 2052 - "hashbrown", 2469 + "base64 0.13.1", 2470 + "byteorder", 2471 + "flate2", 2472 + "nom", 2473 + "num-traits", 2053 2474 ] 2054 2475 2055 2476 [[package]] 2056 2477 name = "headers" 2057 - version = "0.3.5" 2058 - source = "git+https://github.com/MaterializeInc/headers.git#b968d50f79907ea74ad42c8cc83c950314f1ca31" 2478 + version = "0.3.8" 2479 + source = "registry+https://github.com/rust-lang/crates.io-index" 2480 + checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584" 2059 2481 dependencies = [ 2060 - "base64", 2061 - "bitflags", 2482 + "base64 0.13.1", 2483 + "bitflags 1.3.2", 2062 2484 "bytes", 2063 2485 "headers-core", 2064 2486 "http", 2065 2487 "httpdate", 2066 2488 "mime", 2067 - "sha-1", 2489 + "sha1", 2068 2490 ] 2069 2491 2070 2492 [[package]] 2071 2493 name = "headers-core" 2072 2494 version = "0.2.0" 2073 - source = "git+https://github.com/MaterializeInc/headers.git#b968d50f79907ea74ad42c8cc83c950314f1ca31" 2495 + source = "registry+https://github.com/rust-lang/crates.io-index" 2496 + checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" 2074 2497 dependencies = [ 2075 2498 "http", 2076 2499 ] 2077 2500 2078 2501 [[package]] 2079 2502 name = "heck" 2080 - version = "0.3.1" 2503 + version = "0.4.0" 2504 + source = "registry+https://github.com/rust-lang/crates.io-index" 2505 + checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 2506 + 2507 + [[package]] 2508 + name = "hermit-abi" 2509 + version = "0.1.6" 2081 2510 source = "registry+https://github.com/rust-lang/crates.io-index" 2082 - checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" 2511 + checksum = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" 2083 2512 dependencies = [ 2084 - "unicode-segmentation", 2513 + "libc", 2085 2514 ] 2086 2515 2087 2516 [[package]] 2088 2517 name = "hermit-abi" 2089 - version = "0.1.6" 2518 + version = "0.2.6" 2090 2519 source = "registry+https://github.com/rust-lang/crates.io-index" 2091 - checksum = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" 2520 + checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 2092 2521 dependencies = [ 2093 2522 "libc", 2094 2523 ] 2095 2524 2096 2525 [[package]] 2526 + name = "hermit-abi" 2527 + version = "0.3.1" 2528 + source = "registry+https://github.com/rust-lang/crates.io-index" 2529 + checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 2530 + 2531 + [[package]] 2097 2532 name = "hex" 2098 2533 version = "0.4.3" 2099 2534 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2106 2541 checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" 2107 2542 2108 2543 [[package]] 2544 + name = "hibitset" 2545 + version = "0.6.4" 2546 + source = "registry+https://github.com/rust-lang/crates.io-index" 2547 + checksum = "f3ede5cfa60c958e60330d65163adbc4211e15a2653ad80eb0cce878de120121" 2548 + dependencies = [ 2549 + "rayon", 2550 + ] 2551 + 2552 + [[package]] 2109 2553 name = "hmac" 2110 - version = "0.12.0" 2554 + version = "0.12.1" 2111 2555 source = "registry+https://github.com/rust-lang/crates.io-index" 2112 - checksum = "ddca131f3e7f2ce2df364b57949a9d47915cfbd35e46cfee355ccebbf794d6a2" 2556 + checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 2113 2557 dependencies = [ 2114 2558 "digest", 2115 2559 ] 2116 2560 2117 2561 [[package]] 2118 - name = "honggfuzz" 2119 - version = "0.5.54" 2562 + name = "home" 2563 + version = "0.5.5" 2564 + source = "registry+https://github.com/rust-lang/crates.io-index" 2565 + checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 2566 + dependencies = [ 2567 + "windows-sys 0.48.0", 2568 + ] 2569 + 2570 + [[package]] 2571 + name = "hostname" 2572 + version = "0.3.1" 2120 2573 source = "registry+https://github.com/rust-lang/crates.io-index" 2121 - checksum = "bea09577d948a98a5f59b7c891e274c4fb35ad52f67782b3d0cb53b9c05301f1" 2574 + checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 2122 2575 dependencies = [ 2123 - "arbitrary", 2124 - "lazy_static", 2125 - "memmap", 2576 + "libc", 2577 + "match_cfg", 2578 + "winapi", 2126 2579 ] 2127 2580 2128 2581 [[package]] 2129 2582 name = "http" 2130 - version = "0.2.6" 2583 + version = "0.2.9" 2131 2584 source = "registry+https://github.com/rust-lang/crates.io-index" 2132 - checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03" 2585 + checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 2133 2586 dependencies = [ 2134 2587 "bytes", 2135 2588 "fnv", 2136 - "itoa 1.0.1", 2589 + "itoa", 2137 2590 ] 2138 2591 2139 2592 [[package]] 2140 2593 name = "http-body" 2141 - version = "0.4.4" 2594 + version = "0.4.5" 2142 2595 source = "registry+https://github.com/rust-lang/crates.io-index" 2143 - checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" 2596 + checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 2144 2597 dependencies = [ 2145 2598 "bytes", 2146 2599 "http", ··· 2148 2601 ] 2149 2602 2150 2603 [[package]] 2151 - name = "httparse" 2152 - version = "1.5.1" 2604 + name = "http-range-header" 2605 + version = "0.3.0" 2153 2606 source = "registry+https://github.com/rust-lang/crates.io-index" 2154 - checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503" 2607 + checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29" 2155 2608 2156 2609 [[package]] 2157 - name = "httpdate" 2158 - version = "1.0.0" 2610 + name = "httparse" 2611 + version = "1.8.0" 2159 2612 source = "registry+https://github.com/rust-lang/crates.io-index" 2160 - checksum = "05842d0d43232b23ccb7060ecb0f0626922c21f30012e97b767b30afd4a5d4b9" 2613 + checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 2161 2614 2162 2615 [[package]] 2163 - name = "humansize" 2164 - version = "1.1.1" 2616 + name = "httpdate" 2617 + version = "1.0.2" 2165 2618 source = "registry+https://github.com/rust-lang/crates.io-index" 2166 - checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026" 2619 + checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 2167 2620 2168 2621 [[package]] 2169 2622 name = "humantime" 2170 - version = "2.0.1" 2623 + version = "2.1.0" 2171 2624 source = "registry+https://github.com/rust-lang/crates.io-index" 2172 - checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" 2625 + checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 2173 2626 2174 2627 [[package]] 2175 2628 name = "hyper" 2176 - version = "0.14.16" 2629 + version = "0.14.27" 2177 2630 source = "registry+https://github.com/rust-lang/crates.io-index" 2178 - checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55" 2631 + checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" 2179 2632 dependencies = [ 2180 2633 "bytes", 2181 2634 "futures-channel", ··· 2186 2639 "http-body", 2187 2640 "httparse", 2188 2641 "httpdate", 2189 - "itoa 0.4.6", 2642 + "itoa", 2190 2643 "pin-project-lite", 2191 - "socket2", 2644 + "socket2 0.4.9", 2192 2645 "tokio", 2193 2646 "tower-service", 2194 2647 "tracing", ··· 2197 2650 2198 2651 [[package]] 2199 2652 name = "hyper-openssl" 2200 - version = "0.9.1" 2653 + version = "0.9.2" 2201 2654 source = "registry+https://github.com/rust-lang/crates.io-index" 2202 - checksum = "a9d52322a69f0a93f177d76ca82073fcec8d5b4eb6e28525d5b3142fa718195c" 2655 + checksum = "d6ee5d7a8f718585d1c3c61dfde28ef5b0bb14734b4db13f5ada856cdc6c612b" 2203 2656 dependencies = [ 2204 2657 "http", 2205 2658 "hyper", ··· 2214 2667 ] 2215 2668 2216 2669 [[package]] 2217 - name = "hyper-proxy" 2218 - version = "0.9.1" 2670 + name = "hyper-timeout" 2671 + version = "0.4.1" 2219 2672 source = "registry+https://github.com/rust-lang/crates.io-index" 2220 - checksum = "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc" 2673 + checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" 2221 2674 dependencies = [ 2222 - "bytes", 2223 - "futures", 2224 - "headers", 2225 - "http", 2226 2675 "hyper", 2227 - "hyper-tls", 2228 - "native-tls", 2676 + "pin-project-lite", 2229 2677 "tokio", 2230 - "tokio-native-tls", 2231 - "tower-service", 2678 + "tokio-io-timeout", 2232 2679 ] 2233 2680 2234 2681 [[package]] ··· 2245 2692 ] 2246 2693 2247 2694 [[package]] 2695 + name = "iana-time-zone" 2696 + version = "0.1.47" 2697 + source = "registry+https://github.com/rust-lang/crates.io-index" 2698 + checksum = "4c495f162af0bf17656d0014a0eded5f3cd2f365fdd204548c2869db89359dc7" 2699 + dependencies = [ 2700 + "android_system_properties", 2701 + "core-foundation-sys", 2702 + "js-sys", 2703 + "once_cell", 2704 + "wasm-bindgen", 2705 + "winapi", 2706 + ] 2707 + 2708 + [[package]] 2248 2709 name = "ident_case" 2249 2710 version = "1.0.1" 2250 2711 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2252 2713 2253 2714 [[package]] 2254 2715 name = "idna" 2255 - version = "0.2.0" 2716 + version = "0.3.0" 2256 2717 source = "registry+https://github.com/rust-lang/crates.io-index" 2257 - checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" 2718 + checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 2258 2719 dependencies = [ 2259 - "matches", 2260 2720 "unicode-bidi", 2261 2721 "unicode-normalization", 2262 2722 ] 2263 2723 2264 2724 [[package]] 2265 2725 name = "include_dir" 2266 - version = "0.7.2" 2726 + version = "0.7.3" 2267 2727 source = "registry+https://github.com/rust-lang/crates.io-index" 2268 - checksum = "482a2e29200b7eed25d7fdbd14423326760b7f6658d21a4cf12d55a50713c69f" 2728 + checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" 2269 2729 dependencies = [ 2270 2730 "include_dir_macros", 2271 2731 ] ··· 2282 2742 2283 2743 [[package]] 2284 2744 name = "indexmap" 2285 - version = "1.7.0" 2745 + version = "1.9.1" 2286 2746 source = "registry+https://github.com/rust-lang/crates.io-index" 2287 - checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" 2747 + checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" 2288 2748 dependencies = [ 2289 2749 "autocfg", 2290 - "hashbrown", 2750 + "hashbrown 0.12.3", 2751 + "serde", 2752 + ] 2753 + 2754 + [[package]] 2755 + name = "indexmap" 2756 + version = "2.0.0" 2757 + source = "registry+https://github.com/rust-lang/crates.io-index" 2758 + checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 2759 + dependencies = [ 2760 + "equivalent", 2761 + "hashbrown 0.14.0", 2291 2762 ] 2292 2763 2293 2764 [[package]] 2294 2765 name = "indicatif" 2295 - version = "0.16.2" 2766 + version = "0.17.2" 2767 + source = "registry+https://github.com/rust-lang/crates.io-index" 2768 + checksum = "4295cbb7573c16d310e99e713cf9e75101eb190ab31fccd35f2d2691b4352b19" 2769 + dependencies = [ 2770 + "console", 2771 + "number_prefix", 2772 + "portable-atomic", 2773 + "unicode-width", 2774 + ] 2775 + 2776 + [[package]] 2777 + name = "insta" 2778 + version = "1.33.0" 2296 2779 source = "registry+https://github.com/rust-lang/crates.io-index" 2297 - checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b" 2780 + checksum = "1aa511b2e298cd49b1856746f6bb73e17036bcd66b25f5e92cdcdbec9bd75686" 2298 2781 dependencies = [ 2299 2782 "console", 2300 2783 "lazy_static", 2301 - "number_prefix", 2302 - "regex", 2784 + "linked-hash-map", 2785 + "similar", 2786 + "yaml-rust", 2787 + ] 2788 + 2789 + [[package]] 2790 + name = "instant" 2791 + version = "0.1.12" 2792 + source = "registry+https://github.com/rust-lang/crates.io-index" 2793 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 2794 + dependencies = [ 2795 + "cfg-if", 2303 2796 ] 2304 2797 2305 2798 [[package]] 2306 - name = "inotify" 2307 - version = "0.10.0" 2799 + name = "io-lifetimes" 2800 + version = "1.0.10" 2308 2801 source = "registry+https://github.com/rust-lang/crates.io-index" 2309 - checksum = "abf888f9575c290197b2c948dc9e9ff10bd1a39ad1ea8585f734585fa6b9d3f9" 2802 + checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 2310 2803 dependencies = [ 2311 - "bitflags", 2312 - "futures-core", 2313 - "inotify-sys", 2804 + "hermit-abi 0.3.1", 2314 2805 "libc", 2315 - "tokio", 2806 + "windows-sys 0.48.0", 2316 2807 ] 2317 2808 2318 2809 [[package]] 2319 - name = "inotify-sys" 2320 - version = "0.1.4" 2810 + name = "ipnet" 2811 + version = "2.5.0" 2321 2812 source = "registry+https://github.com/rust-lang/crates.io-index" 2322 - checksum = "c4563555856585ab3180a5bf0b2f9f8d301a728462afffc8195b3f5394229c55" 2813 + checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b" 2814 + 2815 + [[package]] 2816 + name = "itertools" 2817 + version = "0.10.5" 2818 + source = "registry+https://github.com/rust-lang/crates.io-index" 2819 + checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 2820 + dependencies = [ 2821 + "either", 2822 + ] 2823 + 2824 + [[package]] 2825 + name = "itoa" 2826 + version = "1.0.6" 2827 + source = "registry+https://github.com/rust-lang/crates.io-index" 2828 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 2829 + 2830 + [[package]] 2831 + name = "jobserver" 2832 + version = "0.1.21" 2833 + source = "registry+https://github.com/rust-lang/crates.io-index" 2834 + checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" 2323 2835 dependencies = [ 2324 2836 "libc", 2325 2837 ] 2326 2838 2327 2839 [[package]] 2328 - name = "instant" 2329 - version = "0.1.6" 2840 + name = "js-sys" 2841 + version = "0.3.64" 2842 + source = "registry+https://github.com/rust-lang/crates.io-index" 2843 + checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 2844 + dependencies = [ 2845 + "wasm-bindgen", 2846 + ] 2847 + 2848 + [[package]] 2849 + name = "json-patch" 2850 + version = "1.0.0" 2330 2851 source = "registry+https://github.com/rust-lang/crates.io-index" 2331 - checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485" 2852 + checksum = "1f54898088ccb91df1b492cc80029a6fdf1c48ca0db7c6822a8babad69c94658" 2853 + dependencies = [ 2854 + "serde", 2855 + "serde_json", 2856 + "thiserror", 2857 + "treediff", 2858 + ] 2332 2859 2333 2860 [[package]] 2334 - name = "integer-encoding" 2335 - version = "3.0.2" 2861 + name = "jsonpath_lib" 2862 + version = "0.3.0" 2336 2863 source = "registry+https://github.com/rust-lang/crates.io-index" 2337 - checksum = "90c11140ffea82edce8dcd74137ce9324ec24b3cf0175fc9d7e29164da9915b8" 2864 + checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f" 2338 2865 dependencies = [ 2339 - "async-trait", 2340 - "futures-util", 2866 + "log", 2867 + "serde", 2868 + "serde_json", 2341 2869 ] 2342 2870 2343 2871 [[package]] 2344 - name = "interchange" 2345 - version = "0.0.0" 2872 + name = "jsonwebtoken" 2873 + version = "9.2.0" 2874 + source = "registry+https://github.com/rust-lang/crates.io-index" 2875 + checksum = "5c7ea04a7c5c055c175f189b6dc6ba036fd62306b58c66c9f6389036c503a3f4" 2346 2876 dependencies = [ 2347 - "anyhow", 2348 - "avro-derive", 2349 - "base64", 2350 - "byteorder", 2351 - "ccsr", 2352 - "chrono", 2353 - "criterion", 2354 - "dec", 2355 - "differential-dataflow", 2356 - "futures", 2357 - "hex", 2358 - "itertools", 2359 - "lazy_static", 2360 - "mz-avro", 2361 - "mz-protoc", 2362 - "num-traits", 2363 - "ordered-float", 2364 - "ore", 2365 - "protobuf", 2366 - "regex", 2367 - "repr", 2877 + "base64 0.21.5", 2878 + "js-sys", 2879 + "pem", 2880 + "ring", 2368 2881 "serde", 2369 2882 "serde_json", 2370 - "sha2", 2371 - "smallvec", 2372 - "sql-parser", 2373 - "tempfile", 2374 - "timely", 2375 - "tokio", 2376 - "tracing", 2377 - "url", 2378 - "uuid", 2883 + "simple_asn1", 2379 2884 ] 2380 2885 2381 2886 [[package]] 2382 - name = "ipnet" 2383 - version = "2.3.1" 2887 + name = "junit-report" 2888 + version = "0.8.3" 2384 2889 source = "registry+https://github.com/rust-lang/crates.io-index" 2385 - checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" 2890 + checksum = "06c3a3342e6720a82d7d179f380e9841b73a1dd49344e33959fdfe571ce56b55" 2891 + dependencies = [ 2892 + "derive-getters", 2893 + "quick-xml", 2894 + "strip-ansi-escapes", 2895 + "time", 2896 + ] 2386 2897 2387 2898 [[package]] 2388 - name = "itertools" 2389 - version = "0.10.3" 2899 + name = "k8s-openapi" 2900 + version = "0.20.0" 2390 2901 source = "registry+https://github.com/rust-lang/crates.io-index" 2391 - checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" 2902 + checksum = "edc3606fd16aca7989db2f84bb25684d0270c6d6fa1dbcd0025af7b4130523a6" 2392 2903 dependencies = [ 2393 - "either", 2904 + "base64 0.21.5", 2905 + "bytes", 2906 + "chrono", 2907 + "schemars", 2908 + "serde", 2909 + "serde-value", 2910 + "serde_json", 2394 2911 ] 2395 2912 2396 2913 [[package]] 2397 - name = "itoa" 2398 - version = "0.4.6" 2914 + name = "keyed_priority_queue" 2915 + version = "0.4.1" 2399 2916 source = "registry+https://github.com/rust-lang/crates.io-index" 2400 - checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" 2917 + checksum = "2d63b6407b66fc81fc539dccf3ddecb669f393c5101b6a2be3976c95099a06e8" 2918 + dependencies = [ 2919 + "indexmap 1.9.1", 2920 + ] 2401 2921 2402 2922 [[package]] 2403 - name = "itoa" 2404 - version = "1.0.1" 2923 + name = "kube" 2924 + version = "0.87.1" 2405 2925 source = "registry+https://github.com/rust-lang/crates.io-index" 2406 - checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" 2926 + checksum = "e34392aea935145070dcd5b39a6dea689ac6534d7d117461316c3d157b1d0fc3" 2927 + dependencies = [ 2928 + "k8s-openapi", 2929 + "kube-client", 2930 + "kube-core", 2931 + "kube-derive", 2932 + "kube-runtime", 2933 + ] 2407 2934 2408 2935 [[package]] 2409 - name = "jobserver" 2410 - version = "0.1.21" 2936 + name = "kube-client" 2937 + version = "0.87.1" 2411 2938 source = "registry+https://github.com/rust-lang/crates.io-index" 2412 - checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" 2939 + checksum = "7266548b9269d9fa19022620d706697e64f312fb2ba31b93e6986453fcc82c92" 2413 2940 dependencies = [ 2414 - "libc", 2941 + "base64 0.21.5", 2942 + "bytes", 2943 + "chrono", 2944 + "either", 2945 + "futures", 2946 + "home", 2947 + "http", 2948 + "http-body", 2949 + "hyper", 2950 + "hyper-openssl", 2951 + "hyper-timeout", 2952 + "jsonpath_lib", 2953 + "k8s-openapi", 2954 + "kube-core", 2955 + "openssl", 2956 + "pem", 2957 + "pin-project", 2958 + "rand", 2959 + "secrecy", 2960 + "serde", 2961 + "serde_json", 2962 + "serde_yaml", 2963 + "thiserror", 2964 + "tokio", 2965 + "tokio-tungstenite", 2966 + "tokio-util", 2967 + "tower", 2968 + "tower-http", 2969 + "tracing", 2415 2970 ] 2416 2971 2417 2972 [[package]] 2418 - name = "js-sys" 2419 - version = "0.3.51" 2973 + name = "kube-core" 2974 + version = "0.87.1" 2420 2975 source = "registry+https://github.com/rust-lang/crates.io-index" 2421 - checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062" 2976 + checksum = "b8321c315b96b59f59ef6b33f604b84b905ab8f9ff114a4f909d934c520227b1" 2422 2977 dependencies = [ 2423 - "wasm-bindgen", 2978 + "chrono", 2979 + "form_urlencoded", 2980 + "http", 2981 + "json-patch", 2982 + "k8s-openapi", 2983 + "once_cell", 2984 + "schemars", 2985 + "serde", 2986 + "serde_json", 2987 + "thiserror", 2424 2988 ] 2425 2989 2426 2990 [[package]] 2427 - name = "json" 2428 - version = "0.12.4" 2991 + name = "kube-derive" 2992 + version = "0.87.1" 2429 2993 source = "registry+https://github.com/rust-lang/crates.io-index" 2430 - checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd" 2994 + checksum = "d54591e1f37fc329d412c0fdaced010cc1305b546a39f283fc51700f8fb49421" 2995 + dependencies = [ 2996 + "darling", 2997 + "proc-macro2", 2998 + "quote", 2999 + "serde_json", 3000 + "syn 2.0.39", 3001 + ] 2431 3002 2432 3003 [[package]] 2433 - name = "json-flattened-view-gen" 2434 - version = "0.1.0" 3004 + name = "kube-runtime" 3005 + version = "0.87.1" 3006 + source = "registry+https://github.com/rust-lang/crates.io-index" 3007 + checksum = "e511e2c1a368d9d4bf6e70db58197e535d818df355b5a2007a8aeb17a370a8ba" 2435 3008 dependencies = [ 2436 - "anyhow", 2437 - "clap", 2438 - "ore", 3009 + "ahash", 3010 + "async-trait", 3011 + "backoff", 3012 + "derivative", 3013 + "futures", 3014 + "hashbrown 0.14.0", 3015 + "json-patch", 3016 + "k8s-openapi", 3017 + "kube-client", 3018 + "parking_lot", 3019 + "pin-project", 2439 3020 "serde", 2440 3021 "serde_json", 3022 + "smallvec", 3023 + "thiserror", 3024 + "tokio", 3025 + "tokio-util", 3026 + "tracing", 2441 3027 ] 2442 3028 2443 3029 [[package]] 2444 - name = "kafka-util" 2445 - version = "0.0.0" 3030 + name = "launchdarkly-server-sdk" 3031 + version = "1.0.0" 3032 + source = "git+https://github.com/MaterializeInc/rust-server-sdk#df1440c8b93a192d50470d1b258615febe52f1f8" 2446 3033 dependencies = [ 2447 - "anyhow", 2448 - "ccsr", 3034 + "built", 2449 3035 "chrono", 2450 - "clap", 2451 - "crossbeam", 3036 + "crossbeam-channel", 3037 + "data-encoding", 3038 + "eventsource-client", 2452 3039 "futures", 2453 - "mz-avro", 2454 - "num_cpus", 2455 - "ore", 2456 - "rand", 2457 - "rdkafka", 3040 + "hyper", 3041 + "hyper-tls", 3042 + "launchdarkly-server-sdk-evaluation", 3043 + "lazy_static", 3044 + "log", 3045 + "lru", 3046 + "moka", 3047 + "parking_lot", 3048 + "ring", 2458 3049 "serde", 2459 3050 "serde_json", 3051 + "thiserror", 2460 3052 "tokio", 2461 - "tracing", 2462 - "url", 3053 + "tokio-stream", 3054 + "uuid", 2463 3055 ] 2464 3056 2465 3057 [[package]] 2466 - name = "krb5-src" 2467 - version = "0.3.1+1.19.2" 3058 + name = "launchdarkly-server-sdk-evaluation" 3059 + version = "1.0.0" 2468 3060 source = "registry+https://github.com/rust-lang/crates.io-index" 2469 - checksum = "57fe5be675c272d885d49be528b3b048e38974a0579b0e691da2fb3f3c41eaca" 3061 + checksum = "5c27dd31ce69c55fca526d1c22c2dcca96fd0c98e496529d37eeef6c41652173" 2470 3062 dependencies = [ 2471 - "duct", 2472 - "openssl-sys", 3063 + "base16ct", 3064 + "chrono", 3065 + "itertools", 3066 + "lazy_static", 3067 + "log", 3068 + "maplit", 3069 + "regex", 3070 + "semver", 3071 + "serde", 3072 + "serde_json", 3073 + "serde_with", 3074 + "sha1", 3075 + "urlencoding", 2473 3076 ] 2474 3077 2475 3078 [[package]] ··· 2479 3082 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 2480 3083 2481 3084 [[package]] 2482 - name = "libc" 2483 - version = "0.2.112" 3085 + name = "lazycell" 3086 + version = "1.3.0" 3087 + source = "registry+https://github.com/rust-lang/crates.io-index" 3088 + checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 3089 + 3090 + [[package]] 3091 + name = "lgalloc" 3092 + version = "0.1.6" 2484 3093 source = "registry+https://github.com/rust-lang/crates.io-index" 2485 - checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125" 3094 + checksum = "04e800ee9a186dfd634b56aac0814ab6281f87c962bc63087361fa73442e30e1" 3095 + dependencies = [ 3096 + "crossbeam-deque", 3097 + "libc", 3098 + "memmap2", 3099 + "tempfile", 3100 + "thiserror", 3101 + ] 2486 3102 2487 3103 [[package]] 2488 - name = "libm" 2489 - version = "0.2.1" 3104 + name = "libc" 3105 + version = "0.2.148" 2490 3106 source = "registry+https://github.com/rust-lang/crates.io-index" 2491 - checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" 3107 + checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" 2492 3108 2493 3109 [[package]] 2494 - name = "libsqlite3-sys" 2495 - version = "0.23.1" 3110 + name = "libloading" 3111 + version = "0.7.3" 2496 3112 source = "registry+https://github.com/rust-lang/crates.io-index" 2497 - checksum = "abd5850c449b40bacb498b2bbdfaff648b1b055630073ba8db499caf2d0ea9f2" 3113 + checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd" 2498 3114 dependencies = [ 3115 + "cfg-if", 3116 + "winapi", 3117 + ] 3118 + 3119 + [[package]] 3120 + name = "librocksdb-sys" 3121 + version = "0.11.0+8.3.2" 3122 + source = "git+https://github.com/MaterializeInc/rust-rocksdb?branch=master#3305d514d509c6b95b0c925c78157e5e4ae4b7ba" 3123 + dependencies = [ 3124 + "bindgen", 3125 + "bzip2-sys", 2499 3126 "cc", 2500 - "pkg-config", 2501 - "vcpkg", 3127 + "glob", 3128 + "libc", 3129 + "libz-sys", 3130 + "lz4-sys", 3131 + "zstd-sys", 2502 3132 ] 2503 3133 2504 3134 [[package]] 2505 3135 name = "libz-sys" 2506 - version = "1.1.2" 3136 + version = "1.1.8" 2507 3137 source = "registry+https://github.com/rust-lang/crates.io-index" 2508 - checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655" 3138 + checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" 2509 3139 dependencies = [ 2510 3140 "cc", 2511 3141 "libc", ··· 2514 3144 ] 2515 3145 2516 3146 [[package]] 3147 + name = "link-cplusplus" 3148 + version = "1.0.6" 3149 + source = "registry+https://github.com/rust-lang/crates.io-index" 3150 + checksum = "f8cae2cd7ba2f3f63938b9c724475dfb7b9861b545a90324476324ed21dbc8c8" 3151 + dependencies = [ 3152 + "cc", 3153 + ] 3154 + 3155 + [[package]] 2517 3156 name = "linked-hash-map" 2518 - version = "0.5.4" 3157 + version = "0.5.6" 2519 3158 source = "registry+https://github.com/rust-lang/crates.io-index" 2520 - checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" 3159 + checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2521 3160 2522 3161 [[package]] 2523 3162 name = "linked_hash_set" ··· 2529 3168 ] 2530 3169 2531 3170 [[package]] 3171 + name = "linux-raw-sys" 3172 + version = "0.3.4" 3173 + source = "registry+https://github.com/rust-lang/crates.io-index" 3174 + checksum = "36eb31c1778188ae1e64398743890d0877fef36d11521ac60406b42016e8c2cf" 3175 + 3176 + [[package]] 3177 + name = "linux-raw-sys" 3178 + version = "0.4.12" 3179 + source = "registry+https://github.com/rust-lang/crates.io-index" 3180 + checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" 3181 + 3182 + [[package]] 2532 3183 name = "lock_api" 2533 - version = "0.4.2" 3184 + version = "0.4.6" 2534 3185 source = "registry+https://github.com/rust-lang/crates.io-index" 2535 - checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312" 3186 + checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b" 2536 3187 dependencies = [ 2537 3188 "scopeguard", 2538 3189 ] 2539 3190 2540 3191 [[package]] 2541 3192 name = "log" 2542 - version = "0.4.14" 3193 + version = "0.4.17" 2543 3194 source = "registry+https://github.com/rust-lang/crates.io-index" 2544 - checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" 3195 + checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 2545 3196 dependencies = [ 2546 3197 "cfg-if", 2547 3198 ] 2548 3199 2549 3200 [[package]] 2550 - name = "lowertest" 2551 - version = "0.0.0" 3201 + name = "loom" 3202 + version = "0.5.6" 3203 + source = "registry+https://github.com/rust-lang/crates.io-index" 3204 + checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" 2552 3205 dependencies = [ 2553 - "anyhow", 2554 - "datadriven", 2555 - "lazy_static", 2556 - "lowertest-derive", 2557 - "ore", 2558 - "proc-macro2", 3206 + "cfg-if", 3207 + "generator", 3208 + "scoped-tls", 3209 + "tracing", 3210 + "tracing-subscriber", 3211 + ] 3212 + 3213 + [[package]] 3214 + name = "lru" 3215 + version = "0.12.0" 3216 + source = "registry+https://github.com/rust-lang/crates.io-index" 3217 + checksum = "1efa59af2ddfad1854ae27d75009d538d0998b4b2fd47083e743ac1a10e46c60" 3218 + dependencies = [ 3219 + "hashbrown 0.14.0", 3220 + ] 3221 + 3222 + [[package]] 3223 + name = "lsp-types" 3224 + version = "0.94.1" 3225 + source = "registry+https://github.com/rust-lang/crates.io-index" 3226 + checksum = "c66bfd44a06ae10647fe3f8214762e9369fd4248df1350924b4ef9e770a85ea1" 3227 + dependencies = [ 3228 + "bitflags 1.3.2", 2559 3229 "serde", 2560 3230 "serde_json", 3231 + "serde_repr", 3232 + "url", 2561 3233 ] 2562 3234 2563 3235 [[package]] 2564 - name = "lowertest-derive" 2565 - version = "0.0.0" 3236 + name = "lz4-sys" 3237 + version = "1.9.4" 3238 + source = "registry+https://github.com/rust-lang/crates.io-index" 3239 + checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" 3240 + dependencies = [ 3241 + "cc", 3242 + "libc", 3243 + ] 3244 + 3245 + [[package]] 3246 + name = "mach2" 3247 + version = "0.4.1" 3248 + source = "registry+https://github.com/rust-lang/crates.io-index" 3249 + checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8" 2566 3250 dependencies = [ 2567 - "proc-macro2", 2568 - "quote", 2569 - "syn", 3251 + "libc", 2570 3252 ] 2571 3253 2572 3254 [[package]] ··· 2576 3258 checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" 2577 3259 2578 3260 [[package]] 3261 + name = "match_cfg" 3262 + version = "0.1.0" 3263 + source = "registry+https://github.com/rust-lang/crates.io-index" 3264 + checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 3265 + 3266 + [[package]] 2579 3267 name = "matchers" 2580 3268 version = "0.1.0" 2581 3269 source = "registry+https://github.com/rust-lang/crates.io-index" 2582 3270 checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2583 3271 dependencies = [ 2584 - "regex-automata", 3272 + "regex-automata 0.1.9", 2585 3273 ] 2586 3274 2587 3275 [[package]] ··· 2591 3279 checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" 2592 3280 2593 3281 [[package]] 2594 - name = "materialized" 2595 - version = "0.17.0" 3282 + name = "matchit" 3283 + version = "0.7.0" 3284 + source = "registry+https://github.com/rust-lang/crates.io-index" 3285 + checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40" 3286 + 3287 + [[package]] 3288 + name = "md-5" 3289 + version = "0.10.5" 3290 + source = "registry+https://github.com/rust-lang/crates.io-index" 3291 + checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" 3292 + dependencies = [ 3293 + "digest", 3294 + ] 3295 + 3296 + [[package]] 3297 + name = "memchr" 3298 + version = "2.5.0" 3299 + source = "registry+https://github.com/rust-lang/crates.io-index" 3300 + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 3301 + 3302 + [[package]] 3303 + name = "memmap2" 3304 + version = "0.5.4" 3305 + source = "registry+https://github.com/rust-lang/crates.io-index" 3306 + checksum = "d5172b50c23043ff43dd53e51392f36519d9b35a8f3a410d30ece5d1aedd58ae" 3307 + dependencies = [ 3308 + "libc", 3309 + ] 3310 + 3311 + [[package]] 3312 + name = "memoffset" 3313 + version = "0.7.1" 3314 + source = "registry+https://github.com/rust-lang/crates.io-index" 3315 + checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 3316 + dependencies = [ 3317 + "autocfg", 3318 + ] 3319 + 3320 + [[package]] 3321 + name = "mime" 3322 + version = "0.3.17" 3323 + source = "registry+https://github.com/rust-lang/crates.io-index" 3324 + checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 3325 + 3326 + [[package]] 3327 + name = "mime_guess" 3328 + version = "2.0.3" 3329 + source = "registry+https://github.com/rust-lang/crates.io-index" 3330 + checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212" 3331 + dependencies = [ 3332 + "mime", 3333 + "unicase", 3334 + ] 3335 + 3336 + [[package]] 3337 + name = "minimal-lexical" 3338 + version = "0.2.1" 3339 + source = "registry+https://github.com/rust-lang/crates.io-index" 3340 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3341 + 3342 + [[package]] 3343 + name = "miniz_oxide" 3344 + version = "0.5.1" 3345 + source = "registry+https://github.com/rust-lang/crates.io-index" 3346 + checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082" 3347 + dependencies = [ 3348 + "adler", 3349 + ] 3350 + 3351 + [[package]] 3352 + name = "mio" 3353 + version = "0.8.8" 3354 + source = "registry+https://github.com/rust-lang/crates.io-index" 3355 + checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 3356 + dependencies = [ 3357 + "libc", 3358 + "log", 3359 + "wasi", 3360 + "windows-sys 0.48.0", 3361 + ] 3362 + 3363 + [[package]] 3364 + name = "moka" 3365 + version = "0.9.6" 3366 + source = "registry+https://github.com/rust-lang/crates.io-index" 3367 + checksum = "7b49a05f67020456541f4f29cbaa812016a266a86ec76f96d3873d459c68fe5e" 3368 + dependencies = [ 3369 + "crossbeam-channel", 3370 + "crossbeam-epoch", 3371 + "crossbeam-utils", 3372 + "num_cpus", 3373 + "once_cell", 3374 + "parking_lot", 3375 + "rustc_version", 3376 + "scheduled-thread-pool", 3377 + "skeptic", 3378 + "smallvec", 3379 + "tagptr", 3380 + "thiserror", 3381 + "triomphe", 3382 + "uuid", 3383 + ] 3384 + 3385 + [[package]] 3386 + name = "multimap" 3387 + version = "0.8.3" 3388 + source = "registry+https://github.com/rust-lang/crates.io-index" 3389 + checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" 3390 + 3391 + [[package]] 3392 + name = "multiversion" 3393 + version = "0.6.1" 3394 + source = "registry+https://github.com/rust-lang/crates.io-index" 3395 + checksum = "025c962a3dd3cc5e0e520aa9c612201d127dcdf28616974961a649dca64f5373" 3396 + dependencies = [ 3397 + "multiversion-macros", 3398 + ] 3399 + 3400 + [[package]] 3401 + name = "multiversion-macros" 3402 + version = "0.6.1" 3403 + source = "registry+https://github.com/rust-lang/crates.io-index" 3404 + checksum = "a8a3e2bde382ebf960c1f3e79689fa5941625fe9bf694a1cb64af3e85faff3af" 3405 + dependencies = [ 3406 + "proc-macro2", 3407 + "quote", 3408 + "syn 1.0.107", 3409 + ] 3410 + 3411 + [[package]] 3412 + name = "mysql_async" 3413 + version = "0.33.0" 3414 + source = "registry+https://github.com/rust-lang/crates.io-index" 3415 + checksum = "6750b17ce50f8f112ef1a8394121090d47c596b56a6a17569ca680a9626e2ef2" 3416 + dependencies = [ 3417 + "bytes", 3418 + "crossbeam", 3419 + "flate2", 3420 + "futures-core", 3421 + "futures-sink", 3422 + "futures-util", 3423 + "keyed_priority_queue", 3424 + "lazy_static", 3425 + "lru", 3426 + "mio", 3427 + "mysql_common", 3428 + "once_cell", 3429 + "pem", 3430 + "percent-encoding", 3431 + "pin-project", 3432 + "rand", 3433 + "serde", 3434 + "serde_json", 3435 + "socket2 0.5.3", 3436 + "thiserror", 3437 + "tokio", 3438 + "tokio-util", 3439 + "tracing", 3440 + "twox-hash", 3441 + "url", 3442 + ] 3443 + 3444 + [[package]] 3445 + name = "mysql_common" 3446 + version = "0.31.0" 3447 + source = "registry+https://github.com/rust-lang/crates.io-index" 3448 + checksum = "06f19e4cfa0ab5a76b627cec2d81331c49b034988eaf302c3bafeada684eadef" 3449 + dependencies = [ 3450 + "base64 0.21.5", 3451 + "bindgen", 3452 + "bitflags 2.4.1", 3453 + "bitvec", 3454 + "btoi", 3455 + "byteorder", 3456 + "bytes", 3457 + "cc", 3458 + "cmake", 3459 + "crc32fast", 3460 + "flate2", 3461 + "lazy_static", 3462 + "num-bigint", 3463 + "num-traits", 3464 + "rand", 3465 + "regex", 3466 + "saturating", 3467 + "serde", 3468 + "serde_json", 3469 + "sha1", 3470 + "sha2", 3471 + "smallvec", 3472 + "subprocess", 3473 + "thiserror", 3474 + "uuid", 3475 + "zstd 0.12.4", 3476 + ] 3477 + 3478 + [[package]] 3479 + name = "mz" 3480 + version = "0.3.0" 3481 + dependencies = [ 3482 + "assert_cmd", 3483 + "axum", 3484 + "clap", 3485 + "csv", 3486 + "dirs", 3487 + "hyper", 3488 + "indicatif", 3489 + "maplit", 3490 + "mz-build-info", 3491 + "mz-cloud-api", 3492 + "mz-frontegg-auth", 3493 + "mz-frontegg-client", 3494 + "mz-ore", 3495 + "once_cell", 3496 + "open", 3497 + "openssl-probe", 3498 + "reqwest", 3499 + "rpassword", 3500 + "security-framework", 3501 + "semver", 3502 + "serde", 3503 + "serde-aux", 3504 + "serde_json", 3505 + "tabled", 3506 + "termcolor", 3507 + "thiserror", 3508 + "time", 3509 + "tokio", 3510 + "toml", 3511 + "toml_edit", 3512 + "url", 3513 + "uuid", 3514 + "workspace-hack", 3515 + ] 3516 + 3517 + [[package]] 3518 + name = "mz-adapter" 3519 + version = "0.0.0" 3520 + dependencies = [ 3521 + "anyhow", 3522 + "async-trait", 3523 + "bytes", 3524 + "bytesize", 3525 + "chrono", 3526 + "criterion", 3527 + "datadriven", 3528 + "deadpool-postgres", 3529 + "dec", 3530 + "derivative", 3531 + "differential-dataflow", 3532 + "enum-kinds", 3533 + "fail", 3534 + "futures", 3535 + "governor", 3536 + "hex", 3537 + "http", 3538 + "itertools", 3539 + "launchdarkly-server-sdk", 3540 + "maplit", 3541 + "mz-adapter-types", 3542 + "mz-audit-log", 3543 + "mz-build-info", 3544 + "mz-catalog", 3545 + "mz-ccsr", 3546 + "mz-cloud-resources", 3547 + "mz-cluster-client", 3548 + "mz-compute-client", 3549 + "mz-compute-types", 3550 + "mz-controller", 3551 + "mz-controller-types", 3552 + "mz-expr", 3553 + "mz-kafka-util", 3554 + "mz-orchestrator", 3555 + "mz-ore", 3556 + "mz-persist-client", 3557 + "mz-persist-types", 3558 + "mz-pgcopy", 3559 + "mz-pgrepr", 3560 + "mz-pgwire-common", 3561 + "mz-postgres-client", 3562 + "mz-postgres-util", 3563 + "mz-prof", 3564 + "mz-proto", 3565 + "mz-repr", 3566 + "mz-rocksdb-types", 3567 + "mz-secrets", 3568 + "mz-segment", 3569 + "mz-service", 3570 + "mz-sql", 3571 + "mz-sql-parser", 3572 + "mz-ssh-util", 3573 + "mz-stash", 3574 + "mz-storage-client", 3575 + "mz-storage-types", 3576 + "mz-timestamp-oracle", 3577 + "mz-tls-util", 3578 + "mz-tracing", 3579 + "mz-transform", 3580 + "once_cell", 3581 + "opentelemetry", 3582 + "prometheus", 3583 + "proptest", 3584 + "proptest-derive", 3585 + "prost", 3586 + "qcell", 3587 + "rand", 3588 + "rand_chacha", 3589 + "rdkafka", 3590 + "regex", 3591 + "reqwest", 3592 + "semver", 3593 + "serde", 3594 + "serde_json", 3595 + "serde_plain", 3596 + "smallvec", 3597 + "static_assertions", 3598 + "thiserror", 3599 + "timely", 3600 + "tokio", 3601 + "tokio-postgres", 3602 + "tokio-stream", 3603 + "tracing", 3604 + "tracing-core", 3605 + "tracing-opentelemetry", 3606 + "tracing-subscriber", 3607 + "uncased", 3608 + "url", 3609 + "uuid", 3610 + "workspace-hack", 3611 + ] 3612 + 3613 + [[package]] 3614 + name = "mz-adapter-types" 3615 + version = "0.0.0" 3616 + dependencies = [ 3617 + "mz-ore", 3618 + "mz-repr", 3619 + "mz-storage-types", 3620 + "serde", 3621 + "timely", 3622 + "workspace-hack", 3623 + ] 3624 + 3625 + [[package]] 3626 + name = "mz-alloc" 3627 + version = "0.0.0" 3628 + dependencies = [ 3629 + "mz-ore", 3630 + "mz-prof", 3631 + "mz-prof-http", 3632 + "tikv-jemallocator", 3633 + "workspace-hack", 3634 + ] 3635 + 3636 + [[package]] 3637 + name = "mz-audit-log" 3638 + version = "0.0.0" 3639 + dependencies = [ 3640 + "anyhow", 3641 + "mz-ore", 3642 + "proptest", 3643 + "proptest-derive", 3644 + "serde", 3645 + "serde_json", 3646 + "serde_plain", 3647 + "workspace-hack", 3648 + ] 3649 + 3650 + [[package]] 3651 + name = "mz-avro" 3652 + version = "0.7.0" 3653 + dependencies = [ 3654 + "anyhow", 3655 + "byteorder", 3656 + "chrono", 3657 + "crc32fast", 3658 + "digest", 3659 + "enum-kinds", 3660 + "flate2", 3661 + "itertools", 3662 + "mz-ore", 3663 + "once_cell", 3664 + "rand", 3665 + "regex", 3666 + "serde", 3667 + "serde_json", 3668 + "sha2", 3669 + "snap", 3670 + "tracing", 3671 + "uuid", 3672 + "workspace-hack", 3673 + ] 3674 + 3675 + [[package]] 3676 + name = "mz-avro-derive" 3677 + version = "0.0.0" 3678 + dependencies = [ 3679 + "quote", 3680 + "syn 1.0.107", 3681 + "workspace-hack", 3682 + ] 3683 + 3684 + [[package]] 3685 + name = "mz-aws-secrets-controller" 3686 + version = "0.1.0" 3687 + dependencies = [ 3688 + "anyhow", 3689 + "async-trait", 3690 + "aws-config", 3691 + "aws-credential-types", 3692 + "aws-sdk-secretsmanager", 3693 + "aws-types", 3694 + "futures", 3695 + "mz-aws-util", 3696 + "mz-repr", 3697 + "mz-secrets", 3698 + "tracing", 3699 + "workspace-hack", 3700 + ] 3701 + 3702 + [[package]] 3703 + name = "mz-aws-util" 3704 + version = "0.0.0" 3705 + dependencies = [ 3706 + "aws-config", 3707 + "aws-sdk-s3", 3708 + "aws-smithy-runtime", 3709 + "aws-smithy-runtime-api", 3710 + "aws-types", 3711 + "hyper-tls", 3712 + "workspace-hack", 3713 + ] 3714 + 3715 + [[package]] 3716 + name = "mz-balancerd" 3717 + version = "0.84.2" 3718 + dependencies = [ 3719 + "anyhow", 3720 + "async-trait", 3721 + "axum", 3722 + "bytes", 3723 + "bytesize", 3724 + "clap", 3725 + "futures", 3726 + "hyper", 3727 + "hyper-openssl", 3728 + "jsonwebtoken", 3729 + "mz-build-info", 3730 + "mz-environmentd", 3731 + "mz-frontegg-auth", 3732 + "mz-frontegg-mock", 3733 + "mz-http-util", 3734 + "mz-orchestrator-tracing", 3735 + "mz-ore", 3736 + "mz-pgwire-common", 3737 + "mz-server-core", 3738 + "num_cpus", 3739 + "openssl", 3740 + "postgres", 3741 + "prometheus", 3742 + "semver", 3743 + "tokio", 3744 + "tokio-openssl", 3745 + "tokio-postgres", 3746 + "tokio-util", 3747 + "tracing", 3748 + "uuid", 3749 + "workspace-hack", 3750 + ] 3751 + 3752 + [[package]] 3753 + name = "mz-build-info" 3754 + version = "0.0.0" 3755 + dependencies = [ 3756 + "compile-time-run", 3757 + "semver", 3758 + "workspace-hack", 3759 + ] 3760 + 3761 + [[package]] 3762 + name = "mz-catalog" 3763 + version = "0.0.0" 3764 + dependencies = [ 3765 + "anyhow", 3766 + "async-trait", 3767 + "base64 0.13.1", 3768 + "bytes", 3769 + "bytesize", 3770 + "chrono", 3771 + "derivative", 3772 + "differential-dataflow", 3773 + "fail", 3774 + "futures", 3775 + "insta", 3776 + "itertools", 3777 + "md-5", 3778 + "mz-adapter-types", 3779 + "mz-audit-log", 3780 + "mz-build-info", 3781 + "mz-cloud-resources", 3782 + "mz-compute-client", 3783 + "mz-controller", 3784 + "mz-controller-types", 3785 + "mz-expr", 3786 + "mz-orchestrator", 3787 + "mz-ore", 3788 + "mz-persist-client", 3789 + "mz-persist-types", 3790 + "mz-pgrepr", 3791 + "mz-pgtz", 3792 + "mz-postgres-util", 3793 + "mz-proto", 3794 + "mz-repr", 3795 + "mz-secrets", 3796 + "mz-sql", 3797 + "mz-sql-parser", 3798 + "mz-stash", 3799 + "mz-stash-types", 3800 + "mz-storage-client", 3801 + "mz-storage-types", 3802 + "once_cell", 3803 + "paste", 3804 + "postgres-openssl", 3805 + "prometheus", 3806 + "proptest", 3807 + "proptest-derive", 3808 + "prost", 3809 + "prost-build", 3810 + "protobuf-src", 3811 + "rand", 3812 + "serde", 3813 + "serde_json", 3814 + "serde_plain", 3815 + "sha2", 3816 + "similar-asserts", 3817 + "static_assertions", 3818 + "thiserror", 3819 + "timely", 3820 + "tokio", 3821 + "tokio-postgres", 3822 + "tracing", 3823 + "uuid", 3824 + "workspace-hack", 3825 + ] 3826 + 3827 + [[package]] 3828 + name = "mz-catalog-debug" 3829 + version = "0.84.2" 3830 + dependencies = [ 3831 + "anyhow", 3832 + "clap", 3833 + "mz-adapter", 3834 + "mz-build-info", 3835 + "mz-catalog", 3836 + "mz-ore", 3837 + "mz-persist-client", 3838 + "mz-secrets", 3839 + "mz-sql", 3840 + "mz-stash", 3841 + "mz-storage-types", 3842 + "mz-tls-util", 3843 + "once_cell", 3844 + "serde", 3845 + "serde_json", 3846 + "tokio", 3847 + "tokio-postgres", 3848 + "url", 3849 + "uuid", 3850 + "workspace-hack", 3851 + ] 3852 + 3853 + [[package]] 3854 + name = "mz-ccsr" 3855 + version = "0.0.0" 3856 + dependencies = [ 3857 + "anyhow", 3858 + "hyper", 3859 + "mz-ore", 3860 + "native-tls", 3861 + "once_cell", 3862 + "openssl", 3863 + "prost-build", 3864 + "protobuf-src", 3865 + "reqwest", 3866 + "serde", 3867 + "serde_json", 3868 + "tokio", 3869 + "tracing", 3870 + "url", 3871 + "workspace-hack", 3872 + ] 3873 + 3874 + [[package]] 3875 + name = "mz-cloud-api" 3876 + version = "0.0.0" 3877 + dependencies = [ 3878 + "anyhow", 3879 + "chrono", 3880 + "mz-frontegg-auth", 3881 + "mz-frontegg-client", 3882 + "once_cell", 3883 + "reqwest", 3884 + "serde", 3885 + "thiserror", 3886 + "tokio", 3887 + "url", 3888 + "workspace-hack", 3889 + ] 3890 + 3891 + [[package]] 3892 + name = "mz-cloud-resources" 3893 + version = "0.0.0" 3894 + dependencies = [ 3895 + "anyhow", 3896 + "async-trait", 3897 + "chrono", 3898 + "futures", 3899 + "k8s-openapi", 3900 + "kube", 3901 + "mz-ore", 3902 + "mz-repr", 3903 + "schemars", 3904 + "serde", 3905 + "serde_json", 3906 + "uuid", 3907 + "workspace-hack", 3908 + ] 3909 + 3910 + [[package]] 3911 + name = "mz-cluster" 3912 + version = "0.0.0" 3913 + dependencies = [ 3914 + "anyhow", 3915 + "async-trait", 3916 + "bytesize", 3917 + "clap", 3918 + "crossbeam-channel", 3919 + "dec", 3920 + "differential-dataflow", 3921 + "futures", 3922 + "mz-build-info", 3923 + "mz-cluster-client", 3924 + "mz-ore", 3925 + "mz-persist-client", 3926 + "mz-persist-types", 3927 + "mz-pid-file", 3928 + "mz-repr", 3929 + "mz-service", 3930 + "mz-timely-util", 3931 + "once_cell", 3932 + "prometheus", 3933 + "regex", 3934 + "rocksdb", 3935 + "scopeguard", 3936 + "serde", 3937 + "smallvec", 3938 + "timely", 3939 + "tokio", 3940 + "tracing", 3941 + "uuid", 3942 + "workspace-hack", 3943 + ] 3944 + 3945 + [[package]] 3946 + name = "mz-cluster-client" 3947 + version = "0.0.0" 3948 + dependencies = [ 3949 + "anyhow", 3950 + "async-trait", 3951 + "chrono", 3952 + "futures", 3953 + "http", 3954 + "itertools", 3955 + "mz-ore", 3956 + "mz-proto", 3957 + "once_cell", 3958 + "prometheus", 3959 + "proptest", 3960 + "proptest-derive", 3961 + "prost", 3962 + "prost-build", 3963 + "protobuf-src", 3964 + "regex", 3965 + "serde", 3966 + "serde_json", 3967 + "thiserror", 3968 + "tokio", 3969 + "tokio-stream", 3970 + "tonic", 3971 + "tonic-build", 3972 + "tracing", 3973 + "uuid", 3974 + "workspace-hack", 3975 + ] 3976 + 3977 + [[package]] 3978 + name = "mz-clusterd" 3979 + version = "0.84.2" 3980 + dependencies = [ 3981 + "anyhow", 3982 + "axum", 3983 + "clap", 3984 + "fail", 3985 + "futures", 3986 + "mz-alloc", 3987 + "mz-build-info", 3988 + "mz-cloud-resources", 3989 + "mz-cluster", 3990 + "mz-compute", 3991 + "mz-compute-client", 3992 + "mz-http-util", 3993 + "mz-metrics", 3994 + "mz-orchestrator-tracing", 3995 + "mz-ore", 3996 + "mz-persist-client", 3997 + "mz-pid-file", 3998 + "mz-prof-http", 3999 + "mz-service", 4000 + "mz-storage", 4001 + "mz-storage-client", 4002 + "mz-storage-types", 4003 + "mz-timely-util", 4004 + "once_cell", 4005 + "timely", 4006 + "tokio", 4007 + "tracing", 4008 + "workspace-hack", 4009 + ] 4010 + 4011 + [[package]] 4012 + name = "mz-compute" 4013 + version = "0.0.0" 4014 + dependencies = [ 4015 + "anyhow", 4016 + "async-trait", 4017 + "bytesize", 4018 + "clap", 4019 + "core_affinity", 4020 + "crossbeam-channel", 4021 + "dec", 4022 + "differential-dataflow", 4023 + "dogsdogsdogs", 4024 + "futures", 4025 + "itertools", 4026 + "lgalloc", 4027 + "mz-build-info", 4028 + "mz-cluster", 4029 + "mz-cluster-client", 4030 + "mz-compute-client", 4031 + "mz-compute-types", 4032 + "mz-expr", 4033 + "mz-ore", 4034 + "mz-persist-client", 4035 + "mz-persist-txn", 4036 + "mz-persist-types", 4037 + "mz-pid-file", 4038 + "mz-prof", 4039 + "mz-repr", 4040 + "mz-service", 4041 + "mz-storage-operators", 4042 + "mz-storage-types", 4043 + "mz-timely-util", 4044 + "once_cell", 4045 + "prometheus", 4046 + "scopeguard", 4047 + "serde", 4048 + "smallvec", 4049 + "timely", 4050 + "tokio", 4051 + "tracing", 4052 + "uuid", 4053 + "workspace-hack", 4054 + ] 4055 + 4056 + [[package]] 4057 + name = "mz-compute-client" 4058 + version = "0.0.0" 4059 + dependencies = [ 4060 + "anyhow", 4061 + "async-stream", 4062 + "async-trait", 4063 + "bytesize", 4064 + "chrono", 4065 + "crossbeam-channel", 4066 + "differential-dataflow", 4067 + "futures", 4068 + "http", 4069 + "mz-build-info", 4070 + "mz-cluster-client", 4071 + "mz-compute-types", 4072 + "mz-expr", 4073 + "mz-orchestrator", 4074 + "mz-ore", 4075 + "mz-persist", 4076 + "mz-persist-client", 4077 + "mz-persist-types", 4078 + "mz-proto", 4079 + "mz-repr", 4080 + "mz-service", 4081 + "mz-storage-client", 4082 + "mz-storage-types", 4083 + "mz-timely-util", 4084 + "mz-tracing", 4085 + "once_cell", 4086 + "prometheus", 4087 + "proptest", 4088 + "proptest-derive", 4089 + "prost", 4090 + "prost-build", 4091 + "protobuf-src", 4092 + "regex", 4093 + "serde", 4094 + "serde_json", 4095 + "thiserror", 4096 + "timely", 4097 + "tokio", 4098 + "tokio-stream", 4099 + "tonic", 4100 + "tonic-build", 4101 + "tracing", 4102 + "uuid", 4103 + "workspace-hack", 4104 + ] 4105 + 4106 + [[package]] 4107 + name = "mz-compute-types" 4108 + version = "0.0.0" 4109 + dependencies = [ 4110 + "columnation", 4111 + "differential-dataflow", 4112 + "itertools", 4113 + "mz-expr", 4114 + "mz-ore", 4115 + "mz-proto", 4116 + "mz-repr", 4117 + "mz-storage-types", 4118 + "proptest", 4119 + "proptest-derive", 4120 + "prost", 4121 + "prost-build", 4122 + "protobuf-src", 4123 + "serde", 4124 + "timely", 4125 + "tonic-build", 4126 + "tracing", 4127 + "workspace-hack", 4128 + ] 4129 + 4130 + [[package]] 4131 + name = "mz-controller" 4132 + version = "0.0.0" 4133 + dependencies = [ 4134 + "anyhow", 4135 + "bytesize", 4136 + "chrono", 4137 + "differential-dataflow", 4138 + "futures", 4139 + "mz-build-info", 4140 + "mz-cluster-client", 4141 + "mz-compute-client", 4142 + "mz-compute-types", 4143 + "mz-controller-types", 4144 + "mz-orchestrator", 4145 + "mz-ore", 4146 + "mz-persist-client", 4147 + "mz-persist-types", 4148 + "mz-proto", 4149 + "mz-repr", 4150 + "mz-service", 4151 + "mz-stash-types", 4152 + "mz-storage-client", 4153 + "mz-storage-controller", 4154 + "mz-storage-types", 4155 + "once_cell", 4156 + "regex", 4157 + "serde", 4158 + "serde_json", 4159 + "timely", 4160 + "tokio", 4161 + "tokio-stream", 4162 + "tracing", 4163 + "uuid", 4164 + "workspace-hack", 4165 + ] 4166 + 4167 + [[package]] 4168 + name = "mz-controller-types" 4169 + version = "0.0.0" 4170 + dependencies = [ 4171 + "mz-cluster-client", 4172 + "mz-compute-types", 4173 + "workspace-hack", 4174 + ] 4175 + 4176 + [[package]] 4177 + name = "mz-environmentd" 4178 + version = "0.84.2" 2596 4179 dependencies = [ 2597 4180 "anyhow", 2598 4181 "askama", 2599 - "askama_shared", 2600 4182 "assert_cmd", 2601 4183 "async-trait", 2602 - "atty", 2603 - "backtrace", 2604 - "build-info", 4184 + "axum", 4185 + "base64 0.13.1", 2605 4186 "bytes", 4187 + "bytesize", 2606 4188 "cc", 2607 - "cfg-if", 2608 4189 "chrono", 2609 4190 "clap", 2610 - "compile-time-run", 2611 - "coord", 2612 - "coordtest", 2613 - "crossbeam-channel", 2614 4191 "datadriven", 2615 - "dataflow", 2616 - "dataflow-types", 2617 - "dataflowd", 2618 - "differential-dataflow", 2619 4192 "fail", 2620 4193 "fallible-iterator", 2621 - "flate2", 2622 4194 "futures", 2623 - "hex", 2624 - "hex-literal", 4195 + "headers", 4196 + "http", 4197 + "http-body", 4198 + "humantime", 2625 4199 "hyper", 2626 4200 "hyper-openssl", 4201 + "hyper-tls", 2627 4202 "include_dir", 2628 4203 "itertools", 2629 - "kafka-util", 2630 - "krb5-src", 2631 - "lazy_static", 4204 + "jsonwebtoken", 2632 4205 "libc", 2633 - "mz-http-proxy", 2634 - "mz-process-collector", 4206 + "mime", 4207 + "mz-adapter", 4208 + "mz-adapter-types", 4209 + "mz-alloc", 4210 + "mz-aws-secrets-controller", 4211 + "mz-build-info", 4212 + "mz-catalog", 4213 + "mz-cloud-resources", 4214 + "mz-controller", 4215 + "mz-environmentd", 4216 + "mz-expr", 4217 + "mz-frontegg-auth", 4218 + "mz-frontegg-mock", 4219 + "mz-http-util", 4220 + "mz-interchange", 4221 + "mz-metrics", 4222 + "mz-npm", 4223 + "mz-orchestrator", 4224 + "mz-orchestrator-kubernetes", 4225 + "mz-orchestrator-process", 4226 + "mz-orchestrator-tracing", 4227 + "mz-ore", 4228 + "mz-persist-client", 4229 + "mz-pgrepr", 4230 + "mz-pgtest", 4231 + "mz-pgwire", 4232 + "mz-pgwire-common", 4233 + "mz-prof-http", 4234 + "mz-repr", 4235 + "mz-secrets", 4236 + "mz-segment", 4237 + "mz-server-core", 4238 + "mz-service", 4239 + "mz-sql", 4240 + "mz-sql-parser", 4241 + "mz-stash", 4242 + "mz-stash-types", 4243 + "mz-storage-client", 4244 + "mz-storage-types", 4245 + "mz-tls-util", 4246 + "mz-tracing", 2635 4247 "nix", 2636 4248 "num_cpus", 4249 + "once_cell", 2637 4250 "openssl", 2638 4251 "openssl-sys", 2639 - "ore", 2640 - "os_info", 2641 - "pgrepr", 2642 - "pgtest", 2643 - "pgwire", 2644 - "pid-file", 4252 + "opentelemetry", 4253 + "opentelemetry_sdk", 4254 + "pin-project", 2645 4255 "postgres", 2646 4256 "postgres-openssl", 2647 4257 "postgres-protocol", 2648 4258 "postgres_array", 2649 4259 "predicates", 2650 - "prof", 2651 4260 "prometheus", 4261 + "proptest", 2652 4262 "rand", 2653 4263 "rdkafka-sys", 2654 - "repr", 4264 + "regex", 2655 4265 "reqwest", 2656 4266 "rlimit", 2657 - "semver", 4267 + "sentry", 4268 + "sentry-tracing", 2658 4269 "serde", 2659 4270 "serde_json", 2660 - "sha2", 4271 + "serde_urlencoded", 2661 4272 "shell-words", 2662 - "sql", 4273 + "similar-asserts", 2663 4274 "sysctl", 2664 - "sysinfo", 2665 - "tar", 2666 4275 "tempfile", 2667 - "tikv-jemallocator", 4276 + "thiserror", 2668 4277 "timely", 2669 4278 "tokio", 2670 4279 "tokio-openssl", 2671 4280 "tokio-postgres", 2672 4281 "tokio-stream", 4282 + "tower", 4283 + "tower-http", 2673 4284 "tracing", 4285 + "tracing-core", 4286 + "tracing-opentelemetry", 2674 4287 "tracing-subscriber", 4288 + "tungstenite", 2675 4289 "url", 2676 4290 "uuid", 2677 - "walkdir", 4291 + "workspace-hack", 4292 + ] 4293 + 4294 + [[package]] 4295 + name = "mz-expr" 4296 + version = "0.0.0" 4297 + dependencies = [ 4298 + "aho-corasick", 4299 + "anyhow", 4300 + "bytes", 4301 + "bytesize", 4302 + "chrono", 4303 + "chrono-tz", 4304 + "criterion", 4305 + "csv", 4306 + "datadriven", 4307 + "dec", 4308 + "derivative", 4309 + "encoding", 4310 + "enum-iterator", 4311 + "fallible-iterator", 4312 + "hex", 4313 + "hmac", 4314 + "itertools", 4315 + "md-5", 4316 + "mz-expr-test-util", 4317 + "mz-lowertest", 4318 + "mz-ore", 4319 + "mz-persist-types", 4320 + "mz-pgrepr", 4321 + "mz-pgtz", 4322 + "mz-proto", 4323 + "mz-regexp", 4324 + "mz-repr", 4325 + "mz-sql-parser", 4326 + "mz-sql-pretty", 4327 + "num", 4328 + "num_enum", 4329 + "once_cell", 4330 + "ordered-float", 4331 + "paste", 4332 + "proc-macro2", 4333 + "proptest", 4334 + "proptest-derive", 4335 + "prost", 4336 + "prost-build", 4337 + "protobuf-src", 4338 + "regex", 4339 + "regex-syntax", 4340 + "serde", 4341 + "serde_json", 4342 + "serde_regex", 4343 + "sha1", 4344 + "sha2", 4345 + "subtle", 4346 + "timely", 4347 + "tracing", 4348 + "uncased", 4349 + "uuid", 4350 + "workspace-hack", 4351 + ] 4352 + 4353 + [[package]] 4354 + name = "mz-expr-parser" 4355 + version = "0.0.0" 4356 + dependencies = [ 4357 + "datadriven", 4358 + "mz-expr", 4359 + "mz-ore", 4360 + "mz-repr", 4361 + "proc-macro2", 4362 + "syn 2.0.39", 4363 + "workspace-hack", 4364 + ] 4365 + 4366 + [[package]] 4367 + name = "mz-expr-test-util" 4368 + version = "0.0.0" 4369 + dependencies = [ 4370 + "datadriven", 4371 + "mz-expr", 4372 + "mz-lowertest", 4373 + "mz-ore", 4374 + "mz-repr", 4375 + "mz-repr-test-util", 4376 + "proc-macro2", 4377 + "serde", 4378 + "serde_json", 4379 + "workspace-hack", 4380 + ] 4381 + 4382 + [[package]] 4383 + name = "mz-fivetran-destination" 4384 + version = "0.0.0" 4385 + dependencies = [ 4386 + "anyhow", 4387 + "async-compression", 4388 + "clap", 4389 + "csv-async", 4390 + "futures", 4391 + "itertools", 4392 + "mz-ore", 4393 + "mz-pgrepr", 4394 + "openssl", 4395 + "postgres-openssl", 4396 + "postgres-protocol", 4397 + "prost", 4398 + "prost-build", 4399 + "prost-types", 4400 + "protobuf-src", 4401 + "tokio", 4402 + "tokio-postgres", 4403 + "tonic", 4404 + "tonic-build", 4405 + "workspace-hack", 2678 4406 ] 2679 4407 2680 4408 [[package]] 2681 - name = "mbta-to-mtrlz" 4409 + name = "mz-frontegg-auth" 2682 4410 version = "0.0.0" 2683 4411 dependencies = [ 2684 4412 "anyhow", 2685 - "byteorder", 4413 + "axum", 4414 + "base64 0.13.1", 2686 4415 "clap", 4416 + "derivative", 2687 4417 "futures", 2688 - "json", 4418 + "jsonwebtoken", 4419 + "mz-ore", 4420 + "mz-repr", 4421 + "prometheus", 4422 + "reqwest", 4423 + "reqwest-middleware", 4424 + "reqwest-retry", 4425 + "serde", 4426 + "serde_json", 4427 + "thiserror", 4428 + "tokio", 4429 + "tracing", 4430 + "uuid", 4431 + "workspace-hack", 4432 + ] 4433 + 4434 + [[package]] 4435 + name = "mz-frontegg-client" 4436 + version = "0.0.0" 4437 + dependencies = [ 4438 + "jsonwebtoken", 4439 + "mz-frontegg-auth", 4440 + "mz-ore", 4441 + "once_cell", 4442 + "reqwest", 4443 + "serde", 4444 + "serde_json", 4445 + "thiserror", 4446 + "tokio", 4447 + "url", 4448 + "uuid", 4449 + "workspace-hack", 4450 + ] 4451 + 4452 + [[package]] 4453 + name = "mz-frontegg-mock" 4454 + version = "0.0.0" 4455 + dependencies = [ 4456 + "anyhow", 4457 + "clap", 4458 + "hyper", 4459 + "jsonwebtoken", 4460 + "mz-frontegg-auth", 4461 + "mz-ore", 4462 + "serde", 4463 + "serde_json", 4464 + "tokio", 4465 + "uuid", 4466 + "workspace-hack", 4467 + ] 4468 + 4469 + [[package]] 4470 + name = "mz-http-util" 4471 + version = "0.0.0" 4472 + dependencies = [ 4473 + "anyhow", 4474 + "askama", 4475 + "axum", 4476 + "headers", 4477 + "http", 4478 + "hyper", 4479 + "include_dir", 4480 + "mz-ore", 4481 + "prometheus", 4482 + "serde", 4483 + "serde_json", 4484 + "tokio", 4485 + "tower", 4486 + "tower-http", 4487 + "tracing", 4488 + "tracing-subscriber", 4489 + "workspace-hack", 4490 + ] 4491 + 4492 + [[package]] 4493 + name = "mz-interchange" 4494 + version = "0.0.0" 4495 + dependencies = [ 4496 + "anyhow", 4497 + "byteorder", 4498 + "chrono", 4499 + "clap", 4500 + "criterion", 4501 + "differential-dataflow", 4502 + "itertools", 4503 + "maplit", 4504 + "mz-avro", 4505 + "mz-avro-derive", 4506 + "mz-ccsr", 4507 + "mz-ore", 4508 + "mz-repr", 4509 + "once_cell", 2689 4510 "ordered-float", 2690 - "ore", 4511 + "prost", 4512 + "prost-build", 4513 + "prost-reflect", 4514 + "protobuf-src", 4515 + "serde_json", 4516 + "timely", 4517 + "tokio", 4518 + "tracing", 4519 + "uuid", 4520 + "workspace-hack", 4521 + ] 4522 + 4523 + [[package]] 4524 + name = "mz-kafka-util" 4525 + version = "0.0.0" 4526 + dependencies = [ 4527 + "anyhow", 4528 + "chrono", 4529 + "clap", 4530 + "crossbeam", 4531 + "fancy-regex", 4532 + "futures", 4533 + "mz-avro", 4534 + "mz-ccsr", 4535 + "mz-ore", 4536 + "mz-ssh-util", 4537 + "num_cpus", 4538 + "prost", 4539 + "prost-build", 4540 + "protobuf-src", 4541 + "rand", 2691 4542 "rdkafka", 2692 - "repr", 4543 + "serde", 2693 4544 "serde_json", 2694 - "test-util", 4545 + "thiserror", 2695 4546 "tokio", 4547 + "tracing", 4548 + "url", 4549 + "workspace-hack", 2696 4550 ] 2697 4551 2698 4552 [[package]] 2699 - name = "md-5" 2700 - version = "0.10.0" 2701 - source = "registry+https://github.com/rust-lang/crates.io-index" 2702 - checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae" 4553 + name = "mz-lowertest" 4554 + version = "0.0.0" 2703 4555 dependencies = [ 2704 - "digest", 4556 + "anyhow", 4557 + "datadriven", 4558 + "mz-lowertest-derive", 4559 + "mz-ore", 4560 + "proc-macro2", 4561 + "serde", 4562 + "serde_json", 4563 + "workspace-hack", 4564 + ] 4565 + 4566 + [[package]] 4567 + name = "mz-lowertest-derive" 4568 + version = "0.0.0" 4569 + dependencies = [ 4570 + "proc-macro2", 4571 + "quote", 4572 + "syn 1.0.107", 4573 + "workspace-hack", 4574 + ] 4575 + 4576 + [[package]] 4577 + name = "mz-lsp-server" 4578 + version = "0.3.0" 4579 + dependencies = [ 4580 + "httparse", 4581 + "mz-build-info", 4582 + "mz-ore", 4583 + "mz-sql-lexer", 4584 + "mz-sql-parser", 4585 + "mz-sql-pretty", 4586 + "once_cell", 4587 + "regex", 4588 + "ropey", 4589 + "serde", 4590 + "serde_json", 4591 + "tokio", 4592 + "tower-lsp", 4593 + "workspace-hack", 2705 4594 ] 2706 4595 2707 4596 [[package]] 2708 - name = "md5" 2709 - version = "0.7.0" 2710 - source = "registry+https://github.com/rust-lang/crates.io-index" 2711 - checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" 4597 + name = "mz-metabase" 4598 + version = "0.0.0" 4599 + dependencies = [ 4600 + "reqwest", 4601 + "serde", 4602 + "workspace-hack", 4603 + ] 2712 4604 2713 4605 [[package]] 2714 - name = "memchr" 2715 - version = "2.4.1" 2716 - source = "registry+https://github.com/rust-lang/crates.io-index" 2717 - checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" 4606 + name = "mz-metabase-smoketest" 4607 + version = "0.0.0" 4608 + dependencies = [ 4609 + "anyhow", 4610 + "itertools", 4611 + "mz-metabase", 4612 + "mz-ore", 4613 + "tokio", 4614 + "tokio-postgres", 4615 + "tracing", 4616 + "workspace-hack", 4617 + ] 2718 4618 2719 4619 [[package]] 2720 - name = "memmap" 2721 - version = "0.7.0" 2722 - source = "registry+https://github.com/rust-lang/crates.io-index" 2723 - checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" 4620 + name = "mz-metrics" 4621 + version = "0.0.0" 2724 4622 dependencies = [ 4623 + "lgalloc", 2725 4624 "libc", 2726 - "winapi", 4625 + "mz-ore", 4626 + "paste", 4627 + "prometheus", 4628 + "tokio", 4629 + "workspace-hack", 2727 4630 ] 2728 4631 2729 4632 [[package]] 2730 - name = "memoffset" 2731 - version = "0.6.4" 2732 - source = "registry+https://github.com/rust-lang/crates.io-index" 2733 - checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9" 4633 + name = "mz-mysql-util" 4634 + version = "0.1.0" 2734 4635 dependencies = [ 2735 - "autocfg", 4636 + "anyhow", 4637 + "indexmap 1.9.1", 4638 + "itertools", 4639 + "mysql_async", 4640 + "mz-ore", 4641 + "mz-proto", 4642 + "mz-repr", 4643 + "mz-ssh-util", 4644 + "once_cell", 4645 + "proptest", 4646 + "prost", 4647 + "prost-build", 4648 + "protobuf-src", 4649 + "serde", 4650 + "thiserror", 4651 + "tonic-build", 4652 + "tracing", 4653 + "uuid", 4654 + "workspace-hack", 2736 4655 ] 2737 4656 2738 4657 [[package]] 2739 - name = "metabase" 4658 + name = "mz-npm" 2740 4659 version = "0.0.0" 2741 4660 dependencies = [ 4661 + "anyhow", 4662 + "flate2", 4663 + "hex", 4664 + "hex-literal", 2742 4665 "reqwest", 4666 + "sha2", 4667 + "tar", 4668 + "walkdir", 4669 + "workspace-hack", 4670 + ] 4671 + 4672 + [[package]] 4673 + name = "mz-orchestrator" 4674 + version = "0.0.0" 4675 + dependencies = [ 4676 + "anyhow", 4677 + "async-trait", 4678 + "bytesize", 4679 + "chrono", 4680 + "derivative", 4681 + "futures-core", 4682 + "mz-ore", 4683 + "prost", 4684 + "protobuf-src", 4685 + "serde", 4686 + "tonic-build", 4687 + "workspace-hack", 4688 + ] 4689 + 4690 + [[package]] 4691 + name = "mz-orchestrator-kubernetes" 4692 + version = "0.0.0" 4693 + dependencies = [ 4694 + "anyhow", 4695 + "async-trait", 4696 + "chrono", 4697 + "clap", 4698 + "fail", 4699 + "futures", 4700 + "k8s-openapi", 4701 + "kube", 4702 + "maplit", 4703 + "mz-cloud-resources", 4704 + "mz-orchestrator", 4705 + "mz-repr", 4706 + "mz-secrets", 2743 4707 "serde", 2744 4708 "serde_json", 4709 + "sha2", 4710 + "tracing", 4711 + "workspace-hack", 2745 4712 ] 2746 4713 2747 4714 [[package]] 2748 - name = "metabase-smoketest" 4715 + name = "mz-orchestrator-process" 4716 + version = "0.0.0" 4717 + dependencies = [ 4718 + "anyhow", 4719 + "async-stream", 4720 + "async-trait", 4721 + "chrono", 4722 + "futures", 4723 + "hex", 4724 + "itertools", 4725 + "libc", 4726 + "maplit", 4727 + "mz-orchestrator", 4728 + "mz-ore", 4729 + "mz-pid-file", 4730 + "mz-repr", 4731 + "mz-secrets", 4732 + "nix", 4733 + "scopeguard", 4734 + "serde", 4735 + "serde_json", 4736 + "sha1", 4737 + "sysinfo", 4738 + "tokio", 4739 + "tracing", 4740 + "workspace-hack", 4741 + ] 4742 + 4743 + [[package]] 4744 + name = "mz-orchestrator-tracing" 4745 + version = "0.0.0" 4746 + dependencies = [ 4747 + "anyhow", 4748 + "async-trait", 4749 + "clap", 4750 + "futures-core", 4751 + "http", 4752 + "humantime", 4753 + "mz-build-info", 4754 + "mz-orchestrator", 4755 + "mz-ore", 4756 + "mz-repr", 4757 + "mz-service", 4758 + "mz-tracing", 4759 + "opentelemetry", 4760 + "opentelemetry_sdk", 4761 + "sentry-tracing", 4762 + "tracing", 4763 + "tracing-subscriber", 4764 + "workspace-hack", 4765 + ] 4766 + 4767 + [[package]] 4768 + name = "mz-ore" 4769 + version = "0.1.0" 4770 + dependencies = [ 4771 + "anyhow", 4772 + "async-trait", 4773 + "atty", 4774 + "bytes", 4775 + "chrono", 4776 + "clap", 4777 + "compact_bytes", 4778 + "console-subscriber", 4779 + "criterion", 4780 + "ctor", 4781 + "either", 4782 + "futures", 4783 + "hibitset", 4784 + "http", 4785 + "hyper", 4786 + "hyper-tls", 4787 + "lgalloc", 4788 + "mz-ore", 4789 + "mz-test-macro", 4790 + "native-tls", 4791 + "num", 4792 + "once_cell", 4793 + "openssl", 4794 + "opentelemetry", 4795 + "opentelemetry-otlp", 4796 + "opentelemetry_sdk", 4797 + "paste", 4798 + "pin-project", 4799 + "prometheus", 4800 + "proptest", 4801 + "rand", 4802 + "scopeguard", 4803 + "sentry", 4804 + "sentry-tracing", 4805 + "serde", 4806 + "serde_json", 4807 + "smallvec", 4808 + "stacker", 4809 + "tokio", 4810 + "tokio-native-tls", 4811 + "tokio-openssl", 4812 + "tokio-test", 4813 + "tonic", 4814 + "tracing", 4815 + "tracing-opentelemetry", 4816 + "tracing-subscriber", 4817 + "uuid", 4818 + "workspace-hack", 4819 + "yansi", 4820 + ] 4821 + 4822 + [[package]] 4823 + name = "mz-persist" 4824 + version = "0.0.0" 4825 + dependencies = [ 4826 + "anyhow", 4827 + "arrow2", 4828 + "async-stream", 4829 + "async-trait", 4830 + "aws-config", 4831 + "aws-credential-types", 4832 + "aws-sdk-s3", 4833 + "aws-types", 4834 + "base64 0.13.1", 4835 + "bytes", 4836 + "deadpool-postgres", 4837 + "differential-dataflow", 4838 + "fail", 4839 + "futures-util", 4840 + "md-5", 4841 + "mz-aws-util", 4842 + "mz-ore", 4843 + "mz-persist-types", 4844 + "mz-postgres-client", 4845 + "mz-proto", 4846 + "once_cell", 4847 + "openssl", 4848 + "openssl-sys", 4849 + "postgres-openssl", 4850 + "prometheus", 4851 + "proptest", 4852 + "proptest-derive", 4853 + "prost", 4854 + "prost-build", 4855 + "protobuf-src", 4856 + "rand", 4857 + "serde", 4858 + "serde_json", 4859 + "tempfile", 4860 + "timely", 4861 + "tokio", 4862 + "tokio-postgres", 4863 + "tracing", 4864 + "url", 4865 + "uuid", 4866 + "workspace-hack", 4867 + ] 4868 + 4869 + [[package]] 4870 + name = "mz-persist-client" 4871 + version = "0.84.2" 4872 + dependencies = [ 4873 + "anyhow", 4874 + "async-stream", 4875 + "async-trait", 4876 + "bytes", 4877 + "clap", 4878 + "criterion", 4879 + "datadriven", 4880 + "differential-dataflow", 4881 + "futures", 4882 + "futures-task", 4883 + "futures-util", 4884 + "h2", 4885 + "hex", 4886 + "mz-build-info", 4887 + "mz-ore", 4888 + "mz-persist", 4889 + "mz-persist-types", 4890 + "mz-postgres-client", 4891 + "mz-proto", 4892 + "mz-timely-util", 4893 + "num_cpus", 4894 + "once_cell", 4895 + "prometheus", 4896 + "proptest", 4897 + "proptest-derive", 4898 + "prost", 4899 + "prost-build", 4900 + "protobuf-src", 4901 + "semver", 4902 + "sentry-tracing", 4903 + "serde", 4904 + "serde_json", 4905 + "tempfile", 4906 + "thiserror", 4907 + "timely", 4908 + "tokio", 4909 + "tokio-metrics", 4910 + "tokio-stream", 4911 + "tonic", 4912 + "tonic-build", 4913 + "tracing", 4914 + "uuid", 4915 + "workspace-hack", 4916 + ] 4917 + 4918 + [[package]] 4919 + name = "mz-persist-txn" 4920 + version = "0.0.0" 4921 + dependencies = [ 4922 + "bytes", 4923 + "crossbeam-channel", 4924 + "differential-dataflow", 4925 + "futures", 4926 + "itertools", 4927 + "mz-ore", 4928 + "mz-persist-client", 4929 + "mz-persist-types", 4930 + "mz-timely-util", 4931 + "prometheus", 4932 + "prost", 4933 + "prost-build", 4934 + "protobuf-src", 4935 + "rand", 4936 + "serde", 4937 + "timely", 4938 + "tokio", 4939 + "tracing", 4940 + "uuid", 4941 + "workspace-hack", 4942 + ] 4943 + 4944 + [[package]] 4945 + name = "mz-persist-types" 4946 + version = "0.0.0" 4947 + dependencies = [ 4948 + "anyhow", 4949 + "arrow2", 4950 + "bytes", 4951 + "chrono", 4952 + "hex", 4953 + "mz-ore", 4954 + "mz-proto", 4955 + "parquet2", 4956 + "proptest", 4957 + "proptest-derive", 4958 + "prost", 4959 + "prost-build", 4960 + "protobuf-src", 4961 + "serde", 4962 + "serde_json", 4963 + "workspace-hack", 4964 + ] 4965 + 4966 + [[package]] 4967 + name = "mz-pgcopy" 4968 + version = "0.0.0" 4969 + dependencies = [ 4970 + "bytes", 4971 + "csv", 4972 + "mz-ore", 4973 + "mz-pgrepr", 4974 + "mz-repr", 4975 + "workspace-hack", 4976 + ] 4977 + 4978 + [[package]] 4979 + name = "mz-pgrepr" 4980 + version = "0.0.0" 4981 + dependencies = [ 4982 + "byteorder", 4983 + "bytes", 4984 + "chrono", 4985 + "dec", 4986 + "mz-ore", 4987 + "mz-pgrepr-consts", 4988 + "mz-pgwire-common", 4989 + "mz-repr", 4990 + "once_cell", 4991 + "postgres-types", 4992 + "uuid", 4993 + "workspace-hack", 4994 + ] 4995 + 4996 + [[package]] 4997 + name = "mz-pgrepr-consts" 4998 + version = "0.0.0" 4999 + dependencies = [ 5000 + "workspace-hack", 5001 + ] 5002 + 5003 + [[package]] 5004 + name = "mz-pgtest" 5005 + version = "0.0.0" 5006 + dependencies = [ 5007 + "anyhow", 5008 + "bytes", 5009 + "clap", 5010 + "datadriven", 5011 + "fallible-iterator", 5012 + "mz-ore", 5013 + "postgres-protocol", 5014 + "serde", 5015 + "serde_json", 5016 + "workspace-hack", 5017 + ] 5018 + 5019 + [[package]] 5020 + name = "mz-pgtz" 2749 5021 version = "0.0.0" 2750 5022 dependencies = [ 2751 5023 "anyhow", 5024 + "chrono", 5025 + "chrono-tz", 5026 + "mz-lowertest", 5027 + "mz-ore", 5028 + "mz-proto", 5029 + "phf", 5030 + "phf_codegen", 5031 + "proptest", 5032 + "proptest-derive", 5033 + "prost", 5034 + "prost-build", 5035 + "protobuf-src", 5036 + "serde", 5037 + "uncased", 5038 + "workspace-hack", 5039 + ] 5040 + 5041 + [[package]] 5042 + name = "mz-pgwire" 5043 + version = "0.0.0" 5044 + dependencies = [ 5045 + "anyhow", 5046 + "async-trait", 5047 + "byteorder", 5048 + "bytes", 5049 + "bytesize", 5050 + "futures", 2752 5051 "itertools", 2753 - "metabase", 2754 - "ore", 5052 + "mz-adapter", 5053 + "mz-adapter-types", 5054 + "mz-expr", 5055 + "mz-frontegg-auth", 5056 + "mz-ore", 5057 + "mz-pgcopy", 5058 + "mz-pgrepr", 5059 + "mz-pgwire-common", 5060 + "mz-repr", 5061 + "mz-server-core", 5062 + "mz-sql", 5063 + "openssl", 5064 + "postgres", 2755 5065 "tokio", 5066 + "tokio-openssl", 5067 + "tokio-stream", 5068 + "tokio-util", 5069 + "tracing", 5070 + "workspace-hack", 5071 + ] 5072 + 5073 + [[package]] 5074 + name = "mz-pgwire-common" 5075 + version = "0.0.0" 5076 + dependencies = [ 5077 + "async-trait", 5078 + "byteorder", 5079 + "bytes", 5080 + "bytesize", 5081 + "mz-ore", 5082 + "mz-server-core", 5083 + "tokio", 5084 + "tokio-openssl", 2756 5085 "tokio-postgres", 2757 5086 "tracing", 5087 + "workspace-hack", 2758 5088 ] 2759 5089 2760 5090 [[package]] 2761 - name = "mime" 2762 - version = "0.3.16" 2763 - source = "registry+https://github.com/rust-lang/crates.io-index" 2764 - checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 5091 + name = "mz-pid-file" 5092 + version = "0.0.0" 5093 + dependencies = [ 5094 + "cc", 5095 + "libc", 5096 + "mz-ore", 5097 + "tempfile", 5098 + "workspace-hack", 5099 + ] 2765 5100 2766 5101 [[package]] 2767 - name = "mime_guess" 2768 - version = "2.0.3" 2769 - source = "registry+https://github.com/rust-lang/crates.io-index" 2770 - checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212" 5102 + name = "mz-postgres-client" 5103 + version = "0.0.0" 2771 5104 dependencies = [ 2772 - "mime", 2773 - "unicase", 5105 + "anyhow", 5106 + "deadpool-postgres", 5107 + "mz-ore", 5108 + "mz-tls-util", 5109 + "prometheus", 5110 + "tokio", 5111 + "tracing", 5112 + "workspace-hack", 2774 5113 ] 2775 5114 2776 5115 [[package]] 2777 - name = "minimal-lexical" 2778 - version = "0.2.1" 2779 - source = "registry+https://github.com/rust-lang/crates.io-index" 2780 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 5116 + name = "mz-postgres-util" 5117 + version = "0.0.0" 5118 + dependencies = [ 5119 + "anyhow", 5120 + "mz-cloud-resources", 5121 + "mz-ore", 5122 + "mz-proto", 5123 + "mz-repr", 5124 + "mz-ssh-util", 5125 + "mz-tls-util", 5126 + "openssh", 5127 + "openssl", 5128 + "postgres-openssl", 5129 + "postgres_array", 5130 + "proptest", 5131 + "prost", 5132 + "prost-build", 5133 + "protobuf-src", 5134 + "serde", 5135 + "thiserror", 5136 + "tokio", 5137 + "tokio-postgres", 5138 + "tonic-build", 5139 + "tracing", 5140 + "workspace-hack", 5141 + ] 2781 5142 2782 5143 [[package]] 2783 - name = "miniz_oxide" 2784 - version = "0.4.0" 2785 - source = "registry+https://github.com/rust-lang/crates.io-index" 2786 - checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f" 5144 + name = "mz-proc" 5145 + version = "0.1.0" 2787 5146 dependencies = [ 2788 - "adler", 5147 + "anyhow", 5148 + "libc", 5149 + "mz-ore", 5150 + "workspace-hack", 2789 5151 ] 2790 5152 2791 5153 [[package]] 2792 - name = "mio" 2793 - version = "0.7.11" 2794 - source = "registry+https://github.com/rust-lang/crates.io-index" 2795 - checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956" 5154 + name = "mz-prof" 5155 + version = "0.0.0" 2796 5156 dependencies = [ 5157 + "anyhow", 5158 + "backtrace", 5159 + "flate2", 2797 5160 "libc", 2798 - "log", 2799 - "miow", 2800 - "ntapi", 2801 - "winapi", 5161 + "mz-ore", 5162 + "mz-proc", 5163 + "once_cell", 5164 + "pprof", 5165 + "prost", 5166 + "prost-build", 5167 + "protobuf-src", 5168 + "tempfile", 5169 + "tikv-jemalloc-ctl", 5170 + "tokio", 5171 + "tracing", 5172 + "workspace-hack", 2802 5173 ] 2803 5174 2804 5175 [[package]] 2805 - name = "miow" 2806 - version = "0.3.7" 2807 - source = "registry+https://github.com/rust-lang/crates.io-index" 2808 - checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" 5176 + name = "mz-prof-http" 5177 + version = "0.0.0" 2809 5178 dependencies = [ 2810 - "winapi", 5179 + "anyhow", 5180 + "askama", 5181 + "axum", 5182 + "bytesize", 5183 + "cfg-if", 5184 + "headers", 5185 + "http", 5186 + "include_dir", 5187 + "mime", 5188 + "mz-build-info", 5189 + "mz-http-util", 5190 + "mz-npm", 5191 + "mz-ore", 5192 + "mz-prof", 5193 + "once_cell", 5194 + "serde", 5195 + "tokio", 5196 + "tracing", 5197 + "workspace-hack", 2811 5198 ] 2812 5199 2813 5200 [[package]] 2814 - name = "mz-avro" 2815 - version = "0.6.5" 5201 + name = "mz-proto" 5202 + version = "0.0.0" 2816 5203 dependencies = [ 2817 5204 "anyhow", 2818 - "byteorder", 2819 5205 "chrono", 2820 - "crc32fast", 2821 - "digest", 5206 + "chrono-tz", 5207 + "globset", 5208 + "http", 5209 + "mz-ore", 5210 + "num", 5211 + "proptest", 5212 + "prost", 5213 + "prost-build", 5214 + "protobuf-src", 5215 + "regex", 5216 + "serde_json", 5217 + "tokio-postgres", 5218 + "url", 5219 + "uuid", 5220 + "workspace-hack", 5221 + ] 5222 + 5223 + [[package]] 5224 + name = "mz-regexp" 5225 + version = "0.0.0" 5226 + dependencies = [ 5227 + "anyhow", 5228 + "mz-ore", 5229 + "mz-repr", 5230 + "postgres", 5231 + "regex", 5232 + "workspace-hack", 5233 + ] 5234 + 5235 + [[package]] 5236 + name = "mz-repr" 5237 + version = "0.0.0" 5238 + dependencies = [ 5239 + "anyhow", 5240 + "bitflags 1.3.2", 5241 + "bytes", 5242 + "cfg-if", 5243 + "chrono", 5244 + "chrono-tz", 5245 + "columnation", 5246 + "compact_bytes", 5247 + "criterion", 5248 + "dec", 5249 + "differential-dataflow", 2822 5250 "enum-kinds", 2823 - "flate2", 5251 + "enum_dispatch", 5252 + "fast-float", 5253 + "hex", 2824 5254 "itertools", 2825 - "lazy_static", 2826 - "md-5", 5255 + "mz-lowertest", 5256 + "mz-ore", 5257 + "mz-persist", 5258 + "mz-persist-types", 5259 + "mz-pgtz", 5260 + "mz-proto", 5261 + "mz-sql-parser", 5262 + "num-traits", 5263 + "num_enum", 5264 + "once_cell", 5265 + "ordered-float", 5266 + "postgres-protocol", 5267 + "proptest", 5268 + "proptest-derive", 5269 + "prost", 5270 + "prost-build", 5271 + "protobuf-src", 2827 5272 "rand", 2828 5273 "regex", 5274 + "ryu", 2829 5275 "serde", 2830 5276 "serde_json", 2831 - "sha2", 2832 - "snap", 5277 + "smallvec", 5278 + "static_assertions", 5279 + "strsim", 5280 + "thiserror", 5281 + "timely", 5282 + "tokio-postgres", 2833 5283 "tracing", 5284 + "tracing-core", 5285 + "tracing-subscriber", 5286 + "url", 2834 5287 "uuid", 5288 + "workspace-hack", 2835 5289 ] 2836 5290 2837 5291 [[package]] 2838 - name = "mz-aws-util" 5292 + name = "mz-repr-test-util" 5293 + version = "0.0.0" 5294 + dependencies = [ 5295 + "chrono", 5296 + "datadriven", 5297 + "mz-lowertest", 5298 + "mz-ore", 5299 + "mz-repr", 5300 + "proc-macro2", 5301 + "workspace-hack", 5302 + ] 5303 + 5304 + [[package]] 5305 + name = "mz-rocksdb" 5306 + version = "0.0.0" 5307 + dependencies = [ 5308 + "anyhow", 5309 + "bincode", 5310 + "derivative", 5311 + "itertools", 5312 + "mz-ore", 5313 + "mz-proto", 5314 + "mz-rocksdb-types", 5315 + "num_cpus", 5316 + "once_cell", 5317 + "prometheus", 5318 + "proptest", 5319 + "proptest-derive", 5320 + "prost", 5321 + "prost-build", 5322 + "protobuf-src", 5323 + "rocksdb", 5324 + "serde", 5325 + "serde_json", 5326 + "tempfile", 5327 + "thiserror", 5328 + "tokio", 5329 + "tonic-build", 5330 + "tracing", 5331 + "uncased", 5332 + "workspace-hack", 5333 + ] 5334 + 5335 + [[package]] 5336 + name = "mz-rocksdb-types" 5337 + version = "0.0.0" 5338 + dependencies = [ 5339 + "anyhow", 5340 + "mz-ore", 5341 + "mz-proto", 5342 + "num_cpus", 5343 + "proptest", 5344 + "proptest-derive", 5345 + "prost", 5346 + "prost-build", 5347 + "protobuf-src", 5348 + "serde", 5349 + "tonic-build", 5350 + "uncased", 5351 + "workspace-hack", 5352 + ] 5353 + 5354 + [[package]] 5355 + name = "mz-s3-datagen" 2839 5356 version = "0.0.0" 2840 5357 dependencies = [ 2841 5358 "anyhow", 2842 5359 "aws-config", 2843 - "aws-sdk-kinesis", 2844 5360 "aws-sdk-s3", 2845 - "aws-sdk-sqs", 5361 + "bytefmt", 5362 + "clap", 5363 + "futures", 5364 + "indicatif", 5365 + "mz-aws-util", 5366 + "mz-ore", 5367 + "tokio", 5368 + "tracing", 5369 + "tracing-subscriber", 5370 + "workspace-hack", 5371 + ] 5372 + 5373 + [[package]] 5374 + name = "mz-secrets" 5375 + version = "0.0.0" 5376 + dependencies = [ 5377 + "anyhow", 5378 + "async-trait", 5379 + "mz-ore", 5380 + "mz-repr", 5381 + "tokio", 5382 + "tracing", 5383 + "workspace-hack", 5384 + ] 5385 + 5386 + [[package]] 5387 + name = "mz-segment" 5388 + version = "0.0.0" 5389 + dependencies = [ 5390 + "mz-ore", 5391 + "segment", 5392 + "serde_json", 5393 + "tokio", 5394 + "tracing", 5395 + "uuid", 5396 + "workspace-hack", 5397 + ] 5398 + 5399 + [[package]] 5400 + name = "mz-server-core" 5401 + version = "0.0.0" 5402 + dependencies = [ 5403 + "anyhow", 5404 + "clap", 5405 + "futures", 5406 + "mz-ore", 5407 + "openssl", 5408 + "socket2 0.5.3", 5409 + "tokio", 5410 + "tokio-stream", 5411 + "tracing", 5412 + "workspace-hack", 5413 + ] 5414 + 5415 + [[package]] 5416 + name = "mz-service" 5417 + version = "0.0.0" 5418 + dependencies = [ 5419 + "anyhow", 5420 + "async-stream", 5421 + "async-trait", 5422 + "clap", 5423 + "crossbeam-channel", 5424 + "futures", 5425 + "http", 5426 + "itertools", 5427 + "mz-aws-secrets-controller", 5428 + "mz-build-info", 5429 + "mz-orchestrator-kubernetes", 5430 + "mz-orchestrator-process", 5431 + "mz-ore", 5432 + "mz-proto", 5433 + "mz-repr", 5434 + "mz-secrets", 5435 + "once_cell", 5436 + "os_info", 5437 + "proptest", 5438 + "proptest-derive", 5439 + "prost", 5440 + "prost-build", 5441 + "protobuf-src", 5442 + "semver", 5443 + "sentry-tracing", 5444 + "serde", 5445 + "sysinfo", 5446 + "timely", 5447 + "tokio", 5448 + "tokio-stream", 5449 + "tonic", 5450 + "tonic-build", 5451 + "tower", 5452 + "tracing", 5453 + "workspace-hack", 5454 + ] 5455 + 5456 + [[package]] 5457 + name = "mz-sql" 5458 + version = "0.0.0" 5459 + dependencies = [ 5460 + "anyhow", 5461 + "array-concat", 2846 5462 "aws-sdk-sts", 2847 - "aws-smithy-client", 2848 - "aws-smithy-http", 2849 - "aws-types", 2850 - "hyper", 2851 - "mz-http-proxy", 5463 + "bitflags 1.3.2", 5464 + "chrono", 5465 + "clap", 5466 + "datadriven", 5467 + "enum-kinds", 5468 + "fail", 5469 + "globset", 5470 + "hex", 5471 + "http", 5472 + "itertools", 5473 + "maplit", 5474 + "mysql_async", 5475 + "mz-adapter-types", 5476 + "mz-build-info", 5477 + "mz-ccsr", 5478 + "mz-cloud-resources", 5479 + "mz-controller-types", 5480 + "mz-expr", 5481 + "mz-interchange", 5482 + "mz-kafka-util", 5483 + "mz-lowertest", 5484 + "mz-mysql-util", 5485 + "mz-orchestrator", 5486 + "mz-ore", 5487 + "mz-persist-client", 5488 + "mz-pgcopy", 5489 + "mz-pgrepr", 5490 + "mz-pgwire-common", 5491 + "mz-postgres-util", 5492 + "mz-proto", 5493 + "mz-repr", 5494 + "mz-rocksdb-types", 5495 + "mz-secrets", 5496 + "mz-sql-lexer", 5497 + "mz-sql-parser", 5498 + "mz-ssh-util", 5499 + "mz-storage-types", 5500 + "mz-tracing", 5501 + "num_enum", 5502 + "once_cell", 5503 + "paste", 5504 + "postgres_array", 5505 + "proptest", 5506 + "proptest-derive", 5507 + "prost", 5508 + "protobuf-native", 5509 + "rdkafka", 5510 + "regex", 5511 + "reqwest", 5512 + "serde", 5513 + "serde_json", 5514 + "static_assertions", 5515 + "thiserror", 5516 + "tokio", 5517 + "tokio-postgres", 5518 + "tracing", 5519 + "tracing-subscriber", 5520 + "uncased", 5521 + "uuid", 5522 + "workspace-hack", 5523 + ] 5524 + 5525 + [[package]] 5526 + name = "mz-sql-lexer" 5527 + version = "0.0.0" 5528 + dependencies = [ 5529 + "anyhow", 5530 + "datadriven", 5531 + "mz-ore", 5532 + "phf", 5533 + "phf_codegen", 5534 + "serde", 5535 + "uncased", 5536 + "workspace-hack", 2852 5537 ] 2853 5538 2854 5539 [[package]] 2855 - name = "mz-http-proxy" 2856 - version = "0.1.0" 5540 + name = "mz-sql-parser" 5541 + version = "0.0.0" 2857 5542 dependencies = [ 2858 - "http", 2859 - "hyper", 2860 - "hyper-proxy", 2861 - "hyper-tls", 2862 - "ipnet", 2863 - "lazy_static", 5543 + "anyhow", 5544 + "bytesize", 5545 + "datadriven", 5546 + "enum-kinds", 5547 + "itertools", 5548 + "mz-ore", 5549 + "mz-sql-lexer", 5550 + "mz-sql-parser", 5551 + "mz-walkabout", 5552 + "phf", 5553 + "serde", 5554 + "thiserror", 5555 + "tracing", 5556 + "uncased", 5557 + "unicode-width", 5558 + "workspace-hack", 5559 + ] 5560 + 5561 + [[package]] 5562 + name = "mz-sql-pretty" 5563 + version = "0.0.0" 5564 + dependencies = [ 5565 + "datadriven", 5566 + "mz-ore", 5567 + "mz-sql-parser", 5568 + "pretty", 5569 + "thiserror", 5570 + "workspace-hack", 5571 + ] 5572 + 5573 + [[package]] 5574 + name = "mz-sqllogictest" 5575 + version = "0.0.1" 5576 + dependencies = [ 5577 + "anyhow", 5578 + "bytes", 5579 + "chrono", 5580 + "clap", 5581 + "dec", 5582 + "fallible-iterator", 5583 + "futures", 5584 + "itertools", 5585 + "junit-report", 5586 + "md-5", 5587 + "mz-build-info", 5588 + "mz-cloud-resources", 5589 + "mz-controller", 5590 + "mz-environmentd", 5591 + "mz-orchestrator", 5592 + "mz-orchestrator-process", 5593 + "mz-orchestrator-tracing", 5594 + "mz-ore", 5595 + "mz-persist-client", 5596 + "mz-pgrepr", 5597 + "mz-repr", 5598 + "mz-secrets", 5599 + "mz-service", 5600 + "mz-sql", 5601 + "mz-sql-parser", 5602 + "mz-stash-types", 5603 + "mz-storage-types", 5604 + "mz-tracing", 5605 + "once_cell", 5606 + "postgres-protocol", 5607 + "regex", 2864 5608 "reqwest", 5609 + "serde_json", 5610 + "shell-words", 5611 + "tempfile", 5612 + "time", 5613 + "tokio", 5614 + "tokio-postgres", 5615 + "tokio-stream", 5616 + "tower-http", 2865 5617 "tracing", 5618 + "uuid", 5619 + "walkdir", 5620 + "workspace-hack", 2866 5621 ] 2867 5622 2868 5623 [[package]] 2869 - name = "mz-process-collector" 5624 + name = "mz-ssh-util" 5625 + version = "0.0.0" 5626 + dependencies = [ 5627 + "anyhow", 5628 + "futures", 5629 + "mz-ore", 5630 + "openssh", 5631 + "openssh-mux-client", 5632 + "openssl", 5633 + "rand", 5634 + "scopeguard", 5635 + "serde", 5636 + "serde_json", 5637 + "ssh-key", 5638 + "tempfile", 5639 + "thiserror", 5640 + "tokio", 5641 + "tokio-stream", 5642 + "tracing", 5643 + "workspace-hack", 5644 + "zeroize", 5645 + ] 5646 + 5647 + [[package]] 5648 + name = "mz-stash" 5649 + version = "0.0.0" 5650 + dependencies = [ 5651 + "bytes", 5652 + "criterion", 5653 + "derivative", 5654 + "differential-dataflow", 5655 + "fail", 5656 + "futures", 5657 + "itertools", 5658 + "mz-ore", 5659 + "mz-proto", 5660 + "mz-stash-types", 5661 + "mz-tls-util", 5662 + "once_cell", 5663 + "paste", 5664 + "postgres-openssl", 5665 + "prometheus", 5666 + "proptest", 5667 + "prost", 5668 + "rand", 5669 + "serde", 5670 + "timely", 5671 + "tokio", 5672 + "tokio-postgres", 5673 + "tracing", 5674 + "workspace-hack", 5675 + ] 5676 + 5677 + [[package]] 5678 + name = "mz-stash-debug" 5679 + version = "0.84.2" 5680 + dependencies = [ 5681 + "anyhow", 5682 + "clap", 5683 + "futures", 5684 + "mz-adapter", 5685 + "mz-build-info", 5686 + "mz-catalog", 5687 + "mz-ore", 5688 + "mz-secrets", 5689 + "mz-sql", 5690 + "mz-stash", 5691 + "mz-storage-controller", 5692 + "mz-storage-types", 5693 + "mz-tls-util", 5694 + "once_cell", 5695 + "prost", 5696 + "serde_json", 5697 + "tokio", 5698 + "tokio-postgres", 5699 + "tracing", 5700 + "tracing-subscriber", 5701 + "workspace-hack", 5702 + ] 5703 + 5704 + [[package]] 5705 + name = "mz-stash-types" 2870 5706 version = "0.0.0" 2871 5707 dependencies = [ 2872 - "lazy_static", 2873 - "libc", 2874 - "ore", 2875 - "procfs", 5708 + "anyhow", 5709 + "mz-ore", 5710 + "mz-proto", 5711 + "paste", 2876 5712 "prometheus", 5713 + "prost", 5714 + "serde", 5715 + "tokio-postgres", 5716 + "workspace-hack", 2877 5717 ] 2878 5718 2879 5719 [[package]] 2880 - name = "mz-protoc" 5720 + name = "mz-storage" 2881 5721 version = "0.0.0" 2882 5722 dependencies = [ 2883 5723 "anyhow", 5724 + "async-stream", 5725 + "async-trait", 5726 + "axum", 5727 + "bincode", 5728 + "bytes", 5729 + "bytesize", 5730 + "chrono", 2884 5731 "clap", 2885 - "ore", 2886 - "protobuf", 2887 - "protobuf-codegen", 2888 - "protobuf-parse", 5732 + "crossbeam-channel", 5733 + "csv-core", 5734 + "datadriven", 5735 + "dec", 5736 + "differential-dataflow", 5737 + "either", 5738 + "fail", 5739 + "futures", 5740 + "globset", 5741 + "http", 5742 + "humantime", 5743 + "indexmap 2.0.0", 5744 + "itertools", 5745 + "maplit", 5746 + "mysql_async", 5747 + "mysql_common", 5748 + "mz-avro", 5749 + "mz-aws-util", 5750 + "mz-build-info", 5751 + "mz-ccsr", 5752 + "mz-cloud-resources", 5753 + "mz-cluster", 5754 + "mz-expr", 5755 + "mz-http-util", 5756 + "mz-interchange", 5757 + "mz-kafka-util", 5758 + "mz-mysql-util", 5759 + "mz-orchestrator-tracing", 5760 + "mz-ore", 5761 + "mz-persist", 5762 + "mz-persist-client", 5763 + "mz-persist-types", 5764 + "mz-pgcopy", 5765 + "mz-pid-file", 5766 + "mz-postgres-util", 5767 + "mz-repr", 5768 + "mz-rocksdb", 5769 + "mz-secrets", 5770 + "mz-service", 5771 + "mz-sql-parser", 5772 + "mz-ssh-util", 5773 + "mz-storage-client", 5774 + "mz-storage-operators", 5775 + "mz-storage-types", 5776 + "mz-timely-util", 5777 + "num_cpus", 5778 + "once_cell", 5779 + "postgres-protocol", 5780 + "prometheus", 5781 + "prost", 5782 + "protobuf-src", 5783 + "rand", 5784 + "rdkafka", 5785 + "regex", 5786 + "rocksdb", 5787 + "seahash", 5788 + "serde", 5789 + "serde_json", 5790 + "sha2", 2889 5791 "tempfile", 5792 + "thiserror", 5793 + "timely", 5794 + "tokio", 5795 + "tokio-postgres", 5796 + "tokio-stream", 5797 + "tokio-util", 5798 + "tonic-build", 5799 + "tracing", 5800 + "tracing-subscriber", 5801 + "url", 5802 + "uuid", 5803 + "workspace-hack", 2890 5804 ] 2891 5805 2892 5806 [[package]] 2893 - name = "mzcloud" 2894 - version = "1.0.0" 2895 - source = "git+https://github.com/MaterializeInc/cloud-sdks#b7886468ceb9e76d1c4b9e0b1b82a957ddd2b1c8" 5807 + name = "mz-storage-client" 5808 + version = "0.0.0" 2896 5809 dependencies = [ 2897 - "reqwest", 5810 + "anyhow", 5811 + "async-trait", 5812 + "chrono", 5813 + "differential-dataflow", 5814 + "http", 5815 + "itertools", 5816 + "maplit", 5817 + "mz-ccsr", 5818 + "mz-cluster-client", 5819 + "mz-kafka-util", 5820 + "mz-ore", 5821 + "mz-persist-client", 5822 + "mz-persist-types", 5823 + "mz-proto", 5824 + "mz-repr", 5825 + "mz-service", 5826 + "mz-storage-types", 5827 + "mz-timely-util", 5828 + "once_cell", 5829 + "prometheus", 5830 + "proptest", 5831 + "prost", 5832 + "prost-build", 5833 + "protobuf-src", 5834 + "rdkafka", 5835 + "serde", 5836 + "serde_json", 5837 + "static_assertions", 5838 + "timely", 5839 + "tokio", 5840 + "tokio-stream", 5841 + "tonic", 5842 + "tonic-build", 5843 + "tracing", 5844 + "workspace-hack", 5845 + ] 5846 + 5847 + [[package]] 5848 + name = "mz-storage-controller" 5849 + version = "0.0.0" 5850 + dependencies = [ 5851 + "anyhow", 5852 + "async-trait", 5853 + "bytes", 5854 + "chrono", 5855 + "differential-dataflow", 5856 + "futures", 5857 + "itertools", 5858 + "mz-build-info", 5859 + "mz-cluster-client", 5860 + "mz-ore", 5861 + "mz-persist-client", 5862 + "mz-persist-txn", 5863 + "mz-persist-types", 5864 + "mz-proto", 5865 + "mz-repr", 5866 + "mz-service", 5867 + "mz-stash", 5868 + "mz-stash-types", 5869 + "mz-storage-client", 5870 + "mz-storage-types", 5871 + "mz-tls-util", 5872 + "once_cell", 5873 + "proptest", 5874 + "prost", 5875 + "serde", 5876 + "serde_json", 5877 + "timely", 5878 + "tokio", 5879 + "tokio-postgres", 5880 + "tokio-stream", 5881 + "tracing", 5882 + "workspace-hack", 5883 + ] 5884 + 5885 + [[package]] 5886 + name = "mz-storage-operators" 5887 + version = "0.0.0" 5888 + dependencies = [ 5889 + "async-stream", 5890 + "differential-dataflow", 5891 + "futures", 5892 + "mz-expr", 5893 + "mz-ore", 5894 + "mz-persist-client", 5895 + "mz-persist-txn", 5896 + "mz-persist-types", 5897 + "mz-repr", 5898 + "mz-storage-types", 5899 + "mz-timely-util", 5900 + "prometheus", 5901 + "proptest", 5902 + "serde", 5903 + "timely", 5904 + "tokio", 5905 + "tracing", 5906 + "workspace-hack", 5907 + ] 5908 + 5909 + [[package]] 5910 + name = "mz-storage-types" 5911 + version = "0.0.0" 5912 + dependencies = [ 5913 + "anyhow", 5914 + "aws-config", 5915 + "aws-credential-types", 5916 + "aws-sdk-sts", 5917 + "aws-types", 5918 + "base64 0.13.1", 5919 + "bytes", 5920 + "dec", 5921 + "derivative", 5922 + "differential-dataflow", 5923 + "fail", 5924 + "itertools", 5925 + "mysql_async", 5926 + "mz-aws-util", 5927 + "mz-ccsr", 5928 + "mz-cloud-resources", 5929 + "mz-expr", 5930 + "mz-interchange", 5931 + "mz-kafka-util", 5932 + "mz-mysql-util", 5933 + "mz-ore", 5934 + "mz-persist-client", 5935 + "mz-persist-txn", 5936 + "mz-persist-types", 5937 + "mz-postgres-util", 5938 + "mz-proto", 5939 + "mz-repr", 5940 + "mz-rocksdb-types", 5941 + "mz-secrets", 5942 + "mz-service", 5943 + "mz-ssh-util", 5944 + "mz-stash-types", 5945 + "mz-timely-util", 5946 + "mz-tracing", 5947 + "native-tls", 5948 + "num_enum", 5949 + "once_cell", 5950 + "openssl", 5951 + "proptest", 5952 + "proptest-derive", 5953 + "prost", 5954 + "prost-build", 5955 + "protobuf-src", 5956 + "rdkafka", 5957 + "scopeguard", 2898 5958 "serde", 2899 - "serde_derive", 2900 5959 "serde_json", 5960 + "thiserror", 5961 + "timely", 5962 + "tokio", 5963 + "tokio-postgres", 5964 + "tonic-build", 5965 + "tracing", 2901 5966 "url", 5967 + "uuid", 5968 + "workspace-hack", 2902 5969 ] 2903 5970 2904 5971 [[package]] 2905 - name = "mzcloud-cli" 5972 + name = "mz-test-macro" 2906 5973 version = "0.1.0" 2907 5974 dependencies = [ 5975 + "proc-macro2", 5976 + "quote", 5977 + "syn 1.0.107", 5978 + "workspace-hack", 5979 + ] 5980 + 5981 + [[package]] 5982 + name = "mz-test-util" 5983 + version = "0.0.0" 5984 + dependencies = [ 2908 5985 "anyhow", 5986 + "chrono", 5987 + "mz-kafka-util", 5988 + "mz-ore", 5989 + "rand", 5990 + "rdkafka", 5991 + "tokio", 5992 + "tokio-postgres", 5993 + "tracing", 5994 + "workspace-hack", 5995 + ] 5996 + 5997 + [[package]] 5998 + name = "mz-testdrive" 5999 + version = "0.84.2" 6000 + dependencies = [ 6001 + "anyhow", 6002 + "async-compression", 6003 + "async-trait", 6004 + "atty", 6005 + "aws-config", 6006 + "aws-credential-types", 6007 + "aws-sdk-sts", 6008 + "aws-types", 6009 + "byteorder", 6010 + "bytes", 6011 + "chrono", 2909 6012 "clap", 2910 - "mzcloud", 2911 - "ore", 6013 + "flate2", 6014 + "futures", 6015 + "globset", 6016 + "hex", 6017 + "http", 6018 + "humantime", 6019 + "itertools", 6020 + "junit-report", 6021 + "maplit", 6022 + "md-5", 6023 + "mysql_async", 6024 + "mz-adapter", 6025 + "mz-avro", 6026 + "mz-aws-util", 6027 + "mz-build-info", 6028 + "mz-catalog", 6029 + "mz-ccsr", 6030 + "mz-expr", 6031 + "mz-interchange", 6032 + "mz-kafka-util", 6033 + "mz-ore", 6034 + "mz-persist-client", 6035 + "mz-persist-types", 6036 + "mz-pgrepr", 6037 + "mz-repr", 6038 + "mz-sql", 6039 + "mz-sql-parser", 6040 + "mz-stash", 6041 + "mz-storage-types", 6042 + "mz-tls-util", 6043 + "once_cell", 6044 + "postgres_array", 6045 + "prost", 6046 + "prost-reflect", 6047 + "protobuf-src", 6048 + "rand", 6049 + "rdkafka", 6050 + "regex", 2912 6051 "reqwest", 2913 6052 "serde", 2914 6053 "serde_json", 6054 + "similar", 2915 6055 "tempfile", 6056 + "termcolor", 6057 + "tiberius", 6058 + "time", 2916 6059 "tokio", 2917 - "zip", 6060 + "tokio-postgres", 6061 + "tokio-stream", 6062 + "tokio-util", 6063 + "tracing", 6064 + "tracing-subscriber", 6065 + "url", 6066 + "uuid", 6067 + "walkdir", 6068 + "workspace-hack", 6069 + ] 6070 + 6071 + [[package]] 6072 + name = "mz-timely-util" 6073 + version = "0.0.0" 6074 + dependencies = [ 6075 + "ahash", 6076 + "differential-dataflow", 6077 + "futures-util", 6078 + "mz-ore", 6079 + "num-traits", 6080 + "proptest", 6081 + "serde", 6082 + "timely", 6083 + "tokio", 6084 + "workspace-hack", 6085 + ] 6086 + 6087 + [[package]] 6088 + name = "mz-timestamp-oracle" 6089 + version = "0.0.0" 6090 + dependencies = [ 6091 + "anyhow", 6092 + "async-trait", 6093 + "deadpool-postgres", 6094 + "dec", 6095 + "futures", 6096 + "mz-adapter-types", 6097 + "mz-ore", 6098 + "mz-pgrepr", 6099 + "mz-postgres-client", 6100 + "mz-repr", 6101 + "rand", 6102 + "serde", 6103 + "tokio", 6104 + "tracing", 6105 + "uuid", 6106 + "workspace-hack", 6107 + ] 6108 + 6109 + [[package]] 6110 + name = "mz-tls-util" 6111 + version = "0.0.0" 6112 + dependencies = [ 6113 + "anyhow", 6114 + "openssl", 6115 + "openssl-sys", 6116 + "postgres-openssl", 6117 + "thiserror", 6118 + "tokio", 6119 + "tokio-postgres", 6120 + "tracing", 6121 + "workspace-hack", 6122 + ] 6123 + 6124 + [[package]] 6125 + name = "mz-tracing" 6126 + version = "0.0.0" 6127 + dependencies = [ 6128 + "anyhow", 6129 + "mz-ore", 6130 + "mz-proto", 6131 + "proptest", 6132 + "prost", 6133 + "prost-build", 6134 + "protobuf-src", 6135 + "serde", 6136 + "tonic-build", 6137 + "tracing", 6138 + "tracing-subscriber", 6139 + "workspace-hack", 6140 + ] 6141 + 6142 + [[package]] 6143 + name = "mz-transform" 6144 + version = "0.0.0" 6145 + dependencies = [ 6146 + "anyhow", 6147 + "datadriven", 6148 + "differential-dataflow", 6149 + "enum-kinds", 6150 + "itertools", 6151 + "mz-compute-types", 6152 + "mz-expr", 6153 + "mz-expr-parser", 6154 + "mz-expr-test-util", 6155 + "mz-lowertest", 6156 + "mz-ore", 6157 + "mz-persist-client", 6158 + "mz-repr", 6159 + "num-traits", 6160 + "ordered-float", 6161 + "paste", 6162 + "proc-macro2", 6163 + "serde_json", 6164 + "tracing", 6165 + "workspace-hack", 6166 + ] 6167 + 6168 + [[package]] 6169 + name = "mz-walkabout" 6170 + version = "0.0.0" 6171 + dependencies = [ 6172 + "anyhow", 6173 + "datadriven", 6174 + "itertools", 6175 + "mz-ore", 6176 + "quote", 6177 + "syn 1.0.107", 6178 + "tempfile", 6179 + "workspace-hack", 2918 6180 ] 2919 6181 2920 6182 [[package]] 2921 6183 name = "native-tls" 2922 - version = "0.2.8" 6184 + version = "0.2.11" 2923 6185 source = "registry+https://github.com/rust-lang/crates.io-index" 2924 - checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d" 6186 + checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 2925 6187 dependencies = [ 2926 6188 "lazy_static", 2927 6189 "libc", ··· 2937 6199 2938 6200 [[package]] 2939 6201 name = "nix" 2940 - version = "0.23.1" 6202 + version = "0.26.1" 2941 6203 source = "registry+https://github.com/rust-lang/crates.io-index" 2942 - checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6" 6204 + checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694" 2943 6205 dependencies = [ 2944 - "bitflags", 2945 - "cc", 6206 + "bitflags 1.3.2", 2946 6207 "cfg-if", 2947 6208 "libc", 2948 6209 "memoffset", 6210 + "pin-utils", 6211 + "static_assertions", 2949 6212 ] 2950 6213 2951 6214 [[package]] 6215 + name = "no-std-compat" 6216 + version = "0.4.1" 6217 + source = "registry+https://github.com/rust-lang/crates.io-index" 6218 + checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" 6219 + 6220 + [[package]] 2952 6221 name = "nom" 2953 - version = "7.1.0" 6222 + version = "7.1.2" 2954 6223 source = "registry+https://github.com/rust-lang/crates.io-index" 2955 - checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109" 6224 + checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c" 2956 6225 dependencies = [ 2957 6226 "memchr", 2958 6227 "minimal-lexical", 2959 - "version_check", 2960 6228 ] 2961 6229 2962 6230 [[package]] 6231 + name = "nonzero_ext" 6232 + version = "0.3.0" 6233 + source = "registry+https://github.com/rust-lang/crates.io-index" 6234 + checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" 6235 + 6236 + [[package]] 2963 6237 name = "normalize-line-endings" 2964 6238 version = "0.3.0" 2965 6239 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2967 6241 2968 6242 [[package]] 2969 6243 name = "ntapi" 2970 - version = "0.3.4" 6244 + version = "0.4.0" 2971 6245 source = "registry+https://github.com/rust-lang/crates.io-index" 2972 - checksum = "7a31937dea023539c72ddae0e3571deadc1414b300483fa7aaec176168cfa9d2" 6246 + checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc" 2973 6247 dependencies = [ 2974 6248 "winapi", 2975 6249 ] 2976 6250 2977 6251 [[package]] 6252 + name = "nu-ansi-term" 6253 + version = "0.46.0" 6254 + source = "registry+https://github.com/rust-lang/crates.io-index" 6255 + checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 6256 + dependencies = [ 6257 + "overload", 6258 + "winapi", 6259 + ] 6260 + 6261 + [[package]] 2978 6262 name = "num" 2979 6263 version = "0.4.0" 2980 6264 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2990 6274 2991 6275 [[package]] 2992 6276 name = "num-bigint" 2993 - version = "0.4.2" 6277 + version = "0.4.3" 2994 6278 source = "registry+https://github.com/rust-lang/crates.io-index" 2995 - checksum = "74e768dff5fb39a41b3bcd30bb25cf989706c90d028d1ad71971987aa309d535" 6279 + checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" 2996 6280 dependencies = [ 2997 6281 "autocfg", 2998 6282 "num-integer", ··· 3043 6327 3044 6328 [[package]] 3045 6329 name = "num-traits" 3046 - version = "0.2.14" 6330 + version = "0.2.15" 3047 6331 source = "registry+https://github.com/rust-lang/crates.io-index" 3048 - checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 6332 + checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 3049 6333 dependencies = [ 3050 6334 "autocfg", 3051 - "libm", 3052 6335 ] 3053 6336 3054 6337 [[package]] 3055 6338 name = "num_cpus" 3056 - version = "1.13.1" 6339 + version = "1.15.0" 3057 6340 source = "registry+https://github.com/rust-lang/crates.io-index" 3058 - checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 6341 + checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 3059 6342 dependencies = [ 3060 - "hermit-abi", 6343 + "hermit-abi 0.2.6", 3061 6344 "libc", 3062 6345 ] 3063 6346 3064 6347 [[package]] 3065 6348 name = "num_enum" 3066 - version = "0.5.6" 6349 + version = "0.5.7" 3067 6350 source = "registry+https://github.com/rust-lang/crates.io-index" 3068 - checksum = "720d3ea1055e4e4574c0c0b0f8c3fd4f24c4cdaf465948206dea090b57b526ad" 6351 + checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9" 3069 6352 dependencies = [ 3070 6353 "num_enum_derive", 3071 6354 ] 3072 6355 3073 6356 [[package]] 3074 6357 name = "num_enum_derive" 3075 - version = "0.5.6" 6358 + version = "0.5.7" 3076 6359 source = "registry+https://github.com/rust-lang/crates.io-index" 3077 - checksum = "0d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21" 6360 + checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce" 3078 6361 dependencies = [ 3079 6362 "proc-macro-crate", 3080 6363 "proc-macro2", 3081 6364 "quote", 3082 - "syn", 6365 + "syn 1.0.107", 3083 6366 ] 3084 6367 3085 6368 [[package]] ··· 3090 6373 3091 6374 [[package]] 3092 6375 name = "object" 3093 - version = "0.27.1" 6376 + version = "0.29.0" 3094 6377 source = "registry+https://github.com/rust-lang/crates.io-index" 3095 - checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9" 6378 + checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" 3096 6379 dependencies = [ 3097 6380 "memchr", 3098 6381 ] 3099 6382 3100 6383 [[package]] 3101 6384 name = "once_cell" 3102 - version = "1.8.0" 6385 + version = "1.19.0" 3103 6386 source = "registry+https://github.com/rust-lang/crates.io-index" 3104 - checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" 6387 + checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 3105 6388 3106 6389 [[package]] 3107 6390 name = "oorandom" ··· 3110 6393 checksum = "ebcec7c9c2a95cacc7cd0ecb89d8a8454eca13906f6deb55258ffff0adeb9405" 3111 6394 3112 6395 [[package]] 6396 + name = "open" 6397 + version = "3.2.0" 6398 + source = "registry+https://github.com/rust-lang/crates.io-index" 6399 + checksum = "2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8" 6400 + dependencies = [ 6401 + "pathdiff", 6402 + "windows-sys 0.42.0", 6403 + ] 6404 + 6405 + [[package]] 6406 + name = "openssh" 6407 + version = "0.9.9" 6408 + source = "git+https://github.com/MaterializeInc/openssh.git#34404a274c5e1a7addd48940656fa12b7531e793" 6409 + dependencies = [ 6410 + "dirs", 6411 + "libc", 6412 + "once_cell", 6413 + "openssh-mux-client", 6414 + "shell-escape", 6415 + "tempfile", 6416 + "thiserror", 6417 + "tokio", 6418 + "tokio-pipe", 6419 + ] 6420 + 6421 + [[package]] 6422 + name = "openssh-mux-client" 6423 + version = "0.15.5" 6424 + source = "registry+https://github.com/rust-lang/crates.io-index" 6425 + checksum = "88eac793af6170bcd6d4f39c3b7ba3f4227cab5680d7189ba30f9d174600b75f" 6426 + dependencies = [ 6427 + "once_cell", 6428 + "sendfd", 6429 + "serde", 6430 + "ssh_format", 6431 + "thiserror", 6432 + "tokio", 6433 + "tokio-io-utility", 6434 + "typed-builder", 6435 + ] 6436 + 6437 + [[package]] 3113 6438 name = "openssl" 3114 - version = "0.10.38" 6439 + version = "0.10.55" 3115 6440 source = "registry+https://github.com/rust-lang/crates.io-index" 3116 - checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95" 6441 + checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" 3117 6442 dependencies = [ 3118 - "bitflags", 6443 + "bitflags 1.3.2", 3119 6444 "cfg-if", 3120 6445 "foreign-types", 3121 6446 "libc", 3122 6447 "once_cell", 6448 + "openssl-macros", 3123 6449 "openssl-sys", 3124 6450 ] 3125 6451 3126 6452 [[package]] 6453 + name = "openssl-macros" 6454 + version = "0.1.0" 6455 + source = "registry+https://github.com/rust-lang/crates.io-index" 6456 + checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 6457 + dependencies = [ 6458 + "proc-macro2", 6459 + "quote", 6460 + "syn 1.0.107", 6461 + ] 6462 + 6463 + [[package]] 3127 6464 name = "openssl-probe" 3128 6465 version = "0.1.2" 3129 6466 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3131 6468 3132 6469 [[package]] 3133 6470 name = "openssl-src" 3134 - version = "111.16.0+1.1.1l" 6471 + version = "111.25.0+1.1.1t" 3135 6472 source = "registry+https://github.com/rust-lang/crates.io-index" 3136 - checksum = "7ab2173f69416cf3ec12debb5823d244127d23a9b127d5a5189aa97c5fa2859f" 6473 + checksum = "3173cd3626c43e3854b1b727422a276e568d9ec5fe8cec197822cf52cfb743d6" 3137 6474 dependencies = [ 3138 6475 "cc", 3139 6476 ] 3140 6477 3141 6478 [[package]] 3142 6479 name = "openssl-sys" 3143 - version = "0.9.72" 6480 + version = "0.9.90" 3144 6481 source = "registry+https://github.com/rust-lang/crates.io-index" 3145 - checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb" 6482 + checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" 3146 6483 dependencies = [ 3147 - "autocfg", 3148 6484 "cc", 3149 6485 "libc", 3150 6486 "openssl-src", ··· 3153 6489 ] 3154 6490 3155 6491 [[package]] 3156 - name = "opentls" 3157 - version = "0.2.1" 6492 + name = "opentelemetry" 6493 + version = "0.21.0" 3158 6494 source = "registry+https://github.com/rust-lang/crates.io-index" 3159 - checksum = "6f561874f8d6ecfb674fc08863414040c93cc90c0b6963fe679895fab8b65560" 6495 + checksum = "1e32339a5dc40459130b3bd269e9892439f55b33e772d2a9d402a789baaf4e8a" 3160 6496 dependencies = [ 3161 - "futures-util", 3162 - "log", 3163 - "openssl", 3164 - "openssl-probe", 3165 - "openssl-sys", 3166 - "url", 6497 + "futures-core", 6498 + "futures-sink", 6499 + "indexmap 2.0.0", 6500 + "js-sys", 6501 + "once_cell", 6502 + "pin-project-lite", 6503 + "thiserror", 6504 + "urlencoding", 3167 6505 ] 3168 6506 3169 6507 [[package]] 3170 - name = "ordered-float" 3171 - version = "2.10.0" 6508 + name = "opentelemetry-otlp" 6509 + version = "0.14.0" 3172 6510 source = "registry+https://github.com/rust-lang/crates.io-index" 3173 - checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87" 6511 + checksum = "f24cda83b20ed2433c68241f918d0f6fdec8b1d43b7a9590ab4420c5095ca930" 3174 6512 dependencies = [ 3175 - "num-traits", 3176 - "serde", 6513 + "async-trait", 6514 + "futures-core", 6515 + "http", 6516 + "opentelemetry", 6517 + "opentelemetry-proto", 6518 + "opentelemetry-semantic-conventions", 6519 + "opentelemetry_sdk", 6520 + "prost", 6521 + "thiserror", 6522 + "tokio", 6523 + "tonic", 6524 + ] 6525 + 6526 + [[package]] 6527 + name = "opentelemetry-proto" 6528 + version = "0.4.0" 6529 + source = "registry+https://github.com/rust-lang/crates.io-index" 6530 + checksum = "a2e155ce5cc812ea3d1dffbd1539aed653de4bf4882d60e6e04dcf0901d674e1" 6531 + dependencies = [ 6532 + "opentelemetry", 6533 + "opentelemetry_sdk", 6534 + "prost", 6535 + "tonic", 3177 6536 ] 3178 6537 3179 6538 [[package]] 3180 - name = "ore" 3181 - version = "0.0.0" 6539 + name = "opentelemetry-semantic-conventions" 6540 + version = "0.13.0" 6541 + source = "registry+https://github.com/rust-lang/crates.io-index" 6542 + checksum = "f5774f1ef1f982ef2a447f6ee04ec383981a3ab99c8e77a1a7b30182e65bbc84" 3182 6543 dependencies = [ 3183 - "anyhow", 6544 + "opentelemetry", 6545 + ] 6546 + 6547 + [[package]] 6548 + name = "opentelemetry_sdk" 6549 + version = "0.21.2" 6550 + source = "registry+https://github.com/rust-lang/crates.io-index" 6551 + checksum = "2f16aec8a98a457a52664d69e0091bac3a0abd18ead9b641cb00202ba4e0efe4" 6552 + dependencies = [ 3184 6553 "async-trait", 3185 - "bytes", 3186 - "chrono", 3187 - "clap", 3188 - "crossbeam-utils", 3189 - "ctor", 3190 - "either", 3191 - "futures", 3192 - "lazy_static", 3193 - "openssl", 3194 - "pin-project", 3195 - "prometheus", 3196 - "smallvec", 3197 - "stacker", 6554 + "crossbeam-channel", 6555 + "futures-channel", 6556 + "futures-executor", 6557 + "futures-util", 6558 + "glob", 6559 + "once_cell", 6560 + "opentelemetry", 6561 + "ordered-float", 6562 + "percent-encoding", 6563 + "rand", 6564 + "thiserror", 3198 6565 "tokio", 3199 - "tokio-openssl", 3200 - "tracing-subscriber", 6566 + "tokio-stream", 6567 + ] 6568 + 6569 + [[package]] 6570 + name = "option-ext" 6571 + version = "0.2.0" 6572 + source = "registry+https://github.com/rust-lang/crates.io-index" 6573 + checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 6574 + 6575 + [[package]] 6576 + name = "ordered-float" 6577 + version = "4.2.0" 6578 + source = "registry+https://github.com/rust-lang/crates.io-index" 6579 + checksum = "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e" 6580 + dependencies = [ 6581 + "num-traits", 6582 + "rand", 6583 + "serde", 3201 6584 ] 3202 6585 3203 6586 [[package]] 3204 6587 name = "os_info" 3205 - version = "3.0.9" 6588 + version = "3.5.1" 3206 6589 source = "registry+https://github.com/rust-lang/crates.io-index" 3207 - checksum = "b89dd55b8d8d97dabd0d1adc625d188378fcf87632825bfe9c956acc9a11a72a" 6590 + checksum = "c4750134fb6a5d49afc80777394ad5d95b04bc12068c6abb92fae8f43817270f" 3208 6591 dependencies = [ 3209 6592 "log", 3210 6593 "serde", ··· 3212 6595 ] 3213 6596 3214 6597 [[package]] 3215 - name = "os_pipe" 3216 - version = "0.9.1" 6598 + name = "os_str_bytes" 6599 + version = "6.0.0" 6600 + source = "registry+https://github.com/rust-lang/crates.io-index" 6601 + checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" 6602 + 6603 + [[package]] 6604 + name = "output_vt100" 6605 + version = "0.1.2" 3217 6606 source = "registry+https://github.com/rust-lang/crates.io-index" 3218 - checksum = "db4d06355a7090ce852965b2d08e11426c315438462638c6d721448d0b47aa22" 6607 + checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" 3219 6608 dependencies = [ 3220 - "libc", 3221 6609 "winapi", 3222 6610 ] 3223 6611 3224 6612 [[package]] 3225 - name = "os_str_bytes" 3226 - version = "6.0.0" 6613 + name = "outref" 6614 + version = "0.5.1" 6615 + source = "registry+https://github.com/rust-lang/crates.io-index" 6616 + checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 6617 + 6618 + [[package]] 6619 + name = "overload" 6620 + version = "0.1.1" 6621 + source = "registry+https://github.com/rust-lang/crates.io-index" 6622 + checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 6623 + 6624 + [[package]] 6625 + name = "papergrid" 6626 + version = "0.7.1" 3227 6627 source = "registry+https://github.com/rust-lang/crates.io-index" 3228 - checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" 6628 + checksum = "1526bb6aa9f10ec339fb10360f22c57edf81d5678d0278e93bc12a47ffbe4b01" 3229 6629 dependencies = [ 3230 - "memchr", 6630 + "bytecount", 6631 + "fnv", 6632 + "unicode-width", 3231 6633 ] 3232 6634 3233 6635 [[package]] 3234 6636 name = "parking_lot" 3235 - version = "0.11.1" 6637 + version = "0.12.1" 3236 6638 source = "registry+https://github.com/rust-lang/crates.io-index" 3237 - checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" 6639 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 3238 6640 dependencies = [ 3239 - "instant", 3240 6641 "lock_api", 3241 6642 "parking_lot_core", 3242 6643 ] 3243 6644 3244 6645 [[package]] 3245 6646 name = "parking_lot_core" 3246 - version = "0.8.3" 6647 + version = "0.9.4" 3247 6648 source = "registry+https://github.com/rust-lang/crates.io-index" 3248 - checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018" 6649 + checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0" 3249 6650 dependencies = [ 3250 6651 "cfg-if", 3251 - "instant", 3252 6652 "libc", 3253 - "redox_syscall", 6653 + "redox_syscall 0.2.10", 3254 6654 "smallvec", 3255 - "winapi", 6655 + "windows-sys 0.42.0", 3256 6656 ] 3257 6657 3258 6658 [[package]] 3259 - name = "parquet-format-async-temp" 3260 - version = "0.2.0" 3261 - source = "git+https://github.com/MaterializeInc/parquet-format-rs?branch=main#52ef597df1a4067f1d8b12766661ca9b32fd7310" 6659 + name = "parquet-format-safe" 6660 + version = "0.2.4" 6661 + source = "registry+https://github.com/rust-lang/crates.io-index" 6662 + checksum = "1131c54b167dd4e4799ce762e1ab01549ebb94d5bdd13e6ec1b467491c378e1f" 3262 6663 dependencies = [ 3263 6664 "async-trait", 3264 - "byteorder", 3265 6665 "futures", 3266 - "integer-encoding", 3267 - "ordered-float", 3268 6666 ] 3269 6667 3270 6668 [[package]] 3271 6669 name = "parquet2" 3272 - version = "0.8.1" 6670 + version = "0.17.1" 3273 6671 source = "registry+https://github.com/rust-lang/crates.io-index" 3274 - checksum = "57e98d7da0076cead49c49580cc5771dfe0ba8a93cadff9b47c1681a4a78e1f9" 6672 + checksum = "aefc53bedbf9bbe0ff8912befafaafe30ced83851fb0aebe86696a9289ebb29e" 3275 6673 dependencies = [ 3276 6674 "async-stream", 3277 - "bitpacking", 3278 6675 "futures", 3279 - "parquet-format-async-temp", 6676 + "parquet-format-safe", 6677 + "seq-macro", 3280 6678 "streaming-decompression", 3281 6679 ] 3282 6680 ··· 3291 6689 3292 6690 [[package]] 3293 6691 name = "paste" 3294 - version = "1.0.6" 6692 + version = "1.0.11" 3295 6693 source = "registry+https://github.com/rust-lang/crates.io-index" 3296 - checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5" 6694 + checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba" 3297 6695 3298 6696 [[package]] 3299 - name = "pdqselect" 3300 - version = "0.1.1" 6697 + name = "pathdiff" 6698 + version = "0.2.1" 3301 6699 source = "registry+https://github.com/rust-lang/crates.io-index" 3302 - checksum = "7778906d9321dd56cde1d1ffa69a73e59dcf5fda6d366f62727adf2bd4193aee" 6700 + checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 3303 6701 3304 6702 [[package]] 3305 - name = "percent-encoding" 3306 - version = "2.1.0" 6703 + name = "peeking_take_while" 6704 + version = "0.1.2" 3307 6705 source = "registry+https://github.com/rust-lang/crates.io-index" 3308 - checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 6706 + checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 3309 6707 3310 6708 [[package]] 3311 - name = "perf-kinesis" 3312 - version = "0.0.0" 6709 + name = "pem" 6710 + version = "3.0.2" 6711 + source = "registry+https://github.com/rust-lang/crates.io-index" 6712 + checksum = "3163d2912b7c3b52d651a055f2c7eec9ba5cd22d26ef75b8dd3a59980b185923" 3313 6713 dependencies = [ 3314 - "anyhow", 3315 - "aws-sdk-kinesis", 3316 - "bytes", 3317 - "chrono", 3318 - "clap", 3319 - "env_logger", 3320 - "futures", 3321 - "futures-channel", 3322 - "mz-aws-util", 3323 - "ore", 3324 - "rand", 3325 - "test-util", 3326 - "tokio", 3327 - "tokio-postgres", 3328 - "tracing", 6714 + "base64 0.21.5", 6715 + "serde", 3329 6716 ] 3330 6717 3331 6718 [[package]] 3332 - name = "persist" 3333 - version = "0.0.0" 6719 + name = "pem-rfc7468" 6720 + version = "0.6.0" 6721 + source = "registry+https://github.com/rust-lang/crates.io-index" 6722 + checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac" 3334 6723 dependencies = [ 3335 - "arrow2", 3336 - "async-trait", 3337 - "aws-config", 3338 - "aws-sdk-s3", 3339 - "aws-types", 3340 - "base64", 3341 - "bincode", 3342 - "build-info", 3343 - "criterion", 3344 - "crossbeam-channel", 3345 - "differential-dataflow", 3346 - "fail", 3347 - "futures-executor", 3348 - "futures-util", 3349 - "lazy_static", 3350 - "md-5", 3351 - "mz-aws-util", 3352 - "mz-protoc", 3353 - "ore", 3354 - "parquet2", 3355 - "persist-types", 3356 - "protobuf", 3357 - "rand", 3358 - "semver", 3359 - "serde", 3360 - "serde_json", 3361 - "tempfile", 3362 - "timely", 3363 - "tokio", 3364 - "tracing", 3365 - "uuid", 6724 + "base64ct", 3366 6725 ] 3367 6726 3368 6727 [[package]] 3369 - name = "persist-types" 3370 - version = "0.0.0" 6728 + name = "percent-encoding" 6729 + version = "2.2.0" 6730 + source = "registry+https://github.com/rust-lang/crates.io-index" 6731 + checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 3371 6732 3372 6733 [[package]] 3373 - name = "pgrepr" 3374 - version = "0.0.0" 3375 - dependencies = [ 3376 - "byteorder", 3377 - "bytes", 3378 - "chrono", 3379 - "dec", 3380 - "lazy_static", 3381 - "ore", 3382 - "postgres-types", 3383 - "repr", 3384 - "uuid", 3385 - ] 3386 - 3387 - [[package]] 3388 - name = "pgtest" 6734 + name = "persistcli" 3389 6735 version = "0.0.0" 3390 6736 dependencies = [ 3391 6737 "anyhow", 6738 + "async-trait", 6739 + "axum", 3392 6740 "bytes", 3393 6741 "clap", 3394 - "datadriven", 3395 - "fallible-iterator", 3396 - "ore", 3397 - "postgres-protocol", 6742 + "differential-dataflow", 6743 + "futures", 6744 + "humantime", 6745 + "mz-http-util", 6746 + "mz-orchestrator-tracing", 6747 + "mz-ore", 6748 + "mz-persist", 6749 + "mz-persist-client", 6750 + "mz-persist-txn", 6751 + "mz-persist-types", 6752 + "num_cpus", 6753 + "num_enum", 6754 + "prometheus", 3398 6755 "serde", 3399 6756 "serde_json", 6757 + "timely", 6758 + "tokio", 6759 + "tracing", 6760 + "uuid", 6761 + "workspace-hack", 3400 6762 ] 3401 6763 3402 6764 [[package]] 3403 - name = "pgwire" 3404 - version = "0.0.0" 6765 + name = "petgraph" 6766 + version = "0.6.0" 6767 + source = "registry+https://github.com/rust-lang/crates.io-index" 6768 + checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f" 3405 6769 dependencies = [ 3406 - "anyhow", 3407 - "async-trait", 3408 - "byteorder", 3409 - "bytes", 3410 - "chrono", 3411 - "coord", 3412 - "csv", 3413 - "dataflow-types", 3414 - "expr", 3415 - "futures", 3416 - "itertools", 3417 - "lazy_static", 3418 - "openssl", 3419 - "ordered-float", 3420 - "ore", 3421 - "pgrepr", 3422 - "postgres", 3423 - "repr", 3424 - "sql", 3425 - "tokio", 3426 - "tokio-openssl", 3427 - "tokio-stream", 3428 - "tokio-util", 3429 - "tracing", 6770 + "fixedbitset", 6771 + "indexmap 1.9.1", 3430 6772 ] 3431 6773 3432 6774 [[package]] 3433 6775 name = "phf" 3434 - version = "0.10.1" 6776 + version = "0.11.1" 3435 6777 source = "registry+https://github.com/rust-lang/crates.io-index" 3436 - checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 6778 + checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" 3437 6779 dependencies = [ 3438 6780 "phf_shared", 3439 6781 ] 3440 6782 3441 6783 [[package]] 3442 6784 name = "phf_codegen" 3443 - version = "0.10.0" 6785 + version = "0.11.1" 3444 6786 source = "registry+https://github.com/rust-lang/crates.io-index" 3445 - checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" 6787 + checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770" 3446 6788 dependencies = [ 3447 6789 "phf_generator", 3448 6790 "phf_shared", ··· 3450 6792 3451 6793 [[package]] 3452 6794 name = "phf_generator" 3453 - version = "0.10.0" 6795 + version = "0.11.0" 3454 6796 source = "registry+https://github.com/rust-lang/crates.io-index" 3455 - checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 6797 + checksum = "5b450720b6f75cfbfabc195814bd3765f337a4f9a83186f8537297cac12f6705" 3456 6798 dependencies = [ 3457 6799 "phf_shared", 3458 6800 "rand", ··· 3460 6802 3461 6803 [[package]] 3462 6804 name = "phf_shared" 3463 - version = "0.10.0" 6805 + version = "0.11.1" 3464 6806 source = "registry+https://github.com/rust-lang/crates.io-index" 3465 - checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 6807 + checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" 3466 6808 dependencies = [ 3467 6809 "siphasher", 3468 6810 "uncased", 3469 6811 ] 3470 6812 3471 6813 [[package]] 3472 - name = "pid-file" 3473 - version = "0.0.0" 3474 - dependencies = [ 3475 - "cc", 3476 - "libc", 3477 - "ore", 3478 - "tempfile", 3479 - ] 3480 - 3481 - [[package]] 3482 6814 name = "pin-project" 3483 - version = "1.0.10" 6815 + version = "1.0.12" 3484 6816 source = "registry+https://github.com/rust-lang/crates.io-index" 3485 - checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e" 6817 + checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 3486 6818 dependencies = [ 3487 6819 "pin-project-internal", 3488 6820 ] 3489 6821 3490 6822 [[package]] 3491 6823 name = "pin-project-internal" 3492 - version = "1.0.10" 6824 + version = "1.0.12" 3493 6825 source = "registry+https://github.com/rust-lang/crates.io-index" 3494 - checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb" 6826 + checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 3495 6827 dependencies = [ 3496 6828 "proc-macro2", 3497 6829 "quote", 3498 - "syn", 6830 + "syn 1.0.107", 3499 6831 ] 3500 6832 3501 6833 [[package]] 3502 6834 name = "pin-project-lite" 3503 - version = "0.2.7" 6835 + version = "0.2.13" 3504 6836 source = "registry+https://github.com/rust-lang/crates.io-index" 3505 - checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443" 6837 + checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 3506 6838 3507 6839 [[package]] 3508 6840 name = "pin-utils" ··· 3515 6847 version = "0.3.20" 3516 6848 source = "registry+https://github.com/rust-lang/crates.io-index" 3517 6849 checksum = "7c9b1041b4387893b91ee6746cddfc28516aff326a3519fb2adf820932c5e6cb" 6850 + 6851 + [[package]] 6852 + name = "planus" 6853 + version = "0.3.1" 6854 + source = "registry+https://github.com/rust-lang/crates.io-index" 6855 + checksum = "fc1691dd09e82f428ce8d6310bd6d5da2557c82ff17694d2a32cad7242aea89f" 6856 + dependencies = [ 6857 + "array-init-cursor", 6858 + ] 3518 6859 3519 6860 [[package]] 3520 6861 name = "plotters" ··· 3545 6886 ] 3546 6887 3547 6888 [[package]] 6889 + name = "portable-atomic" 6890 + version = "0.3.15" 6891 + source = "registry+https://github.com/rust-lang/crates.io-index" 6892 + checksum = "15eb2c6e362923af47e13c23ca5afb859e83d54452c55b0b9ac763b8f7c1ac16" 6893 + 6894 + [[package]] 3548 6895 name = "postgres" 3549 - version = "0.19.1" 3550 - source = "git+https://github.com/MaterializeInc/rust-postgres?branch=mz-0.7.2#4320cb7a1fedb1b6157f0dec51f84f4c990f4d98" 6896 + version = "0.19.5" 6897 + source = "git+https://github.com/MaterializeInc/rust-postgres#b759caa33610403aa74b1cfdd37f45eb3100c9af" 3551 6898 dependencies = [ 3552 6899 "bytes", 3553 6900 "fallible-iterator", 3554 - "futures", 6901 + "futures-util", 3555 6902 "log", 3556 6903 "tokio", 3557 6904 "tokio-postgres", ··· 3560 6907 [[package]] 3561 6908 name = "postgres-openssl" 3562 6909 version = "0.5.0" 3563 - source = "git+https://github.com/MaterializeInc/rust-postgres?branch=mz-0.7.2#4320cb7a1fedb1b6157f0dec51f84f4c990f4d98" 6910 + source = "git+https://github.com/MaterializeInc/rust-postgres#b759caa33610403aa74b1cfdd37f45eb3100c9af" 3564 6911 dependencies = [ 3565 - "futures", 3566 6912 "openssl", 3567 6913 "tokio", 3568 6914 "tokio-openssl", ··· 3571 6917 3572 6918 [[package]] 3573 6919 name = "postgres-protocol" 3574 - version = "0.6.1" 3575 - source = "git+https://github.com/MaterializeInc/rust-postgres?branch=mz-0.7.2#4320cb7a1fedb1b6157f0dec51f84f4c990f4d98" 6920 + version = "0.6.5" 6921 + source = "git+https://github.com/MaterializeInc/rust-postgres#b759caa33610403aa74b1cfdd37f45eb3100c9af" 3576 6922 dependencies = [ 3577 - "base64", 6923 + "base64 0.21.5", 3578 6924 "byteorder", 3579 6925 "bytes", 3580 6926 "fallible-iterator", ··· 3588 6934 3589 6935 [[package]] 3590 6936 name = "postgres-types" 3591 - version = "0.2.1" 3592 - source = "git+https://github.com/MaterializeInc/rust-postgres?branch=mz-0.7.2#4320cb7a1fedb1b6157f0dec51f84f4c990f4d98" 6937 + version = "0.2.5" 6938 + source = "git+https://github.com/MaterializeInc/rust-postgres#b759caa33610403aa74b1cfdd37f45eb3100c9af" 3593 6939 dependencies = [ 3594 6940 "bytes", 3595 6941 "chrono", ··· 3601 6947 ] 3602 6948 3603 6949 [[package]] 3604 - name = "postgres-util" 3605 - version = "0.0.0" 3606 - dependencies = [ 3607 - "anyhow", 3608 - "openssl", 3609 - "postgres-openssl", 3610 - "repr", 3611 - "sql-parser", 3612 - "tokio", 3613 - "tokio-postgres", 3614 - ] 3615 - 3616 - [[package]] 3617 6950 name = "postgres_array" 3618 6951 version = "0.11.0" 3619 - source = "git+https://github.com/MaterializeInc/rust-postgres-array?branch=mz-0.7.2#c84fa6fc9e0cfdeb731a83d577f579ba1598ff4d" 6952 + source = "git+https://github.com/MaterializeInc/rust-postgres-array#f58d0101e5198e04e8692629018d9b58f8543534" 3620 6953 dependencies = [ 3621 6954 "bytes", 3622 6955 "fallible-iterator", ··· 3626 6959 3627 6960 [[package]] 3628 6961 name = "pprof" 3629 - version = "0.6.2" 6962 + version = "0.11.1" 3630 6963 source = "registry+https://github.com/rust-lang/crates.io-index" 3631 - checksum = "55f35f865aa964be21fcde114cbd1cfbd9bf8a471460ed965b0f84f96c711401" 6964 + checksum = "196ded5d4be535690899a4631cc9f18cdc41b7ebf24a79400f46f48e49a11059" 3632 6965 dependencies = [ 3633 6966 "backtrace", 3634 6967 "cfg-if", 3635 6968 "findshlibs", 3636 - "lazy_static", 3637 6969 "libc", 3638 6970 "log", 3639 6971 "nix", 6972 + "once_cell", 3640 6973 "parking_lot", 3641 6974 "smallvec", 3642 6975 "symbolic-demangle", ··· 3652 6985 3653 6986 [[package]] 3654 6987 name = "predicates" 3655 - version = "2.1.0" 6988 + version = "2.1.4" 3656 6989 source = "registry+https://github.com/rust-lang/crates.io-index" 3657 - checksum = "95e5a7689e456ab905c22c2b48225bb921aba7c8dfa58440d68ba13f6222a715" 6990 + checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05" 3658 6991 dependencies = [ 3659 6992 "difflib", 3660 6993 "float-cmp", ··· 3681 7014 ] 3682 7015 3683 7016 [[package]] 7017 + name = "pretty" 7018 + version = "0.12.3" 7019 + source = "registry+https://github.com/rust-lang/crates.io-index" 7020 + checksum = "b55c4d17d994b637e2f4daf6e5dc5d660d209d5642377d675d7a1c3ab69fa579" 7021 + dependencies = [ 7022 + "arrayvec", 7023 + "typed-arena", 7024 + "unicode-width", 7025 + ] 7026 + 7027 + [[package]] 3684 7028 name = "pretty-hex" 3685 - version = "0.1.1" 7029 + version = "0.3.0" 7030 + source = "registry+https://github.com/rust-lang/crates.io-index" 7031 + checksum = "c6fa0831dd7cc608c38a5e323422a0077678fa5744aa2be4ad91c4ece8eec8d5" 7032 + 7033 + [[package]] 7034 + name = "pretty_assertions" 7035 + version = "1.3.0" 7036 + source = "registry+https://github.com/rust-lang/crates.io-index" 7037 + checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" 7038 + dependencies = [ 7039 + "ctor", 7040 + "diff", 7041 + "output_vt100", 7042 + "yansi", 7043 + ] 7044 + 7045 + [[package]] 7046 + name = "prettyplease" 7047 + version = "0.1.25" 7048 + source = "registry+https://github.com/rust-lang/crates.io-index" 7049 + checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" 7050 + dependencies = [ 7051 + "proc-macro2", 7052 + "syn 1.0.107", 7053 + ] 7054 + 7055 + [[package]] 7056 + name = "prettyplease" 7057 + version = "0.2.4" 3686 7058 source = "registry+https://github.com/rust-lang/crates.io-index" 3687 - checksum = "be91bcc43e73799dc46a6c194a55e7aae1d86cc867c860fd4a436019af21bd8c" 7059 + checksum = "1ceca8aaf45b5c46ec7ed39fff75f57290368c1846d33d24a122ca81416ab058" 7060 + dependencies = [ 7061 + "proc-macro2", 7062 + "syn 2.0.39", 7063 + ] 3688 7064 3689 7065 [[package]] 3690 7066 name = "proc-macro-crate" 3691 - version = "1.0.0" 7067 + version = "1.3.1" 3692 7068 source = "registry+https://github.com/rust-lang/crates.io-index" 3693 - checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92" 7069 + checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 3694 7070 dependencies = [ 3695 - "thiserror", 3696 - "toml", 7071 + "once_cell", 7072 + "toml_edit", 3697 7073 ] 3698 7074 3699 7075 [[package]] ··· 3705 7081 "proc-macro-error-attr", 3706 7082 "proc-macro2", 3707 7083 "quote", 3708 - "syn", 7084 + "syn 1.0.107", 3709 7085 "version_check", 3710 7086 ] 3711 7087 ··· 3728 7104 3729 7105 [[package]] 3730 7106 name = "proc-macro2" 3731 - version = "1.0.36" 3732 - source = "registry+https://github.com/rust-lang/crates.io-index" 3733 - checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" 3734 - dependencies = [ 3735 - "unicode-xid", 3736 - ] 3737 - 3738 - [[package]] 3739 - name = "procfs" 3740 - version = "0.12.0" 7107 + version = "1.0.69" 3741 7108 source = "registry+https://github.com/rust-lang/crates.io-index" 3742 - checksum = "0941606b9934e2d98a3677759a971756eb821f75764d0e0d26946d08e74d9104" 3743 - dependencies = [ 3744 - "bitflags", 3745 - "byteorder", 3746 - "hex", 3747 - "lazy_static", 3748 - "libc", 3749 - ] 3750 - 3751 - [[package]] 3752 - name = "prof" 3753 - version = "0.0.0" 7109 + checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" 3754 7110 dependencies = [ 3755 - "anyhow", 3756 - "backtrace", 3757 - "lazy_static", 3758 - "pprof", 3759 - "serde", 3760 - "tempfile", 3761 - "tikv-jemalloc-ctl", 3762 - "tokio", 7111 + "unicode-ident", 3763 7112 ] 3764 7113 3765 7114 [[package]] 3766 7115 name = "prometheus" 3767 - version = "0.10.0" 3768 - source = "git+https://github.com/MaterializeInc/rust-prometheus.git#8bd8207fd0ac3ebb594a0832e5e5a70ddd8e1a60" 7116 + version = "0.13.3" 7117 + source = "registry+https://github.com/rust-lang/crates.io-index" 7118 + checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" 3769 7119 dependencies = [ 3770 7120 "cfg-if", 3771 7121 "fnv", 3772 7122 "lazy_static", 7123 + "memchr", 3773 7124 "parking_lot", 3774 - "regex", 3775 7125 "thiserror", 3776 7126 ] 3777 7127 3778 7128 [[package]] 3779 7129 name = "proptest" 3780 7130 version = "1.0.0" 3781 - source = "registry+https://github.com/rust-lang/crates.io-index" 3782 - checksum = "1e0d9cc07f18492d879586c92b485def06bc850da3118075cd45d50e9c95b0e5" 7131 + source = "git+https://github.com/MaterializeInc/proptest.git#4d8c406c32260484747c828050016de599b9f3a4" 3783 7132 dependencies = [ 3784 - "bitflags", 7133 + "bitflags 1.3.2", 3785 7134 "byteorder", 3786 7135 "lazy_static", 3787 7136 "num-traits", ··· 3793 7142 ] 3794 7143 3795 7144 [[package]] 3796 - name = "protobuf" 3797 - version = "3.0.0-alpha.2" 3798 - source = "git+https://github.com/MaterializeInc/rust-protobuf.git#063964a8ab6fee98a9622a0c0a72a9765411025a" 7145 + name = "proptest-derive" 7146 + version = "0.3.0" 7147 + source = "git+https://github.com/MaterializeInc/proptest.git#4d8c406c32260484747c828050016de599b9f3a4" 7148 + dependencies = [ 7149 + "proc-macro2", 7150 + "quote", 7151 + "syn 1.0.107", 7152 + ] 3799 7153 3800 7154 [[package]] 3801 - name = "protobuf-codegen" 3802 - version = "3.0.0-alpha.2" 3803 - source = "git+https://github.com/MaterializeInc/rust-protobuf.git#063964a8ab6fee98a9622a0c0a72a9765411025a" 7155 + name = "prost" 7156 + version = "0.11.9" 7157 + source = "registry+https://github.com/rust-lang/crates.io-index" 7158 + checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" 7159 + dependencies = [ 7160 + "bytes", 7161 + "prost-derive", 7162 + ] 7163 + 7164 + [[package]] 7165 + name = "prost-build" 7166 + version = "0.11.9" 7167 + source = "registry+https://github.com/rust-lang/crates.io-index" 7168 + checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" 3804 7169 dependencies = [ 3805 - "anyhow", 3806 - "protobuf", 3807 - "protobuf-parse", 3808 - "protoc", 7170 + "bytes", 7171 + "heck", 7172 + "itertools", 7173 + "lazy_static", 7174 + "log", 7175 + "multimap", 7176 + "petgraph", 7177 + "prettyplease 0.1.25", 7178 + "prost", 7179 + "prost-types", 7180 + "regex", 7181 + "syn 1.0.107", 3809 7182 "tempfile", 3810 - "thiserror", 7183 + "which", 3811 7184 ] 3812 7185 3813 7186 [[package]] 3814 - name = "protobuf-parse" 3815 - version = "3.0.0-alpha.2" 3816 - source = "git+https://github.com/MaterializeInc/rust-protobuf.git#063964a8ab6fee98a9622a0c0a72a9765411025a" 7187 + name = "prost-derive" 7188 + version = "0.11.9" 7189 + source = "registry+https://github.com/rust-lang/crates.io-index" 7190 + checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" 3817 7191 dependencies = [ 3818 7192 "anyhow", 3819 - "protobuf", 3820 - "protoc", 7193 + "itertools", 7194 + "proc-macro2", 7195 + "quote", 7196 + "syn 1.0.107", 7197 + ] 7198 + 7199 + [[package]] 7200 + name = "prost-reflect" 7201 + version = "0.11.4" 7202 + source = "registry+https://github.com/rust-lang/crates.io-index" 7203 + checksum = "000e1e05ebf7b26e1eba298e66fe4eee6eb19c567d0ffb35e0dd34231cdac4c8" 7204 + dependencies = [ 7205 + "base64 0.21.5", 7206 + "once_cell", 7207 + "prost", 7208 + "prost-types", 7209 + "serde", 7210 + "serde-value", 7211 + ] 7212 + 7213 + [[package]] 7214 + name = "prost-types" 7215 + version = "0.11.9" 7216 + source = "registry+https://github.com/rust-lang/crates.io-index" 7217 + checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" 7218 + dependencies = [ 7219 + "prost", 7220 + ] 7221 + 7222 + [[package]] 7223 + name = "protobuf-native" 7224 + version = "0.2.1+3.19.1" 7225 + source = "registry+https://github.com/rust-lang/crates.io-index" 7226 + checksum = "86df76d0f2a6933036e8a9f28f1adc8b48081fa681dba07eaa30ac75663f7f4e" 7227 + dependencies = [ 7228 + "cxx", 7229 + "cxx-build", 7230 + "paste", 7231 + "pretty_assertions", 7232 + "protobuf-src", 3821 7233 "tempfile", 3822 - "thiserror", 3823 7234 ] 3824 7235 3825 7236 [[package]] 3826 - name = "protoc" 3827 - version = "3.0.0-alpha.2" 3828 - source = "git+https://github.com/MaterializeInc/rust-protobuf.git#063964a8ab6fee98a9622a0c0a72a9765411025a" 7237 + name = "protobuf-src" 7238 + version = "1.1.0+21.5" 7239 + source = "registry+https://github.com/rust-lang/crates.io-index" 7240 + checksum = "c7ac8852baeb3cc6fb83b93646fb93c0ffe5d14bf138c945ceb4b9948ee0e3c1" 3829 7241 dependencies = [ 3830 - "anyhow", 3831 - "log", 3832 - "thiserror", 3833 - "which", 7242 + "autotools", 3834 7243 ] 3835 7244 3836 7245 [[package]] ··· 3843 7252 ] 3844 7253 3845 7254 [[package]] 3846 - name = "pubnub-core" 3847 - version = "0.1.0" 3848 - source = "git+https://github.com/MaterializeInc/pubnub-rust#9da4f3e71b84a9200881612642cf4d18c078e169" 7255 + name = "pulldown-cmark" 7256 + version = "0.9.1" 7257 + source = "registry+https://github.com/rust-lang/crates.io-index" 7258 + checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6" 3849 7259 dependencies = [ 3850 - "async-trait", 3851 - "bitflags", 3852 - "error-iter", 3853 - "futures-channel", 3854 - "futures-core", 3855 - "futures-util", 3856 - "json", 3857 - "log", 3858 - "percent-encoding", 3859 - "thiserror", 3860 - "uuid", 7260 + "bitflags 1.3.2", 7261 + "memchr", 7262 + "unicase", 3861 7263 ] 3862 7264 3863 7265 [[package]] 3864 - name = "pubnub-hyper" 3865 - version = "0.1.0" 3866 - source = "git+https://github.com/MaterializeInc/pubnub-rust#9da4f3e71b84a9200881612642cf4d18c078e169" 7266 + name = "qcell" 7267 + version = "0.5.4" 7268 + source = "registry+https://github.com/rust-lang/crates.io-index" 7269 + checksum = "9f6c04aa3dea4dab485f6d87449ba94d5664c388c0f1fe2b07c4891175513345" 3867 7270 dependencies = [ 3868 - "async-trait", 3869 - "derive_builder", 3870 - "error-iter", 3871 - "futures-util", 3872 - "getset", 3873 - "http", 3874 - "hyper", 3875 - "hyper-tls", 3876 - "log", 3877 - "pubnub-core", 3878 - "pubnub-util", 3879 - "thiserror", 3880 - "tokio", 7271 + "exclusion-set", 7272 + "once_cell", 3881 7273 ] 3882 7274 3883 7275 [[package]] 3884 - name = "pubnub-util" 3885 - version = "0.1.0" 3886 - source = "git+https://github.com/MaterializeInc/pubnub-rust#9da4f3e71b84a9200881612642cf4d18c078e169" 7276 + name = "quanta" 7277 + version = "0.11.1" 7278 + source = "registry+https://github.com/rust-lang/crates.io-index" 7279 + checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab" 3887 7280 dependencies = [ 3888 - "base64", 3889 - "hmac", 3890 - "sha2", 3891 - "uritemplate-next", 7281 + "crossbeam-utils", 7282 + "libc", 7283 + "mach2", 7284 + "once_cell", 7285 + "raw-cpuid", 7286 + "wasi", 7287 + "web-sys", 7288 + "winapi", 3892 7289 ] 3893 7290 3894 7291 [[package]] ··· 3898 7295 checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda" 3899 7296 3900 7297 [[package]] 7298 + name = "quick-xml" 7299 + version = "0.31.0" 7300 + source = "registry+https://github.com/rust-lang/crates.io-index" 7301 + checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" 7302 + dependencies = [ 7303 + "memchr", 7304 + ] 7305 + 7306 + [[package]] 7307 + name = "quickcheck" 7308 + version = "1.0.3" 7309 + source = "registry+https://github.com/rust-lang/crates.io-index" 7310 + checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" 7311 + dependencies = [ 7312 + "rand", 7313 + ] 7314 + 7315 + [[package]] 3901 7316 name = "quote" 3902 - version = "1.0.14" 7317 + version = "1.0.28" 3903 7318 source = "registry+https://github.com/rust-lang/crates.io-index" 3904 - checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d" 7319 + checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 3905 7320 dependencies = [ 3906 7321 "proc-macro2", 3907 7322 ] 3908 7323 3909 7324 [[package]] 7325 + name = "radium" 7326 + version = "0.7.0" 7327 + source = "registry+https://github.com/rust-lang/crates.io-index" 7328 + checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 7329 + 7330 + [[package]] 3910 7331 name = "rand" 3911 - version = "0.8.4" 7332 + version = "0.8.5" 3912 7333 source = "registry+https://github.com/rust-lang/crates.io-index" 3913 - checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" 7334 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3914 7335 dependencies = [ 3915 7336 "libc", 3916 7337 "rand_chacha", 3917 7338 "rand_core", 3918 - "rand_hc", 7339 + "serde", 3919 7340 ] 3920 7341 3921 7342 [[package]] ··· 3935 7356 checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" 3936 7357 dependencies = [ 3937 7358 "getrandom", 7359 + "serde", 3938 7360 ] 3939 7361 3940 7362 [[package]] 3941 - name = "rand_distr" 3942 - version = "0.4.2" 3943 - source = "registry+https://github.com/rust-lang/crates.io-index" 3944 - checksum = "964d548f8e7d12e102ef183a0de7e98180c9f8729f555897a857b96e48122d2f" 3945 - dependencies = [ 3946 - "num-traits", 3947 - "rand", 3948 - ] 3949 - 3950 - [[package]] 3951 - name = "rand_hc" 7363 + name = "rand_xorshift" 3952 7364 version = "0.3.0" 3953 7365 source = "registry+https://github.com/rust-lang/crates.io-index" 3954 - checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" 7366 + checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 3955 7367 dependencies = [ 3956 7368 "rand_core", 3957 7369 ] 3958 7370 3959 7371 [[package]] 3960 - name = "rand_xorshift" 3961 - version = "0.3.0" 7372 + name = "raw-cpuid" 7373 + version = "10.7.0" 3962 7374 source = "registry+https://github.com/rust-lang/crates.io-index" 3963 - checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 7375 + checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332" 3964 7376 dependencies = [ 3965 - "rand_core", 7377 + "bitflags 1.3.2", 3966 7378 ] 3967 7379 3968 7380 [[package]] ··· 3992 7404 3993 7405 [[package]] 3994 7406 name = "rdkafka" 3995 - version = "0.28.0" 3996 - source = "git+https://github.com/fede1024/rust-rdkafka.git#a640a003fc957be0c43ab6b43f768c03df32db67" 7407 + version = "0.29.0" 7408 + source = "git+https://github.com/MaterializeInc/rust-rdkafka.git#8ea07c4d2b96636ff093e670bc921892aee0d56a" 3997 7409 dependencies = [ 3998 - "futures", 7410 + "futures-channel", 7411 + "futures-util", 3999 7412 "libc", 4000 7413 "log", 4001 7414 "rdkafka-sys", ··· 4008 7421 4009 7422 [[package]] 4010 7423 name = "rdkafka-sys" 4011 - version = "4.2.0+1.8.2" 4012 - source = "git+https://github.com/fede1024/rust-rdkafka.git#a640a003fc957be0c43ab6b43f768c03df32db67" 7424 + version = "4.3.0+1.9.2" 7425 + source = "git+https://github.com/MaterializeInc/rust-rdkafka.git#8ea07c4d2b96636ff093e670bc921892aee0d56a" 4013 7426 dependencies = [ 4014 7427 "cmake", 4015 7428 "libc", ··· 4017 7430 "num_enum", 4018 7431 "openssl-sys", 4019 7432 "pkg-config", 4020 - "sasl2-sys", 4021 7433 "zstd-sys", 4022 7434 ] 4023 7435 4024 7436 [[package]] 4025 7437 name = "redox_syscall" 4026 - version = "0.2.4" 7438 + version = "0.2.10" 4027 7439 source = "registry+https://github.com/rust-lang/crates.io-index" 4028 - checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570" 7440 + checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" 4029 7441 dependencies = [ 4030 - "bitflags", 7442 + "bitflags 1.3.2", 7443 + ] 7444 + 7445 + [[package]] 7446 + name = "redox_syscall" 7447 + version = "0.4.1" 7448 + source = "registry+https://github.com/rust-lang/crates.io-index" 7449 + checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 7450 + dependencies = [ 7451 + "bitflags 1.3.2", 7452 + ] 7453 + 7454 + [[package]] 7455 + name = "redox_users" 7456 + version = "0.4.0" 7457 + source = "registry+https://github.com/rust-lang/crates.io-index" 7458 + checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" 7459 + dependencies = [ 7460 + "getrandom", 7461 + "redox_syscall 0.2.10", 4031 7462 ] 4032 7463 4033 7464 [[package]] 4034 7465 name = "regex" 4035 - version = "1.5.4" 7466 + version = "1.7.0" 4036 7467 source = "registry+https://github.com/rust-lang/crates.io-index" 4037 - checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" 7468 + checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a" 4038 7469 dependencies = [ 4039 7470 "aho-corasick", 4040 7471 "memchr", ··· 4052 7483 ] 4053 7484 4054 7485 [[package]] 4055 - name = "regex-syntax" 4056 - version = "0.6.25" 7486 + name = "regex-automata" 7487 + version = "0.3.9" 4057 7488 source = "registry+https://github.com/rust-lang/crates.io-index" 4058 - checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" 7489 + checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9" 4059 7490 4060 7491 [[package]] 4061 - name = "remove_dir_all" 4062 - version = "0.5.1" 7492 + name = "regex-lite" 7493 + version = "0.1.5" 4063 7494 source = "registry+https://github.com/rust-lang/crates.io-index" 4064 - checksum = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" 4065 - dependencies = [ 4066 - "winapi", 4067 - ] 4068 - 4069 - [[package]] 4070 - name = "repr" 4071 - version = "0.0.0" 4072 - dependencies = [ 4073 - "anyhow", 4074 - "byteorder", 4075 - "chrono", 4076 - "chrono-tz", 4077 - "criterion", 4078 - "dec", 4079 - "enum-kinds", 4080 - "fast-float", 4081 - "hex", 4082 - "itertools", 4083 - "lazy_static", 4084 - "lowertest", 4085 - "mz-protoc", 4086 - "num-traits", 4087 - "num_enum", 4088 - "ordered-float", 4089 - "ore", 4090 - "persist-types", 4091 - "proptest", 4092 - "protobuf", 4093 - "rand", 4094 - "regex", 4095 - "ryu", 4096 - "serde", 4097 - "serde_json", 4098 - "serde_regex", 4099 - "smallvec", 4100 - "uuid", 4101 - ] 7495 + checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e" 4102 7496 4103 7497 [[package]] 4104 - name = "repr_test_util" 4105 - version = "0.0.0" 4106 - dependencies = [ 4107 - "chrono", 4108 - "datadriven", 4109 - "lazy_static", 4110 - "lowertest", 4111 - "ore", 4112 - "proc-macro2", 4113 - "repr", 4114 - ] 7498 + name = "regex-syntax" 7499 + version = "0.6.28" 7500 + source = "registry+https://github.com/rust-lang/crates.io-index" 7501 + checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 4115 7502 4116 7503 [[package]] 4117 7504 name = "reqwest" 4118 - version = "0.11.8" 7505 + version = "0.11.13" 4119 7506 source = "registry+https://github.com/rust-lang/crates.io-index" 4120 - checksum = "7c4e0a76dc12a116108933f6301b95e83634e0c47b0afbed6abbaa0601e99258" 7507 + checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c" 4121 7508 dependencies = [ 4122 - "base64", 7509 + "base64 0.13.1", 4123 7510 "bytes", 4124 7511 "encoding_rs", 4125 7512 "futures-core", 4126 7513 "futures-util", 7514 + "h2", 4127 7515 "http", 4128 7516 "http-body", 4129 7517 "hyper", 4130 7518 "hyper-tls", 4131 7519 "ipnet", 4132 7520 "js-sys", 4133 - "lazy_static", 4134 7521 "log", 4135 7522 "mime", 4136 7523 "mime_guess", 4137 7524 "native-tls", 7525 + "once_cell", 4138 7526 "percent-encoding", 4139 7527 "pin-project-lite", 4140 7528 "serde", ··· 4142 7530 "serde_urlencoded", 4143 7531 "tokio", 4144 7532 "tokio-native-tls", 7533 + "tower-service", 4145 7534 "url", 4146 7535 "wasm-bindgen", 4147 7536 "wasm-bindgen-futures", ··· 4150 7539 ] 4151 7540 4152 7541 [[package]] 7542 + name = "reqwest-middleware" 7543 + version = "0.2.3" 7544 + source = "git+https://github.com/MaterializeInc/reqwest-middleware.git#1c44c7ddbf4954cc2d4de73a760b9a8d84827349" 7545 + dependencies = [ 7546 + "anyhow", 7547 + "async-trait", 7548 + "http", 7549 + "reqwest", 7550 + "serde", 7551 + "task-local-extensions", 7552 + "thiserror", 7553 + ] 7554 + 7555 + [[package]] 7556 + name = "reqwest-retry" 7557 + version = "0.2.2" 7558 + source = "git+https://github.com/MaterializeInc/reqwest-middleware.git#1c44c7ddbf4954cc2d4de73a760b9a8d84827349" 7559 + dependencies = [ 7560 + "anyhow", 7561 + "async-trait", 7562 + "chrono", 7563 + "futures", 7564 + "http", 7565 + "hyper", 7566 + "reqwest", 7567 + "reqwest-middleware", 7568 + "retry-policies", 7569 + "task-local-extensions", 7570 + "tokio", 7571 + "tracing", 7572 + ] 7573 + 7574 + [[package]] 7575 + name = "retain_mut" 7576 + version = "0.1.9" 7577 + source = "registry+https://github.com/rust-lang/crates.io-index" 7578 + checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0" 7579 + 7580 + [[package]] 7581 + name = "retry-policies" 7582 + version = "0.1.2" 7583 + source = "registry+https://github.com/rust-lang/crates.io-index" 7584 + checksum = "e09bbcb5003282bcb688f0bae741b278e9c7e8f378f561522c9806c58e075d9b" 7585 + dependencies = [ 7586 + "anyhow", 7587 + "chrono", 7588 + "rand", 7589 + ] 7590 + 7591 + [[package]] 4153 7592 name = "ring" 4154 - version = "0.16.20" 7593 + version = "0.17.7" 4155 7594 source = "registry+https://github.com/rust-lang/crates.io-index" 4156 - checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 7595 + checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74" 4157 7596 dependencies = [ 4158 7597 "cc", 7598 + "getrandom", 4159 7599 "libc", 4160 - "once_cell", 4161 7600 "spin", 4162 7601 "untrusted", 4163 - "web-sys", 4164 - "winapi", 7602 + "windows-sys 0.48.0", 4165 7603 ] 4166 7604 4167 7605 [[package]] 4168 7606 name = "rlimit" 4169 - version = "0.6.2" 7607 + version = "0.8.3" 4170 7608 source = "registry+https://github.com/rust-lang/crates.io-index" 4171 - checksum = "cc0bf25554376fd362f54332b8410a625c71f15445bca32ffdfdf4ec9ac91726" 7609 + checksum = "f7278a1ec8bfd4a4e07515c589f5ff7b309a373f987393aef44813d9dcf87aa3" 4172 7610 dependencies = [ 4173 7611 "libc", 4174 7612 ] 4175 7613 4176 7614 [[package]] 4177 - name = "rusqlite" 4178 - version = "0.26.3" 7615 + name = "rocksdb" 7616 + version = "0.21.0" 7617 + source = "git+https://github.com/MaterializeInc/rust-rocksdb?branch=master#3305d514d509c6b95b0c925c78157e5e4ae4b7ba" 7618 + dependencies = [ 7619 + "libc", 7620 + "librocksdb-sys", 7621 + ] 7622 + 7623 + [[package]] 7624 + name = "ropey" 7625 + version = "1.6.0" 4179 7626 source = "registry+https://github.com/rust-lang/crates.io-index" 4180 - checksum = "4ba4d3462c8b2e4d7f4fcfcf2b296dc6b65404fbbc7b63daa37fd485c149daf7" 7627 + checksum = "53ce7a2c43a32e50d666e33c5a80251b31147bb4b49024bcab11fb6f20c671ed" 4181 7628 dependencies = [ 4182 - "bitflags", 4183 - "fallible-iterator", 4184 - "fallible-streaming-iterator", 4185 - "hashlink", 4186 - "libsqlite3-sys", 4187 - "memchr", 4188 7629 "smallvec", 7630 + "str_indices", 7631 + ] 7632 + 7633 + [[package]] 7634 + name = "rpassword" 7635 + version = "7.2.0" 7636 + source = "registry+https://github.com/rust-lang/crates.io-index" 7637 + checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322" 7638 + dependencies = [ 7639 + "libc", 7640 + "rtoolbox", 7641 + "winapi", 7642 + ] 7643 + 7644 + [[package]] 7645 + name = "rtoolbox" 7646 + version = "0.0.1" 7647 + source = "registry+https://github.com/rust-lang/crates.io-index" 7648 + checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a" 7649 + dependencies = [ 7650 + "libc", 7651 + "winapi", 4189 7652 ] 4190 7653 4191 7654 [[package]] ··· 4195 7658 checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" 4196 7659 4197 7660 [[package]] 7661 + name = "rustc-hash" 7662 + version = "1.1.0" 7663 + source = "registry+https://github.com/rust-lang/crates.io-index" 7664 + checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 7665 + 7666 + [[package]] 4198 7667 name = "rustc_version" 4199 7668 version = "0.4.0" 4200 7669 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4204 7673 ] 4205 7674 4206 7675 [[package]] 4207 - name = "ryu" 4208 - version = "1.0.9" 7676 + name = "rustix" 7677 + version = "0.37.15" 4209 7678 source = "registry+https://github.com/rust-lang/crates.io-index" 4210 - checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f" 7679 + checksum = "a0661814f891c57c930a610266415528da53c4933e6dea5fb350cbfe048a9ece" 7680 + dependencies = [ 7681 + "bitflags 1.3.2", 7682 + "errno", 7683 + "io-lifetimes", 7684 + "libc", 7685 + "linux-raw-sys 0.3.4", 7686 + "windows-sys 0.48.0", 7687 + ] 4211 7688 4212 7689 [[package]] 4213 - name = "s3-datagen" 4214 - version = "0.0.0" 7690 + name = "rustix" 7691 + version = "0.38.21" 7692 + source = "registry+https://github.com/rust-lang/crates.io-index" 7693 + checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3" 4215 7694 dependencies = [ 4216 - "anyhow", 4217 - "aws-sdk-s3", 4218 - "bytefmt", 4219 - "clap", 4220 - "futures", 4221 - "indicatif", 4222 - "mz-aws-util", 4223 - "ore", 4224 - "tokio", 4225 - "tracing", 4226 - "tracing-subscriber", 7695 + "bitflags 2.4.1", 7696 + "errno", 7697 + "libc", 7698 + "linux-raw-sys 0.4.12", 7699 + "windows-sys 0.48.0", 4227 7700 ] 4228 7701 4229 7702 [[package]] 7703 + name = "rustversion" 7704 + version = "1.0.9" 7705 + source = "registry+https://github.com/rust-lang/crates.io-index" 7706 + checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8" 7707 + 7708 + [[package]] 7709 + name = "ryu" 7710 + version = "1.0.12" 7711 + source = "registry+https://github.com/rust-lang/crates.io-index" 7712 + checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" 7713 + 7714 + [[package]] 4230 7715 name = "same-file" 4231 7716 version = "1.0.4" 4232 7717 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4236 7721 ] 4237 7722 4238 7723 [[package]] 4239 - name = "sasl2-sys" 4240 - version = "0.1.16" 7724 + name = "saturating" 7725 + version = "0.1.0" 4241 7726 source = "registry+https://github.com/rust-lang/crates.io-index" 4242 - checksum = "5c50936b766924ec8f5118bcd3d6e5dc7ac25263df4f2ea450fe7919281a4544" 4243 - dependencies = [ 4244 - "cc", 4245 - "duct", 4246 - "krb5-src", 4247 - "libc", 4248 - "pkg-config", 4249 - ] 7727 + checksum = "ece8e78b2f38ec51c51f5d475df0a7187ba5111b2a28bdc761ee05b075d40a71" 4250 7728 4251 7729 [[package]] 4252 7730 name = "schannel" ··· 4259 7737 ] 4260 7738 4261 7739 [[package]] 7740 + name = "scheduled-thread-pool" 7741 + version = "0.2.6" 7742 + source = "registry+https://github.com/rust-lang/crates.io-index" 7743 + checksum = "977a7519bff143a44f842fd07e80ad1329295bd71686457f18e496736f4bf9bf" 7744 + dependencies = [ 7745 + "parking_lot", 7746 + ] 7747 + 7748 + [[package]] 7749 + name = "schemars" 7750 + version = "0.8.11" 7751 + source = "registry+https://github.com/rust-lang/crates.io-index" 7752 + checksum = "2a5fb6c61f29e723026dc8e923d94c694313212abbecbbe5f55a7748eec5b307" 7753 + dependencies = [ 7754 + "dyn-clone", 7755 + "schemars_derive", 7756 + "serde", 7757 + "serde_json", 7758 + "uuid", 7759 + ] 7760 + 7761 + [[package]] 7762 + name = "schemars_derive" 7763 + version = "0.8.11" 7764 + source = "registry+https://github.com/rust-lang/crates.io-index" 7765 + checksum = "f188d036977451159430f3b8dc82ec76364a42b7e289c2b18a9a18f4470058e9" 7766 + dependencies = [ 7767 + "proc-macro2", 7768 + "quote", 7769 + "serde_derive_internals", 7770 + "syn 1.0.107", 7771 + ] 7772 + 7773 + [[package]] 7774 + name = "scoped-tls" 7775 + version = "1.0.1" 7776 + source = "registry+https://github.com/rust-lang/crates.io-index" 7777 + checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 7778 + 7779 + [[package]] 4262 7780 name = "scopeguard" 4263 7781 version = "1.1.0" 4264 7782 source = "registry+https://github.com/rust-lang/crates.io-index" 4265 7783 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 4266 7784 4267 7785 [[package]] 7786 + name = "scratch" 7787 + version = "1.0.1" 7788 + source = "registry+https://github.com/rust-lang/crates.io-index" 7789 + checksum = "96311ef4a16462c757bb6a39152c40f58f31cd2602a40fceb937e2bc34e6cbab" 7790 + 7791 + [[package]] 7792 + name = "seahash" 7793 + version = "4.1.0" 7794 + source = "registry+https://github.com/rust-lang/crates.io-index" 7795 + checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 7796 + 7797 + [[package]] 7798 + name = "sec1" 7799 + version = "0.2.1" 7800 + source = "registry+https://github.com/rust-lang/crates.io-index" 7801 + checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1" 7802 + dependencies = [ 7803 + "der", 7804 + "generic-array", 7805 + ] 7806 + 7807 + [[package]] 7808 + name = "secrecy" 7809 + version = "0.8.0" 7810 + source = "registry+https://github.com/rust-lang/crates.io-index" 7811 + checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" 7812 + dependencies = [ 7813 + "serde", 7814 + "zeroize", 7815 + ] 7816 + 7817 + [[package]] 4268 7818 name = "security-framework" 4269 - version = "2.0.0" 7819 + version = "2.7.0" 4270 7820 source = "registry+https://github.com/rust-lang/crates.io-index" 4271 - checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69" 7821 + checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c" 4272 7822 dependencies = [ 4273 - "bitflags", 7823 + "bitflags 1.3.2", 4274 7824 "core-foundation", 4275 7825 "core-foundation-sys", 4276 7826 "libc", ··· 4279 7829 4280 7830 [[package]] 4281 7831 name = "security-framework-sys" 4282 - version = "2.0.0" 7832 + version = "2.6.1" 4283 7833 source = "registry+https://github.com/rust-lang/crates.io-index" 4284 - checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b" 7834 + checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" 4285 7835 dependencies = [ 4286 7836 "core-foundation-sys", 4287 7837 "libc", 4288 7838 ] 4289 7839 4290 7840 [[package]] 7841 + name = "segment" 7842 + version = "0.2.1" 7843 + source = "registry+https://github.com/rust-lang/crates.io-index" 7844 + checksum = "24fc91c898e0487ff3e471d0849bbaf7d38a00ff5e3531009d386b0bab9b6b12" 7845 + dependencies = [ 7846 + "async-trait", 7847 + "reqwest", 7848 + "serde", 7849 + "serde_json", 7850 + "thiserror", 7851 + "time", 7852 + ] 7853 + 7854 + [[package]] 4291 7855 name = "semver" 4292 - version = "1.0.4" 7856 + version = "1.0.16" 7857 + source = "registry+https://github.com/rust-lang/crates.io-index" 7858 + checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" 7859 + dependencies = [ 7860 + "serde", 7861 + ] 7862 + 7863 + [[package]] 7864 + name = "sendfd" 7865 + version = "0.4.3" 7866 + source = "registry+https://github.com/rust-lang/crates.io-index" 7867 + checksum = "604b71b8fc267e13bb3023a2c901126c8f349393666a6d98ac1ae5729b701798" 7868 + dependencies = [ 7869 + "libc", 7870 + "tokio", 7871 + ] 7872 + 7873 + [[package]] 7874 + name = "sentry" 7875 + version = "0.29.1" 7876 + source = "registry+https://github.com/rust-lang/crates.io-index" 7877 + checksum = "17ad137b9df78294b98cab1a650bef237cc6c950e82e5ce164655e674d07c5cc" 7878 + dependencies = [ 7879 + "httpdate", 7880 + "native-tls", 7881 + "reqwest", 7882 + "sentry-backtrace", 7883 + "sentry-contexts", 7884 + "sentry-core", 7885 + "sentry-debug-images", 7886 + "sentry-panic", 7887 + "tokio", 7888 + "ureq", 7889 + ] 7890 + 7891 + [[package]] 7892 + name = "sentry-backtrace" 7893 + version = "0.29.1" 7894 + source = "registry+https://github.com/rust-lang/crates.io-index" 7895 + checksum = "afe4800806552aab314129761d5d3b3d422284eca3de2ab59e9fd133636cbd3d" 7896 + dependencies = [ 7897 + "backtrace", 7898 + "once_cell", 7899 + "regex", 7900 + "sentry-core", 7901 + ] 7902 + 7903 + [[package]] 7904 + name = "sentry-contexts" 7905 + version = "0.29.1" 7906 + source = "registry+https://github.com/rust-lang/crates.io-index" 7907 + checksum = "a42938426670f6e7974989cd1417837a96dd8bbb01567094f567d6acb360bf88" 7908 + dependencies = [ 7909 + "hostname", 7910 + "libc", 7911 + "os_info", 7912 + "rustc_version", 7913 + "sentry-core", 7914 + "uname", 7915 + ] 7916 + 7917 + [[package]] 7918 + name = "sentry-core" 7919 + version = "0.29.1" 7920 + source = "registry+https://github.com/rust-lang/crates.io-index" 7921 + checksum = "4df9b9d8de2658a1ecd4e45f7b06c80c5dd97b891bfbc7c501186189b7e9bbdf" 7922 + dependencies = [ 7923 + "once_cell", 7924 + "rand", 7925 + "sentry-types", 7926 + "serde", 7927 + "serde_json", 7928 + ] 7929 + 7930 + [[package]] 7931 + name = "sentry-debug-images" 7932 + version = "0.29.1" 7933 + source = "registry+https://github.com/rust-lang/crates.io-index" 7934 + checksum = "3995208135571444b7d5a247f42bd36677553bb64185d85b317acdc1789749b3" 7935 + dependencies = [ 7936 + "findshlibs", 7937 + "once_cell", 7938 + "sentry-core", 7939 + ] 7940 + 7941 + [[package]] 7942 + name = "sentry-panic" 7943 + version = "0.29.1" 7944 + source = "registry+https://github.com/rust-lang/crates.io-index" 7945 + checksum = "0af37b8500f273e511ebd6eb0d342ff7937d64ce3f134764b2b4653112d48cb4" 7946 + dependencies = [ 7947 + "sentry-backtrace", 7948 + "sentry-core", 7949 + ] 7950 + 7951 + [[package]] 7952 + name = "sentry-tracing" 7953 + version = "0.29.1" 7954 + source = "registry+https://github.com/rust-lang/crates.io-index" 7955 + checksum = "63fc83ec2cf38726bd18cb1943ff11555b07fd5034cb68b10958ab32e2863a1f" 7956 + dependencies = [ 7957 + "sentry-core", 7958 + "tracing-core", 7959 + "tracing-subscriber", 7960 + ] 7961 + 7962 + [[package]] 7963 + name = "sentry-types" 7964 + version = "0.29.1" 7965 + source = "registry+https://github.com/rust-lang/crates.io-index" 7966 + checksum = "ccc95faa4078768a6bf8df45e2b894bbf372b3dbbfb364e9429c1c58ab7545c6" 7967 + dependencies = [ 7968 + "debugid", 7969 + "getrandom", 7970 + "hex", 7971 + "serde", 7972 + "serde_json", 7973 + "thiserror", 7974 + "time", 7975 + "url", 7976 + "uuid", 7977 + ] 7978 + 7979 + [[package]] 7980 + name = "seq-macro" 7981 + version = "0.3.1" 4293 7982 source = "registry+https://github.com/rust-lang/crates.io-index" 4294 - checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012" 7983 + checksum = "0772c5c30e1a0d91f6834f8e545c69281c099dfa9a3ac58d96a9fd629c8d4898" 4295 7984 4296 7985 [[package]] 4297 7986 name = "serde" 4298 - version = "1.0.133" 7987 + version = "1.0.164" 4299 7988 source = "registry+https://github.com/rust-lang/crates.io-index" 4300 - checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a" 7989 + checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" 4301 7990 dependencies = [ 4302 7991 "serde_derive", 4303 7992 ] 4304 7993 4305 7994 [[package]] 4306 - name = "serde_cbor" 4307 - version = "0.11.1" 7995 + name = "serde-aux" 7996 + version = "4.2.0" 4308 7997 source = "registry+https://github.com/rust-lang/crates.io-index" 4309 - checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622" 7998 + checksum = "c3dfe1b7eb6f9dcf011bd6fad169cdeaae75eda0d61b1a99a3f015b41b0cae39" 4310 7999 dependencies = [ 4311 - "half", 8000 + "chrono", 8001 + "serde", 8002 + "serde_json", 8003 + ] 8004 + 8005 + [[package]] 8006 + name = "serde-value" 8007 + version = "0.7.0" 8008 + source = "git+https://github.com/MaterializeInc/serde-value.git#a84c6b71825efaffb332c0d19f18c2bdf9ee7b40" 8009 + dependencies = [ 8010 + "ordered-float", 4312 8011 "serde", 4313 8012 ] 4314 8013 4315 8014 [[package]] 4316 8015 name = "serde_derive" 4317 - version = "1.0.133" 8016 + version = "1.0.164" 8017 + source = "registry+https://github.com/rust-lang/crates.io-index" 8018 + checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" 8019 + dependencies = [ 8020 + "proc-macro2", 8021 + "quote", 8022 + "syn 2.0.39", 8023 + ] 8024 + 8025 + [[package]] 8026 + name = "serde_derive_internals" 8027 + version = "0.26.0" 4318 8028 source = "registry+https://github.com/rust-lang/crates.io-index" 4319 - checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537" 8029 + checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c" 4320 8030 dependencies = [ 4321 8031 "proc-macro2", 4322 8032 "quote", 4323 - "syn", 8033 + "syn 1.0.107", 4324 8034 ] 4325 8035 4326 8036 [[package]] 4327 8037 name = "serde_json" 4328 - version = "1.0.74" 8038 + version = "1.0.99" 4329 8039 source = "registry+https://github.com/rust-lang/crates.io-index" 4330 - checksum = "ee2bb9cd061c5865d345bb02ca49fcef1391741b672b54a0bf7b679badec3142" 8040 + checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" 4331 8041 dependencies = [ 4332 - "itoa 1.0.1", 8042 + "indexmap 2.0.0", 8043 + "itoa", 4333 8044 "ryu", 4334 8045 "serde", 4335 8046 ] 4336 8047 4337 8048 [[package]] 8049 + name = "serde_path_to_error" 8050 + version = "0.1.8" 8051 + source = "registry+https://github.com/rust-lang/crates.io-index" 8052 + checksum = "184c643044780f7ceb59104cef98a5a6f12cb2288a7bc701ab93a362b49fd47d" 8053 + dependencies = [ 8054 + "serde", 8055 + ] 8056 + 8057 + [[package]] 8058 + name = "serde_plain" 8059 + version = "1.0.1" 8060 + source = "registry+https://github.com/rust-lang/crates.io-index" 8061 + checksum = "d6018081315db179d0ce57b1fe4b62a12a0028c9cf9bbef868c9cf477b3c34ae" 8062 + dependencies = [ 8063 + "serde", 8064 + ] 8065 + 8066 + [[package]] 4338 8067 name = "serde_regex" 4339 8068 version = "1.1.0" 4340 8069 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4345 8074 ] 4346 8075 4347 8076 [[package]] 8077 + name = "serde_repr" 8078 + version = "0.1.13" 8079 + source = "registry+https://github.com/rust-lang/crates.io-index" 8080 + checksum = "6f0a21fba416426ac927b1691996e82079f8b6156e920c85345f135b2e9ba2de" 8081 + dependencies = [ 8082 + "proc-macro2", 8083 + "quote", 8084 + "syn 2.0.39", 8085 + ] 8086 + 8087 + [[package]] 8088 + name = "serde_spanned" 8089 + version = "0.6.3" 8090 + source = "registry+https://github.com/rust-lang/crates.io-index" 8091 + checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" 8092 + dependencies = [ 8093 + "serde", 8094 + ] 8095 + 8096 + [[package]] 4348 8097 name = "serde_urlencoded" 4349 - version = "0.7.0" 8098 + version = "0.7.1" 4350 8099 source = "registry+https://github.com/rust-lang/crates.io-index" 4351 - checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9" 8100 + checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4352 8101 dependencies = [ 4353 8102 "form_urlencoded", 4354 - "itoa 0.4.6", 8103 + "itoa", 4355 8104 "ryu", 4356 8105 "serde", 4357 8106 ] 4358 8107 4359 8108 [[package]] 4360 - name = "sha-1" 4361 - version = "0.10.0" 8109 + name = "serde_with" 8110 + version = "2.3.3" 4362 8111 source = "registry+https://github.com/rust-lang/crates.io-index" 4363 - checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" 8112 + checksum = "07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe" 8113 + dependencies = [ 8114 + "base64 0.13.1", 8115 + "chrono", 8116 + "hex", 8117 + "indexmap 1.9.1", 8118 + "serde", 8119 + "serde_json", 8120 + "serde_with_macros", 8121 + "time", 8122 + ] 8123 + 8124 + [[package]] 8125 + name = "serde_with_macros" 8126 + version = "2.3.3" 8127 + source = "registry+https://github.com/rust-lang/crates.io-index" 8128 + checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f" 8129 + dependencies = [ 8130 + "darling", 8131 + "proc-macro2", 8132 + "quote", 8133 + "syn 2.0.39", 8134 + ] 8135 + 8136 + [[package]] 8137 + name = "serde_yaml" 8138 + version = "0.9.25" 8139 + source = "registry+https://github.com/rust-lang/crates.io-index" 8140 + checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" 8141 + dependencies = [ 8142 + "indexmap 2.0.0", 8143 + "itoa", 8144 + "ryu", 8145 + "serde", 8146 + "unsafe-libyaml", 8147 + ] 8148 + 8149 + [[package]] 8150 + name = "sha1" 8151 + version = "0.10.5" 8152 + source = "registry+https://github.com/rust-lang/crates.io-index" 8153 + checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 4364 8154 dependencies = [ 4365 8155 "cfg-if", 4366 8156 "cpufeatures", ··· 4368 8158 ] 4369 8159 4370 8160 [[package]] 8161 + name = "sha1_smol" 8162 + version = "1.0.0" 8163 + source = "registry+https://github.com/rust-lang/crates.io-index" 8164 + checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" 8165 + 8166 + [[package]] 4371 8167 name = "sha2" 4372 - version = "0.10.1" 8168 + version = "0.10.6" 4373 8169 source = "registry+https://github.com/rust-lang/crates.io-index" 4374 - checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec" 8170 + checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 4375 8171 dependencies = [ 4376 8172 "cfg-if", 4377 8173 "cpufeatures", ··· 4380 8176 4381 8177 [[package]] 4382 8178 name = "sharded-slab" 4383 - version = "0.1.1" 8179 + version = "0.1.4" 4384 8180 source = "registry+https://github.com/rust-lang/crates.io-index" 4385 - checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3" 8181 + checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 4386 8182 dependencies = [ 4387 8183 "lazy_static", 4388 8184 ] 4389 8185 4390 8186 [[package]] 4391 - name = "shared_child" 4392 - version = "0.3.4" 8187 + name = "shell-escape" 8188 + version = "0.1.5" 4393 8189 source = "registry+https://github.com/rust-lang/crates.io-index" 4394 - checksum = "8cebcf3a403e4deafaf34dc882c4a1b6a648b43e5670aa2e4bb985914eaeb2d2" 4395 - dependencies = [ 4396 - "libc", 4397 - "winapi", 4398 - ] 8190 + checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" 4399 8191 4400 8192 [[package]] 4401 8193 name = "shell-words" 4402 - version = "1.0.0" 8194 + version = "1.1.0" 8195 + source = "registry+https://github.com/rust-lang/crates.io-index" 8196 + checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" 8197 + 8198 + [[package]] 8199 + name = "shlex" 8200 + version = "1.1.0" 4403 8201 source = "registry+https://github.com/rust-lang/crates.io-index" 4404 - checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074" 8202 + checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 4405 8203 4406 8204 [[package]] 4407 8205 name = "signal-hook-registry" 4408 - version = "1.2.0" 8206 + version = "1.4.1" 4409 8207 source = "registry+https://github.com/rust-lang/crates.io-index" 4410 - checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41" 8208 + checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 4411 8209 dependencies = [ 4412 - "arc-swap", 4413 8210 "libc", 4414 8211 ] 4415 8212 4416 8213 [[package]] 8214 + name = "signature" 8215 + version = "1.5.0" 8216 + source = "registry+https://github.com/rust-lang/crates.io-index" 8217 + checksum = "f054c6c1a6e95179d6f23ed974060dcefb2d9388bb7256900badad682c499de4" 8218 + 8219 + [[package]] 4417 8220 name = "simdutf8" 4418 8221 version = "0.1.3" 4419 8222 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4421 8224 4422 8225 [[package]] 4423 8226 name = "similar" 4424 - version = "2.1.0" 8227 + version = "2.2.1" 4425 8228 source = "registry+https://github.com/rust-lang/crates.io-index" 4426 - checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3" 8229 + checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" 8230 + dependencies = [ 8231 + "bstr 0.2.14", 8232 + "unicode-segmentation", 8233 + ] 8234 + 8235 + [[package]] 8236 + name = "similar-asserts" 8237 + version = "1.4.2" 8238 + source = "registry+https://github.com/rust-lang/crates.io-index" 8239 + checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18" 8240 + dependencies = [ 8241 + "console", 8242 + "similar", 8243 + ] 8244 + 8245 + [[package]] 8246 + name = "simple_asn1" 8247 + version = "0.6.1" 8248 + source = "registry+https://github.com/rust-lang/crates.io-index" 8249 + checksum = "4a762b1c38b9b990c694b9c2f8abe3372ce6a9ceaae6bca39cfc46e054f45745" 8250 + dependencies = [ 8251 + "num-bigint", 8252 + "num-traits", 8253 + "thiserror", 8254 + "time", 8255 + ] 4427 8256 4428 8257 [[package]] 4429 8258 name = "siphasher" ··· 4432 8261 checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7" 4433 8262 4434 8263 [[package]] 8264 + name = "skeptic" 8265 + version = "0.13.7" 8266 + source = "registry+https://github.com/rust-lang/crates.io-index" 8267 + checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8" 8268 + dependencies = [ 8269 + "bytecount", 8270 + "cargo_metadata", 8271 + "error-chain", 8272 + "glob", 8273 + "pulldown-cmark", 8274 + "tempfile", 8275 + "walkdir", 8276 + ] 8277 + 8278 + [[package]] 4435 8279 name = "slab" 4436 - version = "0.4.2" 8280 + version = "0.4.6" 4437 8281 source = "registry+https://github.com/rust-lang/crates.io-index" 4438 - checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" 8282 + checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" 4439 8283 4440 8284 [[package]] 4441 8285 name = "smallvec" 4442 - version = "1.7.0" 8286 + version = "1.10.0" 4443 8287 source = "registry+https://github.com/rust-lang/crates.io-index" 4444 - checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309" 8288 + checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 4445 8289 dependencies = [ 4446 8290 "serde", 4447 8291 ] 4448 8292 4449 8293 [[package]] 4450 8294 name = "snap" 4451 - version = "1.0.5" 8295 + version = "1.1.0" 4452 8296 source = "registry+https://github.com/rust-lang/crates.io-index" 4453 - checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451" 8297 + checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" 4454 8298 4455 8299 [[package]] 4456 8300 name = "socket2" 4457 - version = "0.4.0" 8301 + version = "0.4.9" 4458 8302 source = "registry+https://github.com/rust-lang/crates.io-index" 4459 - checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2" 8303 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 4460 8304 dependencies = [ 4461 8305 "libc", 4462 8306 "winapi", 4463 8307 ] 4464 8308 4465 8309 [[package]] 4466 - name = "spin" 4467 - version = "0.5.2" 8310 + name = "socket2" 8311 + version = "0.5.3" 4468 8312 source = "registry+https://github.com/rust-lang/crates.io-index" 4469 - checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 4470 - 4471 - [[package]] 4472 - name = "sql" 4473 - version = "0.0.0" 8313 + checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" 4474 8314 dependencies = [ 4475 - "anyhow", 4476 - "aws-arn", 4477 - "build-info", 4478 - "ccsr", 4479 - "chrono", 4480 - "csv", 4481 - "datadriven", 4482 - "dataflow-types", 4483 - "dec", 4484 - "enum-kinds", 4485 - "expr", 4486 - "expr_test_util", 4487 - "futures", 4488 - "globset", 4489 - "interchange", 4490 - "itertools", 4491 - "kafka-util", 4492 - "lazy_static", 4493 - "lowertest", 4494 - "mz-avro", 4495 - "mz-aws-util", 4496 - "mz-protoc", 4497 - "ore", 4498 - "pgrepr", 4499 - "postgres-protocol", 4500 - "postgres-types", 4501 - "postgres-util", 4502 - "protobuf", 4503 - "rdkafka", 4504 - "regex", 4505 - "repr", 4506 - "reqwest", 4507 - "serde", 4508 - "serde_json", 4509 - "sql-parser", 4510 - "tempfile", 4511 - "tokio", 4512 - "tokio-postgres", 4513 - "tracing", 4514 - "uncased", 4515 - "url", 4516 - "uuid", 8315 + "libc", 8316 + "windows-sys 0.48.0", 4517 8317 ] 4518 8318 4519 8319 [[package]] 4520 - name = "sql-parser" 4521 - version = "0.0.0" 8320 + name = "spin" 8321 + version = "0.9.8" 8322 + source = "registry+https://github.com/rust-lang/crates.io-index" 8323 + checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 8324 + 8325 + [[package]] 8326 + name = "ssh-key" 8327 + version = "0.4.3" 8328 + source = "registry+https://github.com/rust-lang/crates.io-index" 8329 + checksum = "f02d3730e8785e797a4552137d1acc0d7f7146dad3b5fe65ed83637711dfc6c5" 4522 8330 dependencies = [ 4523 - "anyhow", 4524 - "datadriven", 4525 - "enum-kinds", 4526 - "hex", 4527 - "itertools", 4528 - "lazy_static", 4529 - "ore", 4530 - "phf", 4531 - "phf_codegen", 4532 - "tracing", 4533 - "uncased", 4534 - "unicode-width", 4535 - "walkabout", 8331 + "base64ct", 8332 + "pem-rfc7468", 8333 + "rand_core", 8334 + "sec1", 8335 + "sha2", 8336 + "signature", 8337 + "zeroize", 4536 8338 ] 4537 8339 4538 8340 [[package]] 4539 - name = "sqllogictest" 4540 - version = "0.0.1" 8341 + name = "ssh_format" 8342 + version = "0.12.0" 8343 + source = "registry+https://github.com/rust-lang/crates.io-index" 8344 + checksum = "b8701239872766d43b8a5f9a560ff7f002b48064fadea87f44a70507069fb482" 4541 8345 dependencies = [ 4542 - "anyhow", 4543 - "chrono", 4544 - "clap", 4545 - "coord", 4546 - "expr", 4547 - "fallible-iterator", 4548 - "futures", 4549 - "lazy_static", 4550 - "materialized", 4551 - "md-5", 4552 - "ore", 4553 - "pgrepr", 4554 - "postgres-protocol", 4555 - "regex", 4556 - "repr", 4557 - "serde_json", 4558 - "sql", 4559 - "tempfile", 4560 - "timely", 4561 - "tokio", 4562 - "tokio-postgres", 4563 - "uuid", 4564 - "walkdir", 8346 + "serde", 4565 8347 ] 4566 8348 4567 8349 [[package]] ··· 4572 8354 4573 8355 [[package]] 4574 8356 name = "stacker" 4575 - version = "0.1.14" 8357 + version = "0.1.15" 4576 8358 source = "registry+https://github.com/rust-lang/crates.io-index" 4577 - checksum = "90939d5171a4420b3ff5fbc8954d641e7377335454c259dcb80786f3f21dc9b4" 8359 + checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" 4578 8360 dependencies = [ 4579 8361 "cc", 4580 8362 "cfg-if", ··· 4590 8372 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4591 8373 4592 8374 [[package]] 8375 + name = "str_indices" 8376 + version = "0.4.1" 8377 + source = "registry+https://github.com/rust-lang/crates.io-index" 8378 + checksum = "5f026164926842ec52deb1938fae44f83dfdb82d0a5b0270c5bd5935ab74d6dd" 8379 + 8380 + [[package]] 4593 8381 name = "streaming-decompression" 4594 8382 version = "0.1.0" 4595 8383 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4599 8387 ] 4600 8388 4601 8389 [[package]] 8390 + name = "streaming-iterator" 8391 + version = "0.1.5" 8392 + source = "registry+https://github.com/rust-lang/crates.io-index" 8393 + checksum = "303235c177994a476226b80d076bd333b7b560fb05bd242a10609d11b07f81f5" 8394 + 8395 + [[package]] 4602 8396 name = "stringprep" 4603 8397 version = "0.1.2" 4604 8398 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4609 8403 ] 4610 8404 4611 8405 [[package]] 8406 + name = "strip-ansi-escapes" 8407 + version = "0.2.0" 8408 + source = "registry+https://github.com/rust-lang/crates.io-index" 8409 + checksum = "55ff8ef943b384c414f54aefa961dd2bd853add74ec75e7ac74cf91dba62bcfa" 8410 + dependencies = [ 8411 + "vte", 8412 + ] 8413 + 8414 + [[package]] 4612 8415 name = "strsim" 4613 8416 version = "0.10.0" 4614 8417 source = "registry+https://github.com/rust-lang/crates.io-index" 4615 8418 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 4616 8419 4617 8420 [[package]] 8421 + name = "subprocess" 8422 + version = "0.2.9" 8423 + source = "registry+https://github.com/rust-lang/crates.io-index" 8424 + checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086" 8425 + dependencies = [ 8426 + "libc", 8427 + "winapi", 8428 + ] 8429 + 8430 + [[package]] 4618 8431 name = "subtle" 4619 8432 version = "2.4.1" 4620 8433 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4622 8435 4623 8436 [[package]] 4624 8437 name = "symbolic-common" 4625 - version = "8.0.0" 8438 + version = "10.2.0" 4626 8439 source = "registry+https://github.com/rust-lang/crates.io-index" 4627 - checksum = "0caab39ce6f074031b8fd3dd297bfda70a2d1f33c6e7cc1b737ac401f856448d" 8440 + checksum = "c5d7c8cd6663e22c348c74cf0b2c77d196fd252c7efe5594ae05edb07d0475da" 4628 8441 dependencies = [ 4629 8442 "debugid", 4630 - "memmap", 8443 + "memmap2", 4631 8444 "stable_deref_trait", 4632 8445 "uuid", 4633 8446 ] 4634 8447 4635 8448 [[package]] 4636 8449 name = "symbolic-demangle" 4637 - version = "8.0.0" 8450 + version = "10.2.0" 4638 8451 source = "registry+https://github.com/rust-lang/crates.io-index" 4639 - checksum = "b77ecb5460a87faa37ed53521eed8f073c8339b7a5788c1f93efc09ce74e1b68" 8452 + checksum = "86dc78e43163d342e72c0175113cf0c6ffc6b2540163c8680c4ed91c992af9e2" 4640 8453 dependencies = [ 4641 8454 "cpp_demangle", 4642 8455 "rustc-demangle", ··· 4645 8458 4646 8459 [[package]] 4647 8460 name = "syn" 4648 - version = "1.0.85" 8461 + version = "1.0.107" 8462 + source = "registry+https://github.com/rust-lang/crates.io-index" 8463 + checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" 8464 + dependencies = [ 8465 + "proc-macro2", 8466 + "quote", 8467 + "unicode-ident", 8468 + ] 8469 + 8470 + [[package]] 8471 + name = "syn" 8472 + version = "2.0.39" 4649 8473 source = "registry+https://github.com/rust-lang/crates.io-index" 4650 - checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7" 8474 + checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" 4651 8475 dependencies = [ 4652 8476 "proc-macro2", 4653 8477 "quote", 4654 - "unicode-xid", 8478 + "unicode-ident", 4655 8479 ] 4656 8480 4657 8481 [[package]] 8482 + name = "sync_wrapper" 8483 + version = "0.1.1" 8484 + source = "registry+https://github.com/rust-lang/crates.io-index" 8485 + checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8" 8486 + 8487 + [[package]] 4658 8488 name = "synstructure" 4659 8489 version = "0.12.3" 4660 8490 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4662 8492 dependencies = [ 4663 8493 "proc-macro2", 4664 8494 "quote", 4665 - "syn", 8495 + "syn 1.0.107", 4666 8496 "unicode-xid", 4667 8497 ] 4668 8498 4669 8499 [[package]] 4670 8500 name = "sysctl" 4671 - version = "0.4.3" 8501 + version = "0.5.4" 4672 8502 source = "registry+https://github.com/rust-lang/crates.io-index" 4673 - checksum = "feb3f7a32e17639e3705d2e05da40f485877cb97fdf0f3240e519e525e6cdb4d" 8503 + checksum = "ed66d6a2ccbd656659289bc90767895b7abbdec897a0fc6031aca3ed1cb51d3e" 4674 8504 dependencies = [ 4675 - "bitflags", 8505 + "bitflags 1.3.2", 4676 8506 "byteorder", 8507 + "enum-as-inner", 4677 8508 "libc", 4678 8509 "thiserror", 4679 8510 "walkdir", ··· 4681 8512 4682 8513 [[package]] 4683 8514 name = "sysinfo" 4684 - version = "0.22.5" 8515 + version = "0.27.2" 4685 8516 source = "registry+https://github.com/rust-lang/crates.io-index" 4686 - checksum = "7f1bfab07306a27332451a662ca9c8156e3a9986f82660ba9c8e744fe8455d43" 8517 + checksum = "17351d0e9eb8841897b14e9669378f3c69fb57779cc04f8ca9a9d512edfb2563" 4687 8518 dependencies = [ 4688 8519 "cfg-if", 4689 8520 "core-foundation-sys", ··· 4695 8526 ] 4696 8527 4697 8528 [[package]] 8529 + name = "tabled" 8530 + version = "0.10.0" 8531 + source = "registry+https://github.com/rust-lang/crates.io-index" 8532 + checksum = "56c3ee73732ffceaea7b8f6b719ce3bb17f253fa27461ffeaf568ebd0cdb4b85" 8533 + dependencies = [ 8534 + "papergrid", 8535 + "tabled_derive", 8536 + "unicode-width", 8537 + ] 8538 + 8539 + [[package]] 8540 + name = "tabled_derive" 8541 + version = "0.5.0" 8542 + source = "registry+https://github.com/rust-lang/crates.io-index" 8543 + checksum = "beca1b4eaceb4f2755df858b88d9b9315b7ccfd1ffd0d7a48a52602301f01a57" 8544 + dependencies = [ 8545 + "heck", 8546 + "proc-macro-error", 8547 + "proc-macro2", 8548 + "quote", 8549 + "syn 1.0.107", 8550 + ] 8551 + 8552 + [[package]] 8553 + name = "tagptr" 8554 + version = "0.2.0" 8555 + source = "registry+https://github.com/rust-lang/crates.io-index" 8556 + checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 8557 + 8558 + [[package]] 8559 + name = "tap" 8560 + version = "1.0.1" 8561 + source = "registry+https://github.com/rust-lang/crates.io-index" 8562 + checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 8563 + 8564 + [[package]] 4698 8565 name = "tar" 4699 8566 version = "0.4.38" 4700 8567 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4706 8573 ] 4707 8574 4708 8575 [[package]] 8576 + name = "task-local-extensions" 8577 + version = "0.1.4" 8578 + source = "registry+https://github.com/rust-lang/crates.io-index" 8579 + checksum = "ba323866e5d033818e3240feeb9f7db2c4296674e4d9e16b97b7bf8f490434e8" 8580 + dependencies = [ 8581 + "pin-utils", 8582 + ] 8583 + 8584 + [[package]] 4709 8585 name = "tempfile" 4710 - version = "3.2.0" 8586 + version = "3.8.1" 4711 8587 source = "registry+https://github.com/rust-lang/crates.io-index" 4712 - checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" 8588 + checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" 4713 8589 dependencies = [ 4714 8590 "cfg-if", 4715 - "libc", 4716 - "rand", 4717 - "redox_syscall", 4718 - "remove_dir_all", 4719 - "winapi", 8591 + "fastrand", 8592 + "redox_syscall 0.4.1", 8593 + "rustix 0.38.21", 8594 + "windows-sys 0.48.0", 4720 8595 ] 4721 8596 4722 8597 [[package]] 4723 8598 name = "termcolor" 4724 - version = "1.1.2" 8599 + version = "1.2.0" 4725 8600 source = "registry+https://github.com/rust-lang/crates.io-index" 4726 - checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" 8601 + checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 4727 8602 dependencies = [ 4728 8603 "winapi-util", 4729 8604 ] 4730 8605 4731 8606 [[package]] 4732 8607 name = "terminal_size" 4733 - version = "0.1.16" 8608 + version = "0.2.6" 4734 8609 source = "registry+https://github.com/rust-lang/crates.io-index" 4735 - checksum = "86ca8ced750734db02076f44132d802af0b33b09942331f4459dde8636fd2406" 8610 + checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" 4736 8611 dependencies = [ 4737 - "libc", 4738 - "winapi", 4739 - ] 4740 - 4741 - [[package]] 4742 - name = "test-util" 4743 - version = "0.0.0" 4744 - dependencies = [ 4745 - "anyhow", 4746 - "chrono", 4747 - "kafka-util", 4748 - "ore", 4749 - "rand", 4750 - "rdkafka", 4751 - "tokio", 4752 - "tokio-postgres", 4753 - "tracing", 4754 - ] 4755 - 4756 - [[package]] 4757 - name = "testdrive" 4758 - version = "0.0.0" 4759 - dependencies = [ 4760 - "assert_cmd", 4761 - "async-compression", 4762 - "async-trait", 4763 - "atty", 4764 - "aws-config", 4765 - "aws-sdk-kinesis", 4766 - "aws-sdk-s3", 4767 - "aws-sdk-sqs", 4768 - "aws-smithy-http", 4769 - "aws-types", 4770 - "byteorder", 4771 - "bytes", 4772 - "ccsr", 4773 - "chrono", 4774 - "clap", 4775 - "coord", 4776 - "flate2", 4777 - "futures", 4778 - "http", 4779 - "interchange", 4780 - "itertools", 4781 - "kafka-util", 4782 - "krb5-src", 4783 - "lazy_static", 4784 - "maplit", 4785 - "md-5", 4786 - "mz-avro", 4787 - "mz-aws-util", 4788 - "mz-protoc", 4789 - "ore", 4790 - "pgrepr", 4791 - "postgres_array", 4792 - "predicates", 4793 - "protobuf", 4794 - "rand", 4795 - "rdkafka", 4796 - "regex", 4797 - "repr", 4798 - "reqwest", 4799 - "serde", 4800 - "serde_json", 4801 - "similar", 4802 - "sql", 4803 - "sql-parser", 4804 - "tempfile", 4805 - "termcolor", 4806 - "tiberius", 4807 - "tokio", 4808 - "tokio-postgres", 4809 - "tokio-stream", 4810 - "tokio-util", 4811 - "url", 4812 - "uuid", 8612 + "rustix 0.37.15", 8613 + "windows-sys 0.48.0", 4813 8614 ] 4814 8615 4815 8616 [[package]] 4816 8617 name = "textwrap" 4817 - version = "0.14.2" 8618 + version = "0.16.0" 4818 8619 source = "registry+https://github.com/rust-lang/crates.io-index" 4819 - checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" 8620 + checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 4820 8621 dependencies = [ 4821 8622 "terminal_size", 4822 8623 ] 4823 8624 4824 8625 [[package]] 4825 8626 name = "thiserror" 4826 - version = "1.0.30" 8627 + version = "1.0.40" 4827 8628 source = "registry+https://github.com/rust-lang/crates.io-index" 4828 - checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" 8629 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 4829 8630 dependencies = [ 4830 8631 "thiserror-impl", 4831 8632 ] 4832 8633 4833 8634 [[package]] 4834 8635 name = "thiserror-impl" 4835 - version = "1.0.30" 8636 + version = "1.0.40" 4836 8637 source = "registry+https://github.com/rust-lang/crates.io-index" 4837 - checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" 8638 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 4838 8639 dependencies = [ 4839 8640 "proc-macro2", 4840 8641 "quote", 4841 - "syn", 8642 + "syn 2.0.39", 4842 8643 ] 4843 8644 4844 8645 [[package]] 4845 8646 name = "thread_local" 4846 - version = "1.0.1" 8647 + version = "1.1.4" 4847 8648 source = "registry+https://github.com/rust-lang/crates.io-index" 4848 - checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" 8649 + checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" 4849 8650 dependencies = [ 4850 - "lazy_static", 8651 + "once_cell", 4851 8652 ] 4852 8653 4853 8654 [[package]] 4854 8655 name = "tiberius" 4855 - version = "0.7.1" 8656 + version = "0.11.7" 4856 8657 source = "registry+https://github.com/rust-lang/crates.io-index" 4857 - checksum = "00035fdbcee3e791e756d1831a1b9a89e414c320d3eccdae65aba4f388216c30" 8658 + checksum = "66303a42b7c5daffb95c10cd8f3007a9c29b3e90128cf42b3738f58102aa2516" 4858 8659 dependencies = [ 4859 - "async-native-tls", 4860 8660 "async-trait", 4861 8661 "asynchronous-codec", 4862 8662 "byteorder", ··· 4869 8669 "futures-util", 4870 8670 "num-traits", 4871 8671 "once_cell", 4872 - "opentls", 4873 8672 "pin-project-lite", 4874 8673 "pretty-hex", 4875 8674 "thiserror", ··· 4879 8678 4880 8679 [[package]] 4881 8680 name = "tikv-jemalloc-ctl" 4882 - version = "0.4.2" 8681 + version = "0.5.0" 4883 8682 source = "registry+https://github.com/rust-lang/crates.io-index" 4884 - checksum = "eb833c46ecbf8b6daeccb347cefcabf9c1beb5c9b0f853e1cec45632d9963e69" 8683 + checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1" 4885 8684 dependencies = [ 4886 8685 "libc", 4887 8686 "paste", ··· 4890 8689 4891 8690 [[package]] 4892 8691 name = "tikv-jemalloc-sys" 4893 - version = "0.4.2+5.2.1-patched.2" 8692 + version = "0.5.2+5.3.0-patched" 4894 8693 source = "registry+https://github.com/rust-lang/crates.io-index" 4895 - checksum = "5844e429d797c62945a566f8da4e24c7fe3fbd5d6617fd8bf7a0b7dc1ee0f22e" 8694 + checksum = "ec45c14da997d0925c7835883e4d5c181f196fa142f8c19d7643d1e9af2592c3" 4896 8695 dependencies = [ 4897 8696 "cc", 4898 8697 "fs_extra", ··· 4901 8700 4902 8701 [[package]] 4903 8702 name = "tikv-jemallocator" 4904 - version = "0.4.1" 8703 + version = "0.5.0" 4905 8704 source = "registry+https://github.com/rust-lang/crates.io-index" 4906 - checksum = "3c14a5a604eb8715bc5785018a37d00739b180bcf609916ddf4393d33d49ccdf" 8705 + checksum = "20612db8a13a6c06d57ec83953694185a367e16945f66565e8028d2c0bd76979" 4907 8706 dependencies = [ 4908 8707 "libc", 4909 8708 "tikv-jemalloc-sys", ··· 4911 8710 4912 8711 [[package]] 4913 8712 name = "time" 4914 - version = "0.3.5" 8713 + version = "0.3.17" 8714 + source = "registry+https://github.com/rust-lang/crates.io-index" 8715 + checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376" 8716 + dependencies = [ 8717 + "itoa", 8718 + "quickcheck", 8719 + "serde", 8720 + "time-core", 8721 + "time-macros", 8722 + ] 8723 + 8724 + [[package]] 8725 + name = "time-core" 8726 + version = "0.1.0" 8727 + source = "registry+https://github.com/rust-lang/crates.io-index" 8728 + checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" 8729 + 8730 + [[package]] 8731 + name = "time-macros" 8732 + version = "0.2.6" 4915 8733 source = "registry+https://github.com/rust-lang/crates.io-index" 4916 - checksum = "41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad" 8734 + checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2" 4917 8735 dependencies = [ 4918 - "libc", 8736 + "time-core", 4919 8737 ] 4920 8738 4921 8739 [[package]] 4922 8740 name = "timely" 4923 8741 version = "0.12.0" 4924 - source = "git+https://github.com/TimelyDataflow/timely-dataflow#1f09f660120d69f0c2534d04671b5f9d79162a39" 8742 + source = "git+https://github.com/MaterializeInc/timely-dataflow.git#de20aa88cc6df3de910e9befbe68408d31e287be" 4925 8743 dependencies = [ 4926 8744 "abomonation", 4927 8745 "abomonation_derive", ··· 4932 8750 "serde_derive", 4933 8751 "timely_bytes", 4934 8752 "timely_communication", 8753 + "timely_container", 4935 8754 "timely_logging", 4936 8755 ] 4937 8756 4938 8757 [[package]] 4939 - name = "timely-util" 4940 - version = "0.0.0" 4941 - dependencies = [ 4942 - "futures-util", 4943 - "timely", 4944 - "tokio", 4945 - ] 4946 - 4947 - [[package]] 4948 8758 name = "timely_bytes" 4949 8759 version = "0.12.0" 4950 - source = "git+https://github.com/TimelyDataflow/timely-dataflow#1f09f660120d69f0c2534d04671b5f9d79162a39" 8760 + source = "git+https://github.com/MaterializeInc/timely-dataflow.git#de20aa88cc6df3de910e9befbe68408d31e287be" 4951 8761 4952 8762 [[package]] 4953 8763 name = "timely_communication" 4954 8764 version = "0.12.0" 4955 - source = "git+https://github.com/TimelyDataflow/timely-dataflow#1f09f660120d69f0c2534d04671b5f9d79162a39" 8765 + source = "git+https://github.com/MaterializeInc/timely-dataflow.git#de20aa88cc6df3de910e9befbe68408d31e287be" 4956 8766 dependencies = [ 4957 8767 "abomonation", 4958 8768 "abomonation_derive", ··· 4963 8773 "serde_derive", 4964 8774 "timely_bytes", 4965 8775 "timely_logging", 8776 + ] 8777 + 8778 + [[package]] 8779 + name = "timely_container" 8780 + version = "0.12.0" 8781 + source = "git+https://github.com/MaterializeInc/timely-dataflow.git#de20aa88cc6df3de910e9befbe68408d31e287be" 8782 + dependencies = [ 8783 + "columnation", 8784 + "serde", 4966 8785 ] 4967 8786 4968 8787 [[package]] 4969 8788 name = "timely_logging" 4970 8789 version = "0.12.0" 4971 - source = "git+https://github.com/TimelyDataflow/timely-dataflow#1f09f660120d69f0c2534d04671b5f9d79162a39" 8790 + source = "git+https://github.com/MaterializeInc/timely-dataflow.git#de20aa88cc6df3de910e9befbe68408d31e287be" 8791 + 8792 + [[package]] 8793 + name = "tiny-keccak" 8794 + version = "2.0.2" 8795 + source = "registry+https://github.com/rust-lang/crates.io-index" 8796 + checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 8797 + dependencies = [ 8798 + "crunchy", 8799 + ] 4972 8800 4973 8801 [[package]] 4974 8802 name = "tinytemplate" ··· 4981 8809 ] 4982 8810 4983 8811 [[package]] 8812 + name = "tinyvec" 8813 + version = "1.6.0" 8814 + source = "registry+https://github.com/rust-lang/crates.io-index" 8815 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 8816 + dependencies = [ 8817 + "tinyvec_macros", 8818 + ] 8819 + 8820 + [[package]] 8821 + name = "tinyvec_macros" 8822 + version = "0.1.0" 8823 + source = "registry+https://github.com/rust-lang/crates.io-index" 8824 + checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 8825 + 8826 + [[package]] 4984 8827 name = "tokio" 4985 - version = "1.15.0" 8828 + version = "1.32.0" 4986 8829 source = "registry+https://github.com/rust-lang/crates.io-index" 4987 - checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838" 8830 + checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" 4988 8831 dependencies = [ 8832 + "backtrace", 4989 8833 "bytes", 4990 8834 "libc", 4991 - "memchr", 4992 8835 "mio", 4993 8836 "num_cpus", 4994 - "once_cell", 4995 8837 "parking_lot", 4996 8838 "pin-project-lite", 4997 8839 "signal-hook-registry", 8840 + "socket2 0.5.3", 4998 8841 "tokio-macros", 4999 - "winapi", 8842 + "tracing", 8843 + "windows-sys 0.48.0", 8844 + ] 8845 + 8846 + [[package]] 8847 + name = "tokio-io-timeout" 8848 + version = "1.1.1" 8849 + source = "registry+https://github.com/rust-lang/crates.io-index" 8850 + checksum = "90c49f106be240de154571dd31fbe48acb10ba6c6dd6f6517ad603abffa42de9" 8851 + dependencies = [ 8852 + "pin-project-lite", 8853 + "tokio", 8854 + ] 8855 + 8856 + [[package]] 8857 + name = "tokio-io-utility" 8858 + version = "0.7.6" 8859 + source = "registry+https://github.com/rust-lang/crates.io-index" 8860 + checksum = "8d672654d175710e52c7c41f6aec77c62b3c0954e2a7ebce9049d1e94ed7c263" 8861 + dependencies = [ 8862 + "tokio", 5000 8863 ] 5001 8864 5002 8865 [[package]] 5003 8866 name = "tokio-macros" 5004 - version = "1.7.0" 8867 + version = "2.1.0" 5005 8868 source = "registry+https://github.com/rust-lang/crates.io-index" 5006 - checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" 8869 + checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 5007 8870 dependencies = [ 5008 8871 "proc-macro2", 5009 8872 "quote", 5010 - "syn", 8873 + "syn 2.0.39", 8874 + ] 8875 + 8876 + [[package]] 8877 + name = "tokio-metrics" 8878 + version = "0.3.0" 8879 + source = "registry+https://github.com/rust-lang/crates.io-index" 8880 + checksum = "d4b2fc67d5dec41db679b9b052eb572269616926040b7831e32c8a152df77b84" 8881 + dependencies = [ 8882 + "futures-util", 8883 + "pin-project-lite", 8884 + "tokio", 8885 + "tokio-stream", 5011 8886 ] 5012 8887 5013 8888 [[package]] ··· 5033 8908 ] 5034 8909 5035 8910 [[package]] 8911 + name = "tokio-pipe" 8912 + version = "0.2.12" 8913 + source = "registry+https://github.com/rust-lang/crates.io-index" 8914 + checksum = "f213a84bffbd61b8fa0ba8a044b4bbe35d471d0b518867181e82bd5c15542784" 8915 + dependencies = [ 8916 + "libc", 8917 + "tokio", 8918 + ] 8919 + 8920 + [[package]] 5036 8921 name = "tokio-postgres" 5037 - version = "0.7.2" 5038 - source = "git+https://github.com/MaterializeInc/rust-postgres?branch=mz-0.7.2#4320cb7a1fedb1b6157f0dec51f84f4c990f4d98" 8922 + version = "0.7.8" 8923 + source = "git+https://github.com/MaterializeInc/rust-postgres#b759caa33610403aa74b1cfdd37f45eb3100c9af" 5039 8924 dependencies = [ 5040 8925 "async-trait", 5041 8926 "byteorder", 5042 8927 "bytes", 5043 8928 "fallible-iterator", 5044 - "futures", 8929 + "futures-channel", 8930 + "futures-util", 5045 8931 "log", 5046 8932 "parking_lot", 5047 8933 "percent-encoding", ··· 5049 8935 "pin-project-lite", 5050 8936 "postgres-protocol", 5051 8937 "postgres-types", 5052 - "socket2", 8938 + "serde", 8939 + "socket2 0.5.3", 8940 + "tokio", 8941 + "tokio-util", 8942 + ] 8943 + 8944 + [[package]] 8945 + name = "tokio-stream" 8946 + version = "0.1.11" 8947 + source = "registry+https://github.com/rust-lang/crates.io-index" 8948 + checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce" 8949 + dependencies = [ 8950 + "futures-core", 8951 + "pin-project-lite", 5053 8952 "tokio", 5054 8953 "tokio-util", 5055 8954 ] 5056 8955 5057 8956 [[package]] 5058 - name = "tokio-serde" 5059 - version = "0.8.0" 8957 + name = "tokio-test" 8958 + version = "0.4.2" 5060 8959 source = "registry+https://github.com/rust-lang/crates.io-index" 5061 - checksum = "911a61637386b789af998ee23f50aa30d5fd7edcec8d6d3dedae5e5815205466" 8960 + checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3" 5062 8961 dependencies = [ 5063 - "bincode", 8962 + "async-stream", 5064 8963 "bytes", 5065 - "educe", 5066 8964 "futures-core", 5067 - "futures-sink", 5068 - "pin-project", 5069 - "serde", 8965 + "tokio", 8966 + "tokio-stream", 5070 8967 ] 5071 8968 5072 8969 [[package]] 5073 - name = "tokio-stream" 5074 - version = "0.1.8" 8970 + name = "tokio-tungstenite" 8971 + version = "0.20.0" 5075 8972 source = "registry+https://github.com/rust-lang/crates.io-index" 5076 - checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3" 8973 + checksum = "2b2dbec703c26b00d74844519606ef15d09a7d6857860f84ad223dec002ddea2" 5077 8974 dependencies = [ 5078 - "futures-core", 5079 - "pin-project-lite", 8975 + "futures-util", 8976 + "log", 5080 8977 "tokio", 8978 + "tungstenite", 5081 8979 ] 5082 8980 5083 8981 [[package]] 5084 8982 name = "tokio-util" 5085 - version = "0.6.9" 8983 + version = "0.7.4" 5086 8984 source = "registry+https://github.com/rust-lang/crates.io-index" 5087 - checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0" 8985 + checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" 5088 8986 dependencies = [ 5089 8987 "bytes", 5090 8988 "futures-core", 5091 8989 "futures-io", 5092 8990 "futures-sink", 5093 - "log", 5094 8991 "pin-project-lite", 8992 + "slab", 5095 8993 "tokio", 8994 + "tracing", 5096 8995 ] 5097 8996 5098 8997 [[package]] 5099 8998 name = "toml" 5100 - version = "0.5.8" 8999 + version = "0.5.9" 5101 9000 source = "registry+https://github.com/rust-lang/crates.io-index" 5102 - checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" 9001 + checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" 5103 9002 dependencies = [ 5104 9003 "serde", 5105 9004 ] 5106 9005 5107 9006 [[package]] 9007 + name = "toml_datetime" 9008 + version = "0.6.3" 9009 + source = "registry+https://github.com/rust-lang/crates.io-index" 9010 + checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 9011 + dependencies = [ 9012 + "serde", 9013 + ] 9014 + 9015 + [[package]] 9016 + name = "toml_edit" 9017 + version = "0.19.14" 9018 + source = "registry+https://github.com/rust-lang/crates.io-index" 9019 + checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" 9020 + dependencies = [ 9021 + "indexmap 2.0.0", 9022 + "serde", 9023 + "serde_spanned", 9024 + "toml_datetime", 9025 + "winnow", 9026 + ] 9027 + 9028 + [[package]] 9029 + name = "tonic" 9030 + version = "0.9.2" 9031 + source = "registry+https://github.com/rust-lang/crates.io-index" 9032 + checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a" 9033 + dependencies = [ 9034 + "async-trait", 9035 + "axum", 9036 + "base64 0.21.5", 9037 + "bytes", 9038 + "futures-core", 9039 + "futures-util", 9040 + "h2", 9041 + "http", 9042 + "http-body", 9043 + "hyper", 9044 + "hyper-timeout", 9045 + "percent-encoding", 9046 + "pin-project", 9047 + "prost", 9048 + "tokio", 9049 + "tokio-stream", 9050 + "tower", 9051 + "tower-layer", 9052 + "tower-service", 9053 + "tracing", 9054 + ] 9055 + 9056 + [[package]] 9057 + name = "tonic-build" 9058 + version = "0.9.2" 9059 + source = "git+https://github.com/MaterializeInc/tonic?rev=0d86e360ab45779770ca150c8487fe7940c299a9#0d86e360ab45779770ca150c8487fe7940c299a9" 9060 + dependencies = [ 9061 + "prettyplease 0.1.25", 9062 + "proc-macro2", 9063 + "prost-build", 9064 + "quote", 9065 + "syn 1.0.107", 9066 + ] 9067 + 9068 + [[package]] 5108 9069 name = "tower" 5109 - version = "0.4.10" 9070 + version = "0.4.13" 5110 9071 source = "registry+https://github.com/rust-lang/crates.io-index" 5111 - checksum = "c00e500fff5fa1131c866b246041a6bf96da9c965f8fe4128cb1421f23e93c00" 9072 + checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 5112 9073 dependencies = [ 5113 9074 "futures-core", 5114 9075 "futures-util", 9076 + "indexmap 1.9.1", 5115 9077 "pin-project", 5116 9078 "pin-project-lite", 9079 + "rand", 9080 + "slab", 5117 9081 "tokio", 9082 + "tokio-util", 9083 + "tower-layer", 9084 + "tower-service", 9085 + "tracing", 9086 + ] 9087 + 9088 + [[package]] 9089 + name = "tower-http" 9090 + version = "0.4.3" 9091 + source = "registry+https://github.com/rust-lang/crates.io-index" 9092 + checksum = "55ae70283aba8d2a8b411c695c437fe25b8b5e44e23e780662002fc72fb47a82" 9093 + dependencies = [ 9094 + "base64 0.21.5", 9095 + "bitflags 2.4.1", 9096 + "bytes", 9097 + "futures-core", 9098 + "futures-util", 9099 + "http", 9100 + "http-body", 9101 + "http-range-header", 9102 + "mime", 9103 + "pin-project-lite", 9104 + "tower", 5118 9105 "tower-layer", 5119 9106 "tower-service", 5120 9107 "tracing", ··· 5122 9109 5123 9110 [[package]] 5124 9111 name = "tower-layer" 5125 - version = "0.3.1" 9112 + version = "0.3.2" 5126 9113 source = "registry+https://github.com/rust-lang/crates.io-index" 5127 - checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62" 9114 + checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 9115 + 9116 + [[package]] 9117 + name = "tower-lsp" 9118 + version = "0.20.0" 9119 + source = "registry+https://github.com/rust-lang/crates.io-index" 9120 + checksum = "d4ba052b54a6627628d9b3c34c176e7eda8359b7da9acd497b9f20998d118508" 9121 + dependencies = [ 9122 + "async-trait", 9123 + "auto_impl", 9124 + "bytes", 9125 + "dashmap", 9126 + "futures", 9127 + "httparse", 9128 + "lsp-types", 9129 + "memchr", 9130 + "serde", 9131 + "serde_json", 9132 + "tokio", 9133 + "tokio-util", 9134 + "tower", 9135 + "tower-lsp-macros", 9136 + "tracing", 9137 + ] 9138 + 9139 + [[package]] 9140 + name = "tower-lsp-macros" 9141 + version = "0.9.0" 9142 + source = "registry+https://github.com/rust-lang/crates.io-index" 9143 + checksum = "84fd902d4e0b9a4b27f2f440108dc034e1758628a9b702f8ec61ad66355422fa" 9144 + dependencies = [ 9145 + "proc-macro2", 9146 + "quote", 9147 + "syn 2.0.39", 9148 + ] 5128 9149 5129 9150 [[package]] 5130 9151 name = "tower-service" 5131 - version = "0.3.0" 9152 + version = "0.3.1" 5132 9153 source = "registry+https://github.com/rust-lang/crates.io-index" 5133 - checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" 9154 + checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" 5134 9155 5135 9156 [[package]] 5136 9157 name = "tracing" 5137 - version = "0.1.29" 9158 + version = "0.1.37" 5138 9159 source = "registry+https://github.com/rust-lang/crates.io-index" 5139 - checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105" 9160 + checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 5140 9161 dependencies = [ 5141 9162 "cfg-if", 5142 9163 "log", ··· 5147 9168 5148 9169 [[package]] 5149 9170 name = "tracing-attributes" 5150 - version = "0.1.18" 9171 + version = "0.1.23" 5151 9172 source = "registry+https://github.com/rust-lang/crates.io-index" 5152 - checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e" 9173 + checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" 5153 9174 dependencies = [ 5154 9175 "proc-macro2", 5155 9176 "quote", 5156 - "syn", 9177 + "syn 1.0.107", 5157 9178 ] 5158 9179 5159 9180 [[package]] 5160 9181 name = "tracing-core" 5161 - version = "0.1.21" 9182 + version = "0.1.30" 5162 9183 source = "registry+https://github.com/rust-lang/crates.io-index" 5163 - checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4" 9184 + checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 5164 9185 dependencies = [ 5165 - "lazy_static", 9186 + "once_cell", 9187 + "valuable", 5166 9188 ] 5167 9189 5168 9190 [[package]] 5169 9191 name = "tracing-log" 5170 - version = "0.1.2" 9192 + version = "0.2.0" 5171 9193 source = "registry+https://github.com/rust-lang/crates.io-index" 5172 - checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3" 9194 + checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5173 9195 dependencies = [ 5174 - "lazy_static", 5175 9196 "log", 9197 + "once_cell", 9198 + "tracing-core", 9199 + ] 9200 + 9201 + [[package]] 9202 + name = "tracing-opentelemetry" 9203 + version = "0.22.0" 9204 + source = "git+https://github.com/MaterializeInc/tracing-opentelemetry.git#7035e641b683985cc3b8630f3b61d53c96f83695" 9205 + dependencies = [ 9206 + "js-sys", 9207 + "once_cell", 9208 + "opentelemetry", 9209 + "opentelemetry_sdk", 9210 + "smallvec", 9211 + "tracing", 9212 + "tracing-core", 9213 + "tracing-log", 9214 + "tracing-subscriber", 9215 + "web-time", 9216 + ] 9217 + 9218 + [[package]] 9219 + name = "tracing-serde" 9220 + version = "0.1.3" 9221 + source = "registry+https://github.com/rust-lang/crates.io-index" 9222 + checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" 9223 + dependencies = [ 9224 + "serde", 5176 9225 "tracing-core", 5177 9226 ] 5178 9227 5179 9228 [[package]] 5180 9229 name = "tracing-subscriber" 5181 - version = "0.3.5" 9230 + version = "0.3.18" 5182 9231 source = "registry+https://github.com/rust-lang/crates.io-index" 5183 - checksum = "5d81bfa81424cc98cb034b837c985b7a290f592e5b4322f353f94a0ab0f9f594" 9232 + checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 5184 9233 dependencies = [ 5185 - "ansi_term", 5186 - "lazy_static", 5187 9234 "matchers", 9235 + "nu-ansi-term", 9236 + "once_cell", 5188 9237 "regex", 9238 + "serde", 9239 + "serde_json", 5189 9240 "sharded-slab", 5190 9241 "smallvec", 5191 9242 "thread_local", 5192 9243 "tracing", 5193 9244 "tracing-core", 5194 9245 "tracing-log", 9246 + "tracing-serde", 5195 9247 ] 5196 9248 5197 9249 [[package]] 5198 - name = "transform" 5199 - version = "0.0.0" 9250 + name = "treediff" 9251 + version = "4.0.2" 9252 + source = "registry+https://github.com/rust-lang/crates.io-index" 9253 + checksum = "52984d277bdf2a751072b5df30ec0377febdb02f7696d64c2d7d54630bac4303" 5200 9254 dependencies = [ 5201 - "anyhow", 5202 - "datadriven", 5203 - "dataflow-types", 5204 - "differential-dataflow", 5205 - "expr", 5206 - "expr_test_util", 5207 - "itertools", 5208 - "lowertest", 5209 - "ore", 5210 - "proc-macro2", 5211 - "repr", 5212 9255 "serde_json", 5213 9256 ] 5214 9257 ··· 5219 9262 checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41" 5220 9263 5221 9264 [[package]] 9265 + name = "triomphe" 9266 + version = "0.1.8" 9267 + source = "registry+https://github.com/rust-lang/crates.io-index" 9268 + checksum = "f1ee9bd9239c339d714d657fac840c6d2a4f9c45f4f9ec7b0975113458be78db" 9269 + 9270 + [[package]] 5222 9271 name = "try-lock" 5223 9272 version = "0.2.2" 5224 9273 source = "registry+https://github.com/rust-lang/crates.io-index" 5225 9274 checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" 5226 9275 5227 9276 [[package]] 9277 + name = "tungstenite" 9278 + version = "0.20.1" 9279 + source = "registry+https://github.com/rust-lang/crates.io-index" 9280 + checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" 9281 + dependencies = [ 9282 + "byteorder", 9283 + "bytes", 9284 + "data-encoding", 9285 + "http", 9286 + "httparse", 9287 + "log", 9288 + "rand", 9289 + "sha1", 9290 + "thiserror", 9291 + "url", 9292 + "utf-8", 9293 + ] 9294 + 9295 + [[package]] 9296 + name = "twox-hash" 9297 + version = "1.6.2" 9298 + source = "registry+https://github.com/rust-lang/crates.io-index" 9299 + checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" 9300 + dependencies = [ 9301 + "cfg-if", 9302 + "rand", 9303 + "static_assertions", 9304 + ] 9305 + 9306 + [[package]] 9307 + name = "typed-arena" 9308 + version = "2.0.2" 9309 + source = "registry+https://github.com/rust-lang/crates.io-index" 9310 + checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" 9311 + 9312 + [[package]] 9313 + name = "typed-builder" 9314 + version = "0.10.0" 9315 + source = "registry+https://github.com/rust-lang/crates.io-index" 9316 + checksum = "89851716b67b937e393b3daa8423e67ddfc4bbbf1654bcf05488e95e0828db0c" 9317 + dependencies = [ 9318 + "proc-macro2", 9319 + "quote", 9320 + "syn 1.0.107", 9321 + ] 9322 + 9323 + [[package]] 5228 9324 name = "typenum" 5229 - version = "1.12.0" 9325 + version = "1.15.0" 5230 9326 source = "registry+https://github.com/rust-lang/crates.io-index" 5231 - checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" 9327 + checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" 9328 + 9329 + [[package]] 9330 + name = "uname" 9331 + version = "0.1.1" 9332 + source = "registry+https://github.com/rust-lang/crates.io-index" 9333 + checksum = "b72f89f0ca32e4db1c04e2a72f5345d59796d4866a1ee0609084569f73683dc8" 9334 + dependencies = [ 9335 + "libc", 9336 + ] 5232 9337 5233 9338 [[package]] 5234 9339 name = "uncased" 5235 - version = "0.9.6" 9340 + version = "0.9.7" 5236 9341 source = "registry+https://github.com/rust-lang/crates.io-index" 5237 - checksum = "5baeed7327e25054889b9bd4f975f32e5f4c5d434042d59ab6cd4142c0a76ed0" 9342 + checksum = "09b01702b0fd0b3fadcf98e098780badda8742d4f4a7676615cad90e8ac73622" 5238 9343 dependencies = [ 5239 9344 "version_check", 5240 9345 ] ··· 5258 9363 ] 5259 9364 5260 9365 [[package]] 9366 + name = "unicode-ident" 9367 + version = "1.0.0" 9368 + source = "registry+https://github.com/rust-lang/crates.io-index" 9369 + checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee" 9370 + 9371 + [[package]] 5261 9372 name = "unicode-normalization" 5262 - version = "0.1.12" 9373 + version = "0.1.21" 5263 9374 source = "registry+https://github.com/rust-lang/crates.io-index" 5264 - checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4" 9375 + checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6" 5265 9376 dependencies = [ 5266 - "smallvec", 9377 + "tinyvec", 5267 9378 ] 5268 9379 5269 9380 [[package]] 5270 9381 name = "unicode-segmentation" 5271 - version = "1.6.0" 9382 + version = "1.10.1" 5272 9383 source = "registry+https://github.com/rust-lang/crates.io-index" 5273 - checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" 9384 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 5274 9385 5275 9386 [[package]] 5276 9387 name = "unicode-width" 5277 - version = "0.1.9" 9388 + version = "0.1.10" 5278 9389 source = "registry+https://github.com/rust-lang/crates.io-index" 5279 - checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" 9390 + checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 5280 9391 5281 9392 [[package]] 5282 9393 name = "unicode-xid" 5283 - version = "0.2.0" 9394 + version = "0.2.2" 9395 + source = "registry+https://github.com/rust-lang/crates.io-index" 9396 + checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" 9397 + 9398 + [[package]] 9399 + name = "unsafe-libyaml" 9400 + version = "0.2.9" 5284 9401 source = "registry+https://github.com/rust-lang/crates.io-index" 5285 - checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" 9402 + checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa" 5286 9403 5287 9404 [[package]] 5288 9405 name = "untrusted" 5289 - version = "0.7.1" 9406 + version = "0.9.0" 5290 9407 source = "registry+https://github.com/rust-lang/crates.io-index" 5291 - checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 9408 + checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 5292 9409 5293 9410 [[package]] 5294 - name = "uritemplate-next" 5295 - version = "0.2.0" 9411 + name = "ureq" 9412 + version = "2.5.0" 5296 9413 source = "registry+https://github.com/rust-lang/crates.io-index" 5297 - checksum = "bcde98d1fc3f528255b1ecb22fb688ee0d23deb672a8c57127df10b98b4bd18c" 9414 + checksum = "b97acb4c28a254fd7a4aeec976c46a7fa404eac4d7c134b30c75144846d7cb8f" 5298 9415 dependencies = [ 5299 - "regex", 9416 + "base64 0.13.1", 9417 + "chunked_transfer", 9418 + "log", 9419 + "native-tls", 9420 + "once_cell", 9421 + "url", 5300 9422 ] 5301 9423 5302 9424 [[package]] 5303 9425 name = "url" 5304 - version = "2.2.2" 9426 + version = "2.3.1" 5305 9427 source = "registry+https://github.com/rust-lang/crates.io-index" 5306 - checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" 9428 + checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 5307 9429 dependencies = [ 5308 9430 "form_urlencoded", 5309 9431 "idna", 5310 - "matches", 5311 9432 "percent-encoding", 5312 9433 "serde", 5313 9434 ] 5314 9435 5315 9436 [[package]] 5316 9437 name = "urlencoding" 5317 - version = "1.3.3" 9438 + version = "2.1.2" 9439 + source = "registry+https://github.com/rust-lang/crates.io-index" 9440 + checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9" 9441 + 9442 + [[package]] 9443 + name = "utf-8" 9444 + version = "0.7.6" 9445 + source = "registry+https://github.com/rust-lang/crates.io-index" 9446 + checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 9447 + 9448 + [[package]] 9449 + name = "utf8parse" 9450 + version = "0.2.1" 5318 9451 source = "registry+https://github.com/rust-lang/crates.io-index" 5319 - checksum = "5a1f0175e03a0973cf4afd476bef05c26e228520400eb1fd473ad417b1c00ffb" 9452 + checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 5320 9453 5321 9454 [[package]] 5322 9455 name = "uuid" 5323 - version = "0.8.2" 9456 + version = "1.2.2" 5324 9457 source = "registry+https://github.com/rust-lang/crates.io-index" 5325 - checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" 9458 + checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c" 5326 9459 dependencies = [ 5327 9460 "getrandom", 5328 9461 "serde", 9462 + "sha1_smol", 5329 9463 ] 5330 9464 5331 9465 [[package]] 9466 + name = "valuable" 9467 + version = "0.1.0" 9468 + source = "registry+https://github.com/rust-lang/crates.io-index" 9469 + checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 9470 + 9471 + [[package]] 5332 9472 name = "vcpkg" 5333 9473 version = "0.2.8" 5334 9474 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5336 9476 5337 9477 [[package]] 5338 9478 name = "version_check" 5339 - version = "0.9.2" 9479 + version = "0.9.4" 5340 9480 source = "registry+https://github.com/rust-lang/crates.io-index" 5341 - checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" 9481 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 5342 9482 5343 9483 [[package]] 5344 - name = "wait-timeout" 5345 - version = "0.2.0" 9484 + name = "vsimd" 9485 + version = "0.8.0" 5346 9486 source = "registry+https://github.com/rust-lang/crates.io-index" 5347 - checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 9487 + checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 9488 + 9489 + [[package]] 9490 + name = "vte" 9491 + version = "0.11.1" 9492 + source = "registry+https://github.com/rust-lang/crates.io-index" 9493 + checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197" 5348 9494 dependencies = [ 5349 - "libc", 9495 + "utf8parse", 9496 + "vte_generate_state_changes", 5350 9497 ] 5351 9498 5352 9499 [[package]] 5353 - name = "walkabout" 5354 - version = "0.0.0" 9500 + name = "vte_generate_state_changes" 9501 + version = "0.1.1" 9502 + source = "registry+https://github.com/rust-lang/crates.io-index" 9503 + checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff" 5355 9504 dependencies = [ 5356 - "anyhow", 5357 - "datadriven", 5358 - "fstrings", 5359 - "itertools", 5360 - "ore", 9505 + "proc-macro2", 5361 9506 "quote", 5362 - "syn", 5363 - "tempfile", 9507 + ] 9508 + 9509 + [[package]] 9510 + name = "wait-timeout" 9511 + version = "0.2.0" 9512 + source = "registry+https://github.com/rust-lang/crates.io-index" 9513 + checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 9514 + dependencies = [ 9515 + "libc", 5364 9516 ] 5365 9517 5366 9518 [[package]] ··· 5386 9538 5387 9539 [[package]] 5388 9540 name = "wasi" 5389 - version = "0.10.0+wasi-snapshot-preview1" 9541 + version = "0.11.0+wasi-snapshot-preview1" 5390 9542 source = "registry+https://github.com/rust-lang/crates.io-index" 5391 - checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 9543 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5392 9544 5393 9545 [[package]] 5394 9546 name = "wasm-bindgen" 5395 - version = "0.2.74" 9547 + version = "0.2.87" 5396 9548 source = "registry+https://github.com/rust-lang/crates.io-index" 5397 - checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd" 9549 + checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 5398 9550 dependencies = [ 5399 9551 "cfg-if", 5400 9552 "wasm-bindgen-macro", ··· 5402 9554 5403 9555 [[package]] 5404 9556 name = "wasm-bindgen-backend" 5405 - version = "0.2.74" 9557 + version = "0.2.87" 5406 9558 source = "registry+https://github.com/rust-lang/crates.io-index" 5407 - checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900" 9559 + checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 5408 9560 dependencies = [ 5409 9561 "bumpalo", 5410 - "lazy_static", 5411 9562 "log", 9563 + "once_cell", 5412 9564 "proc-macro2", 5413 9565 "quote", 5414 - "syn", 9566 + "syn 2.0.39", 5415 9567 "wasm-bindgen-shared", 5416 9568 ] 5417 9569 ··· 5429 9581 5430 9582 [[package]] 5431 9583 name = "wasm-bindgen-macro" 5432 - version = "0.2.74" 9584 + version = "0.2.87" 5433 9585 source = "registry+https://github.com/rust-lang/crates.io-index" 5434 - checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4" 9586 + checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 5435 9587 dependencies = [ 5436 9588 "quote", 5437 9589 "wasm-bindgen-macro-support", ··· 5439 9591 5440 9592 [[package]] 5441 9593 name = "wasm-bindgen-macro-support" 5442 - version = "0.2.74" 9594 + version = "0.2.87" 5443 9595 source = "registry+https://github.com/rust-lang/crates.io-index" 5444 - checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97" 9596 + checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 5445 9597 dependencies = [ 5446 9598 "proc-macro2", 5447 9599 "quote", 5448 - "syn", 9600 + "syn 2.0.39", 5449 9601 "wasm-bindgen-backend", 5450 9602 "wasm-bindgen-shared", 5451 9603 ] 5452 9604 5453 9605 [[package]] 5454 9606 name = "wasm-bindgen-shared" 5455 - version = "0.2.74" 9607 + version = "0.2.87" 5456 9608 source = "registry+https://github.com/rust-lang/crates.io-index" 5457 - checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f" 9609 + checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 5458 9610 5459 9611 [[package]] 5460 9612 name = "web-sys" ··· 5467 9619 ] 5468 9620 5469 9621 [[package]] 9622 + name = "web-time" 9623 + version = "0.2.4" 9624 + source = "registry+https://github.com/rust-lang/crates.io-index" 9625 + checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0" 9626 + dependencies = [ 9627 + "js-sys", 9628 + "wasm-bindgen", 9629 + ] 9630 + 9631 + [[package]] 5470 9632 name = "which" 5471 9633 version = "4.2.2" 5472 9634 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5509 9671 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5510 9672 5511 9673 [[package]] 9674 + name = "windows" 9675 + version = "0.48.0" 9676 + source = "registry+https://github.com/rust-lang/crates.io-index" 9677 + checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 9678 + dependencies = [ 9679 + "windows-targets", 9680 + ] 9681 + 9682 + [[package]] 9683 + name = "windows-sys" 9684 + version = "0.42.0" 9685 + source = "registry+https://github.com/rust-lang/crates.io-index" 9686 + checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 9687 + dependencies = [ 9688 + "windows_aarch64_gnullvm 0.42.2", 9689 + "windows_aarch64_msvc 0.42.2", 9690 + "windows_i686_gnu 0.42.2", 9691 + "windows_i686_msvc 0.42.2", 9692 + "windows_x86_64_gnu 0.42.2", 9693 + "windows_x86_64_gnullvm 0.42.2", 9694 + "windows_x86_64_msvc 0.42.2", 9695 + ] 9696 + 9697 + [[package]] 9698 + name = "windows-sys" 9699 + version = "0.48.0" 9700 + source = "registry+https://github.com/rust-lang/crates.io-index" 9701 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 9702 + dependencies = [ 9703 + "windows-targets", 9704 + ] 9705 + 9706 + [[package]] 9707 + name = "windows-targets" 9708 + version = "0.48.0" 9709 + source = "registry+https://github.com/rust-lang/crates.io-index" 9710 + checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 9711 + dependencies = [ 9712 + "windows_aarch64_gnullvm 0.48.0", 9713 + "windows_aarch64_msvc 0.48.0", 9714 + "windows_i686_gnu 0.48.0", 9715 + "windows_i686_msvc 0.48.0", 9716 + "windows_x86_64_gnu 0.48.0", 9717 + "windows_x86_64_gnullvm 0.48.0", 9718 + "windows_x86_64_msvc 0.48.0", 9719 + ] 9720 + 9721 + [[package]] 9722 + name = "windows_aarch64_gnullvm" 9723 + version = "0.42.2" 9724 + source = "registry+https://github.com/rust-lang/crates.io-index" 9725 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 9726 + 9727 + [[package]] 9728 + name = "windows_aarch64_gnullvm" 9729 + version = "0.48.0" 9730 + source = "registry+https://github.com/rust-lang/crates.io-index" 9731 + checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 9732 + 9733 + [[package]] 9734 + name = "windows_aarch64_msvc" 9735 + version = "0.42.2" 9736 + source = "registry+https://github.com/rust-lang/crates.io-index" 9737 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 9738 + 9739 + [[package]] 9740 + name = "windows_aarch64_msvc" 9741 + version = "0.48.0" 9742 + source = "registry+https://github.com/rust-lang/crates.io-index" 9743 + checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 9744 + 9745 + [[package]] 9746 + name = "windows_i686_gnu" 9747 + version = "0.42.2" 9748 + source = "registry+https://github.com/rust-lang/crates.io-index" 9749 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 9750 + 9751 + [[package]] 9752 + name = "windows_i686_gnu" 9753 + version = "0.48.0" 9754 + source = "registry+https://github.com/rust-lang/crates.io-index" 9755 + checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 9756 + 9757 + [[package]] 9758 + name = "windows_i686_msvc" 9759 + version = "0.42.2" 9760 + source = "registry+https://github.com/rust-lang/crates.io-index" 9761 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 9762 + 9763 + [[package]] 9764 + name = "windows_i686_msvc" 9765 + version = "0.48.0" 9766 + source = "registry+https://github.com/rust-lang/crates.io-index" 9767 + checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 9768 + 9769 + [[package]] 9770 + name = "windows_x86_64_gnu" 9771 + version = "0.42.2" 9772 + source = "registry+https://github.com/rust-lang/crates.io-index" 9773 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 9774 + 9775 + [[package]] 9776 + name = "windows_x86_64_gnu" 9777 + version = "0.48.0" 9778 + source = "registry+https://github.com/rust-lang/crates.io-index" 9779 + checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 9780 + 9781 + [[package]] 9782 + name = "windows_x86_64_gnullvm" 9783 + version = "0.42.2" 9784 + source = "registry+https://github.com/rust-lang/crates.io-index" 9785 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 9786 + 9787 + [[package]] 9788 + name = "windows_x86_64_gnullvm" 9789 + version = "0.48.0" 9790 + source = "registry+https://github.com/rust-lang/crates.io-index" 9791 + checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 9792 + 9793 + [[package]] 9794 + name = "windows_x86_64_msvc" 9795 + version = "0.42.2" 9796 + source = "registry+https://github.com/rust-lang/crates.io-index" 9797 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 9798 + 9799 + [[package]] 9800 + name = "windows_x86_64_msvc" 9801 + version = "0.48.0" 9802 + source = "registry+https://github.com/rust-lang/crates.io-index" 9803 + checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 9804 + 9805 + [[package]] 9806 + name = "winnow" 9807 + version = "0.5.4" 9808 + source = "registry+https://github.com/rust-lang/crates.io-index" 9809 + checksum = "acaaa1190073b2b101e15083c38ee8ec891b5e05cbee516521e94ec008f61e64" 9810 + dependencies = [ 9811 + "memchr", 9812 + ] 9813 + 9814 + [[package]] 5512 9815 name = "winreg" 5513 - version = "0.7.0" 9816 + version = "0.10.1" 5514 9817 source = "registry+https://github.com/rust-lang/crates.io-index" 5515 - checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" 9818 + checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 5516 9819 dependencies = [ 5517 9820 "winapi", 5518 9821 ] 5519 9822 5520 9823 [[package]] 9824 + name = "workspace-hack" 9825 + version = "0.0.0" 9826 + dependencies = [ 9827 + "ahash", 9828 + "anyhow", 9829 + "async-compression", 9830 + "aws-config", 9831 + "aws-credential-types", 9832 + "aws-runtime", 9833 + "aws-sdk-sts", 9834 + "aws-sigv4", 9835 + "aws-smithy-async", 9836 + "aws-smithy-http", 9837 + "aws-smithy-runtime", 9838 + "aws-smithy-runtime-api", 9839 + "aws-smithy-types", 9840 + "axum", 9841 + "bitflags 2.4.1", 9842 + "bstr 0.2.14", 9843 + "byteorder", 9844 + "bytes", 9845 + "cc", 9846 + "chrono", 9847 + "clap", 9848 + "console", 9849 + "criterion", 9850 + "crossbeam-deque", 9851 + "crossbeam-epoch", 9852 + "crossbeam-utils", 9853 + "crypto-common", 9854 + "debugid", 9855 + "dec", 9856 + "digest", 9857 + "either", 9858 + "flate2", 9859 + "futures-channel", 9860 + "futures-core", 9861 + "futures-executor", 9862 + "futures-io", 9863 + "futures-sink", 9864 + "futures-task", 9865 + "futures-util", 9866 + "globset", 9867 + "hashbrown 0.14.0", 9868 + "hyper", 9869 + "indexmap 1.9.1", 9870 + "itertools", 9871 + "k8s-openapi", 9872 + "kube", 9873 + "kube-client", 9874 + "kube-core", 9875 + "libc", 9876 + "libz-sys", 9877 + "log", 9878 + "memchr", 9879 + "mime_guess", 9880 + "mio", 9881 + "mysql_async", 9882 + "mysql_common", 9883 + "native-tls", 9884 + "nix", 9885 + "nom", 9886 + "num-bigint", 9887 + "num-integer", 9888 + "num-traits", 9889 + "once_cell", 9890 + "openssl", 9891 + "openssl-sys", 9892 + "ordered-float", 9893 + "parking_lot", 9894 + "phf", 9895 + "phf_shared", 9896 + "postgres", 9897 + "postgres-types", 9898 + "predicates", 9899 + "proc-macro2", 9900 + "prost", 9901 + "prost-reflect", 9902 + "prost-types", 9903 + "quote", 9904 + "rand", 9905 + "rand_chacha", 9906 + "rdkafka-sys", 9907 + "regex", 9908 + "regex-syntax", 9909 + "reqwest", 9910 + "ring", 9911 + "schemars", 9912 + "scopeguard", 9913 + "security-framework", 9914 + "semver", 9915 + "serde", 9916 + "serde_json", 9917 + "sha2", 9918 + "similar", 9919 + "smallvec", 9920 + "socket2 0.5.3", 9921 + "subtle", 9922 + "syn 1.0.107", 9923 + "syn 2.0.39", 9924 + "textwrap", 9925 + "tikv-jemalloc-sys", 9926 + "time", 9927 + "time-macros", 9928 + "timely", 9929 + "timely_communication", 9930 + "tokio", 9931 + "tokio-postgres", 9932 + "tokio-stream", 9933 + "tokio-util", 9934 + "toml_datetime", 9935 + "toml_edit", 9936 + "tower", 9937 + "tower-http", 9938 + "tracing", 9939 + "tracing-core", 9940 + "tracing-subscriber", 9941 + "tungstenite", 9942 + "uncased", 9943 + "url", 9944 + "uuid", 9945 + "zeroize", 9946 + "zstd-sys", 9947 + ] 9948 + 9949 + [[package]] 9950 + name = "wyz" 9951 + version = "0.5.1" 9952 + source = "registry+https://github.com/rust-lang/crates.io-index" 9953 + checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 9954 + dependencies = [ 9955 + "tap", 9956 + ] 9957 + 9958 + [[package]] 5521 9959 name = "xattr" 5522 9960 version = "0.2.2" 5523 9961 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5528 9966 5529 9967 [[package]] 5530 9968 name = "xmlparser" 5531 - version = "0.13.3" 9969 + version = "0.13.5" 9970 + source = "registry+https://github.com/rust-lang/crates.io-index" 9971 + checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd" 9972 + 9973 + [[package]] 9974 + name = "yaml-rust" 9975 + version = "0.4.5" 9976 + source = "registry+https://github.com/rust-lang/crates.io-index" 9977 + checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 9978 + dependencies = [ 9979 + "linked-hash-map", 9980 + ] 9981 + 9982 + [[package]] 9983 + name = "yansi" 9984 + version = "0.5.1" 5532 9985 source = "registry+https://github.com/rust-lang/crates.io-index" 5533 - checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8" 9986 + checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" 5534 9987 5535 9988 [[package]] 5536 9989 name = "zeroize" 5537 - version = "1.4.2" 9990 + version = "1.5.7" 9991 + source = "registry+https://github.com/rust-lang/crates.io-index" 9992 + checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" 9993 + dependencies = [ 9994 + "serde", 9995 + ] 9996 + 9997 + [[package]] 9998 + name = "zstd" 9999 + version = "0.12.4" 10000 + source = "registry+https://github.com/rust-lang/crates.io-index" 10001 + checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" 10002 + dependencies = [ 10003 + "zstd-safe 6.0.6", 10004 + ] 10005 + 10006 + [[package]] 10007 + name = "zstd" 10008 + version = "0.13.0" 10009 + source = "registry+https://github.com/rust-lang/crates.io-index" 10010 + checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110" 10011 + dependencies = [ 10012 + "zstd-safe 7.0.0", 10013 + ] 10014 + 10015 + [[package]] 10016 + name = "zstd-safe" 10017 + version = "6.0.6" 5538 10018 source = "registry+https://github.com/rust-lang/crates.io-index" 5539 - checksum = "bf68b08513768deaa790264a7fac27a58cbf2705cfcdc9448362229217d7e970" 10019 + checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" 10020 + dependencies = [ 10021 + "libc", 10022 + "zstd-sys", 10023 + ] 5540 10024 5541 10025 [[package]] 5542 - name = "zip" 5543 - version = "0.5.13" 10026 + name = "zstd-safe" 10027 + version = "7.0.0" 5544 10028 source = "registry+https://github.com/rust-lang/crates.io-index" 5545 - checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815" 10029 + checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e" 5546 10030 dependencies = [ 5547 - "byteorder", 5548 - "crc32fast", 5549 - "flate2", 5550 - "thiserror", 10031 + "zstd-sys", 5551 10032 ] 5552 10033 5553 10034 [[package]] 5554 10035 name = "zstd-sys" 5555 - version = "1.6.1+zstd.1.5.0" 10036 + version = "2.0.9+zstd.1.5.5" 5556 10037 source = "registry+https://github.com/rust-lang/crates.io-index" 5557 - checksum = "615120c7a2431d16cf1cf979e7fc31ba7a5b5e5707b29c8a99e5dbf8a8392a33" 10038 + checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656" 5558 10039 dependencies = [ 5559 10040 "cc", 5560 - "libc", 10041 + "pkg-config", 5561 10042 ]
+63 -34
pkgs/servers/sql/materialize/default.nix
··· 10 10 , libiconv 11 11 , openssl 12 12 , perl 13 - , pkg-config}: 13 + , pkg-config 14 + , protobuf 15 + , libclang 16 + , rdkafka 17 + }: 14 18 15 19 let 16 20 fetchNpmPackage = {name, version, hash, js_prod_file, js_dev_file, ...} @ args: ··· 20 24 inherit hash; 21 25 }; 22 26 23 - static = "./src/materialized/src/http/static"; 24 - cssVendor = "./src/materialized/src/http/static/css/vendor"; 25 - jsProdVendor = "./src/materialized/src/http/static/js/vendor"; 26 - jsDevVendor = "./src/materialized/src/http/static-dev/js/vendor"; 27 - 28 27 files = with args; [ 29 - { src = js_prod_file; dst = "${jsProdVendor}/${name}.js"; } 30 - { src = js_dev_file; dst = "${jsDevVendor}/${name}.js"; } 31 - ] ++ lib.optional (args ? css_file) { src = css_file; dst = "${cssVendor}/${name}.css"; } 32 - ++ lib.optional (args ? extra_file) { src = extra_file.src; dst = "${static}/${extra_file.dst}"; }; 28 + { src = js_prod_file; dst = "./src/environmentd/src/http/static/js/vendor/${name}.js"; } 29 + { src = js_prod_file; dst = "./src/prof-http/src/http/static/js/vendor/${name}.js"; } 30 + { src = js_dev_file; dst = "./src/environmentd/src/http/static-dev/js/vendor/${name}.js"; } 31 + { src = js_dev_file; dst = "./src/prof-http/src/http/static-dev/js/vendor/${name}.js"; } 32 + ] ++ lib.optionals (args ? css_file) [ 33 + { src = css_file; dst = "./src/environmentd/src/http/static/css/vendor/${name}.css"; } 34 + { src = css_file; dst = "./src/prof-http/src/http/static/css/vendor/${name}.css"; } 35 + ] 36 + ++ lib.optionals (args ? extra_file) [ 37 + { src = extra_file.src; dst = "./src/environmentd/src/http/static/${extra_file.dst}";} 38 + { src = extra_file.src; dst = "./src/prof-http/src/http/static/${extra_file.dst}";} 39 + ]; 33 40 in 34 41 lib.concatStringsSep "\n" (lib.forEach files ({src, dst}: '' 35 42 mkdir -p "${dirOf dst}" ··· 40 47 in 41 48 rustPlatform.buildRustPackage rec { 42 49 pname = "materialize"; 43 - version = "0.17.0"; 50 + version = "0.84.2"; 44 51 MZ_DEV_BUILD_SHA = "9f8cf75b461d288335cb6a7a73aaa670bab4a466"; 45 52 46 53 src = fetchFromGitHub { 47 54 owner = "MaterializeInc"; 48 55 repo = pname; 49 56 rev = "v${version}"; 50 - hash = "sha256-wKYU5S77VoOX7UA9/d21Puz9NYs/om08eNM69/m3Orc="; 57 + hash = "sha256-+cvTCiTbuaPYPIyDxQlMWdJA5/6cbMoiTcSmjj5KPjs="; 58 + fetchSubmodules = true; 51 59 }; 52 60 61 + postPatch = '' 62 + ${lib.concatStringsSep "\n" (map fetchNpmPackage npmPackages)} 63 + substituteInPlace ./misc/dist/materialized.service \ 64 + --replace /usr/bin $out/bin \ 65 + --replace _Materialize root 66 + substituteInPlace ./src/catalog/build.rs \ 67 + --replace '&[ ' '&["."' 68 + ''; 69 + 70 + # needed for internal protobuf c wrapper library 71 + env.PROTOC = "${protobuf}/bin/protoc"; 72 + env.PROTOC_INCLUDE = "${protobuf}/include"; 73 + env.LIBCLANG_PATH = "${libclang.lib}/lib"; 74 + # needed to dynamically link rdkafka 75 + env.CARGO_FEATURE_DYNAMIC_LINKING=1; 76 + 53 77 cargoLock = { 54 78 lockFile = ./Cargo.lock; 55 79 outputHashes = { 56 - "criterion-0.3.5" = "sha256-gXhwLw99kC08zxHdY6l5LF5EVzAAFasI4GLnopLwhEU="; 57 - "differential-dataflow-0.12.0" = "sha256-sDy4502XqCuXqRtwLWuaHSgfX7v9NNochhfpI6n8DrM="; 58 - "headers-0.3.5" = "sha256-ipxMfuPgoeH2uR4Im/XBdnxT00+LGzTgW7Ed2armYOU="; 59 - "mzcloud-1.0.0" = "sha256-Nt9YCG+DFCCOMbKaNhOD78WF/z3qB5ymUIp6Wep2A9A="; 60 - "parquet-format-async-temp-0.2.0" = "sha256-UUQv/90egmwQK0CZCztinEskvWcZ40rKWbJoWYz2oLQ="; 61 - "postgres-0.19.1" = "sha256-zH7PF4p7wJCSYpuydTL3HPcOjPU9SlTy6IJREOe2l7U="; 62 - "postgres_array-0.11.0" = "sha256-M1nMsQfxK0ay4JxoPqm2cl4Cp8mVZlVUAfWDhhv9nA4="; 63 - "prometheus-0.10.0" = "sha256-NTnKt1RGiZ8AxsU8UzhLhpfEi24Pos5kR9g22Mmt444="; 64 - "protobuf-3.0.0-alpha.2" = "sha256-8gBGQqAtKJelcBCxnDESanlblBLQ1Th7khHxUkDw7To="; 65 - "pubnub-core-0.1.0" = "sha256-YuGEFaStfrhb0ygjVFm2a2eJla9ABc5ifXKuvJxUvgk="; 66 - "rdkafka-0.28.0" = "sha256-u2gBTzu+IvXTDvcZGzPaVpSVOgAKhTth7GLwob4urDs="; 67 - "timely-0.12.0" = "sha256-PHaDRNm7MezXJWhILWJHTeiCWO3iLUp94Z0V2dreCMk="; 80 + "columnation-0.1.0" = "sha256-VRDQqIVLayEnMHeth4cjsS/FYah3B3mwYEGnv8jpKs8="; 81 + "differential-dataflow-0.12.0" = "sha256-cEmtDXOZSy4rDFZ7gCd7lx6wH+m1S9vphjb+wO4MSAM="; 82 + "eventsource-client-0.11.0" = "sha256-FeEWV2yy1et5mna0TyAnakXlcIR42Aq97Lfjjlom8T0="; 83 + "launchdarkly-server-sdk-1.0.0" = "sha256-fSWiV9mNf5WBkWDNckiUR3URQ8lJ4GZURxbYO/753sU="; 84 + "librocksdb-sys-0.11.0+8.3.2" = "sha256-bnAvH2z9n26MYFhTN/+Yz+7lEdNKKmHJOoHkxTdZGvw="; 85 + "openssh-0.9.9" = "sha256-2jaQN6PhavUtlWwqCn2VXEg213uj7BQ+FIrhnL3rb8Q="; 86 + "postgres-0.19.5" = "sha256-i0mURHTCMrgaW1DD1CihWMdZ3zoNI14dCpq/ja8RW9E="; 87 + "postgres_array-0.11.0" = "sha256-ealgPVExRIFUt0QVao8H7Q7u/PTuCbpGrk6Tm5jVwZ0="; 88 + "proptest-1.0.0" = "sha256-sJbPQIVeHZZiRXssRpJWRbD9l8QnfwVcpGu6knjAe5o="; 89 + "rdkafka-0.29.0" = "sha256-48CMvJ4PoVfKyiNMSpCGBtj36j2CF1E8a/QQ/urfiPc="; 90 + "reqwest-middleware-0.2.3" = "sha256-zzlQycH5dmgM8ew1gy8m5r6Q2ib7LXnUeX69M3ih+sY="; 91 + "serde-value-0.7.0" = "sha256-ewEYsf1+9MmLuSm5KbO326ngGB79i00lAp2NMHuuxw8="; 92 + "timely-0.12.0" = "sha256-wJtHJ9ygPVusN5Io8SjZGo1r7lcrrcauESSC+9038AU="; 93 + "tonic-build-0.9.2" = "sha256-cGvHjgmdr3NU1phwUfMvEE6uU12fOlhTlL2LoWeOO4I="; 94 + "tracing-opentelemetry-0.22.0" = "sha256-mawDGrue/e3dPYVG0ANs9nZ+xmQyd1YTWH8QmE6VD0U="; 68 95 }; 69 96 }; 70 97 71 - nativeBuildInputs = [ cmake perl pkg-config ] 98 + nativeBuildInputs = [ 99 + cmake 100 + perl 101 + pkg-config 102 + rustPlatform.bindgenHook 103 + ] 72 104 # Provides the mig command used by the krb5-src build script 73 105 ++ lib.optional stdenv.isDarwin bootstrap_cmds; 74 106 75 107 # Needed to get openssl-sys to use pkg-config. 76 108 OPENSSL_NO_VENDOR = 1; 77 109 78 - buildInputs = [ openssl ] 110 + buildInputs = [ openssl rdkafka libclang ] 79 111 ++ lib.optionals stdenv.isDarwin [ libiconv DiskArbitration Foundation ]; 80 112 113 + # the check phase requires linking with rocksdb which can be a problem since 114 + # the rust rocksdb crate is not updated very often. 115 + doCheck = false; 116 + 81 117 # Skip tests that use the network 82 118 checkFlags = [ 83 119 "--exact" ··· 90 126 "--skip test_tls" 91 127 ]; 92 128 93 - postPatch = '' 94 - ${lib.concatStringsSep "\n" (map fetchNpmPackage npmPackages)} 95 - substituteInPlace ./misc/dist/materialized.service \ 96 - --replace /usr/bin $out/bin \ 97 - --replace _Materialize root 98 - ''; 99 - 100 - cargoBuildFlags = [ "--bin materialized" ]; 129 + cargoBuildFlags = [ "--bin environmentd --bin clusterd" ]; 101 130 102 131 postInstall = '' 103 132 install --mode=444 -D ./misc/dist/materialized.service $out/etc/systemd/system/materialized.service
+4 -4
pkgs/servers/sql/materialize/npm_deps.nix
··· 3 3 # files. 4 4 # 5 5 # The list of modules can be found in this file 6 - # https://github.com/MaterializeInc/materialize/blob/master/src/materialized/build/npm.rs 6 + # https://github.com/MaterializeInc/materialize/blob/master/src/npm/lib.rs 7 7 [ 8 8 { 9 9 name = "@hpcc-js/wasm"; ··· 17 17 }; 18 18 } 19 19 { 20 - name = "babel-standalone"; 21 - version = "6.26.0"; 22 - hash = "sha256-zdeTj4aOEzWvrnh90T80jL+RD8qg8PaeG0Ceua82Dz4="; 20 + name = "@babel/standalone"; 21 + version = "7.23.3"; 22 + hash = "sha256-yxhB4OVOdV8hYNPqcap+5/JXYeaVrNGOSOG8lKpiG9E="; 23 23 js_prod_file = "babel.min.js"; 24 24 js_dev_file = "babel.js"; 25 25 }