diff --git a/Cargo.lock b/Cargo.lock index 094651b..be2522b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,17 +21,17 @@ dependencies = [ [[package]] name = "actix-http" -version = "3.3.1" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2079246596c18b4a33e274ae10c0e50613f4d32a4198e09c7b93771013fed74" +checksum = "129d4c88e98860e1758c5de288d1632b07970a16d59bdf7b8d66053d582bb71f" dependencies = [ "actix-codec", "actix-rt", "actix-service", "actix-utils", - "ahash 0.8.3", + "ahash 0.8.7", "base64", - "bitflags 1.3.2", + "bitflags 2.4.2", "brotli", "bytes", "bytestring", @@ -60,19 +60,19 @@ dependencies = [ [[package]] name = "actix-macros" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6" +checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb" dependencies = [ "quote", - "syn 1.0.109", + "syn 2.0.48", ] [[package]] name = "actix-router" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799" +checksum = "d22475596539443685426b6bdadb926ad0ecaefdfc5fb05e5e3441f15463c511" dependencies = [ "bytestring", "http", @@ -83,9 +83,9 @@ dependencies = [ [[package]] name = "actix-rt" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e" +checksum = "28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d" dependencies = [ "futures-core", "tokio", @@ -93,9 +93,9 @@ dependencies = [ [[package]] name = "actix-server" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e8613a75dd50cc45f473cee3c34d59ed677c0f7b44480ce3b8247d7dc519327" +checksum = "3eb13e7eef0423ea6eab0e59f6c72e7cb46d33691ad56a726b3cd07ddec2c2d4" dependencies = [ "actix-rt", "actix-service", @@ -103,7 +103,6 @@ dependencies = [ "futures-core", "futures-util", "mio", - "num_cpus", "socket2", "tokio", "tracing", @@ -132,9 +131,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.3.1" +version = "4.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd3cb42f9566ab176e1ef0b8b3a896529062b4efc6be0123046095914c4c1c96" +checksum = "e43428f3bf11dee6d166b00ec2df4e3aa8cc1606aaa0b7433c146852e2f4e03b" dependencies = [ "actix-codec", "actix-http", @@ -145,7 +144,7 @@ dependencies = [ "actix-service", "actix-utils", "actix-web-codegen", - "ahash 0.7.6", + "ahash 0.8.7", "bytes", "bytestring", "cfg-if", @@ -154,7 +153,6 @@ dependencies = [ "encoding_rs", "futures-core", "futures-util", - "http", "itoa", "language-tags", "log", @@ -173,21 +171,21 @@ dependencies = [ [[package]] name = "actix-web-codegen" -version = "4.2.0" +version = "4.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2262160a7ae29e3415554a3f1fc04c764b1540c116aa524683208078b7a75bc9" +checksum = "eb1f50ebbb30eca122b188319a4398b3f7bb4a8cdf50ecfb73bfc6a3c3ce54f5" dependencies = [ "actix-router", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.48", ] [[package]] name = "addr2line" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3" +checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" dependencies = [ "gimli", ] @@ -200,9 +198,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "ahash" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" +checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd" dependencies = [ "getrandom", "once_cell", @@ -211,30 +209,22 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.3" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" +checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" dependencies = [ "cfg-if", "getrandom", "once_cell", "version_check", + "zerocopy", ] [[package]] name = "aho-corasick" -version = "0.7.20" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" -dependencies = [ - "memchr", -] - -[[package]] -name = "aho-corasick" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" +checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" dependencies = [ "memchr", ] @@ -271,58 +261,57 @@ dependencies = [ [[package]] name = "anstream" -version = "0.3.2" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" +checksum = "3fde6067df7359f2d6335ec1a50c1f8f825801687d10da0cc4c6b08e3f6afd15" dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", "anstyle-wincon", "colorchoice", - "is-terminal", "utf8parse", ] [[package]] name = "anstyle" -version = "1.0.1" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" +checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" [[package]] name = "anstyle-parse" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" +checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.0.0" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" +checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "anstyle-wincon" -version = "1.0.1" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" +checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" dependencies = [ "anstyle", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "arrayvec" @@ -344,9 +333,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "backtrace" -version = "0.3.68" +version = "0.3.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12" +checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" dependencies = [ "addr2line", "cc", @@ -359,9 +348,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.2" +version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "bitflags" @@ -371,9 +360,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.3.3" +version = "2.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" +checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" [[package]] name = "bitvec" @@ -398,54 +387,33 @@ dependencies = [ [[package]] name = "borsh" -version = "0.10.3" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b" +checksum = "f58b559fd6448c6e2fd0adb5720cd98a2506594cafa4737ff98c396f3e82f667" dependencies = [ "borsh-derive", - "hashbrown 0.13.2", + "cfg_aliases", ] [[package]] name = "borsh-derive" -version = "0.10.3" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7" +checksum = "7aadb5b6ccbd078890f6d7003694e33816e6b784358f18e15e7e6d9f065a57cd" dependencies = [ - "borsh-derive-internal", - "borsh-schema-derive-internal", + "once_cell", "proc-macro-crate", - "proc-macro2", - "syn 1.0.109", -] - -[[package]] -name = "borsh-derive-internal" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb" -dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", -] - -[[package]] -name = "borsh-schema-derive-internal" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "syn 2.0.48", + "syn_derive", ] [[package]] name = "brotli" -version = "3.3.4" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68" +checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", @@ -454,9 +422,9 @@ dependencies = [ [[package]] name = "brotli-decompressor" -version = "2.3.4" +version = "2.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744" +checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", @@ -464,9 +432,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.6.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" +checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc" dependencies = [ "memchr", "serde", @@ -474,9 +442,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.13.0" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" +checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "bytecheck" @@ -502,32 +470,33 @@ dependencies = [ [[package]] name = "byteorder" -version = "1.4.3" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" +checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "bytestring" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "238e4886760d98c4f899360c834fa93e62cf7f721ac3c2da375cbdf4b8679aae" +checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72" dependencies = [ "bytes", ] [[package]] name = "cc" -version = "1.0.79" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" dependencies = [ "jobserver", + "libc", ] [[package]] @@ -542,23 +511,29 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +[[package]] +name = "cfg_aliases" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" + [[package]] name = "chrono" -version = "0.4.26" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" +checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" dependencies = [ "android-tzdata", "iana-time-zone", "num-traits", - "winapi", + "windows-targets 0.48.5", ] [[package]] name = "chrono-tz" -version = "0.6.1" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58549f1842da3080ce63002102d5bc954c7bc843d4f47818e642abdc36253552" +checksum = "91d7b79e99bfaa0d47da0687c43aa3b7381938a62ad3a6498599039321f660b7" dependencies = [ "chrono", "chrono-tz-build", @@ -567,9 +542,9 @@ dependencies = [ [[package]] name = "chrono-tz-build" -version = "0.0.2" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db058d493fb2f65f41861bfed7e3fe6335264a9f0f92710cab5bdf01fef09069" +checksum = "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f" dependencies = [ "parse-zoneinfo", "phf", @@ -578,20 +553,19 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.11" +version = "4.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d" +checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c" dependencies = [ "clap_builder", "clap_derive", - "once_cell", ] [[package]] name = "clap_builder" -version = "4.3.11" +version = "4.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b" +checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7" dependencies = [ "anstream", "anstyle", @@ -601,21 +575,21 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.3.2" +version = "4.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f" +checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.25", + "syn 2.0.48", ] [[package]] name = "clap_lex" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" +checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "colorchoice" @@ -648,15 +622,15 @@ dependencies = [ [[package]] name = "console" -version = "0.15.7" +version = "0.15.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" +checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" dependencies = [ "encode_unicode 0.3.6", "lazy_static", "libc", "unicode-width", - "windows-sys 0.45.0", + "windows-sys 0.52.0", ] [[package]] @@ -678,9 +652,9 @@ dependencies = [ [[package]] name = "core-foundation" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" +checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" dependencies = [ "core-foundation-sys", "libc", @@ -688,15 +662,15 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.4" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" +checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "cpufeatures" -version = "0.2.9" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" +checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" dependencies = [ "libc", ] @@ -710,6 +684,31 @@ dependencies = [ "cfg-if", ] +[[package]] +name = "crossbeam-deque" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" +dependencies = [ + "crossbeam-epoch", + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-epoch" +version = "0.9.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-utils" +version = "0.8.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" + [[package]] name = "crypto-common" version = "0.1.6" @@ -722,9 +721,9 @@ dependencies = [ [[package]] name = "csv" -version = "1.2.2" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086" +checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" dependencies = [ "csv-core", "itoa", @@ -734,13 +733,22 @@ dependencies = [ [[package]] name = "csv-core" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" +checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" dependencies = [ "memchr", ] +[[package]] +name = "deranged" +version = "0.3.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" +dependencies = [ + "powerfmt", +] + [[package]] name = "derive_more" version = "0.99.17" @@ -756,9 +764,9 @@ dependencies = [ [[package]] name = "deunicode" -version = "0.4.3" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" +checksum = "3ae2a35373c5c74340b79ae6780b498b2b183915ec5dacf263aac5a099bf485a" [[package]] name = "digest" @@ -814,9 +822,9 @@ dependencies = [ [[package]] name = "either" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" +checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "encode_unicode" @@ -832,48 +840,40 @@ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" [[package]] name = "encoding_rs" -version = "0.8.32" +version = "0.8.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" +checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" dependencies = [ "cfg-if", ] [[package]] -name = "errno" -version = "0.3.1" +name = "equivalent" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" -dependencies = [ - "errno-dragonfly", - "libc", - "windows-sys 0.48.0", -] +checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] -name = "errno-dragonfly" -version = "0.1.2" +name = "errno" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" +checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" dependencies = [ - "cc", "libc", + "windows-sys 0.52.0", ] [[package]] name = "fastrand" -version = "1.9.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" -dependencies = [ - "instant", -] +checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "flate2" -version = "1.0.26" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" +checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" dependencies = [ "crc32fast", "miniz_oxide", @@ -902,9 +902,9 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "form_urlencoded" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" +checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" dependencies = [ "percent-encoding", ] @@ -917,36 +917,36 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures-channel" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" +checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" dependencies = [ "futures-core", ] [[package]] name = "futures-core" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" +checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" [[package]] name = "futures-sink" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" +checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" [[package]] name = "futures-task" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" +checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" [[package]] name = "futures-util" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" +checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" dependencies = [ "futures-core", "futures-task", @@ -991,9 +991,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.10" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" +checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" dependencies = [ "cfg-if", "libc", @@ -1002,21 +1002,21 @@ dependencies = [ [[package]] name = "gimli" -version = "0.27.3" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" +checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "globset" -version = "0.4.10" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" +checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" dependencies = [ - "aho-corasick 0.7.20", + "aho-corasick", "bstr", - "fnv", "log", - "regex", + "regex-automata", + "regex-syntax", ] [[package]] @@ -1091,9 +1091,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.20" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049" +checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" dependencies = [ "bytes", "fnv", @@ -1114,17 +1114,14 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" dependencies = [ - "ahash 0.7.6", + "ahash 0.7.7", ] [[package]] name = "hashbrown" -version = "0.13.2" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" -dependencies = [ - "ahash 0.8.3", -] +checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" [[package]] name = "heck" @@ -1134,24 +1131,24 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "hermit-abi" -version = "0.3.2" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" +checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f" [[package]] name = "home" -version = "0.5.5" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" +checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "http" -version = "0.2.9" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" +checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" dependencies = [ "bytes", "fnv", @@ -1160,9 +1157,9 @@ dependencies = [ [[package]] name = "http-body" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" +checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", "http", @@ -1177,9 +1174,9 @@ checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" [[package]] name = "httpdate" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" +checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "humansize" @@ -1192,9 +1189,9 @@ dependencies = [ [[package]] name = "hyper" -version = "0.14.27" +version = "0.14.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" +checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" dependencies = [ "bytes", "futures-channel", @@ -1229,16 +1226,16 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.57" +version = "0.1.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" +checksum = "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539" dependencies = [ "android_system_properties", "core-foundation-sys", "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows", + "windows-core", ] [[package]] @@ -1252,9 +1249,9 @@ dependencies = [ [[package]] name = "idna" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" dependencies = [ "unicode-bidi", "unicode-normalization", @@ -1262,36 +1259,35 @@ dependencies = [ [[package]] name = "ignore" -version = "0.4.20" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" +checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1" dependencies = [ + "crossbeam-deque", "globset", - "lazy_static", "log", "memchr", - "regex", + "regex-automata", "same-file", - "thread_local", "walkdir", "winapi-util", ] [[package]] name = "indexmap" -version = "1.9.3" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" +checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" dependencies = [ - "autocfg", - "hashbrown 0.12.3", + "equivalent", + "hashbrown 0.14.3", ] [[package]] name = "indicatif" -version = "0.17.5" +version = "0.17.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057" +checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25" dependencies = [ "console", "instant", @@ -1309,39 +1305,28 @@ dependencies = [ "cfg-if", ] -[[package]] -name = "io-lifetimes" -version = "1.0.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" -dependencies = [ - "hermit-abi", - "libc", - "windows-sys 0.48.0", -] - [[package]] name = "ipnet" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" +checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "is-terminal" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" +checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455" dependencies = [ "hermit-abi", - "rustix 0.38.4", - "windows-sys 0.48.0", + "rustix", + "windows-sys 0.52.0", ] [[package]] name = "itoa" -version = "1.0.8" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a" +checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" [[package]] name = "jni" @@ -1367,18 +1352,18 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.26" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" +checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" dependencies = [ "libc", ] [[package]] name = "js-sys" -version = "0.3.64" +version = "0.3.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" +checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1" dependencies = [ "wasm-bindgen", ] @@ -1397,51 +1382,55 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.147" +version = "0.2.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" +checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" [[package]] name = "libm" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" +checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] -name = "linux-raw-sys" -version = "0.3.8" +name = "libredox" +version = "0.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" +checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" +dependencies = [ + "bitflags 2.4.2", + "libc", + "redox_syscall", +] [[package]] name = "linux-raw-sys" -version = "0.4.3" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0" +checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" [[package]] name = "local-channel" -version = "0.1.3" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c" +checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8" dependencies = [ "futures-core", "futures-sink", - "futures-util", "local-waker", ] [[package]] name = "local-waker" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1" +checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487" [[package]] name = "lock_api" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" +checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" dependencies = [ "autocfg", "scopeguard", @@ -1449,9 +1438,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.19" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "malloc_buf" @@ -1464,9 +1453,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.5.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" +checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "mime" @@ -1495,9 +1484,9 @@ dependencies = [ [[package]] name = "mio" -version = "0.8.8" +version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" +checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" dependencies = [ "libc", "log", @@ -1531,9 +1520,9 @@ checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" [[package]] name = "num-traits" -version = "0.2.15" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" +checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" dependencies = [ "autocfg", ] @@ -1565,26 +1554,26 @@ dependencies = [ [[package]] name = "object" -version = "0.31.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" +checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" dependencies = [ "memchr", ] [[package]] name = "once_cell" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssl" -version = "0.10.55" +version = "0.10.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" +checksum = "8cde4d2d9200ad5909f8dac647e29482e07c3a35de8a13fce7c9c7747ad9f671" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.2", "cfg-if", "foreign-types", "libc", @@ -1601,7 +1590,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.25", + "syn 2.0.48", ] [[package]] @@ -1612,9 +1601,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.90" +version = "0.9.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" +checksum = "c1665caf8ab2dc9aef43d1c0023bd904633a6a05cb30b0ad59bec2ae986e57a7" dependencies = [ "cc", "libc", @@ -1640,15 +1629,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.8" +version = "0.9.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" +checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.3.5", + "redox_syscall", "smallvec", - "windows-targets 0.48.1", + "windows-targets 0.48.5", ] [[package]] @@ -1662,31 +1651,32 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4b27ab7be369122c218afc2079489cdcb4b517c0a3fc386ff11e1fedfcc2b35" +checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" [[package]] name = "percent-encoding" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" +checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.0" +version = "2.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9" +checksum = "1f200d8d83c44a45b21764d1916299752ca035d15ecd46faca3e9a2a2bf6ad06" dependencies = [ + "memchr", "thiserror", "ucd-trie", ] [[package]] name = "pest_derive" -version = "2.7.0" +version = "2.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b" +checksum = "bcd6ab1236bbdb3a49027e920e693192ebfe8913f6d60e294de57463a493cfde" dependencies = [ "pest", "pest_generator", @@ -1694,22 +1684,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.0" +version = "2.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190" +checksum = "2a31940305ffc96863a735bef7c7994a00b325a7138fdbc5bda0f1a0476d3275" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.25", + "syn 2.0.48", ] [[package]] name = "pest_meta" -version = "2.7.0" +version = "2.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0" +checksum = "a7ff62f5259e53b78d1af898941cdcdccfae7385cf7d793a6e55de5d05bb4b7d" dependencies = [ "once_cell", "pest", @@ -1718,18 +1708,18 @@ dependencies = [ [[package]] name = "phf" -version = "0.10.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" +checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" dependencies = [ "phf_shared", ] [[package]] name = "phf_codegen" -version = "0.10.0" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" +checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" dependencies = [ "phf_generator", "phf_shared", @@ -1737,9 +1727,9 @@ dependencies = [ [[package]] name = "phf_generator" -version = "0.10.0" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" +checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" dependencies = [ "phf_shared", "rand", @@ -1747,19 +1737,18 @@ dependencies = [ [[package]] name = "phf_shared" -version = "0.10.0" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" +checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" dependencies = [ "siphasher", - "uncased", ] [[package]] name = "pin-project-lite" -version = "0.2.10" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57" +checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" [[package]] name = "pin-utils" @@ -1769,15 +1758,21 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkg-config" -version = "0.3.27" +version = "0.3.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" +checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb" [[package]] name = "portable-atomic" -version = "1.4.2" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" + +[[package]] +name = "powerfmt" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f32154ba0af3a075eefa1eda8bb414ee928f62303a54ea85b8d6638ff1a6ee9e" +checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "ppv-lite86" @@ -1801,18 +1796,41 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "0.1.5" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" +dependencies = [ + "toml_edit", +] + +[[package]] +name = "proc-macro-error" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" +dependencies = [ + "proc-macro-error-attr", + "proc-macro2", + "quote", + "version_check", +] + +[[package]] +name = "proc-macro-error-attr" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" +checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" dependencies = [ - "toml", + "proc-macro2", + "quote", + "version_check", ] [[package]] name = "proc-macro2" -version = "1.0.64" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da" +checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" dependencies = [ "unicode-ident", ] @@ -1839,9 +1857,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.29" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" +checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" dependencies = [ "proc-macro2", ] @@ -1890,40 +1908,31 @@ checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" [[package]] name = "redox_syscall" -version = "0.2.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" -dependencies = [ - "bitflags 1.3.2", -] - -[[package]] -name = "redox_syscall" -version = "0.3.5" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" +checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" dependencies = [ "bitflags 1.3.2", ] [[package]] name = "redox_users" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" +checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" dependencies = [ "getrandom", - "redox_syscall 0.2.16", + "libredox", "thiserror", ] [[package]] name = "regex" -version = "1.9.1" +version = "1.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" +checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" dependencies = [ - "aho-corasick 1.0.2", + "aho-corasick", "memchr", "regex-automata", "regex-syntax", @@ -1931,35 +1940,35 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.3.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83d3daa6976cffb758ec878f108ba0e062a45b2d6ca3a2cca965338855476caf" +checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" dependencies = [ - "aho-corasick 1.0.2", + "aho-corasick", "memchr", "regex-syntax", ] [[package]] name = "regex-syntax" -version = "0.7.4" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" +checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "rend" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab" +checksum = "a2571463863a6bd50c32f94402933f03457a3fbaf697a707c5be741e459f08fd" dependencies = [ "bytecheck", ] [[package]] name = "reqwest" -version = "0.11.18" +version = "0.11.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" +checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41" dependencies = [ "base64", "bytes", @@ -1982,6 +1991,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", + "system-configuration", "tokio", "tokio-native-tls", "tower-service", @@ -1994,12 +2004,13 @@ dependencies = [ [[package]] name = "rkyv" -version = "0.7.42" +version = "0.7.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58" +checksum = "527a97cdfef66f65998b5f3b637c26f5a5ec09cc52a3f9932313ac645f4190f5" dependencies = [ "bitvec", "bytecheck", + "bytes", "hashbrown 0.12.3", "ptr_meta", "rend", @@ -2011,9 +2022,9 @@ dependencies = [ [[package]] name = "rkyv_derive" -version = "0.7.42" +version = "0.7.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d" +checksum = "b5c462a1328c8e67e4d6dbad1eb0355dd43e8ab432c6e227a43657f16ade5033" dependencies = [ "proc-macro2", "quote", @@ -2042,7 +2053,7 @@ dependencies = [ "proc-macro2", "quote", "rust-embed-utils", - "syn 2.0.25", + "syn 2.0.48", "walkdir", ] @@ -2058,14 +2069,12 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.30.0" +version = "1.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0446843641c69436765a35a5a77088e28c2e6a12da93e84aa3ab1cd4aa5a042" +checksum = "06676aec5ccb8fc1da723cc8c0f9a46549f21ebb8753d3915c6c41db1e7f1dc4" dependencies = [ "arrayvec", "borsh", - "bytecheck", - "byteorder", "bytes", "num-traits", "rand", @@ -2091,29 +2100,15 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.23" +version = "0.38.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" +checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.2", "errno", - "io-lifetimes", "libc", - "linux-raw-sys 0.3.8", - "windows-sys 0.48.0", -] - -[[package]] -name = "rustix" -version = "0.38.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5" -dependencies = [ - "bitflags 2.3.3", - "errno", - "libc", - "linux-raw-sys 0.4.3", - "windows-sys 0.48.0", + "linux-raw-sys", + "windows-sys 0.52.0", ] [[package]] @@ -2124,9 +2119,9 @@ checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" [[package]] name = "ryu" -version = "1.0.14" +version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9" +checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" [[package]] name = "same-file" @@ -2139,18 +2134,18 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" +checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "scopeguard" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "seahash" @@ -2160,9 +2155,9 @@ checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" [[package]] name = "security-framework" -version = "2.9.1" +version = "2.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8" +checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" dependencies = [ "bitflags 1.3.2", "core-foundation", @@ -2173,9 +2168,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.9.0" +version = "2.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" +checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" dependencies = [ "core-foundation-sys", "libc", @@ -2183,35 +2178,35 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.17" +version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" +checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0" [[package]] name = "serde" -version = "1.0.171" +version = "1.0.195" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9" +checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.171" +version = "1.0.195" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682" +checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.25", + "syn 2.0.48", ] [[package]] name = "serde_json" -version = "1.0.100" +version = "1.0.111" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c" +checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" dependencies = [ "itoa", "ryu", @@ -2232,9 +2227,9 @@ dependencies = [ [[package]] name = "sha1" -version = "0.10.5" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" +checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" dependencies = [ "cfg-if", "cpufeatures", @@ -2243,9 +2238,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if", "cpufeatures", @@ -2269,42 +2264,43 @@ checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" [[package]] name = "siphasher" -version = "0.3.10" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" +checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" [[package]] name = "slab" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" +checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" dependencies = [ "autocfg", ] [[package]] name = "slug" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" +checksum = "3bd94acec9c8da640005f8e135a39fc0372e74535e6b368b7a04b875f784c8c4" dependencies = [ "deunicode", + "wasm-bindgen", ] [[package]] name = "smallvec" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" +checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e" [[package]] name = "socket2" -version = "0.4.9" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" +checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" dependencies = [ "libc", - "winapi", + "windows-sys 0.48.0", ] [[package]] @@ -2326,15 +2322,48 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.25" +version = "2.0.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2" +checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] +[[package]] +name = "syn_derive" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b" +dependencies = [ + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.48", +] + +[[package]] +name = "system-configuration" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" +dependencies = [ + "bitflags 1.3.2", + "core-foundation", + "system-configuration-sys", +] + +[[package]] +name = "system-configuration-sys" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "tap" version = "1.0.1" @@ -2343,23 +2372,22 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tempfile" -version = "3.6.0" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" +checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" dependencies = [ - "autocfg", "cfg-if", "fastrand", - "redox_syscall 0.3.5", - "rustix 0.37.23", - "windows-sys 0.48.0", + "redox_syscall", + "rustix", + "windows-sys 0.52.0", ] [[package]] name = "tera" -version = "1.19.0" +version = "1.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5ab29bb4f3e256ae6ad5c3e2775aa1f8829f2c0c101fc407bfd3a6df15c60c5" +checksum = "970dff17c11e884a4a09bc76e3a17ef71e01bb13447a11e85226e254fe6d10b8" dependencies = [ "chrono", "chrono-tz", @@ -2374,7 +2402,6 @@ dependencies = [ "serde", "serde_json", "slug", - "thread_local", "unic-segment", ] @@ -2391,40 +2418,33 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.43" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42" +checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.43" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f" +checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" dependencies = [ "proc-macro2", "quote", - "syn 2.0.25", -] - -[[package]] -name = "thread_local" -version = "1.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" -dependencies = [ - "once_cell", + "syn 2.0.48", ] [[package]] name = "time" -version = "0.3.23" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446" +checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e" dependencies = [ + "deranged", "itoa", + "powerfmt", "serde", "time-core", "time-macros", @@ -2432,15 +2452,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" +checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.10" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4" +checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f" dependencies = [ "time-core", ] @@ -2462,11 +2482,10 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.29.1" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da" +checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" dependencies = [ - "autocfg", "backtrace", "bytes", "libc", @@ -2482,13 +2501,13 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" +checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.25", + "syn 2.0.48", ] [[package]] @@ -2503,9 +2522,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.8" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" +checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" dependencies = [ "bytes", "futures-core", @@ -2516,12 +2535,20 @@ dependencies = [ ] [[package]] -name = "toml" -version = "0.5.11" +name = "toml_datetime" +version = "0.6.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" + +[[package]] +name = "toml_edit" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" +checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" dependencies = [ - "serde", + "indexmap", + "toml_datetime", + "winnow", ] [[package]] @@ -2532,11 +2559,10 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tracing" -version = "0.1.37" +version = "0.1.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" +checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ - "cfg-if", "log", "pin-project-lite", "tracing-core", @@ -2544,24 +2570,24 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.31" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" +checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" dependencies = [ "once_cell", ] [[package]] name = "try-lock" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "typenum" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" +checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ucd-trie" @@ -2569,15 +2595,6 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" -[[package]] -name = "uncased" -version = "0.9.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b9bc53168a4be7402ab86c3aad243a84dd7381d09be0eddc81280c1da95ca68" -dependencies = [ - "version_check", -] - [[package]] name = "unic-char-property" version = "0.9.0" @@ -2630,24 +2647,24 @@ dependencies = [ [[package]] name = "unicase" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" +checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" dependencies = [ "version_check", ] [[package]] name = "unicode-bidi" -version = "0.3.13" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" +checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" [[package]] name = "unicode-ident" -version = "1.0.10" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73" +checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unicode-normalization" @@ -2660,9 +2677,9 @@ dependencies = [ [[package]] name = "unicode-width" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" +checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "unreachable" @@ -2675,9 +2692,9 @@ dependencies = [ [[package]] name = "url" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" +checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" dependencies = [ "form_urlencoded", "idna", @@ -2692,9 +2709,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.4.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" +checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" [[package]] name = "vcpkg" @@ -2716,9 +2733,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "walkdir" -version = "2.3.3" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" +checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" dependencies = [ "same-file", "winapi-util", @@ -2741,9 +2758,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.87" +version = "0.2.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" +checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406" dependencies = [ "cfg-if", "wasm-bindgen-macro", @@ -2751,24 +2768,24 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.87" +version = "0.2.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" +checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", - "syn 2.0.25", + "syn 2.0.48", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.37" +version = "0.4.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" +checksum = "bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461" dependencies = [ "cfg-if", "js-sys", @@ -2778,9 +2795,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.87" +version = "0.2.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" +checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -2788,28 +2805,28 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.87" +version = "0.2.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" +checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.25", + "syn 2.0.48", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.87" +version = "0.2.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" +checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b" [[package]] name = "web-sys" -version = "0.3.64" +version = "0.3.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" +checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed" dependencies = [ "js-sys", "wasm-bindgen", @@ -2817,9 +2834,9 @@ dependencies = [ [[package]] name = "webbrowser" -version = "0.8.10" +version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd222aa310eb7532e3fd427a5d7db7e44bc0b0cf1c1e21139c345325511a85b6" +checksum = "82b2391658b02c27719fc5a0a73d6e696285138e8b12fba9d4baa70451023c71" dependencies = [ "core-foundation", "home", @@ -2850,9 +2867,9 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" +checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" dependencies = [ "winapi", ] @@ -2864,12 +2881,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] -name = "windows" -version = "0.48.0" +name = "windows-core" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" dependencies = [ - "windows-targets 0.48.1", + "windows-targets 0.52.0", ] [[package]] @@ -2887,7 +2904,16 @@ version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" dependencies = [ - "windows-targets 0.48.1", + "windows-targets 0.48.5", +] + +[[package]] +name = "windows-sys" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" +dependencies = [ + "windows-targets 0.52.0", ] [[package]] @@ -2907,17 +2933,32 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.48.1" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" +dependencies = [ + "windows_aarch64_gnullvm 0.48.5", + "windows_aarch64_msvc 0.48.5", + "windows_i686_gnu 0.48.5", + "windows_i686_msvc 0.48.5", + "windows_x86_64_gnu 0.48.5", + "windows_x86_64_gnullvm 0.48.5", + "windows_x86_64_msvc 0.48.5", +] + +[[package]] +name = "windows-targets" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" +checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" dependencies = [ - "windows_aarch64_gnullvm 0.48.0", - "windows_aarch64_msvc 0.48.0", - "windows_i686_gnu 0.48.0", - "windows_i686_msvc 0.48.0", - "windows_x86_64_gnu 0.48.0", - "windows_x86_64_gnullvm 0.48.0", - "windows_x86_64_msvc 0.48.0", + "windows_aarch64_gnullvm 0.52.0", + "windows_aarch64_msvc 0.52.0", + "windows_i686_gnu 0.52.0", + "windows_i686_msvc 0.52.0", + "windows_x86_64_gnu 0.52.0", + "windows_x86_64_gnullvm 0.52.0", + "windows_x86_64_msvc 0.52.0", ] [[package]] @@ -2928,9 +2969,15 @@ checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" [[package]] name = "windows_aarch64_gnullvm" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" +checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" [[package]] name = "windows_aarch64_msvc" @@ -2940,9 +2987,15 @@ checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" [[package]] name = "windows_aarch64_msvc" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" +checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" [[package]] name = "windows_i686_gnu" @@ -2952,9 +3005,15 @@ checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" [[package]] name = "windows_i686_gnu" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" +checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" + +[[package]] +name = "windows_i686_gnu" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" [[package]] name = "windows_i686_msvc" @@ -2964,9 +3023,15 @@ checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" [[package]] name = "windows_i686_msvc" -version = "0.48.0" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" + +[[package]] +name = "windows_i686_msvc" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" +checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" [[package]] name = "windows_x86_64_gnu" @@ -2976,9 +3041,15 @@ checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" [[package]] name = "windows_x86_64_gnu" -version = "0.48.0" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" +checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" [[package]] name = "windows_x86_64_gnullvm" @@ -2988,9 +3059,15 @@ checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" [[package]] name = "windows_x86_64_gnullvm" -version = "0.48.0" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" +checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" [[package]] name = "windows_x86_64_msvc" @@ -3000,17 +3077,33 @@ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" [[package]] name = "windows_x86_64_msvc" -version = "0.48.0" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" + +[[package]] +name = "winnow" +version = "0.5.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" +checksum = "b7cf47b659b318dccbd69cc4797a39ae128f533dce7902a1096044d1967b9c16" +dependencies = [ + "memchr", +] [[package]] name = "winreg" -version = "0.10.1" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" +checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" dependencies = [ - "winapi", + "cfg-if", + "windows-sys 0.48.0", ] [[package]] @@ -3022,32 +3115,50 @@ dependencies = [ "tap", ] +[[package]] +name = "zerocopy" +version = "0.7.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" +dependencies = [ + "zerocopy-derive", +] + +[[package]] +name = "zerocopy-derive" +version = "0.7.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.48", +] + [[package]] name = "zstd" -version = "0.12.3+zstd.1.5.2" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806" +checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110" dependencies = [ "zstd-safe", ] [[package]] name = "zstd-safe" -version = "6.0.5+zstd.1.5.4" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b" +checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e" dependencies = [ - "libc", "zstd-sys", ] [[package]] name = "zstd-sys" -version = "2.0.8+zstd.1.5.5" +version = "2.0.9+zstd.1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c" +checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656" dependencies = [ "cc", - "libc", "pkg-config", ] diff --git a/vendir.lock.yml b/vendir.lock.yml index 0931c8c..031703c 100644 --- a/vendir.lock.yml +++ b/vendir.lock.yml @@ -2,10 +2,10 @@ apiVersion: vendir.k14s.io/v1alpha1 directories: - contents: - git: - commitTitle: 'chore(release): [ci skip] bump quickstart image to sha256@5c314b628585c528c141615e175ef83470d84b61c8bd2c2edc5012abfa24c3a4' - sha: d69a4d33ad510f90f638a14d91b84108a6ec6c7b + commitTitle: 'refactor(core): cleanup old notification code (#3866)...' + sha: 87302ead3d5f75ce4f9dadda122bf119bd1f0b30 tags: - - 0.19.35-1-gd69a4d33a + - 0.20.9 path: galoy-quickstart path: vendor kind: LockConfig diff --git a/vendir.yml b/vendir.yml index 472ec91..59c214a 100644 --- a/vendir.yml +++ b/vendir.yml @@ -2,16 +2,18 @@ apiVersion: vendir.k14s.io/v1alpha1 kind: Config directories: -- path: vendor - contents: - - path: galoy-quickstart - git: - url: https://github.com/GaloyMoney/galoy.git - ref: main - includePaths: - - quickstart/.env.galoy - - quickstart/docker-compose.yml - - quickstart/dev/**/* - - quickstart/graphql/**/* - newRootPath: quickstart - + - path: vendor + contents: + - path: galoy-quickstart + git: + url: https://github.com/GaloyMoney/galoy.git + ref: 'main' + includePaths: + - quickstart/.env.galoy + - quickstart/docker-compose.yml + - quickstart/dev/**/* + - quickstart/graphql/**/* + - quickstart/galoy/test/**/* + - quickstart/bin/* + - quickstart/.gitignore + newRootPath: quickstart diff --git a/vendor/galoy-quickstart/.env.galoy b/vendor/galoy-quickstart/.env.galoy index 63be88d..55317b0 100644 --- a/vendor/galoy-quickstart/.env.galoy +++ b/vendor/galoy-quickstart/.env.galoy @@ -63,3 +63,5 @@ UNSECURE_IP_FROM_REQUEST_OBJECT=true HYDRA_PUBLIC_API="http://hydra:4444" HYDRA_ADMIN_API="http://hydra:4445" + +NOTIFICATIONS_HOST="dummy" diff --git a/vendor/galoy-quickstart/.gitignore b/vendor/galoy-quickstart/.gitignore new file mode 100644 index 0000000..7a5af7a --- /dev/null +++ b/vendor/galoy-quickstart/.gitignore @@ -0,0 +1 @@ +tmp* diff --git a/vendor/galoy-quickstart/bin/bump-galoy-git-ref.sh b/vendor/galoy-quickstart/bin/bump-galoy-git-ref.sh new file mode 100755 index 0000000..d1bc9e8 --- /dev/null +++ b/vendor/galoy-quickstart/bin/bump-galoy-git-ref.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +DIR="$(dirname "$(readlink -f "$BASH_SOURCE")")" + +TMPDIR="" +TMPDIR=$(mktemp -d -t repipe.XXXXXX) +trap "rm -rf ${TMPDIR}" INT TERM QUIT EXIT + +sed "s/^galoy_git_ref:.*/galoy_git_ref: ${1}/" ${DIR}/../vendir/values.yml > ${TMPDIR}/new_values.yml + +mv ${TMPDIR}/new_values.yml ${DIR}/../vendir/values.yml diff --git a/vendor/galoy-quickstart/bin/bump-galoy-image-digest.sh b/vendor/galoy-quickstart/bin/bump-galoy-image-digest.sh new file mode 100755 index 0000000..36f326b --- /dev/null +++ b/vendor/galoy-quickstart/bin/bump-galoy-image-digest.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +DIR="$(dirname "$(readlink -f "$BASH_SOURCE")")" + +TMPDIR="" +TMPDIR=$(mktemp -d -t repipe.XXXXXX) +trap "rm -rf ${TMPDIR}" INT TERM QUIT EXIT + +sed "s/^#@ galoy_${1}_image_digest = \".*\"/#@ galoy_${1}_image_digest = \"${2}\"/" ${DIR}/../docker-compose.tmpl.yml > ${TMPDIR}/docker-compose.tmpl.yml + +mv ${TMPDIR}/docker-compose.tmpl.yml ${DIR}/../docker-compose.tmpl.yml diff --git a/vendor/galoy-quickstart/bin/bump-mongodb-migrate-image-digest.sh b/vendor/galoy-quickstart/bin/bump-mongodb-migrate-image-digest.sh new file mode 100755 index 0000000..d28aae0 --- /dev/null +++ b/vendor/galoy-quickstart/bin/bump-mongodb-migrate-image-digest.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +DIR="$(dirname "$(readlink -f "$BASH_SOURCE")")" + +TMPDIR="" +TMPDIR=$(mktemp -d -t repipe.XXXXXX) +trap "rm -rf ${TMPDIR}" INT TERM QUIT EXIT + +sed "s/^#@ mongodb_migrate_image_digest = \".*\"/#@ mongodb_migrate_image_digest = \"${1}\"/" ${DIR}/../docker-compose.tmpl.yml > ${TMPDIR}/docker-compose.tmpl.yml + +mv ${TMPDIR}/docker-compose.tmpl.yml ${DIR}/../docker-compose.tmpl.yml diff --git a/vendor/galoy-quickstart/bin/helpers.sh b/vendor/galoy-quickstart/bin/helpers.sh new file mode 100644 index 0000000..4b6b118 --- /dev/null +++ b/vendor/galoy-quickstart/bin/helpers.sh @@ -0,0 +1,239 @@ +#!/bin/bash + +set -e + +COMPOSE_PROJECT_NAME="${COMPOSE_PROJECT_NAME:-quickstart}" +# default is oathkeeper endpoint +GALOY_ENDPOINT=${GALOY_ENDPOINT:-localhost:4455} + +if [ -n "$HOST_PROJECT_PATH" ]; then + GALOY_DIR="./vendor/galoy-quickstart" +else + GALOY_DIR="." +fi +export GALOY_DIR + +CACHE_DIR=$GALOY_DIR/tmp/quickstart-cache +mkdir -p $CACHE_DIR + +cache_value() { + echo $2 >${CACHE_DIR}/$1 +} + +read_value() { + cat ${CACHE_DIR}/$1 +} + +bitcoin_cli() { + docker exec "${COMPOSE_PROJECT_NAME}-bitcoind-1" bitcoin-cli $@ +} + +lnd_cli() { + docker exec "${COMPOSE_PROJECT_NAME}-lnd1-1" \ + lncli \ + --macaroonpath /root/.lnd/data/chain/bitcoin/regtest/admin.macaroon \ + --tlscertpath /root/.lnd/tls.cert \ + $@ +} + +lnd_outside_cli() { + docker exec "${COMPOSE_PROJECT_NAME}-lnd-outside-1-1" \ + lncli \ + --macaroonpath /root/.lnd/data/chain/bitcoin/regtest/admin.macaroon \ + --tlscertpath /root/.lnd/tls.cert \ + $@ +} + +init_lnd_channel() { + lnd_cli closeallchannels || true + + local amount="1" + local address="$(lnd_outside_cli newaddress p2wkh | jq -r '.address')" + local local_amount="10000000" + bitcoin_cli sendtoaddress "$address" "$amount" + bitcoin_cli -generate 3 + + # Open balanced channel from lnd1 to lndoutside1 + lnd_local_pubkey="$(lnd_cli getinfo | jq -r '.identity_pubkey')" + lnd_outside_cli connect "${lnd_local_pubkey}@${COMPOSE_PROJECT_NAME}-lnd1-1:9735" || true + for i in {1..10}; do + lnd_outside_cli openchannel \ + --node_key "$lnd_local_pubkey" \ + --local_amt "$local_amount" && break + done + + for i in {1..10}; do + local txid="$(bitcoin_cli getrawmempool | jq -r '.[0]')" + [[ "$txid" != "null" ]] && break + sleep 1 + done + + bitcoin_cli -generate 3 + +} + +bria_cli() { + docker exec "${COMPOSE_PROJECT_NAME}-bria-1" bria $@ +} + +bitcoin_signer_cli() { + docker exec "${COMPOSE_PROJECT_NAME}-bitcoind-signer-1" bitcoin-cli $@ +} + +gql_file() { + echo "$GALOY_DIR/galoy/test/bats/gql/$1.gql" +} + +gql_query() { + cat "$(gql_file $1)" | tr '\n' ' ' | sed 's/"/\\"/g' +} + +graphql_output() { + echo $output | jq -r "$@" +} + +exec_graphql() { + local token_name=$1 + local query_name=$2 + local variables=${3:-"{}"} + + if [[ ${token_name} == "anon" ]]; then + AUTH_HEADER="" + else + AUTH_HEADER="Authorization: Bearer $(read_value ${token_name})" + fi + + gql_route="graphql" + + output=$(curl -s \ + -X POST \ + ${AUTH_HEADER:+ -H "$AUTH_HEADER"} \ + -H "Content-Type: application/json" \ + -d "{\"query\": \"$(gql_query $query_name)\", \"variables\": $variables}" \ + "${GALOY_ENDPOINT}/${gql_route}") +} + +login_user() { + local token_name=$1 + local phone=$2 + local code=$3 + + local variables=$( + jq -n \ + --arg phone "$phone" \ + --arg code "$code" \ + '{input: {phone: $phone, code: $code}}' + ) + exec_graphql 'anon' 'user-login' "$variables" + auth_token="$(graphql_output '.data.userLogin.authToken')" + [[ -n "${auth_token}" && "${auth_token}" != "null" ]] + cache_value "$token_name" "$auth_token" + + exec_graphql "$token_name" 'wallets-for-account' + + account_id="$(graphql_output '.data.me.defaultAccount.id')" + [[ "${account_id}" != "null" ]] + cache_value "$token_name.account_id" "$account_id" + + btc_wallet_id="$(graphql_output '.data.me.defaultAccount.wallets[] | select(.walletCurrency == "BTC") .id')" + [[ "${btc_wallet_id}" != "null" ]] + cache_value "$token_name.btc_wallet_id" "$btc_wallet_id" + + usd_wallet_id="$(graphql_output '.data.me.defaultAccount.wallets[] | select(.walletCurrency == "USD") .id')" + [[ "${usd_wallet_id}" != "null" ]] + cache_value "$token_name.usd_wallet_id" "$usd_wallet_id" +} + +receive_onchain() { + token_name="alice" + btc_wallet_name="$token_name.btc_wallet_id" + amount="0.01" + + variables=$( + jq -n \ + --arg wallet_id "$(read_value $btc_wallet_name)" \ + '{input: {walletId: $wallet_id}}' + ) + + exec_graphql "$token_name" 'on-chain-address-create' "$variables" + address="$(graphql_output '.data.onChainAddressCreate.address')" + + bitcoin_cli sendtoaddress "$address" "$amount" + bitcoin_cli -generate 4 + + variables=$( + jq -n \ + --argjson first "1" \ + '{"first": $first}' + ) + for i in {1..60}; do + exec_graphql "$token_name" 'transactions' "$variables" + + jq_query='.data.me.defaultAccount.transactions.edges[] | select(.node.initiationVia.address == $address) .node' + settled_status=$(echo $output \ + | jq -r --arg address "$address" "$jq_query" \ + | jq -r ".status") + [[ "${settled_status}" = "SUCCESS" ]] && break + sleep 1 + done +} + +receive_lightning() { + token_name="alice" + btc_wallet_name="$token_name.btc_wallet_id" + btc_amount=1000 + + variables=$( + jq -n \ + --arg wallet_id "$(read_value $btc_wallet_name)" \ + --arg amount "$btc_amount" \ + '{input: {walletId: $wallet_id, amount: $amount}}' + ) + exec_graphql "$token_name" 'ln-invoice-create' "$variables" + payment_request="$(echo $invoice | jq -r '.paymentRequest')" + lnd_outside_cli payinvoice -f \ + --pay_req "$payment_request" + + for i in {1..20}; do + jq_query='.data.me.defaultAccount.transactions.edges[] | select(.node.initiationVia.paymentHash == $payment_hash) .node' + echo $output \ + | jq -r --arg payment_hash "$1" "$jq_query" \ + | jq -r ".status" + [[ "${settled_status}" = "SUCCESS" ]] && break + sleep 1 + done +} + +fund_wallet_from_onchain() { + local token_name=$1 + local wallet_id_name="$2" + local amount=$3 + + variables=$( + jq -n \ + --arg wallet_id "$(read_value $wallet_id_name)" \ + '{input: {walletId: $wallet_id}}' + ) + exec_graphql "$token_name" 'on-chain-address-create' "$variables" + address="$(graphql_output '.data.onChainAddressCreate.address')" + [[ "${address}" != "null" ]] + + bitcoin_cli sendtoaddress "$address" "$amount" + bitcoin_cli -generate 5 +} + +initialize_user_from_onchain() { + local token_name="$1" + local phone="$2" + local code="$3" + + local btc_amount_in_btc="1" + + login_user "$token_name" "$phone" "$code" + + fund_wallet_from_onchain \ + "$token_name" \ + "$token_name.btc_wallet_id" \ + "$btc_amount_in_btc" +} + diff --git a/vendor/galoy-quickstart/bin/init-lightning.sh b/vendor/galoy-quickstart/bin/init-lightning.sh new file mode 100755 index 0000000..fd55462 --- /dev/null +++ b/vendor/galoy-quickstart/bin/init-lightning.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +set -e + +COMPOSE_PROJECT_NAME="${COMPOSE_PROJECT_NAME:-quickstart}" + +DIR="$(dirname "$(readlink -f "$BASH_SOURCE")")" +source ${DIR}/helpers.sh + +echo "Running getinfo on lnd..." +lnd_cli getinfo +echo "DONE" +echo "Opening lnd-outside -> lnd channel" +init_lnd_channel +echo "DONE" diff --git a/vendor/galoy-quickstart/bin/init-onchain.sh b/vendor/galoy-quickstart/bin/init-onchain.sh new file mode 100755 index 0000000..48288f2 --- /dev/null +++ b/vendor/galoy-quickstart/bin/init-onchain.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +set -e + +COMPOSE_PROJECT_NAME="${COMPOSE_PROJECT_NAME:-quickstart}" + +DIR="$(dirname "$(readlink -f "$BASH_SOURCE")")" +source ${DIR}/helpers.sh + +echo "Seeding some regtest blocks..." + +bitcoin_cli createwallet "outside" || true +bitcoin_cli -generate 200 > /dev/null 2>&1 + +bitcoin_signer_cli createwallet "dev" || true +bitcoin_signer_cli -rpcwallet=dev importdescriptors "$(cat $GALOY_DIR/galoy/test/bats/bitcoind_signer_descriptors.json)" + +echo "Checking that bria is running..." + +for i in {1..20}; do + bria_cli wallet-balance -w dev-wallet && break + sleep 1 +done +bria_cli wallet-balance -w dev-wallet || exit 1 + +echo "DONE" diff --git a/vendor/galoy-quickstart/bin/quickstart.sh b/vendor/galoy-quickstart/bin/quickstart.sh new file mode 100755 index 0000000..274b958 --- /dev/null +++ b/vendor/galoy-quickstart/bin/quickstart.sh @@ -0,0 +1,61 @@ +#!/bin/bash + +set -e + +COMPOSE_PROJECT_NAME="${COMPOSE_PROJECT_NAME:-quickstart}" + +DIR="$(dirname "$(readlink -f "$BASH_SOURCE")")" +source ${DIR}/helpers.sh + +show_galoy() { +cat << "EOF" + ('-. + ( OO ).-. + ,----. / . --. / ,--. .-'),-----. ,--. ,--. + ' .-./-') | \-. \ | |.-') ( OO' .-. ' \ `.' / + | |_( O- ).-'-' | | | | OO )/ | | | | .-') / + | | .--, \ \| |_.' | | |`-' |\_) | |\| |(OO \ / + (| | '. (_/ | .-. |(| '---.' \ | | | | | / /\_ + | '--' | | | | | | | `' '-' ' `-./ /.__) + `------' `--' `--' `------' `-----' `--' +EOF +} + +main() { + show_galoy + echo "------------------------------------------------------------" + echo "------------------------------------------------------------" + echo + echo "Checking that all services are up and running" + echo + ${DIR}/init-onchain.sh + ${DIR}/init-lightning.sh + echo + echo "------------------------------------------------------------" + echo "------------------------------------------------------------" + echo + echo "Hitting graphql endpoints" + + echo "Running on network:" + for i in {1..20}; do + exec_graphql "anon" "globals" + [[ "$(echo $output | jq -r '.data.globals.network')" = 'regtest' ]] && break + sleep 1 + done + echo $output | jq -r '.data.globals.network' + [[ "$(echo $output | jq -r '.data.globals.network')" = 'regtest' ]] || exit 1 + echo + for i in {1..10}; do + echo "Logging in Alice" + login_user "alice" "+16505554328" "000000" && break + sleep 1 + done + + initialize_user_from_onchain "alice" "+16505554328" "000000" + echo "Alice account set up, token: $(read_value "alice")" + + echo "TOKEN_ALICE=$(read_value "alice")" + export TOKEN_ALICE=$(read_value "alice") +} + +main diff --git a/vendor/galoy-quickstart/bin/re-render.sh b/vendor/galoy-quickstart/bin/re-render.sh new file mode 100755 index 0000000..b56b881 --- /dev/null +++ b/vendor/galoy-quickstart/bin/re-render.sh @@ -0,0 +1,20 @@ +#!/bin/bash + +set -e + +REPO_ROOT=$(git rev-parse --show-toplevel) +GALOY_ROOT_DIR=${REPO_ROOT}/quickstart/galoy + +pushd ${REPO_ROOT}/quickstart + +ytt -f vendir > vendir.yml +vendir sync + +ytt -f ./docker-compose.tmpl.yml -f ${GALOY_ROOT_DIR}/docker-compose.yml > docker-compose.yml + +pushd ${GALOY_ROOT_DIR} +source .env +mkdir -p "${GALOY_ROOT_DIR}/../vendor/galoy-quickstart/env" + +export OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-agent:4318 +envsubst < .env.ci | grep -v '^LND2' > ${GALOY_ROOT_DIR}/../.env.galoy diff --git a/vendor/galoy-quickstart/dev/apollo-federation/supergraph.graphql b/vendor/galoy-quickstart/dev/apollo-federation/supergraph.graphql index aac578b..5a4f872 100644 --- a/vendor/galoy-quickstart/dev/apollo-federation/supergraph.graphql +++ b/vendor/galoy-quickstart/dev/apollo-federation/supergraph.graphql @@ -703,6 +703,7 @@ scalar join__FieldSet enum join__Graph { API_KEYS @join__graph(name: "api_keys", url: "http://bats-tests:5397/graphql") + NOTIFICATIONS @join__graph(name: "notifications", url: "http://bats-tests:6684/graphql") PUBLIC @join__graph(name: "public", url: "http://bats-tests:4012/graphql") } @@ -1048,10 +1049,15 @@ type MobileVersions type Mutation @join__type(graph: API_KEYS) + @join__type(graph: NOTIFICATIONS) @join__type(graph: PUBLIC) { apiKeyCreate(input: ApiKeyCreateInput!): ApiKeyCreatePayload! @join__field(graph: API_KEYS) apiKeyRevoke(input: ApiKeyRevokeInput!): ApiKeyRevokePayload! @join__field(graph: API_KEYS) + userDisableNotificationChannel(input: UserDisableNotificationChannelInput!): UserUpdateNotificationSettingsPayload! @join__field(graph: NOTIFICATIONS) + userEnableNotificationChannel(input: UserEnableNotificationChannelInput!): UserUpdateNotificationSettingsPayload! @join__field(graph: NOTIFICATIONS) + userDisableNotificationCategory(input: UserDisableNotificationCategoryInput!): UserUpdateNotificationSettingsPayload! @join__field(graph: NOTIFICATIONS) + userEnableNotificationCategory(input: UserEnableNotificationCategoryInput!): UserUpdateNotificationSettingsPayload! @join__field(graph: NOTIFICATIONS) accountDelete: AccountDeletePayload! @join__field(graph: PUBLIC) accountDisableNotificationCategory(input: AccountDisableNotificationCategoryInput!): AccountUpdateNotificationSettingsPayload! @join__field(graph: PUBLIC) accountDisableNotificationChannel(input: AccountDisableNotificationChannelInput!): AccountUpdateNotificationSettingsPayload! @join__field(graph: PUBLIC) @@ -1496,6 +1502,7 @@ type PublicWallet type Query @join__type(graph: API_KEYS) + @join__type(graph: NOTIFICATIONS) @join__type(graph: PUBLIC) { accountDefaultWallet(username: Username!, walletCurrency: WalletCurrency): PublicWallet! @join__field(graph: PUBLIC) @@ -1842,10 +1849,12 @@ type UsdWallet implements Wallet type User @join__type(graph: API_KEYS, key: "id", extension: true) + @join__type(graph: NOTIFICATIONS, key: "id", extension: true) @join__type(graph: PUBLIC) { id: ID! apiKeys: [ApiKey!]! @join__field(graph: API_KEYS) + notificationSettings: UserNotificationSettings! @join__field(graph: NOTIFICATIONS) """ Get single contact details. @@ -1924,6 +1933,19 @@ type UserContactUpdateAliasPayload errors: [Error!]! } +input UserDisableNotificationCategoryInput + @join__type(graph: NOTIFICATIONS) +{ + channel: UserNotificationChannel! + category: UserNotificationCategory! +} + +input UserDisableNotificationChannelInput + @join__type(graph: NOTIFICATIONS) +{ + channel: UserNotificationChannel! +} + type UserEmailDeletePayload @join__type(graph: PUBLIC) { @@ -1959,6 +1981,19 @@ type UserEmailRegistrationValidatePayload me: User } +input UserEnableNotificationCategoryInput + @join__type(graph: NOTIFICATIONS) +{ + channel: UserNotificationChannel! + category: UserNotificationCategory! +} + +input UserEnableNotificationChannelInput + @join__type(graph: NOTIFICATIONS) +{ + channel: UserNotificationChannel! +} + input UserLoginInput @join__type(graph: PUBLIC) { @@ -1983,6 +2018,32 @@ input UserLogoutInput scalar Username @join__type(graph: PUBLIC) +enum UserNotificationCategory + @join__type(graph: NOTIFICATIONS) +{ + CIRCLES @join__enumValue(graph: NOTIFICATIONS) + PAYMENTS @join__enumValue(graph: NOTIFICATIONS) +} + +enum UserNotificationChannel + @join__type(graph: NOTIFICATIONS) +{ + PUSH @join__enumValue(graph: NOTIFICATIONS) +} + +type UserNotificationChannelSettings + @join__type(graph: NOTIFICATIONS) +{ + enabled: Boolean! + disabledCategories: [UserNotificationCategory!]! +} + +type UserNotificationSettings + @join__type(graph: NOTIFICATIONS) +{ + push: UserNotificationChannelSettings! +} + type UserPhoneDeletePayload @join__type(graph: PUBLIC) { @@ -2063,6 +2124,12 @@ type UserUpdateLanguagePayload user: User } +type UserUpdateNotificationSettingsPayload + @join__type(graph: NOTIFICATIONS) +{ + notificationSettings: UserNotificationSettings! +} + input UserUpdateUsernameInput @join__type(graph: PUBLIC) { diff --git a/vendor/galoy-quickstart/docker-compose.yml b/vendor/galoy-quickstart/docker-compose.yml index aa3030a..a7a1dd2 100644 --- a/vendor/galoy-quickstart/docker-compose.yml +++ b/vendor/galoy-quickstart/docker-compose.yml @@ -97,7 +97,7 @@ services: ports: - 5434:5432 galoy: - image: us.gcr.io/galoy-org/galoy-api@sha256:5c314b628585c528c141615e175ef83470d84b61c8bd2c2edc5012abfa24c3a4 + image: us.gcr.io/galoy-org/galoy-api@sha256:9c661b570fa4732c3918bc6e193818c89d77c14dc0649fca0dda67ef6df18d47 env_file: ${HOST_PROJECT_PATH:-.}/${GALOY_QUICKSTART_PATH:-vendor/galoy-quickstart}/.env.galoy depends_on: - trigger @@ -114,8 +114,8 @@ services: default: aliases: - bats-tests - trigger: - image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:333714aaf0918bbc55090a433ab308d5899d89f9ffddaef5f079363632639060 + trigger: + image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:e3ad13f6cfffc46e381c49481f781d7d0c0bd2e6c57d099aaebd750cc682b569 env_file: ${HOST_PROJECT_PATH:-.}/${GALOY_QUICKSTART_PATH:-vendor/galoy-quickstart}/.env.galoy depends_on: - lnd1 @@ -136,7 +136,7 @@ services: - MONGODB_ADVERTISED_HOSTNAME=127.0.0.1 - MONGO_INITDB_DATABASE=galoy mongodb-migrate: - image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:696d14731a8063a6f05edd17c19ce20e94d5dbd025461c8a8a6cb9793576636f + image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:de7a680539d1856c64ad1e7e8c877ea01c711fe89dbd90aa094c84f1abc7bfb7 depends_on: - mongodb environment: diff --git a/vendor/galoy-quickstart/galoy/test/bats/bitcoind_signer_descriptors.json b/vendor/galoy-quickstart/galoy/test/bats/bitcoind_signer_descriptors.json new file mode 100644 index 0000000..fc0a179 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/bitcoind_signer_descriptors.json @@ -0,0 +1 @@ +[{"active":true,"desc":"wpkh([6f2fa1b2/84'/0'/0']tprv8gXB88g1VCScmqPp8WcetpJPRxix24fRJJ6FniYCcCUEFMREDrCfwd34zWXPiY5MW2xp8e1Z6EeBrh74zMSgfQQmTorWtE1zyBtv7yxdcoa/0/*)#88k4937c","timestamp":0},{"active":true,"desc":"wpkh([6f2fa1b2/84'/0'/0']tprv8gXB88g1VCScmqPp8WcetpJPRxix24fRJJ6FniYCcCUEFMREDrCfwd34zWXPiY5MW2xp8e1Z6EeBrh74zMSgfQQmTorWtE1zyBtv7yxdcoa/1/*)#knn5cywq","internal":true,"timestamp":0}] diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/account-default-wallet.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/account-default-wallet.gql new file mode 100644 index 0000000..bd00e3b --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/account-default-wallet.gql @@ -0,0 +1,6 @@ +query accountDefaultWallet($username: Username!, $walletCurrency: WalletCurrency) { + accountDefaultWallet(username: $username, walletCurrency: $walletCurrency) { + id + currency + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/account-delete.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/account-delete.gql new file mode 100644 index 0000000..b0b8bac --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/account-delete.gql @@ -0,0 +1,9 @@ +mutation accountDelete { + accountDelete { + errors { + message + code + } + success + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/account-details.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/account-details.gql new file mode 100644 index 0000000..adc71fd --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/account-details.gql @@ -0,0 +1,8 @@ +query me { + me { + defaultAccount { + id + level + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/account-disable-notification-category.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/account-disable-notification-category.gql new file mode 100644 index 0000000..771a6c7 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/account-disable-notification-category.gql @@ -0,0 +1,15 @@ +mutation accountDisableNotificationCategory($input: AccountDisableNotificationCategoryInput!) { + accountDisableNotificationCategory(input: $input) { + errors { + message + } + account { + notificationSettings { + push { + enabled + disabledCategories + } + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/account-disable-notification-channel.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/account-disable-notification-channel.gql new file mode 100644 index 0000000..34e9a57 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/account-disable-notification-channel.gql @@ -0,0 +1,15 @@ +mutation accountDisableNotificationChannel($input: AccountDisableNotificationChannelInput!) { + accountDisableNotificationChannel(input: $input) { + errors { + message + } + account { + notificationSettings { + push { + enabled + disabledCategories + } + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/account-enable-notification-category.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/account-enable-notification-category.gql new file mode 100644 index 0000000..5b5b752 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/account-enable-notification-category.gql @@ -0,0 +1,15 @@ +mutation accountEnableNotificationCategory($input: AccountEnableNotificationCategoryInput!) { + accountEnableNotificationCategory(input: $input) { + errors { + message + } + account { + notificationSettings { + push { + enabled + disabledCategories + } + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/account-enable-notification-channel.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/account-enable-notification-channel.gql new file mode 100644 index 0000000..a359327 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/account-enable-notification-channel.gql @@ -0,0 +1,15 @@ +mutation accountEnableNotificationChannel($input: AccountEnableNotificationChannelInput!) { + accountEnableNotificationChannel(input: $input) { + errors { + message + } + account { + notificationSettings { + push { + enabled + disabledCategories + } + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/account-update-default-wallet-id.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/account-update-default-wallet-id.gql new file mode 100644 index 0000000..b175a77 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/account-update-default-wallet-id.gql @@ -0,0 +1,7 @@ +mutation accountUpdateDefaultWalletId($input: AccountUpdateDefaultWalletIdInput!) { + accountUpdateDefaultWalletId(input: $input) { + account { + defaultWalletId + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/callback-endpoint-add.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/callback-endpoint-add.gql new file mode 100644 index 0000000..0b5f7ee --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/callback-endpoint-add.gql @@ -0,0 +1,8 @@ +mutation callbackEndpointAdd($input: CallbackEndpointAddInput!) { + callbackEndpointAdd(input: $input) { + errors { + message + } + id + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/callback-endpoint-delete.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/callback-endpoint-delete.gql new file mode 100644 index 0000000..82a9812 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/callback-endpoint-delete.gql @@ -0,0 +1,8 @@ +mutation callbackEndpointDelete($input: CallbackEndpointDeleteInput!) { + callbackEndpointDelete(input: $input) { + errors { + message + } + success + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/callback-endpoints-list.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/callback-endpoints-list.gql new file mode 100644 index 0000000..66aca31 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/callback-endpoints-list.gql @@ -0,0 +1,10 @@ +query callbackEndpointsList { + me { + defaultAccount { + callbackEndpoints { + id + url + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/contacts.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/contacts.gql new file mode 100644 index 0000000..285ab41 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/contacts.gql @@ -0,0 +1,7 @@ +query me { + me { + contacts { + username + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/globals.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/globals.gql new file mode 100644 index 0000000..1509203 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/globals.gql @@ -0,0 +1,6 @@ +query Globals { + globals { + network + nodesIds + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/identity.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/identity.gql new file mode 100644 index 0000000..04643e0 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/identity.gql @@ -0,0 +1,11 @@ +query identity { + me { + id + phone + email { + address + verified + } + totpEnabled + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/intraledger-payment-send.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/intraledger-payment-send.gql new file mode 100644 index 0000000..c0e6486 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/intraledger-payment-send.gql @@ -0,0 +1,9 @@ +mutation intraLedgerPaymentSend($input: IntraLedgerPaymentSendInput!) { + intraLedgerPaymentSend(input: $input) { + status + errors { + message + path + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/intraledger-usd-payment-send.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/intraledger-usd-payment-send.gql new file mode 100644 index 0000000..5e72e9d --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/intraledger-usd-payment-send.gql @@ -0,0 +1,9 @@ +mutation intraLedgerUsdPaymentSend($input: IntraLedgerUsdPaymentSendInput!) { + intraLedgerUsdPaymentSend(input: $input) { + status + errors { + message + path + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/invoice-for-wallet-by-payment-hash.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/invoice-for-wallet-by-payment-hash.gql new file mode 100644 index 0000000..147bb65 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/invoice-for-wallet-by-payment-hash.gql @@ -0,0 +1,17 @@ +query me($walletId: WalletId!, $paymentHash: PaymentHash!) { + me { + defaultAccount { + id + walletById(walletId: $walletId) { + id + invoiceByPaymentHash(paymentHash: $paymentHash) { + paymentHash + paymentStatus + ... on LnInvoice { + satoshis + } + } + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/invoices-by-wallet.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/invoices-by-wallet.gql new file mode 100644 index 0000000..7deb404 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/invoices-by-wallet.gql @@ -0,0 +1,27 @@ +query invoicesForWallet($walletId: WalletId!, $first: Int, $after: String) { + me { + defaultAccount { + id + displayCurrency + walletById(walletId: $walletId) { + id + invoices(first: $first, after: $after) { + ...InvoiceList + } + } + } + } +} + +fragment InvoiceList on InvoiceConnection { + pageInfo { + hasNextPage + } + edges { + cursor + node { + __typename + paymentHash + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/invoices.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/invoices.gql new file mode 100644 index 0000000..9086c64 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/invoices.gql @@ -0,0 +1,25 @@ +query invoices($walletIds: [WalletId], $first: Int, $after: String) { + me { + defaultAccount { + defaultWallet { + id + } + invoices(walletIds: $walletIds, first: $first, after: $after) { + ...InvoiceList + } + } + } +} + +fragment InvoiceList on InvoiceConnection { + pageInfo { + hasNextPage + } + edges { + cursor + node { + __typename + paymentHash + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-create-on-behalf-of-recipient.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-create-on-behalf-of-recipient.gql new file mode 100644 index 0000000..85978f6 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-create-on-behalf-of-recipient.gql @@ -0,0 +1,13 @@ +mutation lnInvoiceCreateOnBehalfOfRecipient( + $input: LnInvoiceCreateOnBehalfOfRecipientInput! +) { + lnInvoiceCreateOnBehalfOfRecipient(input: $input) { + invoice { + paymentRequest + paymentHash + } + errors { + message + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-create.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-create.gql new file mode 100644 index 0000000..3e3a27d --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-create.gql @@ -0,0 +1,11 @@ +mutation lnInvoiceCreateInput($input: LnInvoiceCreateInput!) { + lnInvoiceCreate(input: $input) { + invoice { + paymentRequest + paymentHash + } + errors { + message + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-fee-probe.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-fee-probe.gql new file mode 100644 index 0000000..3064f58 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-fee-probe.gql @@ -0,0 +1,8 @@ +mutation LnInvoiceFeeProbe($input: LnInvoiceFeeProbeInput!) { + lnInvoiceFeeProbe(input: $input) { + errors { + message + } + amount + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-payment-send.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-payment-send.gql new file mode 100644 index 0000000..b34a5ab --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-payment-send.gql @@ -0,0 +1,16 @@ +mutation lnInvoicePaymentSend($input: LnInvoicePaymentInput!) { + lnInvoicePaymentSend(input: $input) { + errors { + message + } + status + transaction { + initiationVia { + ... on InitiationViaLn { + paymentHash + paymentRequest + } + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-payment-status-sub.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-payment-status-sub.gql new file mode 100644 index 0000000..6e26bd0 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-payment-status-sub.gql @@ -0,0 +1,8 @@ +subscription lnInvoicePaymentStatusSubscription($input: LnInvoicePaymentStatusInput!) { + lnInvoicePaymentStatus(input: $input) { + errors { + message + } + status + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-payment-status.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-payment-status.gql new file mode 100644 index 0000000..af9e729 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-invoice-payment-status.gql @@ -0,0 +1,5 @@ +query LnInvoicePaymentStatusQuery($input: LnInvoicePaymentStatusInput!) { + lnInvoicePaymentStatus(input: $input) { + status + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-invoice-create-on-behalf-of-recipient.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-invoice-create-on-behalf-of-recipient.gql new file mode 100644 index 0000000..5521fc6 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-invoice-create-on-behalf-of-recipient.gql @@ -0,0 +1,13 @@ +mutation lnNoAmountInvoiceCreateOnBehalfOfRecipient( + $input: LnNoAmountInvoiceCreateOnBehalfOfRecipientInput! +) { + lnNoAmountInvoiceCreateOnBehalfOfRecipient(input: $input) { + invoice { + paymentRequest + paymentHash + } + errors { + message + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-invoice-create.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-invoice-create.gql new file mode 100644 index 0000000..ac03667 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-invoice-create.gql @@ -0,0 +1,11 @@ +mutation lnNoAmountInvoiceCreate($input: LnNoAmountInvoiceCreateInput!) { + lnNoAmountInvoiceCreate(input: $input) { + invoice { + paymentRequest + paymentHash + } + errors { + message + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-invoice-fee-probe.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-invoice-fee-probe.gql new file mode 100644 index 0000000..cbd1202 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-invoice-fee-probe.gql @@ -0,0 +1,8 @@ +mutation lnNoAmountInvoiceFeeProbe($input: LnNoAmountInvoiceFeeProbeInput!) { + lnNoAmountInvoiceFeeProbe(input: $input) { + errors { + message + } + amount + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-invoice-payment-send.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-invoice-payment-send.gql new file mode 100644 index 0000000..7131b58 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-invoice-payment-send.gql @@ -0,0 +1,8 @@ +mutation lnNoAmountInvoicePaymentSend($input: LnNoAmountInvoicePaymentInput!) { + lnNoAmountInvoicePaymentSend(input: $input) { + errors { + message + } + status + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-usd-invoice-fee-probe.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-usd-invoice-fee-probe.gql new file mode 100644 index 0000000..00bde20 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-usd-invoice-fee-probe.gql @@ -0,0 +1,8 @@ +mutation lnNoAmountUsdInvoiceFeeProbe($input: LnNoAmountUsdInvoiceFeeProbeInput!) { + lnNoAmountUsdInvoiceFeeProbe(input: $input) { + errors { + message + } + amount + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-usd-invoice-payment-send.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-usd-invoice-payment-send.gql new file mode 100644 index 0000000..a34ccee --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-no-amount-usd-invoice-payment-send.gql @@ -0,0 +1,8 @@ +mutation lnNoAmountUsdInvoicePaymentSend($input: LnNoAmountUsdInvoicePaymentInput!) { + lnNoAmountUsdInvoicePaymentSend(input: $input) { + errors { + message + } + status + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/ln-usd-invoice-btc-denominated-create-on-behalf-of-recipient.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-usd-invoice-btc-denominated-create-on-behalf-of-recipient.gql new file mode 100644 index 0000000..d2df19a --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-usd-invoice-btc-denominated-create-on-behalf-of-recipient.gql @@ -0,0 +1,13 @@ +mutation lnUsdInvoiceBtcDenominatedCreateOnBehalfOfRecipient( + $input: LnUsdInvoiceBtcDenominatedCreateOnBehalfOfRecipientInput! +) { + lnUsdInvoiceBtcDenominatedCreateOnBehalfOfRecipient(input: $input) { + invoice { + paymentRequest + paymentHash + } + errors { + message + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/ln-usd-invoice-create-on-behalf-of-recipient.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-usd-invoice-create-on-behalf-of-recipient.gql new file mode 100644 index 0000000..80c07e3 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-usd-invoice-create-on-behalf-of-recipient.gql @@ -0,0 +1,13 @@ +mutation lnUsdInvoiceCreateOnBehalfOfRecipient( + $input: LnUsdInvoiceCreateOnBehalfOfRecipientInput! +) { + lnUsdInvoiceCreateOnBehalfOfRecipient(input: $input) { + invoice { + paymentRequest + paymentHash + } + errors { + message + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/ln-usd-invoice-create.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-usd-invoice-create.gql new file mode 100644 index 0000000..270e9ef --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-usd-invoice-create.gql @@ -0,0 +1,11 @@ +mutation lnUsdInvoiceCreate($input: LnUsdInvoiceCreateInput!) { + lnUsdInvoiceCreate(input: $input) { + invoice { + paymentRequest + paymentHash + } + errors { + message + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/ln-usd-invoice-fee-probe.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-usd-invoice-fee-probe.gql new file mode 100644 index 0000000..1508e14 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/ln-usd-invoice-fee-probe.gql @@ -0,0 +1,8 @@ +mutation lnUsdInvoiceFeeProbe($input: LnUsdInvoiceFeeProbeInput!) { + lnUsdInvoiceFeeProbe(input: $input) { + errors { + message + } + amount + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/logout.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/logout.gql new file mode 100644 index 0000000..e94bcc3 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/logout.gql @@ -0,0 +1,6 @@ +mutation userLogout { + userLogout { + success + __typename + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/my-updates-sub.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/my-updates-sub.gql new file mode 100644 index 0000000..94297df --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/my-updates-sub.gql @@ -0,0 +1,57 @@ +subscription myUpdates { + myUpdates { + errors { + message + } + me { + id + defaultAccount { + id + wallets { + id + walletCurrency + balance + } + } + } + update { + type: __typename + ... on Price { + base + offset + currencyUnit + formattedAmount + } + ... on RealtimePrice { + id + timestamp + denominatorCurrency + btcSatPrice { + base + offset + currencyUnit + } + usdCentPrice { + base + offset + currencyUnit + } + } + ... on LnUpdate { + paymentHash + status + } + ... on OnChainUpdate { + txNotificationType + txHash + amount + usdPerSat + } + ... on IntraLedgerUpdate { + txNotificationType + amount + usdPerSat + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-address-create.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-address-create.gql new file mode 100644 index 0000000..b8992d2 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-address-create.gql @@ -0,0 +1,8 @@ +mutation onChainAddressCreate($input: OnChainAddressCreateInput!) { + onChainAddressCreate(input: $input) { + address + errors { + message + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-address-current.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-address-current.gql new file mode 100644 index 0000000..f6d82f3 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-address-current.gql @@ -0,0 +1,8 @@ +mutation onChainAddressCurrent($input: OnChainAddressCurrentInput!) { + onChainAddressCurrent(input: $input) { + address + errors { + message + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-payment-send-all.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-payment-send-all.gql new file mode 100644 index 0000000..197e973 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-payment-send-all.gql @@ -0,0 +1,8 @@ +mutation onChainPaymentSendAll($input: OnChainPaymentSendAllInput!) { + onChainPaymentSendAll(input: $input) { + errors { + message + } + status + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-payment-send.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-payment-send.gql new file mode 100644 index 0000000..097cb6f --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-payment-send.gql @@ -0,0 +1,8 @@ +mutation onChainPaymentSend($input: OnChainPaymentSendInput!) { + onChainPaymentSend(input: $input) { + errors { + message + } + status + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-tx-fee.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-tx-fee.gql new file mode 100644 index 0000000..df5780c --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-tx-fee.gql @@ -0,0 +1,5 @@ +query onChainTxFee($walletId: WalletId!, $address: OnChainAddress!, $amount: SatAmount!) { + onChainTxFee(walletId: $walletId, address: $address, amount: $amount) { + amount + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-usd-payment-send-as-btc-denominated.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-usd-payment-send-as-btc-denominated.gql new file mode 100644 index 0000000..e25c6ec --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-usd-payment-send-as-btc-denominated.gql @@ -0,0 +1,10 @@ +mutation onChainUsdPaymentSendAsBtcDenominated( + $input: OnChainUsdPaymentSendAsBtcDenominatedInput! +) { + onChainUsdPaymentSendAsBtcDenominated(input: $input) { + errors { + message + } + status + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-usd-payment-send.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-usd-payment-send.gql new file mode 100644 index 0000000..47003b2 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-usd-payment-send.gql @@ -0,0 +1,8 @@ +mutation onChainUsdPaymentSend($input: OnChainUsdPaymentSendInput!) { + onChainUsdPaymentSend(input: $input) { + errors { + message + } + status + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-usd-tx-fee-as-btc-denominated.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-usd-tx-fee-as-btc-denominated.gql new file mode 100644 index 0000000..0997c14 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-usd-tx-fee-as-btc-denominated.gql @@ -0,0 +1,13 @@ +query onChainUsdTxFeeAsBtcDenominated( + $walletId: WalletId! + $address: OnChainAddress! + $amount: SatAmount! +) { + onChainUsdTxFeeAsBtcDenominated( + walletId: $walletId + address: $address + amount: $amount + ) { + amount + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-usd-tx-fee.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-usd-tx-fee.gql new file mode 100644 index 0000000..0a7444a --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/on-chain-usd-tx-fee.gql @@ -0,0 +1,9 @@ +query onChainUsdTxFee( + $walletId: WalletId! + $address: OnChainAddress! + $amount: CentAmount! +) { + onChainUsdTxFee(walletId: $walletId, address: $address, amount: $amount) { + amount + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/pending-incoming-transactions-by-address.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/pending-incoming-transactions-by-address.gql new file mode 100644 index 0000000..bf3568a --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/pending-incoming-transactions-by-address.gql @@ -0,0 +1,57 @@ +query pendingIncomingTransactionsByAddress($address: OnChainAddress!) { + me { + defaultAccount { + displayCurrency + wallets { + __typename + id + walletCurrency + pendingIncomingTransactionsByAddress(address: $address) { + __typename + id + status + direction + memo + createdAt + settlementAmount + settlementFee + settlementDisplayAmount + settlementDisplayFee + settlementDisplayCurrency + settlementCurrency + settlementPrice { + base + offset + } + initiationVia { + __typename + ... on InitiationViaIntraLedger { + counterPartyWalletId + counterPartyUsername + } + ... on InitiationViaLn { + paymentHash + paymentRequest + } + ... on InitiationViaOnChain { + address + } + } + settlementVia { + __typename + ... on SettlementViaIntraLedger { + counterPartyWalletId + counterPartyUsername + } + ... on SettlementViaLn { + preImage + } + ... on SettlementViaOnChain { + transactionHash + } + } + } + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/pending-incoming-transactions.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/pending-incoming-transactions.gql new file mode 100644 index 0000000..9e7dde5 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/pending-incoming-transactions.gql @@ -0,0 +1,51 @@ +query pendingIncomingTransactions { + me { + defaultAccount { + displayCurrency + pendingIncomingTransactions { + __typename + id + status + direction + memo + createdAt + settlementAmount + settlementFee + settlementDisplayAmount + settlementDisplayFee + settlementDisplayCurrency + settlementCurrency + settlementPrice { + base + offset + } + initiationVia { + __typename + ... on InitiationViaIntraLedger { + counterPartyWalletId + counterPartyUsername + } + ... on InitiationViaLn { + paymentHash + } + ... on InitiationViaOnChain { + address + } + } + settlementVia { + __typename + ... on SettlementViaIntraLedger { + counterPartyWalletId + counterPartyUsername + } + ... on SettlementViaLn { + preImage + } + ... on SettlementViaOnChain { + transactionHash + } + } + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/price-sub.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/price-sub.gql new file mode 100644 index 0000000..a00f77d --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/price-sub.gql @@ -0,0 +1,14 @@ +subscription { + price( + input: { amount: 100 amountCurrencyUnit: BTCSAT priceCurrencyUnit: USDCENT } + ) { + errors { + message + } + price { + base + offset + currencyUnit + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/real-time-price-sub.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/real-time-price-sub.gql new file mode 100644 index 0000000..00c13d1 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/real-time-price-sub.gql @@ -0,0 +1,22 @@ +subscription realtimePrice($currency: DisplayCurrency!) { + realtimePrice(input: { currency: $currency }) { + errors { + message + } + realtimePrice { + id + timestamp + denominatorCurrency + btcSatPrice { + base + offset + currencyUnit + } + usdCentPrice { + base + offset + currencyUnit + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/transaction-for-wallet-by-id.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/transaction-for-wallet-by-id.gql new file mode 100644 index 0000000..2fbf247 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/transaction-for-wallet-by-id.gql @@ -0,0 +1,55 @@ +query transactionForWalletById($walletId: WalletId!, $transactionId: ID!) { + me { + defaultAccount { + id + displayCurrency + walletById(walletId: $walletId) { + transactionById(transactionId: $transactionId) { + __typename + id + status + direction + memo + createdAt + settlementAmount + settlementFee + settlementDisplayAmount + settlementDisplayFee + settlementDisplayCurrency + settlementCurrency + settlementPrice { + base + offset + } + initiationVia { + __typename + ... on InitiationViaIntraLedger { + counterPartyWalletId + counterPartyUsername + } + ... on InitiationViaLn { + paymentHash + paymentRequest + } + ... on InitiationViaOnChain { + address + } + } + settlementVia { + __typename + ... on SettlementViaIntraLedger { + counterPartyWalletId + counterPartyUsername + } + ... on SettlementViaLn { + preImage + } + ... on SettlementViaOnChain { + transactionHash + } + } + } + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/transactions-by-address.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/transactions-by-address.gql new file mode 100644 index 0000000..7bae64c --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/transactions-by-address.gql @@ -0,0 +1,69 @@ +query transactionsByAddress($first: Int, $after: String, $address: OnChainAddress!) { + me { + defaultAccount { + displayCurrency + wallets { + __typename + id + walletCurrency + transactionsByAddress(first: $first, after: $after, address: $address) { + ...TransactionList + } + } + } + } +} + +fragment TransactionList on TransactionConnection { + pageInfo { + hasNextPage + } + edges { + cursor + node { + __typename + id + status + direction + memo + createdAt + settlementAmount + settlementFee + settlementDisplayAmount + settlementDisplayFee + settlementDisplayCurrency + settlementCurrency + settlementPrice { + base + offset + } + initiationVia { + __typename + ... on InitiationViaIntraLedger { + counterPartyWalletId + counterPartyUsername + } + ... on InitiationViaLn { + paymentHash + paymentRequest + } + ... on InitiationViaOnChain { + address + } + } + settlementVia { + __typename + ... on SettlementViaIntraLedger { + counterPartyWalletId + counterPartyUsername + } + ... on SettlementViaLn { + preImage + } + ... on SettlementViaOnChain { + transactionHash + } + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/transactions-by-wallet.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/transactions-by-wallet.gql new file mode 100644 index 0000000..494cbb3 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/transactions-by-wallet.gql @@ -0,0 +1,79 @@ +query transactionsByWallet($first: Int, $after: String) { + me { + defaultAccount { + displayCurrency + wallets { + ... on BTCWallet { + __typename + id + walletCurrency + transactions(first: $first, after: $after) { + ...TransactionList + } + } + ... on UsdWallet { + __typename + id + walletCurrency + transactions(first: $first, after: $after) { + ...TransactionList + } + } + } + } + } +} + +fragment TransactionList on TransactionConnection { + pageInfo { + hasNextPage + } + edges { + cursor + node { + __typename + id + status + direction + memo + createdAt + settlementAmount + settlementFee + settlementDisplayAmount + settlementDisplayFee + settlementDisplayCurrency + settlementCurrency + settlementPrice { + base + offset + } + initiationVia { + __typename + ... on InitiationViaIntraLedger { + counterPartyWalletId + counterPartyUsername + } + ... on InitiationViaLn { + paymentHash + paymentRequest + } + ... on InitiationViaOnChain { + address + } + } + settlementVia { + __typename + ... on SettlementViaIntraLedger { + counterPartyWalletId + counterPartyUsername + } + ... on SettlementViaLn { + preImage + } + ... on SettlementViaOnChain { + transactionHash + } + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/transactions-for-wallet-by-payment-hash.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/transactions-for-wallet-by-payment-hash.gql new file mode 100644 index 0000000..f90d1c7 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/transactions-for-wallet-by-payment-hash.gql @@ -0,0 +1,58 @@ +query transactionsForWalletByPaymentHash( + $walletId: WalletId! + $paymentHash: PaymentHash! +) { + me { + defaultAccount { + displayCurrency + walletById(walletId: $walletId) { + id + transactionsByPaymentHash(paymentHash: $paymentHash) { + __typename + id + status + direction + memo + createdAt + settlementAmount + settlementFee + settlementDisplayAmount + settlementDisplayFee + settlementDisplayCurrency + settlementCurrency + settlementPrice { + base + offset + } + initiationVia { + __typename + ... on InitiationViaIntraLedger { + counterPartyWalletId + counterPartyUsername + } + ... on InitiationViaLn { + paymentHash + paymentRequest + } + ... on InitiationViaOnChain { + address + } + } + settlementVia { + __typename + ... on SettlementViaIntraLedger { + counterPartyWalletId + counterPartyUsername + } + ... on SettlementViaLn { + preImage + } + ... on SettlementViaOnChain { + transactionHash + } + } + } + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/transactions.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/transactions.gql new file mode 100644 index 0000000..5955d7a --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/transactions.gql @@ -0,0 +1,66 @@ +query transactions($walletIds: [WalletId], $first: Int, $after: String) { + me { + defaultAccount { + defaultWallet { + id + } + transactions(walletIds: $walletIds, first: $first, after: $after) { + ...TransactionList + } + } + } +} + +fragment TransactionList on TransactionConnection { + pageInfo { + hasNextPage + } + edges { + cursor + node { + __typename + id + status + direction + memo + createdAt + settlementAmount + settlementFee + settlementDisplayAmount + settlementDisplayFee + settlementDisplayCurrency + settlementCurrency + settlementPrice { + base + offset + } + initiationVia { + __typename + ... on InitiationViaIntraLedger { + counterPartyWalletId + counterPartyUsername + } + ... on InitiationViaLn { + paymentHash + paymentRequest + } + ... on InitiationViaOnChain { + address + } + } + settlementVia { + __typename + ... on SettlementViaIntraLedger { + counterPartyWalletId + counterPartyUsername + } + ... on SettlementViaLn { + preImage + } + ... on SettlementViaOnChain { + transactionHash + } + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/user-email-delete.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/user-email-delete.gql new file mode 100644 index 0000000..a83e165 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/user-email-delete.gql @@ -0,0 +1,14 @@ +mutation userEmailDelete { + userEmailDelete { + errors { + message + } + me { + id + email { + address + verified + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/user-email-registration-initiate.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/user-email-registration-initiate.gql new file mode 100644 index 0000000..e71d774 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/user-email-registration-initiate.gql @@ -0,0 +1,15 @@ +mutation userEmailRegistrationInitiate($input: UserEmailRegistrationInitiateInput!) { + userEmailRegistrationInitiate(input: $input) { + errors { + message + } + emailRegistrationId + me { + id + email { + address + verified + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/user-email-registration-validate.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/user-email-registration-validate.gql new file mode 100644 index 0000000..14fc670 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/user-email-registration-validate.gql @@ -0,0 +1,14 @@ +mutation userEmailRegistrationValidate($input: UserEmailRegistrationValidateInput!) { + userEmailRegistrationValidate(input: $input) { + errors { + message + } + me { + id + email { + address + verified + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/user-login-upgrade.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/user-login-upgrade.gql new file mode 100644 index 0000000..3c8045f --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/user-login-upgrade.gql @@ -0,0 +1,10 @@ +mutation userLoginUpgrade($input: UserLoginUpgradeInput!) { + userLoginUpgrade(input: $input) { + errors { + message + code + } + success + authToken + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/user-login.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/user-login.gql new file mode 100644 index 0000000..44b1b12 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/user-login.gql @@ -0,0 +1,9 @@ +mutation userLogin($input: UserLoginInput!) { + userLogin(input: $input) { + errors { + code + message + } + authToken + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/user-phone-delete.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/user-phone-delete.gql new file mode 100644 index 0000000..be0befd --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/user-phone-delete.gql @@ -0,0 +1,15 @@ +mutation userPhoneDelete { + userPhoneDelete { + errors { + message + } + me { + id + phone + email { + address + verified + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/user-phone-registration-initiate.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/user-phone-registration-initiate.gql new file mode 100644 index 0000000..db8ad8c --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/user-phone-registration-initiate.gql @@ -0,0 +1,8 @@ +mutation userPhoneRegistrationInitiate($input: UserPhoneRegistrationInitiateInput!) { + userPhoneRegistrationInitiate(input: $input) { + errors { + message + } + success + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/user-phone-registration-validate.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/user-phone-registration-validate.gql new file mode 100644 index 0000000..43030c9 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/user-phone-registration-validate.gql @@ -0,0 +1,11 @@ +mutation userPhoneRegistrationValidate($input: UserPhoneRegistrationValidateInput!) { + userPhoneRegistrationValidate(input: $input) { + errors { + message + } + me { + id + phone + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/user-totp-delete.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/user-totp-delete.gql new file mode 100644 index 0000000..0221075 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/user-totp-delete.gql @@ -0,0 +1,14 @@ +mutation userTotpDelete { + userTotpDelete { + errors { + message + } + me { + totpEnabled + email { + address + verified + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/user-totp-registration-initiate.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/user-totp-registration-initiate.gql new file mode 100644 index 0000000..205ab12 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/user-totp-registration-initiate.gql @@ -0,0 +1,9 @@ +mutation userTotpRegistrationInitiate { + userTotpRegistrationInitiate { + errors { + message + } + totpRegistrationId + totpSecret + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/user-totp-registration-validate.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/user-totp-registration-validate.gql new file mode 100644 index 0000000..2f3c54b --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/user-totp-registration-validate.gql @@ -0,0 +1,14 @@ +mutation userTotpRegistrationValidate($input: UserTotpRegistrationValidateInput!) { + userTotpRegistrationValidate(input: $input) { + errors { + message + } + me { + totpEnabled + email { + address + verified + } + } + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/user-update-username.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/user-update-username.gql new file mode 100644 index 0000000..a971942 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/user-update-username.gql @@ -0,0 +1,14 @@ +mutation userUpdateUsername($input: UserUpdateUsernameInput!) { + userUpdateUsername(input: $input) { + errors { + message + __typename + } + user { + id + username + __typename + } + __typename + } +} diff --git a/vendor/galoy-quickstart/galoy/test/bats/gql/wallets-for-account.gql b/vendor/galoy-quickstart/galoy/test/bats/gql/wallets-for-account.gql new file mode 100644 index 0000000..4679226 --- /dev/null +++ b/vendor/galoy-quickstart/galoy/test/bats/gql/wallets-for-account.gql @@ -0,0 +1,13 @@ +query me { + me { + defaultAccount { + id + wallets { + id + walletCurrency + balance + pendingIncomingBalance + } + } + } +} diff --git a/vendor/galoy-quickstart/graphql/public/schema.graphql b/vendor/galoy-quickstart/graphql/public/schema.graphql index b8ac8db..a11ad98 100644 --- a/vendor/galoy-quickstart/graphql/public/schema.graphql +++ b/vendor/galoy-quickstart/graphql/public/schema.graphql @@ -772,7 +772,7 @@ type MapInfo { type MapMarker { mapInfo: MapInfo! - username: Username + username: Username! } """Text field in a lightning payment transaction""" @@ -1161,7 +1161,7 @@ type PublicWallet { type Query { accountDefaultWallet(username: Username!, walletCurrency: WalletCurrency): PublicWallet! btcPriceList(range: PriceGraphRange!): [PricePoint] - businessMapMarkers: [MapMarker] + businessMapMarkers: [MapMarker!]! currencyList: [Currency!]! globals: Globals lnInvoicePaymentStatus(input: LnInvoicePaymentStatusInput!): LnInvoicePaymentStatusPayload!