diff --git a/.github/workflows/spot-development.yml b/.github/workflows/spot-development.yml new file mode 100644 index 00000000..9a25fc1d --- /dev/null +++ b/.github/workflows/spot-development.yml @@ -0,0 +1,22 @@ +name: spot-development + +on: + pull_request: + branches: [development] + workflow_dispatch: + +jobs: + flatpak-builder: + name: "Flatpak Builder" + runs-on: ubuntu-latest + container: + image: bilelmoussaoui/flatpak-github-actions:gnome-nightly + options: --privileged + steps: + - uses: actions/checkout@v2 + - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 + with: + bundle: "spot.flatpak" + manifest-path: "dev.alextren.Spot.development.json" + cache-key: flatpak-builder-${{ github.sha }} + run-tests: true diff --git a/.github/workflows/spot-snapshots.yml b/.github/workflows/spot-snapshots.yml index 5062beb2..46899bfb 100644 --- a/.github/workflows/spot-snapshots.yml +++ b/.github/workflows/spot-snapshots.yml @@ -2,9 +2,9 @@ name: spot-snapshots on: push: - branches: [master, gtk4/main] + branches: [master] pull_request: - branches: [master, gtk4/main] + branches: [master] workflow_dispatch: jobs: @@ -16,7 +16,7 @@ jobs: options: --privileged steps: - uses: actions/checkout@v2 - - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3 + - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 with: bundle: "spot.flatpak" manifest-path: "dev.alextren.Spot.snapshots.json" diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 93154afe..ab4bc61d 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -5,7 +5,7 @@ "options": { "env": { "RUST_BACKTRACE": "1", - "RUST_LOG": "info", + "RUST_LOG": "spot=debug", //"https_proxy": "localhost:8080" } }, diff --git a/ARTISTS b/ARTISTS new file mode 100644 index 00000000..fa7759e7 --- /dev/null +++ b/ARTISTS @@ -0,0 +1,2 @@ +Tobias Bernard +Noëlle \ No newline at end of file diff --git a/AUTHORS b/AUTHORS index 37352c69..b7d53764 100644 --- a/AUTHORS +++ b/AUTHORS @@ -14,4 +14,6 @@ Nils Tonnätt Niklas Sauter Nicolas Fella Fridolin Weisser -Jan Przebor \ No newline at end of file +Jan Przebor +Warren Hu +bbb651 \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 88edd5a2..b632f01c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,9 +47,9 @@ dependencies = [ [[package]] name = "aho-corasick" -version = "0.7.15" +version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" +checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" dependencies = [ "memchr", ] @@ -66,6 +66,18 @@ dependencies = [ "nix 0.20.0", ] +[[package]] +name = "alsa" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b" +dependencies = [ + "alsa-sys", + "bitflags", + "libc", + "nix 0.23.1", +] + [[package]] name = "alsa-sys" version = "0.3.1" @@ -78,21 +90,26 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.34" +version = "1.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7" +checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0" [[package]] -name = "arc-swap" -version = "0.4.6" +name = "async-broadcast" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b585a98a234c46fc563103e9278c9391fde1f4e6850334da895d27edb9580f62" +checksum = "90622698a1218e0b2fb846c97b5f19a0831f6baddee73d9454156365ccfa473b" +dependencies = [ + "easy-parallel", + "event-listener", + "futures-core", +] [[package]] name = "async-channel" -version = "1.5.1" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9" +checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319" dependencies = [ "concurrent-queue", "event-listener", @@ -101,16 +118,16 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb877970c7b440ead138f6321a3b5395d6061183af779340b65e20c0fede9146" +checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965" dependencies = [ "async-task", "concurrent-queue", "fastrand", "futures-lite", "once_cell", - "vec-arena", + "slab", ] [[package]] @@ -131,29 +148,28 @@ dependencies = [ [[package]] name = "async-io" -version = "1.3.1" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd" +checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b" dependencies = [ "concurrent-queue", - "fastrand", "futures-lite", "libc", "log", - "nb-connect", "once_cell", "parking", "polling", - "vec-arena", + "slab", + "socket2", "waker-fn", "winapi", ] [[package]] name = "async-lock" -version = "2.3.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1996609732bde4a9988bc42125f55f2af5f3c36370e27c778d5191a4a1b63bfb" +checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b" dependencies = [ "event-listener", ] @@ -167,6 +183,17 @@ dependencies = [ "event-listener", ] +[[package]] +name = "async-recursion" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "async-std" version = "1.10.0" @@ -188,7 +215,7 @@ dependencies = [ "memchr", "num_cpus", "once_cell", - "pin-project-lite 0.2.4", + "pin-project-lite", "pin-utils", "slab", "wasm-bindgen-futures", @@ -196,15 +223,15 @@ dependencies = [ [[package]] name = "async-task" -version = "4.0.3" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0" +checksum = "677d306121baf53310a3fd342d88dc0824f6bbeace68347593658525565abee8" [[package]] name = "async-trait" -version = "0.1.42" +version = "0.1.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d" +checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3" dependencies = [ "proc-macro2", "quote", @@ -230,9 +257,9 @@ dependencies = [ [[package]] name = "autocfg" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" +checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "base64" @@ -242,13 +269,12 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "bindgen" -version = "0.53.2" +version = "0.56.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bb26d6a69a335b8cb0e7c7e9775cd5666611dc50a37177c3f2cedcfc040e8c8" +checksum = "2da379dbebc0b76ef63ca68d8fc6e71c0f13e59432e0987e508c1820e6ab5239" dependencies = [ "bitflags", "cexpr", - "cfg-if 0.1.10", "clang-sys", "lazy_static", "lazycell", @@ -262,9 +288,9 @@ dependencies = [ [[package]] name = "bitflags" -version = "1.2.1" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "block" @@ -299,9 +325,9 @@ checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" [[package]] name = "blocking" -version = "1.0.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9" +checksum = "046e47d4b2d391b1f6f8b407b1deb8dee56c1852ccd868becf2710f601b5f427" dependencies = [ "async-channel", "async-task", @@ -313,9 +339,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.4.0" +version = "3.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820" +checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899" [[package]] name = "byteorder" @@ -325,27 +351,21 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "0.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1" - -[[package]] -name = "bytes" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" +checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" [[package]] name = "cache-padded" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" +checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c" [[package]] name = "cairo-rs" -version = "0.14.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d32eecb1e806433cf68063c4548bbdc15cc56d35db19d685ab60909c4c85206" +checksum = "b869e97a87170f96762f9f178eae8c461147e722ba21dd8814105bf5716bf14a" dependencies = [ "bitflags", "cairo-sys-rs", @@ -356,20 +376,26 @@ dependencies = [ [[package]] name = "cairo-sys-rs" -version = "0.14.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7c9c3928781e8a017ece15eace05230f04b647457d170d2d9641c94a444ff80" +checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8" dependencies = [ "glib-sys", "libc", - "system-deps 3.1.1", + "system-deps", ] +[[package]] +name = "castaway" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6" + [[package]] name = "cc" -version = "1.0.66" +version = "1.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" +checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee" dependencies = [ "jobserver", ] @@ -391,18 +417,9 @@ dependencies = [ [[package]] name = "cfg-expr" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30aa9e2ffbb838c6b451db14f3cd8e63ed622bf859f9956bc93845a10fafc26a" -dependencies = [ - "smallvec", -] - -[[package]] -name = "cfg-expr" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edae0b9625d1fce32f7d64b71784d9b1bf8469ec1a9c417e44aaf16a9cbd7571" +checksum = "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7" dependencies = [ "smallvec", ] @@ -421,13 +438,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.11" +version = "0.4.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2" +checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" dependencies = [ + "libc", "num-integer", "num-traits", "time", + "winapi", ] [[package]] @@ -441,9 +460,9 @@ dependencies = [ [[package]] name = "clang-sys" -version = "0.29.3" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a" +checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21" dependencies = [ "glob", "libc", @@ -452,11 +471,11 @@ dependencies = [ [[package]] name = "combine" -version = "4.5.2" +version = "4.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc4369b5e4c0cddf64ad8981c0111e7df4f7078f4d6ba98fb31f2e17c4c57b7e" +checksum = "50b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062" dependencies = [ - "bytes 1.0.1", + "bytes", "memchr", ] @@ -471,9 +490,9 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.6.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b" +checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" [[package]] name = "coreaudio-rs" @@ -487,20 +506,20 @@ dependencies = [ [[package]] name = "coreaudio-sys" -version = "0.2.4" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e81f1c165c33ffab90a03077ac3b03462b34d5947145dfa48102e063d581502c" +checksum = "ca4679a59dbd8c15f064c012dfe8c1163b9453224238b59bb9328c142b8b248b" dependencies = [ "bindgen", ] [[package]] name = "cpal" -version = "0.13.3" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8351ddf2aaa3c583fa388029f8b3d26f3c7035a20911fdd5f2e2ed7ab57dad25" +checksum = "74117836a5124f3629e4b474eed03e479abaf98988b4bb317e29f08cfe0e4116" dependencies = [ - "alsa", + "alsa 0.6.0", "core-foundation-sys", "coreaudio-rs", "jni", @@ -510,7 +529,7 @@ dependencies = [ "mach", "ndk", "ndk-glue", - "nix 0.20.0", + "nix 0.23.1", "oboe", "parking_lot", "stdweb", @@ -521,35 +540,28 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.1.1" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dec1028182c380cc45a2e2c5ec841134f2dfd0f8f5f0a5bcd68004f81b5efdf4" +checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469" dependencies = [ "libc", ] -[[package]] -name = "cpuid-bool" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634" - [[package]] name = "crossbeam-utils" -version = "0.8.1" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" +checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6" dependencies = [ - "autocfg", "cfg-if 1.0.0", "lazy_static", ] [[package]] name = "crypto-mac" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6" +checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a" dependencies = [ "generic-array", "subtle", @@ -557,9 +569,9 @@ dependencies = [ [[package]] name = "crypto-mac" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e" +checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" dependencies = [ "generic-array", "subtle", @@ -567,9 +579,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.1.19" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19" +checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa" dependencies = [ "quote", "syn", @@ -586,24 +598,24 @@ dependencies = [ [[package]] name = "curl" -version = "0.4.34" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e268162af1a5fe89917ae25ba3b0a77c8da752bdc58e7dbb4f15b91fbd33756e" +checksum = "7de97b894edd5b5bcceef8b78d7da9b75b1d2f2f9a910569d0bde3dd31d84939" dependencies = [ "curl-sys", "libc", "openssl-probe", "openssl-sys", "schannel", - "socket2 0.3.12", + "socket2", "winapi", ] [[package]] name = "curl-sys" -version = "0.4.39+curl-7.74.0" +version = "0.4.52+curl-7.81.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07a8ce861e7b68a0b394e814d7ee9f1b2750ff8bd10372c6ad3bacc10e86f874" +checksum = "14b8c2d1023ea5fded5b7b892e4b8e95f70038a421126a056761a84246a28971" dependencies = [ "cc", "libc", @@ -617,9 +629,9 @@ dependencies = [ [[package]] name = "darling" -version = "0.10.2" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858" +checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4" dependencies = [ "darling_core", "darling_macro", @@ -627,9 +639,9 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.10.2" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b" +checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324" dependencies = [ "fnv", "ident_case", @@ -641,9 +653,9 @@ dependencies = [ [[package]] name = "darling_macro" -version = "0.10.2" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72" +checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b" dependencies = [ "darling_core", "quote", @@ -652,9 +664,9 @@ dependencies = [ [[package]] name = "derivative" -version = "2.1.3" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaed5874effa6cde088c644ddcdcb4ffd1511391c5be4fdd7a5ccd02c7e4a183" +checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" dependencies = [ "proc-macro2", "quote", @@ -671,18 +683,18 @@ dependencies = [ ] [[package]] -name = "either" -version = "1.6.1" +name = "easy-parallel" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" +checksum = "6907e25393cdcc1f4f3f513d9aac1e840eb1cc341a0fccb01171f7d14d10b946" [[package]] name = "encoding_rs" -version = "0.8.22" +version = "0.8.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28" +checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", ] [[package]] @@ -691,7 +703,17 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0" dependencies = [ - "enumflags2_derive", + "enumflags2_derive 0.6.4", + "serde", +] + +[[package]] +name = "enumflags2" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a25c90b056b3f84111cf183cbeddef0d3a0bbe9a674f057e1a1533c315f24def" +dependencies = [ + "enumflags2_derive 0.7.3", "serde", ] @@ -706,6 +728,17 @@ dependencies = [ "syn", ] +[[package]] +name = "enumflags2_derive" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "144ec79496cbab6f84fa125dc67be9264aef22eb8a28da8454d9c33f15108da4" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "env_logger" version = "0.8.4" @@ -733,15 +766,15 @@ dependencies = [ [[package]] name = "event-listener" -version = "2.5.1" +version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59" +checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71" [[package]] name = "fastrand" -version = "1.4.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3" +checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" dependencies = [ "instant", ] @@ -753,26 +786,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92" dependencies = [ "memoffset", - "rustc_version", -] - -[[package]] -name = "flume" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0362ef9c4c1fa854ff95b4cb78045a86e810d804dc04937961988b45427104a9" -dependencies = [ - "futures-core", - "futures-sink", - "pin-project 1.0.2", - "spinning_top", + "rustc_version 0.3.3", ] [[package]] name = "fnv" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "form_urlencoded" @@ -786,9 +807,9 @@ dependencies = [ [[package]] name = "futures" -version = "0.3.18" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cd0210d8c325c245ff06fd95a3b13689a1a276ac8cfa8e8720cb840bfb84b9e" +checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e" dependencies = [ "futures-channel", "futures-core", @@ -801,9 +822,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.18" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fc8cd39e3dbf865f7340dce6a2d401d24fd37c6fe6c4f0ee0de8bfca2252d27" +checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010" dependencies = [ "futures-core", "futures-sink", @@ -811,15 +832,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.18" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445" +checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" [[package]] name = "futures-executor" -version = "0.3.18" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b808bf53348a36cab739d7e04755909b9fcaaa69b7d7e588b37b6ec62704c97" +checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" dependencies = [ "futures-core", "futures-task", @@ -828,30 +849,30 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.18" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e481354db6b5c353246ccf6a728b0c5511d752c08da7260546fc0933869daa11" +checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b" [[package]] name = "futures-lite" -version = "1.11.2" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e6c079abfac3ab269e2927ec048dabc89d009ebfdda6b8ee86624f30c689658" +checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" dependencies = [ "fastrand", "futures-core", "futures-io", "memchr", "parking", - "pin-project-lite 0.1.11", + "pin-project-lite", "waker-fn", ] [[package]] name = "futures-macro" -version = "0.3.18" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a89f17b21645bc4ed773c69af9c9a0effd4a3f1a3876eadd453469f8854e7fdd" +checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512" dependencies = [ "proc-macro2", "quote", @@ -860,21 +881,21 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.18" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "996c6442437b62d21a32cd9906f9c41e7dc1e19a9579843fad948696769305af" +checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" [[package]] name = "futures-task" -version = "0.3.18" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dabf1872aaab32c886832f2276d2f5399887e2bd613698a02359e4ea83f8de12" +checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" [[package]] name = "futures-util" -version = "0.3.18" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e" +checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a" dependencies = [ "futures-channel", "futures-core", @@ -883,17 +904,18 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.4", + "pin-project-lite", "pin-utils", "slab", ] [[package]] name = "gdk-pixbuf" -version = "0.14.0" +version = "0.15.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534192cb8f01daeb8fab2c8d4baa8f9aae5b7a39130525779f5c2608e235b10f" +checksum = "d8750501d75f318c2ec0314701bc8403901303210def80bafd13f6b6059a3f45" dependencies = [ + "bitflags", "gdk-pixbuf-sys", "gio", "glib", @@ -902,22 +924,22 @@ dependencies = [ [[package]] name = "gdk-pixbuf-sys" -version = "0.14.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f097c0704201fbc8f69c1762dc58c6947c8bb188b8ed0bc7e65259f1894fe590" +checksum = "413424d9818621fa3cfc8a3a915cdb89a7c3c507d56761b4ec83a9a98e587171" dependencies = [ "gio-sys", "glib-sys", "gobject-sys", "libc", - "system-deps 3.1.1", + "system-deps", ] [[package]] name = "gdk4" -version = "0.3.1" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f97a162c17214d1bf981af3f683156a0b1667dd1927057c4f0a68513251ecf0f" +checksum = "d9df40006277ff44538fe758400fc671146f6f2665978b6b57d2408db3c2becf" dependencies = [ "bitflags", "cairo-rs", @@ -931,26 +953,26 @@ dependencies = [ [[package]] name = "gdk4-sys" -version = "0.3.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9498f4e06969fb96a4e4234dfe1d308a3ac6b120b3c6d93e3ec5c77fe88bc6d5" +checksum = "48a39e34abe35ee2cf54a1e29dd983accecd113ad30bdead5050418fa92f2a1b" dependencies = [ "cairo-sys-rs", "gdk-pixbuf-sys", "gio-sys", "glib-sys", "gobject-sys", - "graphene-sys", "libc", "pango-sys", - "system-deps 5.0.0", + "pkg-config", + "system-deps", ] [[package]] name = "generic-array" -version = "0.14.4" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" +checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803" dependencies = [ "typenum", "version_check", @@ -967,24 +989,13 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" -dependencies = [ - "cfg-if 0.1.10", - "libc", - "wasi 0.9.0+wasi-snapshot-preview1", -] - -[[package]] -name = "getrandom" -version = "0.2.1" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6" +checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c" dependencies = [ "cfg-if 1.0.0", "libc", - "wasi 0.10.1+wasi-snapshot-preview1", + "wasi", ] [[package]] @@ -999,19 +1010,19 @@ dependencies = [ [[package]] name = "gettext-sys" -version = "0.21.0" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "885d118016f633f99f741afe6c1433c040813a3cbc755cbfdf85f963e02fad80" +checksum = "afa9e06ab9e7514cc9ae668ea3b71ea1536259d767dff0289ac23ad134f99929" dependencies = [ "cc", - "tempfile", + "temp-dir", ] [[package]] name = "gio" -version = "0.14.8" +version = "0.15.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "711c3632b3ebd095578a9c091418d10fed492da9443f58ebc8f45efbeb215cb0" +checksum = "bb50e113645fba48bc36c8abaee1fe5e43d353e8763966e29dfe69660514e461" dependencies = [ "bitflags", "futures-channel", @@ -1026,22 +1037,22 @@ dependencies = [ [[package]] name = "gio-sys" -version = "0.14.0" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0a41df66e57fcc287c4bcf74fc26b884f31901ea9792ec75607289b456f48fa" +checksum = "4f0bc4cfc9ebcdd05cc5057bc51b99c32f8f9bf246274f6a556ffd27279f8fe3" dependencies = [ "glib-sys", "gobject-sys", "libc", - "system-deps 3.1.1", + "system-deps", "winapi", ] [[package]] name = "glib" -version = "0.14.8" +version = "0.15.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c515f1e62bf151ef6635f528d05b02c11506de986e43b34a5c920ef0b3796a4" +checksum = "89528258cfdc79b1e54591202705be67896ad254f99e3cc2ea3710e0307148f2" dependencies = [ "bitflags", "futures-channel", @@ -1054,17 +1065,18 @@ dependencies = [ "libc", "once_cell", "smallvec", + "thiserror", ] [[package]] name = "glib-macros" -version = "0.14.0" +version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9eb7bdf41972a6f6dab5d72c23d22789f400059a43ba0d72b4bb2f8664d946a9" +checksum = "e58b262ff65ef771003873cea8c10e0fe854f1c508d48d62a4111a1ff163f7d1" dependencies = [ "anyhow", "heck", - "proc-macro-crate 1.0.0", + "proc-macro-crate 1.1.0", "proc-macro-error", "proc-macro2", "quote", @@ -1073,12 +1085,12 @@ dependencies = [ [[package]] name = "glib-sys" -version = "0.14.0" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c1d60554a212445e2a858e42a0e48cece1bd57b311a19a9468f70376cf554ae" +checksum = "fa1d4e1a63d8574541e5b92931e4e669ddc87ffa85d58e84e631dba13ad2e10c" dependencies = [ "libc", - "system-deps 3.1.1", + "system-deps", ] [[package]] @@ -1089,33 +1101,32 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "gloo-timers" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f" +checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e" dependencies = [ "futures-channel", "futures-core", "js-sys", "wasm-bindgen", - "web-sys", ] [[package]] name = "gobject-sys" -version = "0.14.0" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa92cae29759dae34ab5921d73fff5ad54b3d794ab842c117e36cafc7994c3f5" +checksum = "df6859463843c20cf3837e3a9069b6ab2051aeeadf4c899d33344f4aea83189a" dependencies = [ "glib-sys", "libc", - "system-deps 3.1.1", + "system-deps", ] [[package]] name = "graphene-rs" -version = "0.14.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1460a39f06e491e6112f27e71e51435c833ba370723224dd1743dfd1f201f19" +checksum = "7c54f9fbbeefdb62c99f892dfca35f83991e2cb5b46a8dc2a715e58612f85570" dependencies = [ "glib", "graphene-sys", @@ -1124,21 +1135,21 @@ dependencies = [ [[package]] name = "graphene-sys" -version = "0.14.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7d23fb7a9547e5f072a7e0cd49cd648fedeb786d122b106217511980cbb8962" +checksum = "03f311acb023cf7af5537f35de028e03706136eead7f25a31e8fd26f5011e0b3" dependencies = [ "glib-sys", "libc", "pkg-config", - "system-deps 3.1.1", + "system-deps", ] [[package]] name = "gsk4" -version = "0.3.1" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eff59ca46c4fc5087fd7a0c3770a71ea4b6e94f8c24c12e2c2e8538f9f6fd764" +checksum = "1bf63d454e2f75abd92ee6de0ac9fc5aaf1018cd9c458aaf9de296c5cbab6bb9" dependencies = [ "bitflags", "cairo-rs", @@ -1152,9 +1163,9 @@ dependencies = [ [[package]] name = "gsk4-sys" -version = "0.3.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13aa53ce70234da02f9954339d988d5ab853d746a8f47a4ae17735ff873545b5" +checksum = "e31d21d7ce02ba261bb24c50c4ab238a10b41a2c97c32afffae29471b7cca69b" dependencies = [ "cairo-sys-rs", "gdk4-sys", @@ -1163,14 +1174,14 @@ dependencies = [ "graphene-sys", "libc", "pango-sys", - "system-deps 5.0.0", + "system-deps", ] [[package]] name = "gtk4" -version = "0.3.1" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58a04f421d1485ba4739e723199f5828bca05ab4e622ed39a96a342b6b1a6a3d" +checksum = "9e841556e3fe55d8a43ada76b7b08a5f65570bbdfe3b8f72c333053b8832c626" dependencies = [ "bitflags", "cairo-rs", @@ -1191,14 +1202,12 @@ dependencies = [ [[package]] name = "gtk4-macros" -version = "0.3.1" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5068d4354af02454f44687adc613100aa98ae11e273cdcac84f89dc08be2b4a1" +checksum = "573db42bb64973a4d5f718b73caa7204285a1a665308a23b11723d0ee56ec305" dependencies = [ "anyhow", - "heck", - "itertools", - "proc-macro-crate 1.0.0", + "proc-macro-crate 1.1.0", "proc-macro-error", "proc-macro2", "quote", @@ -1207,9 +1216,9 @@ dependencies = [ [[package]] name = "gtk4-sys" -version = "0.3.1" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e20a64c8f0ddcff8902ff04c130747f2fb7834a43530f75d03d6c71335733b49" +checksum = "c47c075e8f795c38f6e9a47b51a73eab77b325f83c0154979ed4d4245c36490d" dependencies = [ "cairo-sys-rs", "gdk-pixbuf-sys", @@ -1221,29 +1230,29 @@ dependencies = [ "gsk4-sys", "libc", "pango-sys", - "system-deps 5.0.0", + "system-deps", ] [[package]] name = "hashbrown" -version = "0.9.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" +checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" [[package]] name = "headers" -version = "0.3.4" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0b7591fb62902706ae8e7aaff416b1b0fa2c0fd0878b46dc13baa3712d8a855" +checksum = "c84c647447a07ca16f5fbd05b633e535cc41a08d2d74ab1e08648df53be9cb89" dependencies = [ "base64", "bitflags", - "bytes 1.0.1", + "bytes", "headers-core", "http", + "httpdate", "mime", "sha-1", - "time", ] [[package]] @@ -1257,27 +1266,24 @@ dependencies = [ [[package]] name = "heck" -version = "0.3.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" -dependencies = [ - "unicode-segmentation", -] +checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" [[package]] name = "hermit-abi" -version = "0.1.12" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4" +checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" dependencies = [ "libc", ] [[package]] name = "hex" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hkdf" @@ -1295,7 +1301,7 @@ version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15" dependencies = [ - "crypto-mac 0.10.0", + "crypto-mac 0.10.1", "digest", ] @@ -1305,7 +1311,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b" dependencies = [ - "crypto-mac 0.11.0", + "crypto-mac 0.11.1", "digest", ] @@ -1322,37 +1328,37 @@ dependencies = [ [[package]] name = "http" -version = "0.2.1" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" +checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03" dependencies = [ - "bytes 0.5.4", + "bytes", "fnv", - "itoa", + "itoa 1.0.1", ] [[package]] name = "http-body" -version = "0.4.2" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9" +checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" dependencies = [ - "bytes 1.0.1", + "bytes", "http", - "pin-project-lite 0.2.4", + "pin-project-lite", ] [[package]] name = "httparse" -version = "1.4.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437" +checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503" [[package]] name = "httpdate" -version = "1.0.0" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05842d0d43232b23ccb7060ecb0f0626922c21f30012e97b767b30afd4a5d4b9" +checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "humantime" @@ -1362,11 +1368,11 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.7" +version = "0.14.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e5f105c494081baa3bf9e200b279e27ec1623895cd504c7dbef8d0b080fcf54" +checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55" dependencies = [ - "bytes 1.0.1", + "bytes", "futures-channel", "futures-core", "futures-util", @@ -1374,9 +1380,9 @@ dependencies = [ "http-body", "httparse", "httpdate", - "itoa", - "pin-project 1.0.2", - "socket2 0.4.0", + "itoa 0.4.8", + "pin-project-lite", + "socket2", "tokio", "tower-service", "tracing", @@ -1389,7 +1395,7 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc" dependencies = [ - "bytes 1.0.1", + "bytes", "futures", "headers", "http", @@ -1406,9 +1412,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idna" -version = "0.2.0" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" +checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" dependencies = [ "matches", "unicode-bidi", @@ -1417,9 +1423,9 @@ dependencies = [ [[package]] name = "if-addrs" -version = "0.6.5" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28538916eb3f3976311f5dfbe67b5362d0add1293d0a9cad17debf86f8e3aa48" +checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de" dependencies = [ "if-addrs-sys", "libc", @@ -1438,9 +1444,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.6.2" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3" +checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" dependencies = [ "autocfg", "hashbrown", @@ -1448,24 +1454,26 @@ dependencies = [ [[package]] name = "instant" -version = "0.1.9" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" +checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" dependencies = [ "cfg-if 1.0.0", ] [[package]] name = "isahc" -version = "1.2.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33b24d2aed6bbe6faeab0e164ec2e9e6193fcfcfe489b6eb59fb0d0d34947d73" +checksum = "437f8808009c031df3c1d532c8fd7e3d73239dfe522ebf0b94b5e34d5d01044b" dependencies = [ + "async-channel", + "castaway", "crossbeam-utils", "curl", "curl-sys", "encoding_rs", - "flume", + "event-listener", "futures-lite", "http", "log", @@ -1483,25 +1491,22 @@ dependencies = [ ] [[package]] -name = "itertools" -version = "0.10.1" +name = "itoa" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" -dependencies = [ - "either", -] +checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" [[package]] name = "itoa" -version = "0.4.5" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" +checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" [[package]] name = "jni" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24967112a1e4301ca5342ea339763613a37592b8a6ce6cf2e4494537c7a42faf" +checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" dependencies = [ "cesu8", "combine", @@ -1519,18 +1524,18 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.22" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd" +checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa" dependencies = [ "libc", ] [[package]] name = "js-sys" -version = "0.3.46" +version = "0.3.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175" +checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04" dependencies = [ "wasm-bindgen", ] @@ -1552,9 +1557,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lazycell" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" +checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "lewton" @@ -1569,9 +1574,9 @@ dependencies = [ [[package]] name = "libadwaita" -version = "0.1.0-beta-1" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef1e2d4b5490caff8a1d44648f68721ab917f765a7fa1d0226fcdac42d86552" +checksum = "0d4b1d54d907dfa5d6663fdf4bdbe46c34747258b85c787adbf66187ccbaac81" dependencies = [ "gdk-pixbuf", "gdk4", @@ -1586,9 +1591,9 @@ dependencies = [ [[package]] name = "libadwaita-sys" -version = "0.1.0-beta-1" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a165d8c96824753ec072b70a9149790efa3d5abb07e130cda7eb04ef2006d4c" +checksum = "f18b6ac4cadd252a89f5cba0a5a4e99836131795d6fad37b859ac79e8cb7d2c8" dependencies = [ "gdk4-sys", "gio-sys", @@ -1596,36 +1601,36 @@ dependencies = [ "gobject-sys", "gtk4-sys", "libc", - "system-deps 3.1.1", + "system-deps", ] [[package]] name = "libc" -version = "0.2.94" +version = "0.2.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" +checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c" [[package]] name = "libloading" -version = "0.5.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" +checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd" dependencies = [ - "cc", + "cfg-if 1.0.0", "winapi", ] [[package]] name = "libm" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" +checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db" [[package]] name = "libmdns" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98477a6781ae1d6a1c2aeabfd2e23353a75fe8eb7c2545f6ed282ac8f3e2fc53" +checksum = "fac185a4d02e873c6d1ead59d674651f8ae5ec23ffe1637bee8de80665562a6a" dependencies = [ "byteorder", "futures-util", @@ -1633,17 +1638,17 @@ dependencies = [ "if-addrs", "log", "multimap", - "rand 0.8.4", - "socket2 0.4.0", + "rand", + "socket2", "thiserror", "tokio", ] [[package]] name = "libnghttp2-sys" -version = "0.1.3" +version = "0.1.7+1.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b359f5ec8106bc297694c9a562ace312be2cfd17a5fc68dc12249845aa144b11" +checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f" dependencies = [ "cc", "libc", @@ -1651,9 +1656,9 @@ dependencies = [ [[package]] name = "libpulse-binding" -version = "2.23.1" +version = "2.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db951f37898e19a6785208e3a290261e0f1a8e086716be596aaad684882ca8e3" +checksum = "17be42160017e0ae993c03bfdab4ecb6f82ce3f8d515bd8da8fdf18d10703663" dependencies = [ "bitflags", "libc", @@ -1665,9 +1670,9 @@ dependencies = [ [[package]] name = "libpulse-simple-binding" -version = "2.23.0" +version = "2.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a574975292db859087c3957b9182f7d53278553f06bddaa2099c90e4ac3a0ee0" +checksum = "7cbf1a1dfd69a48cb60906399fa1d17f1b75029ef51c0789597be792dfd0bcd5" dependencies = [ "libpulse-binding", "libpulse-simple-sys", @@ -1676,9 +1681,9 @@ dependencies = [ [[package]] name = "libpulse-simple-sys" -version = "1.16.1" +version = "1.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "468cf582b7b022c0d1b266fefc7fc8fa7b1ddcb61214224f2f105c95a9c2d5c1" +checksum = "7c73f96f9ca34809692c4760cfe421225860aa000de50edab68a16221fd27cc1" dependencies = [ "libpulse-sys", "pkg-config", @@ -1686,9 +1691,9 @@ dependencies = [ [[package]] name = "libpulse-sys" -version = "1.18.0" +version = "1.19.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf17e9832643c4f320c42b7d78b2c0510f45aa5e823af094413b94e45076ba82" +checksum = "991e6bd0efe2a36e6534e136e7996925e4c1a8e35b7807fe533f2beffff27c30" dependencies = [ "libc", "num-derive", @@ -1732,7 +1737,7 @@ checksum = "e5f7cc7e4d1c2596191be523668c933e07ec8a318d099fd66658258a4fe4a2dc" dependencies = [ "aes-ctr", "byteorder", - "bytes 1.0.1", + "bytes", "futures-util", "librespot-core", "log", @@ -1754,7 +1759,7 @@ dependencies = [ "librespot-protocol", "log", "protobuf", - "rand 0.8.4", + "rand", "serde", "serde_json", "tokio", @@ -1770,7 +1775,7 @@ dependencies = [ "aes", "base64", "byteorder", - "bytes 1.0.1", + "bytes", "form_urlencoded", "futures-core", "futures-util", @@ -1781,14 +1786,14 @@ dependencies = [ "hyper-proxy", "librespot-protocol", "log", - "num-bigint 0.4.0", + "num-bigint 0.4.3", "num-integer", "num-traits", "once_cell", "pbkdf2", "priority-queue", "protobuf", - "rand 0.8.4", + "rand", "serde", "serde_json", "sha-1", @@ -1818,7 +1823,7 @@ dependencies = [ "libmdns", "librespot-core", "log", - "rand 0.8.4", + "rand", "serde_json", "sha-1", "thiserror", @@ -1845,7 +1850,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "188b252b690ae7387f84a481ff4211df1a5c21eb9bddfc25cbde48793f2e0ef2" dependencies = [ - "alsa", + "alsa 0.5.0", "byteorder", "cpal", "futures-executor", @@ -1858,7 +1863,7 @@ dependencies = [ "librespot-metadata", "log", "ogg", - "rand 0.8.4", + "rand", "rand_distr", "rodio", "shell-words", @@ -1880,9 +1885,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655" +checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66" dependencies = [ "cc", "libc", @@ -1905,9 +1910,9 @@ dependencies = [ [[package]] name = "lock_api" -version = "0.4.2" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312" +checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b" dependencies = [ "scopeguard", ] @@ -1948,21 +1953,21 @@ checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" [[package]] name = "matches" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" +checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" [[package]] name = "memchr" -version = "2.3.3" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" +checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" [[package]] name = "memoffset" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9" +checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" dependencies = [ "autocfg", ] @@ -1975,9 +1980,9 @@ checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" [[package]] name = "mio" -version = "0.7.11" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956" +checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2" dependencies = [ "libc", "log", @@ -1997,29 +2002,30 @@ dependencies = [ [[package]] name = "multimap" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333" +checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" dependencies = [ "serde", ] [[package]] name = "nb-connect" -version = "1.0.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998" +checksum = "b1bb540dc6ef51cfe1916ec038ce7a620daf3a111e2502d745197cd53d6bca15" dependencies = [ "libc", - "winapi", + "socket2", ] [[package]] name = "ndk" -version = "0.3.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8794322172319b972f528bf90c6b467be0079f1fa82780ffb431088e741a73ab" +checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4" dependencies = [ + "bitflags", "jni-sys", "ndk-sys", "num_enum", @@ -2028,9 +2034,9 @@ dependencies = [ [[package]] name = "ndk-glue" -version = "0.3.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5caf0c24d51ac1c905c27d4eda4fa0635bbe0de596b8f79235e0b17a4d29385" +checksum = "04c0d14b0858eb9962a5dac30b809b19f19da7e4547d64af2b0bb051d2e55d79" dependencies = [ "lazy_static", "libc", @@ -2042,12 +2048,12 @@ dependencies = [ [[package]] name = "ndk-macro" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d" +checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c" dependencies = [ "darling", - "proc-macro-crate 0.1.5", + "proc-macro-crate 1.1.0", "proc-macro2", "quote", "syn", @@ -2055,9 +2061,12 @@ dependencies = [ [[package]] name = "ndk-sys" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d" +checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97" +dependencies = [ + "jni-sys", +] [[package]] name = "nix" @@ -2074,9 +2083,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.19.1" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2" +checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a" dependencies = [ "bitflags", "cc", @@ -2086,21 +2095,22 @@ dependencies = [ [[package]] name = "nix" -version = "0.20.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a" +checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6" dependencies = [ "bitflags", "cc", "cfg-if 1.0.0", "libc", + "memoffset", ] [[package]] name = "nom" -version = "5.1.1" +version = "5.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6" +checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af" dependencies = [ "memchr", "version_check", @@ -2121,7 +2131,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b7a8e9be5e039e2ff869df49155f1c06bd01ade2117ec783e56ab0932b67a8f" dependencies = [ - "num-bigint 0.3.1", + "num-bigint 0.3.3", "num-complex", "num-integer", "num-iter", @@ -2131,9 +2141,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e9a41747ae4633fce5adffb4d2e81ffc5e89593cb19917f8fb2cc5ff76507bf" +checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3" dependencies = [ "autocfg", "num-integer", @@ -2142,14 +2152,14 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.0" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e0d047c1062aa51e256408c560894e5251f08925980e53cf1aa5bd00eec6512" +checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" dependencies = [ "autocfg", "num-integer", "num-traits", - "rand 0.8.4", + "rand", ] [[package]] @@ -2200,7 +2210,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07" dependencies = [ "autocfg", - "num-bigint 0.3.1", + "num-bigint 0.3.3", "num-integer", "num-traits", ] @@ -2217,9 +2227,9 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" +checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" dependencies = [ "hermit-abi", "libc", @@ -2227,21 +2237,20 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.5.1" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "226b45a5c2ac4dd696ed30fa6b94b057ad909c7b7fc2e0d0808192bced894066" +checksum = "720d3ea1055e4e4574c0c0b0f8c3fd4f24c4cdaf465948206dea090b57b526ad" dependencies = [ - "derivative", "num_enum_derive", ] [[package]] name = "num_enum_derive" -version = "0.5.1" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c0fd9eba1d5db0994a239e09c1be402d35622277e35468ba891aa5e3188ce7e" +checksum = "0d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21" dependencies = [ - "proc-macro-crate 0.1.5", + "proc-macro-crate 1.1.0", "proc-macro2", "quote", "syn", @@ -2278,9 +2287,9 @@ dependencies = [ [[package]] name = "oboe" -version = "0.4.1" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cfb2390bddb9546c0f7448fd1d2abdd39e6075206f960991eb28c7fa7f126c4" +checksum = "2463c8f2e19b4e0d0710a21f8e4011501ff28db1c95d7a5482a553b2100502d2" dependencies = [ "jni", "ndk", @@ -2292,9 +2301,9 @@ dependencies = [ [[package]] name = "oboe-sys" -version = "0.4.0" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe069264d082fc820dfa172f79be3f2e088ecfece9b1c47b0c9fd838d2bef103" +checksum = "3370abb7372ed744232c12954d920d1a40f1c4686de9e79e800021ef492294bd" dependencies = [ "cc", ] @@ -2310,9 +2319,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.5.2" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0" +checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5" [[package]] name = "opaque-debug" @@ -2322,15 +2331,15 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl-probe" -version = "0.1.2" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" +checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.56" +version = "0.9.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f02309a7f127000ed50594f0b50ecc69e7c654e16d41b4e8156d1b3df8e0b52e" +checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb" dependencies = [ "autocfg", "cc", @@ -2339,11 +2348,21 @@ dependencies = [ "vcpkg", ] +[[package]] +name = "ordered-stream" +version = "0.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44630c059eacfd6e08bdaa51b1db2ce33119caa4ddc1235e923109aa5f25ccb1" +dependencies = [ + "futures-core", + "pin-project-lite", +] + [[package]] name = "pango" -version = "0.14.0" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "415823a4fb9f1789785cd6e2d2413816f2ecff92380382969aaca9c400e13a19" +checksum = "79211eff430c29cc38c69e0ab54bc78fa1568121ca9737707eee7f92a8417a94" dependencies = [ "bitflags", "glib", @@ -2354,14 +2373,14 @@ dependencies = [ [[package]] name = "pango-sys" -version = "0.14.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2367099ca5e761546ba1d501955079f097caa186bb53ce0f718dca99ac1942fe" +checksum = "7022c2fb88cd2d9d55e1a708a8c53a3ae8678234c4a54bf623400aeb7f31fac2" dependencies = [ "glib-sys", "gobject-sys", "libc", - "system-deps 3.1.1", + "system-deps", ] [[package]] @@ -2372,9 +2391,9 @@ checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" [[package]] name = "parking_lot" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" +checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" dependencies = [ "instant", "lock_api", @@ -2383,14 +2402,14 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.8.3" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018" +checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" dependencies = [ "cfg-if 1.0.0", "instant", "libc", - "redox_syscall 0.2.8", + "redox_syscall", "smallvec", "winapi", ] @@ -2401,7 +2420,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa" dependencies = [ - "crypto-mac 0.11.0", + "crypto-mac 0.11.1", "hmac 0.11.0", ] @@ -2428,38 +2447,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "0.4.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81d480cb4e89522ccda96d0eed9af94180b7a5f93fb28f66e1fd7d68431663d1" -dependencies = [ - "pin-project-internal 0.4.16", -] - -[[package]] -name = "pin-project" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7" -dependencies = [ - "pin-project-internal 1.0.2", -] - -[[package]] -name = "pin-project-internal" -version = "0.4.16" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a82996f11efccb19b685b14b5df818de31c1edcee3daa256ab5775dd98e72feb" +checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e" dependencies = [ - "proc-macro2", - "quote", - "syn", + "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.0.2" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f" +checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb" dependencies = [ "proc-macro2", "quote", @@ -2468,15 +2467,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.1.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b" - -[[package]] -name = "pin-project-lite" -version = "0.2.4" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827" +checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c" [[package]] name = "pin-utils" @@ -2486,34 +2479,34 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkg-config" -version = "0.3.17" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" +checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe" [[package]] name = "polling" -version = "2.0.2" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4" +checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "libc", "log", - "wepoll-sys", + "wepoll-ffi", "winapi", ] [[package]] name = "ppv-lite86" -version = "0.2.10" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" +checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "priority-queue" -version = "1.1.1" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e1340009a04e81f656a4e45e295f0b1191c81de424bf940c865e33577a8e223" +checksum = "00ba480ac08d3cfc40dea10fd466fd2c14dee3ea6fc7873bc4079eda2727caf0" dependencies = [ "autocfg", "indexmap", @@ -2530,9 +2523,9 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92" +checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83" dependencies = [ "thiserror", "toml", @@ -2564,33 +2557,33 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.24" +version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" +checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" dependencies = [ "unicode-xid", ] [[package]] name = "protobuf" -version = "2.25.2" +version = "2.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47c327e191621a2158159df97cdbc2e7074bb4e940275e35abf38eb3d2595754" +checksum = "cf7e6d18738ecd0902d30d1ad232c9125985a3422929b16c65517b38adc14f96" [[package]] name = "protobuf-codegen" -version = "2.25.2" +version = "2.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3df8c98c08bd4d6653c2dbae00bd68c1d1d82a360265a5b0bbc73d48c63cb853" +checksum = "aec1632b7c8f2e620343439a7dfd1f3c47b18906c4be58982079911482b5d707" dependencies = [ "protobuf", ] [[package]] name = "protobuf-codegen-pure" -version = "2.25.2" +version = "2.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "394a73e2a819405364df8d30042c0f1174737a763e0170497ec9d36f8a2ea8f7" +checksum = "9f8122fdb18e55190c796b088a16bdb70cd7acdcd48f7a8b796b58c62e532cc6" dependencies = [ "protobuf", "protobuf-codegen", @@ -2598,115 +2591,58 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.8" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df" +checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145" dependencies = [ "proc-macro2", ] [[package]] name = "rand" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" -dependencies = [ - "getrandom 0.1.14", - "libc", - "rand_chacha 0.2.2", - "rand_core 0.5.1", - "rand_hc 0.2.0", -] - -[[package]] -name = "rand" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", - "rand_chacha 0.3.0", - "rand_core 0.6.1", - "rand_hc 0.3.0", -] - -[[package]] -name = "rand_chacha" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" -dependencies = [ - "ppv-lite86", - "rand_core 0.5.1", + "rand_chacha", + "rand_core", ] [[package]] name = "rand_chacha" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core 0.6.1", -] - -[[package]] -name = "rand_core" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" -dependencies = [ - "getrandom 0.1.14", + "rand_core", ] [[package]] name = "rand_core" -version = "0.6.1" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5" +checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" dependencies = [ - "getrandom 0.2.1", + "getrandom", ] [[package]] name = "rand_distr" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "964d548f8e7d12e102ef183a0de7e98180c9f8729f555897a857b96e48122d2f" +checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand 0.8.4", + "rand", ] -[[package]] -name = "rand_hc" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" -dependencies = [ - "rand_core 0.5.1", -] - -[[package]] -name = "rand_hc" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" -dependencies = [ - "rand_core 0.6.1", -] - -[[package]] -name = "redox_syscall" -version = "0.1.56" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" - [[package]] name = "redox_syscall" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc" +checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" dependencies = [ "bitflags", ] @@ -2719,9 +2655,9 @@ checksum = "2b5ceb840e4009da4841ed22a15eb49f64fdd00a2138945c5beacf506b2fb5ed" [[package]] name = "regex" -version = "1.4.6" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759" +checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" dependencies = [ "aho-corasick", "memchr", @@ -2730,15 +2666,15 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.22" +version = "0.6.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" +checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "remove_dir_all" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" +checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" dependencies = [ "winapi", ] @@ -2774,14 +2710,23 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" dependencies = [ - "semver", + "semver 0.11.0", +] + +[[package]] +name = "rustc_version" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" +dependencies = [ + "semver 1.0.5", ] [[package]] name = "ryu" -version = "1.0.4" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1" +checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f" [[package]] name = "same-file" @@ -2825,13 +2770,13 @@ dependencies = [ "hkdf", "lazy_static", "num", - "rand 0.8.4", + "rand", "serde", "sha2", - "zbus 1.8.0", - "zbus_macros 1.8.0", - "zvariant", - "zvariant_derive", + "zbus 1.9.1", + "zbus_macros 1.9.1", + "zvariant 2.10.0", + "zvariant_derive 2.10.0", ] [[package]] @@ -2843,6 +2788,12 @@ dependencies = [ "semver-parser", ] +[[package]] +name = "semver" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0486718e92ec9a68fbed73bb5ef687d71103b142595b406835649bebd33f72c7" + [[package]] name = "semver-parser" version = "0.10.2" @@ -2854,18 +2805,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.130" +version = "1.0.136" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913" +checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.130" +version = "1.0.136" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b" +checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9" dependencies = [ "proc-macro2", "quote", @@ -2874,20 +2825,20 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.72" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527" +checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95" dependencies = [ - "itoa", + "itoa 1.0.1", "ryu", "serde", ] [[package]] name = "serde_repr" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76" +checksum = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5" dependencies = [ "proc-macro2", "quote", @@ -2896,9 +2847,9 @@ dependencies = [ [[package]] name = "sha-1" -version = "0.9.5" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b659df5fc3ce22274daac600ffb845300bd2125bcfaec047823075afdab81c00" +checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" dependencies = [ "block-buffer", "cfg-if 1.0.0", @@ -2909,19 +2860,28 @@ dependencies = [ [[package]] name = "sha1" -version = "0.6.0" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770" +dependencies = [ + "sha1_smol", +] + +[[package]] +name = "sha1_smol" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" +checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" [[package]] name = "sha2" -version = "0.9.2" +version = "0.9.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8" +checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" dependencies = [ "block-buffer", "cfg-if 1.0.0", - "cpuid-bool", + "cpufeatures", "digest", "opaque-debug", ] @@ -2937,9 +2897,9 @@ dependencies = [ [[package]] name = "shell-words" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074" +checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" [[package]] name = "shlex" @@ -2949,80 +2909,49 @@ checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" [[package]] name = "signal-hook-registry" -version = "1.2.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41" +checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" dependencies = [ - "arc-swap", "libc", ] [[package]] name = "slab" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" - -[[package]] -name = "slotmap" -version = "1.0.2" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3003725ae562cf995f3dc82bb99e70926e09000396816765bb6d7adbe740b1" -dependencies = [ - "version_check", -] +checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "sluice" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fa0333a60ff2e3474a6775cc611840c2a55610c831dd366503474c02f1a28f5" +checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5" dependencies = [ - "futures-channel", + "async-channel", "futures-core", "futures-io", ] [[package]] name = "smallvec" -version = "1.6.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" +checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" [[package]] name = "socket2" -version = "0.3.12" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918" +checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" dependencies = [ - "cfg-if 0.1.10", "libc", - "redox_syscall 0.1.56", "winapi", ] -[[package]] -name = "socket2" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2" -dependencies = [ - "libc", - "winapi", -] - -[[package]] -name = "spinning_top" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e529d73e80d64b5f2631f9035113347c578a1c9c7774b83a2b880788459ab36" -dependencies = [ - "lock_api", -] - [[package]] name = "spot" -version = "0.3.1" +version = "0.3.2" dependencies = [ "async-std", "env_logger 0.9.0", @@ -3041,7 +2970,7 @@ dependencies = [ "log", "percent-encoding", "protobuf", - "rand 0.8.4", + "rand", "ref_filter_map", "regex", "secret-service", @@ -3049,9 +2978,8 @@ dependencies = [ "serde_json", "thiserror", "tokio", - "zbus 2.0.0-beta.3", - "zvariant", - "zvariant_derive", + "zbus 2.1.1", + "zvariant 3.1.2", ] [[package]] @@ -3068,39 +2996,21 @@ checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e" [[package]] name = "strsim" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" - -[[package]] -name = "strum" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c" - -[[package]] -name = "strum_macros" -version = "0.20.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn", -] +checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "subtle" -version = "2.3.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "343f3f510c2915908f155e94f17220b19ccfacf2a64a2a5d8004f2c3e311e7fd" +checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" -version = "1.0.60" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081" +checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b" dependencies = [ "proc-macro2", "quote", @@ -3109,9 +3019,9 @@ dependencies = [ [[package]] name = "synstructure" -version = "0.12.4" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" +checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" dependencies = [ "proc-macro2", "quote", @@ -3121,54 +3031,42 @@ dependencies = [ [[package]] name = "system-deps" -version = "3.1.1" +version = "6.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c248107ad7bc1ac07066a4d003cae9e9a7bc2e27d3418f7a9cdcdc8699dbea70" +checksum = "ad3a97fdef3daf935d929b3e97e5a6a680cd4622e40c2941ca0875d6566416f8" dependencies = [ - "anyhow", - "cfg-expr 0.7.4", + "cfg-expr", "heck", - "itertools", "pkg-config", - "strum", - "strum_macros", - "thiserror", "toml", "version-compare", ] [[package]] -name = "system-deps" -version = "5.0.0" +name = "temp-dir" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e" -dependencies = [ - "cfg-expr 0.9.0", - "heck", - "pkg-config", - "toml", - "version-compare", -] +checksum = "af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab" [[package]] name = "tempfile" -version = "3.1.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" +checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", + "fastrand", "libc", - "rand 0.7.3", - "redox_syscall 0.1.56", + "redox_syscall", "remove_dir_all", "winapi", ] [[package]] name = "termcolor" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" +checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" dependencies = [ "winapi-util", ] @@ -3205,9 +3103,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.2.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342" +checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2" dependencies = [ "tinyvec_macros", ] @@ -3220,28 +3118,28 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.13.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee" +checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee" dependencies = [ - "autocfg", - "bytes 1.0.1", + "bytes", "libc", "memchr", "mio", "num_cpus", "once_cell", - "pin-project-lite 0.2.4", + "pin-project-lite", "signal-hook-registry", + "socket2", "tokio-macros", "winapi", ] [[package]] name = "tokio-macros" -version = "1.1.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57" +checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" dependencies = [ "proc-macro2", "quote", @@ -3250,34 +3148,34 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.5" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e177a5d8c3bf36de9ebe6d58537d8879e964332f93fb3339e43f618c81361af0" +checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3" dependencies = [ "futures-core", - "pin-project-lite 0.2.4", + "pin-project-lite", "tokio", ] [[package]] name = "tokio-util" -version = "0.6.6" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "940a12c99365c31ea8dd9ba04ec1be183ffe4920102bb7122c2f515437601e8e" +checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0" dependencies = [ - "bytes 1.0.1", + "bytes", "futures-core", "futures-sink", "log", - "pin-project-lite 0.2.4", + "pin-project-lite", "tokio", ] [[package]] name = "toml" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645" +checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" dependencies = [ "serde", ] @@ -3290,22 +3188,22 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.22" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3" +checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9" dependencies = [ "cfg-if 1.0.0", "log", - "pin-project-lite 0.2.4", + "pin-project-lite", "tracing-attributes", "tracing-core", ] [[package]] name = "tracing-attributes" -version = "0.1.11" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada" +checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716" dependencies = [ "proc-macro2", "quote", @@ -3314,20 +3212,20 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.17" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f" +checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23" dependencies = [ "lazy_static", ] [[package]] name = "tracing-futures" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" +checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" dependencies = [ - "pin-project 0.4.16", + "pin-project", "tracing", ] @@ -3339,9 +3237,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "typenum" -version = "1.12.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" +checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "ucd-trie" @@ -3351,45 +3249,36 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" [[package]] name = "unicode-bidi" -version = "0.3.4" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" -dependencies = [ - "matches", -] +checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" [[package]] name = "unicode-normalization" -version = "0.1.12" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4" +checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" dependencies = [ - "smallvec", + "tinyvec", ] -[[package]] -name = "unicode-segmentation" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" - [[package]] name = "unicode-width" -version = "0.1.7" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" +checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" [[package]] name = "unicode-xid" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" +checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "url" -version = "2.2.0" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e" +checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" dependencies = [ "form_urlencoded", "idna", @@ -3403,7 +3292,7 @@ version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" dependencies = [ - "getrandom 0.2.1", + "getrandom", ] [[package]] @@ -3418,37 +3307,32 @@ dependencies = [ [[package]] name = "vcpkg" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168" - -[[package]] -name = "vec-arena" -version = "1.0.0" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d" +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vergen" -version = "3.1.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ce50d8996df1f85af15f2cd8d33daae6e479575123ef4314a51a70a230739cb" +checksum = "e7141e445af09c8919f1d5f8a20dae0b20c3b57a45dee0d5823c6ed5d237f15a" dependencies = [ "bitflags", "chrono", + "rustc_version 0.4.0", ] [[package]] name = "version-compare" -version = "0.0.11" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b" +checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73" [[package]] name = "version_check" -version = "0.9.1" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" +checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "void" @@ -3485,21 +3369,15 @@ dependencies = [ [[package]] name = "wasi" -version = "0.9.0+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" - -[[package]] -name = "wasi" -version = "0.10.1+wasi-snapshot-preview1" +version = "0.10.2+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93c6c3420963c5c64bca373b25e77acb562081b9bb4dd5bb864187742186cea9" +checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wasm-bindgen" -version = "0.2.69" +version = "0.2.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e" +checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06" dependencies = [ "cfg-if 1.0.0", "wasm-bindgen-macro", @@ -3507,9 +3385,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.69" +version = "0.2.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62" +checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca" dependencies = [ "bumpalo", "lazy_static", @@ -3522,9 +3400,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.19" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35" +checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -3534,9 +3412,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.69" +version = "0.2.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084" +checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -3544,9 +3422,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.69" +version = "0.2.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549" +checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc" dependencies = [ "proc-macro2", "quote", @@ -3557,25 +3435,25 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.69" +version = "0.2.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158" +checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2" [[package]] name = "web-sys" -version = "0.3.46" +version = "0.3.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3" +checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb" dependencies = [ "js-sys", "wasm-bindgen", ] [[package]] -name = "wepoll-sys" -version = "3.0.1" +name = "wepoll-ffi" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff" +checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb" dependencies = [ "cc", ] @@ -3613,14 +3491,14 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "zbus" -version = "1.8.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40b4d4aa39daed4e32aed75f0c37b969184949a0fdfd5f2e1277abfda61f02a8" +checksum = "2326acc379a3ac4e34b794089f5bdb17086bf29a5fdf619b7b4cc772dc2e9dad" dependencies = [ "async-io", "byteorder", "derivative", - "enumflags2", + "enumflags2 0.6.4", "fastrand", "futures", "nb-connect", @@ -3630,43 +3508,52 @@ dependencies = [ "scoped-tls", "serde", "serde_repr", - "zbus_macros 1.8.0", - "zvariant", + "zbus_macros 1.9.1", + "zvariant 2.10.0", ] [[package]] name = "zbus" -version = "2.0.0-beta.3" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e1e656194618d167524f97e88ff9bf87f2b1e8bf58f357b2a7abfdff8cc85c9" +checksum = "7bb86f3d4592e26a48b2719742aec94f8ae6238ebde20d98183ee185d1275e9a" dependencies = [ + "async-broadcast", + "async-channel", + "async-executor", "async-io", "async-lock", + "async-recursion", + "async-task", + "async-trait", "byteorder", "derivative", - "enumflags2", + "enumflags2 0.7.3", "event-listener", "futures-core", "futures-sink", "futures-util", "hex", - "nix 0.19.1", + "lazy_static", + "nix 0.23.1", "once_cell", - "rand 0.8.4", - "scoped-tls", + "ordered-stream", + "rand", "serde", "serde_repr", "sha1", - "slotmap", - "zbus_macros 2.0.0-beta.3", - "zvariant", + "static_assertions", + "winapi", + "zbus_macros 2.1.1", + "zbus_names", + "zvariant 3.1.2", ] [[package]] name = "zbus_macros" -version = "1.8.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cc141cda72384bef359badf1808e391d3968f9299e8f3c3cbb78dafa1e0930" +checksum = "a482c56029e48681b89b92b5db3c446db0915e8dd1052c0328a574eda38d5f93" dependencies = [ "proc-macro-crate 0.1.5", "proc-macro2", @@ -3676,16 +3563,28 @@ dependencies = [ [[package]] name = "zbus_macros" -version = "2.0.0-beta.3" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcd4cb372bc2cade3f2323e4104112dceb6819f5dd9afa98515b4e821d232932" +checksum = "36823cc10fddc3c6b19f048903262dacaf8274170e9a255784bdd8b4570a8040" dependencies = [ - "proc-macro-crate 0.1.5", + "proc-macro-crate 1.1.0", "proc-macro2", "quote", + "regex", "syn", ] +[[package]] +name = "zbus_names" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45dfcdcf87b71dad505d30cc27b1b7b88a64b6d1c435648f48f9dbc1fdc4b7e1" +dependencies = [ + "serde", + "static_assertions", + "zvariant 3.1.2", +] + [[package]] name = "zerocopy" version = "0.3.0" @@ -3714,11 +3613,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a68c7b55f2074489b7e8e07d2d0a6ee6b4f233867a653c664d8020ba53692525" dependencies = [ "byteorder", - "enumflags2", + "enumflags2 0.6.4", "libc", "serde", "static_assertions", - "zvariant_derive", + "zvariant_derive 2.10.0", +] + +[[package]] +name = "zvariant" +version = "3.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49ea5dc38b2058fae6a5b79009388143dadce1e91c26a67f984a0fc0381c8033" +dependencies = [ + "byteorder", + "enumflags2 0.7.3", + "libc", + "serde", + "static_assertions", + "zvariant_derive 3.1.2", ] [[package]] @@ -3727,7 +3640,19 @@ version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4ca5e22593eb4212382d60d26350065bf2a02c34b85bc850474a74b589a3de9" dependencies = [ - "proc-macro-crate 1.0.0", + "proc-macro-crate 1.1.0", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "zvariant_derive" +version = "3.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c2cecc5a61c2a053f7f653a24cd15b3b0195d7f7ddb5042c837fb32e161fb7a" +dependencies = [ + "proc-macro-crate 1.1.0", "proc-macro2", "quote", "syn", diff --git a/Cargo.toml b/Cargo.toml index 1b7fa82c..f5058235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,23 +1,23 @@ [package] name = "spot" -version = "0.3.1" +version = "0.3.2" edition = "2018" license = "MIT" [dependencies.gtk] -version = "^0.3.0" +version = "^0.4.1" package = "gtk4" [dependencies.gdk] -version = "^0.3.0" +version = "^0.4.0" package = "gdk4" [dependencies.gio] -version = "^0.14.8" +version = "^0.15.7" features = ["v2_60"] [dependencies.glib] -version = "^0.14.8" +version = "^0.15.9" features = ["v2_60"] [dependencies.librespot] @@ -37,18 +37,18 @@ package = "futures" version = "0.3.18" [dependencies.serde] -version = "^1.0.130" +version = "^1.0.136" features = ["derive"] [dependencies.serde_json] -version = "^1.0.72" +version = "^1.0.79" [dependencies.isahc] -version = "^1.2.0" +version = "^1.7.0" features = ["json"] [dependencies.rand] -version = "^0.8.4" +version = "^0.8.5" features = ["small_rng"] [dependencies.gettext-rs] @@ -57,15 +57,14 @@ features = ["gettext-system"] [dependencies] secret-service = "^2.0.1" -gdk-pixbuf = "^0.14.0" -libadwaita = "^0.1.0-alpha-4" +gdk-pixbuf = "^0.15.6" +libadwaita = "^0.1.0-beta-1" ref_filter_map = "^1.0.1" -regex = "^1.4.6" +regex = "^1.5.5" async-std = "^1.10.0" form_urlencoded = "^1.0.1" -zbus = "^2.0.0-beta.3" -zvariant = "^2.10.0" -zvariant_derive = "^2.5.0" +zbus = "^2.0.1" +zvariant = "^3.1.2" thiserror = "^1.0.30" lazy_static = "^1.4.0" log = "0.4.14" diff --git a/TRANSLATORS b/TRANSLATORS index 70d94a54..452864bf 100644 --- a/TRANSLATORS +++ b/TRANSLATORS @@ -20,4 +20,7 @@ Tine Jozelj Ana Pika Šubic Amor Ali Seioo Inoue -Dmitry \ No newline at end of file +Dmitry +Julius Rüberg +Francesco Babetto + diff --git a/build-aux/clippy.sh b/build-aux/clippy.sh index f60004bf..da649d85 100644 --- a/build-aux/clippy.sh +++ b/build-aux/clippy.sh @@ -8,4 +8,4 @@ if [[ $OFFLINE = "true" ]]; then export CARGO_HOME="$SRC"/cargo fi -cargo clippy --manifest-path "$SRC"/Cargo.toml -- -D warnings -A clippy::module_inception -A clippy::new_without_default +cargo clippy --manifest-path "$SRC"/Cargo.toml -- -D warnings -A clippy::module_inception -A clippy::new_without_default -A clippy::enum-variant-names diff --git a/cargo-sources.json b/cargo-sources.json index 785c60d5..bcd8e811 100644 --- a/cargo-sources.json +++ b/cargo-sources.json @@ -53,15 +53,15 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/aho-corasick/aho-corasick-0.7.15.crate", - "sha256": "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5", + "url": "https://static.crates.io/crates/aho-corasick/aho-corasick-0.7.18.crate", + "sha256": "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f", "dest": "cargo/vendor", - "dest-filename": "aho-corasick-0.7.15.crate" + "dest-filename": "aho-corasick-0.7.18.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%227404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/aho-corasick-0.7.15", + "url": "data:%7B%22package%22%3A%20%221e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/aho-corasick-0.7.18", "dest-filename": ".cargo-checksum.json" }, { @@ -77,6 +77,19 @@ "dest": "cargo/vendor/alsa-0.5.0", "dest-filename": ".cargo-checksum.json" }, + { + "type": "file", + "url": "https://static.crates.io/crates/alsa/alsa-0.6.0.crate", + "sha256": "5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b", + "dest": "cargo/vendor", + "dest-filename": "alsa-0.6.0.crate" + }, + { + "type": "file", + "url": "data:%7B%22package%22%3A%20%225915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/alsa-0.6.0", + "dest-filename": ".cargo-checksum.json" + }, { "type": "file", "url": "https://static.crates.io/crates/alsa-sys/alsa-sys-0.3.1.crate", @@ -92,54 +105,54 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/anyhow/anyhow-1.0.34.crate", - "sha256": "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7", + "url": "https://static.crates.io/crates/anyhow/anyhow-1.0.53.crate", + "sha256": "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0", "dest": "cargo/vendor", - "dest-filename": "anyhow-1.0.34.crate" + "dest-filename": "anyhow-1.0.53.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/anyhow-1.0.34", + "url": "data:%7B%22package%22%3A%20%2294a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/anyhow-1.0.53", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/arc-swap/arc-swap-0.4.6.crate", - "sha256": "b585a98a234c46fc563103e9278c9391fde1f4e6850334da895d27edb9580f62", + "url": "https://static.crates.io/crates/async-broadcast/async-broadcast-0.3.4.crate", + "sha256": "90622698a1218e0b2fb846c97b5f19a0831f6baddee73d9454156365ccfa473b", "dest": "cargo/vendor", - "dest-filename": "arc-swap-0.4.6.crate" + "dest-filename": "async-broadcast-0.3.4.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22b585a98a234c46fc563103e9278c9391fde1f4e6850334da895d27edb9580f62%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/arc-swap-0.4.6", + "url": "data:%7B%22package%22%3A%20%2290622698a1218e0b2fb846c97b5f19a0831f6baddee73d9454156365ccfa473b%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/async-broadcast-0.3.4", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/async-channel/async-channel-1.5.1.crate", - "sha256": "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9", + "url": "https://static.crates.io/crates/async-channel/async-channel-1.6.1.crate", + "sha256": "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319", "dest": "cargo/vendor", - "dest-filename": "async-channel-1.5.1.crate" + "dest-filename": "async-channel-1.6.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2259740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/async-channel-1.5.1", + "url": "data:%7B%22package%22%3A%20%222114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/async-channel-1.6.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/async-executor/async-executor-1.4.0.crate", - "sha256": "eb877970c7b440ead138f6321a3b5395d6061183af779340b65e20c0fede9146", + "url": "https://static.crates.io/crates/async-executor/async-executor-1.4.1.crate", + "sha256": "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965", "dest": "cargo/vendor", - "dest-filename": "async-executor-1.4.0.crate" + "dest-filename": "async-executor-1.4.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22eb877970c7b440ead138f6321a3b5395d6061183af779340b65e20c0fede9146%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/async-executor-1.4.0", + "url": "data:%7B%22package%22%3A%20%22871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/async-executor-1.4.1", "dest-filename": ".cargo-checksum.json" }, { @@ -157,28 +170,28 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/async-io/async-io-1.3.1.crate", - "sha256": "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd", + "url": "https://static.crates.io/crates/async-io/async-io-1.6.0.crate", + "sha256": "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b", "dest": "cargo/vendor", - "dest-filename": "async-io-1.3.1.crate" + "dest-filename": "async-io-1.6.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%229315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/async-io-1.3.1", + "url": "data:%7B%22package%22%3A%20%22a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/async-io-1.6.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/async-lock/async-lock-2.3.0.crate", - "sha256": "1996609732bde4a9988bc42125f55f2af5f3c36370e27c778d5191a4a1b63bfb", + "url": "https://static.crates.io/crates/async-lock/async-lock-2.4.0.crate", + "sha256": "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b", "dest": "cargo/vendor", - "dest-filename": "async-lock-2.3.0.crate" + "dest-filename": "async-lock-2.4.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%221996609732bde4a9988bc42125f55f2af5f3c36370e27c778d5191a4a1b63bfb%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/async-lock-2.3.0", + "url": "data:%7B%22package%22%3A%20%22e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/async-lock-2.4.0", "dest-filename": ".cargo-checksum.json" }, { @@ -194,6 +207,19 @@ "dest": "cargo/vendor/async-mutex-1.4.0", "dest-filename": ".cargo-checksum.json" }, + { + "type": "file", + "url": "https://static.crates.io/crates/async-recursion/async-recursion-0.3.2.crate", + "sha256": "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2", + "dest": "cargo/vendor", + "dest-filename": "async-recursion-0.3.2.crate" + }, + { + "type": "file", + "url": "data:%7B%22package%22%3A%20%22d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/async-recursion-0.3.2", + "dest-filename": ".cargo-checksum.json" + }, { "type": "file", "url": "https://static.crates.io/crates/async-std/async-std-1.10.0.crate", @@ -209,28 +235,28 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/async-task/async-task-4.0.3.crate", - "sha256": "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0", + "url": "https://static.crates.io/crates/async-task/async-task-4.1.0.crate", + "sha256": "677d306121baf53310a3fd342d88dc0824f6bbeace68347593658525565abee8", "dest": "cargo/vendor", - "dest-filename": "async-task-4.0.3.crate" + "dest-filename": "async-task-4.1.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/async-task-4.0.3", + "url": "data:%7B%22package%22%3A%20%22677d306121baf53310a3fd342d88dc0824f6bbeace68347593658525565abee8%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/async-task-4.1.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/async-trait/async-trait-0.1.42.crate", - "sha256": "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d", + "url": "https://static.crates.io/crates/async-trait/async-trait-0.1.52.crate", + "sha256": "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3", "dest": "cargo/vendor", - "dest-filename": "async-trait-0.1.42.crate" + "dest-filename": "async-trait-0.1.52.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%228d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/async-trait-0.1.42", + "url": "data:%7B%22package%22%3A%20%22061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/async-trait-0.1.52", "dest-filename": ".cargo-checksum.json" }, { @@ -261,15 +287,15 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/autocfg/autocfg-1.0.0.crate", - "sha256": "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d", + "url": "https://static.crates.io/crates/autocfg/autocfg-1.1.0.crate", + "sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa", "dest": "cargo/vendor", - "dest-filename": "autocfg-1.0.0.crate" + "dest-filename": "autocfg-1.1.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/autocfg-1.0.0", + "url": "data:%7B%22package%22%3A%20%22d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/autocfg-1.1.0", "dest-filename": ".cargo-checksum.json" }, { @@ -287,28 +313,28 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/bindgen/bindgen-0.53.2.crate", - "sha256": "6bb26d6a69a335b8cb0e7c7e9775cd5666611dc50a37177c3f2cedcfc040e8c8", + "url": "https://static.crates.io/crates/bindgen/bindgen-0.56.0.crate", + "sha256": "2da379dbebc0b76ef63ca68d8fc6e71c0f13e59432e0987e508c1820e6ab5239", "dest": "cargo/vendor", - "dest-filename": "bindgen-0.53.2.crate" + "dest-filename": "bindgen-0.56.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%226bb26d6a69a335b8cb0e7c7e9775cd5666611dc50a37177c3f2cedcfc040e8c8%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/bindgen-0.53.2", + "url": "data:%7B%22package%22%3A%20%222da379dbebc0b76ef63ca68d8fc6e71c0f13e59432e0987e508c1820e6ab5239%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/bindgen-0.56.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/bitflags/bitflags-1.2.1.crate", - "sha256": "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693", + "url": "https://static.crates.io/crates/bitflags/bitflags-1.3.2.crate", + "sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a", "dest": "cargo/vendor", - "dest-filename": "bitflags-1.2.1.crate" + "dest-filename": "bitflags-1.3.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/bitflags-1.2.1", + "url": "data:%7B%22package%22%3A%20%22bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/bitflags-1.3.2", "dest-filename": ".cargo-checksum.json" }, { @@ -365,28 +391,28 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/blocking/blocking-1.0.2.crate", - "sha256": "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9", + "url": "https://static.crates.io/crates/blocking/blocking-1.1.0.crate", + "sha256": "046e47d4b2d391b1f6f8b407b1deb8dee56c1852ccd868becf2710f601b5f427", "dest": "cargo/vendor", - "dest-filename": "blocking-1.0.2.crate" + "dest-filename": "blocking-1.1.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/blocking-1.0.2", + "url": "data:%7B%22package%22%3A%20%22046e47d4b2d391b1f6f8b407b1deb8dee56c1852ccd868becf2710f601b5f427%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/blocking-1.1.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/bumpalo/bumpalo-3.4.0.crate", - "sha256": "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820", + "url": "https://static.crates.io/crates/bumpalo/bumpalo-3.9.1.crate", + "sha256": "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899", "dest": "cargo/vendor", - "dest-filename": "bumpalo-3.4.0.crate" + "dest-filename": "bumpalo-3.9.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%222e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/bumpalo-3.4.0", + "url": "data:%7B%22package%22%3A%20%22a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/bumpalo-3.9.1", "dest-filename": ".cargo-checksum.json" }, { @@ -404,80 +430,80 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/bytes/bytes-0.5.4.crate", - "sha256": "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1", + "url": "https://static.crates.io/crates/bytes/bytes-1.1.0.crate", + "sha256": "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8", "dest": "cargo/vendor", - "dest-filename": "bytes-0.5.4.crate" + "dest-filename": "bytes-1.1.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/bytes-0.5.4", + "url": "data:%7B%22package%22%3A%20%22c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/bytes-1.1.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/bytes/bytes-1.0.1.crate", - "sha256": "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040", + "url": "https://static.crates.io/crates/cache-padded/cache-padded-1.2.0.crate", + "sha256": "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c", "dest": "cargo/vendor", - "dest-filename": "bytes-1.0.1.crate" + "dest-filename": "cache-padded-1.2.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/bytes-1.0.1", + "url": "data:%7B%22package%22%3A%20%22c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/cache-padded-1.2.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/cache-padded/cache-padded-1.1.1.crate", - "sha256": "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba", + "url": "https://static.crates.io/crates/cairo-rs/cairo-rs-0.15.1.crate", + "sha256": "b869e97a87170f96762f9f178eae8c461147e722ba21dd8814105bf5716bf14a", "dest": "cargo/vendor", - "dest-filename": "cache-padded-1.1.1.crate" + "dest-filename": "cairo-rs-0.15.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/cache-padded-1.1.1", + "url": "data:%7B%22package%22%3A%20%22b869e97a87170f96762f9f178eae8c461147e722ba21dd8814105bf5716bf14a%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/cairo-rs-0.15.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/cairo-rs/cairo-rs-0.14.0.crate", - "sha256": "8d32eecb1e806433cf68063c4548bbdc15cc56d35db19d685ab60909c4c85206", + "url": "https://static.crates.io/crates/cairo-sys-rs/cairo-sys-rs-0.15.1.crate", + "sha256": "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8", "dest": "cargo/vendor", - "dest-filename": "cairo-rs-0.14.0.crate" + "dest-filename": "cairo-sys-rs-0.15.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%228d32eecb1e806433cf68063c4548bbdc15cc56d35db19d685ab60909c4c85206%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/cairo-rs-0.14.0", + "url": "data:%7B%22package%22%3A%20%223c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/cairo-sys-rs-0.15.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/cairo-sys-rs/cairo-sys-rs-0.14.0.crate", - "sha256": "d7c9c3928781e8a017ece15eace05230f04b647457d170d2d9641c94a444ff80", + "url": "https://static.crates.io/crates/castaway/castaway-0.1.2.crate", + "sha256": "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6", "dest": "cargo/vendor", - "dest-filename": "cairo-sys-rs-0.14.0.crate" + "dest-filename": "castaway-0.1.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22d7c9c3928781e8a017ece15eace05230f04b647457d170d2d9641c94a444ff80%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/cairo-sys-rs-0.14.0", + "url": "data:%7B%22package%22%3A%20%22a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/castaway-0.1.2", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/cc/cc-1.0.66.crate", - "sha256": "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48", + "url": "https://static.crates.io/crates/cc/cc-1.0.72.crate", + "sha256": "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee", "dest": "cargo/vendor", - "dest-filename": "cc-1.0.66.crate" + "dest-filename": "cc-1.0.72.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%224c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/cc-1.0.66", + "url": "data:%7B%22package%22%3A%20%2222a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/cc-1.0.72", "dest-filename": ".cargo-checksum.json" }, { @@ -508,28 +534,15 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/cfg-expr/cfg-expr-0.7.4.crate", - "sha256": "30aa9e2ffbb838c6b451db14f3cd8e63ed622bf859f9956bc93845a10fafc26a", + "url": "https://static.crates.io/crates/cfg-expr/cfg-expr-0.9.1.crate", + "sha256": "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7", "dest": "cargo/vendor", - "dest-filename": "cfg-expr-0.7.4.crate" + "dest-filename": "cfg-expr-0.9.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2230aa9e2ffbb838c6b451db14f3cd8e63ed622bf859f9956bc93845a10fafc26a%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/cfg-expr-0.7.4", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/cfg-expr/cfg-expr-0.9.0.crate", - "sha256": "edae0b9625d1fce32f7d64b71784d9b1bf8469ec1a9c417e44aaf16a9cbd7571", - "dest": "cargo/vendor", - "dest-filename": "cfg-expr-0.9.0.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%22edae0b9625d1fce32f7d64b71784d9b1bf8469ec1a9c417e44aaf16a9cbd7571%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/cfg-expr-0.9.0", + "url": "data:%7B%22package%22%3A%20%223431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/cfg-expr-0.9.1", "dest-filename": ".cargo-checksum.json" }, { @@ -560,15 +573,15 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/chrono/chrono-0.4.11.crate", - "sha256": "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2", + "url": "https://static.crates.io/crates/chrono/chrono-0.4.19.crate", + "sha256": "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73", "dest": "cargo/vendor", - "dest-filename": "chrono-0.4.11.crate" + "dest-filename": "chrono-0.4.19.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2280094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/chrono-0.4.11", + "url": "data:%7B%22package%22%3A%20%22670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/chrono-0.4.19", "dest-filename": ".cargo-checksum.json" }, { @@ -586,28 +599,28 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/clang-sys/clang-sys-0.29.3.crate", - "sha256": "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a", + "url": "https://static.crates.io/crates/clang-sys/clang-sys-1.3.1.crate", + "sha256": "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21", "dest": "cargo/vendor", - "dest-filename": "clang-sys-0.29.3.crate" + "dest-filename": "clang-sys-1.3.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/clang-sys-0.29.3", + "url": "data:%7B%22package%22%3A%20%224cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/clang-sys-1.3.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/combine/combine-4.5.2.crate", - "sha256": "cc4369b5e4c0cddf64ad8981c0111e7df4f7078f4d6ba98fb31f2e17c4c57b7e", + "url": "https://static.crates.io/crates/combine/combine-4.6.3.crate", + "sha256": "50b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062", "dest": "cargo/vendor", - "dest-filename": "combine-4.5.2.crate" + "dest-filename": "combine-4.6.3.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22cc4369b5e4c0cddf64ad8981c0111e7df4f7078f4d6ba98fb31f2e17c4c57b7e%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/combine-4.5.2", + "url": "data:%7B%22package%22%3A%20%2250b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/combine-4.6.3", "dest-filename": ".cargo-checksum.json" }, { @@ -625,15 +638,15 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/core-foundation-sys/core-foundation-sys-0.6.2.crate", - "sha256": "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b", + "url": "https://static.crates.io/crates/core-foundation-sys/core-foundation-sys-0.8.3.crate", + "sha256": "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc", "dest": "cargo/vendor", - "dest-filename": "core-foundation-sys-0.6.2.crate" + "dest-filename": "core-foundation-sys-0.8.3.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/core-foundation-sys-0.6.2", + "url": "data:%7B%22package%22%3A%20%225827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/core-foundation-sys-0.8.3", "dest-filename": ".cargo-checksum.json" }, { @@ -651,106 +664,93 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/coreaudio-sys/coreaudio-sys-0.2.4.crate", - "sha256": "e81f1c165c33ffab90a03077ac3b03462b34d5947145dfa48102e063d581502c", - "dest": "cargo/vendor", - "dest-filename": "coreaudio-sys-0.2.4.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%22e81f1c165c33ffab90a03077ac3b03462b34d5947145dfa48102e063d581502c%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/coreaudio-sys-0.2.4", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/cpal/cpal-0.13.3.crate", - "sha256": "8351ddf2aaa3c583fa388029f8b3d26f3c7035a20911fdd5f2e2ed7ab57dad25", + "url": "https://static.crates.io/crates/coreaudio-sys/coreaudio-sys-0.2.9.crate", + "sha256": "ca4679a59dbd8c15f064c012dfe8c1163b9453224238b59bb9328c142b8b248b", "dest": "cargo/vendor", - "dest-filename": "cpal-0.13.3.crate" + "dest-filename": "coreaudio-sys-0.2.9.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%228351ddf2aaa3c583fa388029f8b3d26f3c7035a20911fdd5f2e2ed7ab57dad25%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/cpal-0.13.3", + "url": "data:%7B%22package%22%3A%20%22ca4679a59dbd8c15f064c012dfe8c1163b9453224238b59bb9328c142b8b248b%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/coreaudio-sys-0.2.9", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/cpufeatures/cpufeatures-0.1.1.crate", - "sha256": "dec1028182c380cc45a2e2c5ec841134f2dfd0f8f5f0a5bcd68004f81b5efdf4", + "url": "https://static.crates.io/crates/cpal/cpal-0.13.5.crate", + "sha256": "74117836a5124f3629e4b474eed03e479abaf98988b4bb317e29f08cfe0e4116", "dest": "cargo/vendor", - "dest-filename": "cpufeatures-0.1.1.crate" + "dest-filename": "cpal-0.13.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22dec1028182c380cc45a2e2c5ec841134f2dfd0f8f5f0a5bcd68004f81b5efdf4%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/cpufeatures-0.1.1", + "url": "data:%7B%22package%22%3A%20%2274117836a5124f3629e4b474eed03e479abaf98988b4bb317e29f08cfe0e4116%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/cpal-0.13.5", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/cpuid-bool/cpuid-bool-0.1.2.crate", - "sha256": "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634", + "url": "https://static.crates.io/crates/cpufeatures/cpufeatures-0.2.1.crate", + "sha256": "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469", "dest": "cargo/vendor", - "dest-filename": "cpuid-bool-0.1.2.crate" + "dest-filename": "cpufeatures-0.2.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%228aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/cpuid-bool-0.1.2", + "url": "data:%7B%22package%22%3A%20%2295059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/cpufeatures-0.2.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/crossbeam-utils/crossbeam-utils-0.8.1.crate", - "sha256": "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d", + "url": "https://static.crates.io/crates/crossbeam-utils/crossbeam-utils-0.8.7.crate", + "sha256": "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6", "dest": "cargo/vendor", - "dest-filename": "crossbeam-utils-0.8.1.crate" + "dest-filename": "crossbeam-utils-0.8.7.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2202d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/crossbeam-utils-0.8.1", + "url": "data:%7B%22package%22%3A%20%22b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/crossbeam-utils-0.8.7", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/crypto-mac/crypto-mac-0.10.0.crate", - "sha256": "4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6", + "url": "https://static.crates.io/crates/crypto-mac/crypto-mac-0.10.1.crate", + "sha256": "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a", "dest": "cargo/vendor", - "dest-filename": "crypto-mac-0.10.0.crate" + "dest-filename": "crypto-mac-0.10.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%224857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/crypto-mac-0.10.0", + "url": "data:%7B%22package%22%3A%20%22bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/crypto-mac-0.10.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/crypto-mac/crypto-mac-0.11.0.crate", - "sha256": "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e", + "url": "https://static.crates.io/crates/crypto-mac/crypto-mac-0.11.1.crate", + "sha256": "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714", "dest": "cargo/vendor", - "dest-filename": "crypto-mac-0.11.0.crate" + "dest-filename": "crypto-mac-0.11.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2225fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/crypto-mac-0.11.0", + "url": "data:%7B%22package%22%3A%20%22b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/crypto-mac-0.11.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/ctor/ctor-0.1.19.crate", - "sha256": "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19", + "url": "https://static.crates.io/crates/ctor/ctor-0.1.21.crate", + "sha256": "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa", "dest": "cargo/vendor", - "dest-filename": "ctor-0.1.19.crate" + "dest-filename": "ctor-0.1.21.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/ctor-0.1.19", + "url": "data:%7B%22package%22%3A%20%22ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/ctor-0.1.21", "dest-filename": ".cargo-checksum.json" }, { @@ -768,80 +768,80 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/curl/curl-0.4.34.crate", - "sha256": "e268162af1a5fe89917ae25ba3b0a77c8da752bdc58e7dbb4f15b91fbd33756e", + "url": "https://static.crates.io/crates/curl/curl-0.4.42.crate", + "sha256": "7de97b894edd5b5bcceef8b78d7da9b75b1d2f2f9a910569d0bde3dd31d84939", "dest": "cargo/vendor", - "dest-filename": "curl-0.4.34.crate" + "dest-filename": "curl-0.4.42.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22e268162af1a5fe89917ae25ba3b0a77c8da752bdc58e7dbb4f15b91fbd33756e%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/curl-0.4.34", + "url": "data:%7B%22package%22%3A%20%227de97b894edd5b5bcceef8b78d7da9b75b1d2f2f9a910569d0bde3dd31d84939%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/curl-0.4.42", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/curl-sys/curl-sys-0.4.39+curl-7.74.0.crate", - "sha256": "07a8ce861e7b68a0b394e814d7ee9f1b2750ff8bd10372c6ad3bacc10e86f874", + "url": "https://static.crates.io/crates/curl-sys/curl-sys-0.4.52+curl-7.81.0.crate", + "sha256": "14b8c2d1023ea5fded5b7b892e4b8e95f70038a421126a056761a84246a28971", "dest": "cargo/vendor", - "dest-filename": "curl-sys-0.4.39+curl-7.74.0.crate" + "dest-filename": "curl-sys-0.4.52+curl-7.81.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2207a8ce861e7b68a0b394e814d7ee9f1b2750ff8bd10372c6ad3bacc10e86f874%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/curl-sys-0.4.39+curl-7.74.0", + "url": "data:%7B%22package%22%3A%20%2214b8c2d1023ea5fded5b7b892e4b8e95f70038a421126a056761a84246a28971%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/curl-sys-0.4.52+curl-7.81.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/darling/darling-0.10.2.crate", - "sha256": "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858", + "url": "https://static.crates.io/crates/darling/darling-0.13.1.crate", + "sha256": "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4", "dest": "cargo/vendor", - "dest-filename": "darling-0.10.2.crate" + "dest-filename": "darling-0.13.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%220d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/darling-0.10.2", + "url": "data:%7B%22package%22%3A%20%22d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/darling-0.13.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/darling_core/darling_core-0.10.2.crate", - "sha256": "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b", + "url": "https://static.crates.io/crates/darling_core/darling_core-0.13.1.crate", + "sha256": "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324", "dest": "cargo/vendor", - "dest-filename": "darling_core-0.10.2.crate" + "dest-filename": "darling_core-0.13.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/darling_core-0.10.2", + "url": "data:%7B%22package%22%3A%20%227a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/darling_core-0.13.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/darling_macro/darling_macro-0.10.2.crate", - "sha256": "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72", + "url": "https://static.crates.io/crates/darling_macro/darling_macro-0.13.1.crate", + "sha256": "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b", "dest": "cargo/vendor", - "dest-filename": "darling_macro-0.10.2.crate" + "dest-filename": "darling_macro-0.13.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/darling_macro-0.10.2", + "url": "data:%7B%22package%22%3A%20%2272c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/darling_macro-0.13.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/derivative/derivative-2.1.3.crate", - "sha256": "eaed5874effa6cde088c644ddcdcb4ffd1511391c5be4fdd7a5ccd02c7e4a183", + "url": "https://static.crates.io/crates/derivative/derivative-2.2.0.crate", + "sha256": "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b", "dest": "cargo/vendor", - "dest-filename": "derivative-2.1.3.crate" + "dest-filename": "derivative-2.2.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22eaed5874effa6cde088c644ddcdcb4ffd1511391c5be4fdd7a5ccd02c7e4a183%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/derivative-2.1.3", + "url": "data:%7B%22package%22%3A%20%22fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/derivative-2.2.0", "dest-filename": ".cargo-checksum.json" }, { @@ -859,28 +859,28 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/either/either-1.6.1.crate", - "sha256": "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457", + "url": "https://static.crates.io/crates/easy-parallel/easy-parallel-3.2.0.crate", + "sha256": "6907e25393cdcc1f4f3f513d9aac1e840eb1cc341a0fccb01171f7d14d10b946", "dest": "cargo/vendor", - "dest-filename": "either-1.6.1.crate" + "dest-filename": "easy-parallel-3.2.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/either-1.6.1", + "url": "data:%7B%22package%22%3A%20%226907e25393cdcc1f4f3f513d9aac1e840eb1cc341a0fccb01171f7d14d10b946%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/easy-parallel-3.2.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/encoding_rs/encoding_rs-0.8.22.crate", - "sha256": "cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28", + "url": "https://static.crates.io/crates/encoding_rs/encoding_rs-0.8.30.crate", + "sha256": "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df", "dest": "cargo/vendor", - "dest-filename": "encoding_rs-0.8.22.crate" + "dest-filename": "encoding_rs-0.8.30.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/encoding_rs-0.8.22", + "url": "data:%7B%22package%22%3A%20%227896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/encoding_rs-0.8.30", "dest-filename": ".cargo-checksum.json" }, { @@ -896,6 +896,19 @@ "dest": "cargo/vendor/enumflags2-0.6.4", "dest-filename": ".cargo-checksum.json" }, + { + "type": "file", + "url": "https://static.crates.io/crates/enumflags2/enumflags2-0.7.3.crate", + "sha256": "a25c90b056b3f84111cf183cbeddef0d3a0bbe9a674f057e1a1533c315f24def", + "dest": "cargo/vendor", + "dest-filename": "enumflags2-0.7.3.crate" + }, + { + "type": "file", + "url": "data:%7B%22package%22%3A%20%22a25c90b056b3f84111cf183cbeddef0d3a0bbe9a674f057e1a1533c315f24def%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/enumflags2-0.7.3", + "dest-filename": ".cargo-checksum.json" + }, { "type": "file", "url": "https://static.crates.io/crates/enumflags2_derive/enumflags2_derive-0.6.4.crate", @@ -909,6 +922,19 @@ "dest": "cargo/vendor/enumflags2_derive-0.6.4", "dest-filename": ".cargo-checksum.json" }, + { + "type": "file", + "url": "https://static.crates.io/crates/enumflags2_derive/enumflags2_derive-0.7.3.crate", + "sha256": "144ec79496cbab6f84fa125dc67be9264aef22eb8a28da8454d9c33f15108da4", + "dest": "cargo/vendor", + "dest-filename": "enumflags2_derive-0.7.3.crate" + }, + { + "type": "file", + "url": "data:%7B%22package%22%3A%20%22144ec79496cbab6f84fa125dc67be9264aef22eb8a28da8454d9c33f15108da4%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/enumflags2_derive-0.7.3", + "dest-filename": ".cargo-checksum.json" + }, { "type": "file", "url": "https://static.crates.io/crates/env_logger/env_logger-0.8.4.crate", @@ -937,28 +963,28 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/event-listener/event-listener-2.5.1.crate", - "sha256": "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59", + "url": "https://static.crates.io/crates/event-listener/event-listener-2.5.2.crate", + "sha256": "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71", "dest": "cargo/vendor", - "dest-filename": "event-listener-2.5.1.crate" + "dest-filename": "event-listener-2.5.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/event-listener-2.5.1", + "url": "data:%7B%22package%22%3A%20%2277f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/event-listener-2.5.2", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/fastrand/fastrand-1.4.0.crate", - "sha256": "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3", + "url": "https://static.crates.io/crates/fastrand/fastrand-1.7.0.crate", + "sha256": "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf", "dest": "cargo/vendor", - "dest-filename": "fastrand-1.4.0.crate" + "dest-filename": "fastrand-1.7.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/fastrand-1.4.0", + "url": "data:%7B%22package%22%3A%20%22c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/fastrand-1.7.0", "dest-filename": ".cargo-checksum.json" }, { @@ -976,28 +1002,15 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/flume/flume-0.10.1.crate", - "sha256": "0362ef9c4c1fa854ff95b4cb78045a86e810d804dc04937961988b45427104a9", + "url": "https://static.crates.io/crates/fnv/fnv-1.0.7.crate", + "sha256": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1", "dest": "cargo/vendor", - "dest-filename": "flume-0.10.1.crate" + "dest-filename": "fnv-1.0.7.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%220362ef9c4c1fa854ff95b4cb78045a86e810d804dc04937961988b45427104a9%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/flume-0.10.1", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/fnv/fnv-1.0.6.crate", - "sha256": "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3", - "dest": "cargo/vendor", - "dest-filename": "fnv-1.0.6.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%222fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/fnv-1.0.6", + "url": "data:%7B%22package%22%3A%20%223f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/fnv-1.0.7", "dest-filename": ".cargo-checksum.json" }, { @@ -1015,197 +1028,197 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/futures/futures-0.3.18.crate", - "sha256": "8cd0210d8c325c245ff06fd95a3b13689a1a276ac8cfa8e8720cb840bfb84b9e", + "url": "https://static.crates.io/crates/futures/futures-0.3.21.crate", + "sha256": "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e", "dest": "cargo/vendor", - "dest-filename": "futures-0.3.18.crate" + "dest-filename": "futures-0.3.21.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%228cd0210d8c325c245ff06fd95a3b13689a1a276ac8cfa8e8720cb840bfb84b9e%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/futures-0.3.18", + "url": "data:%7B%22package%22%3A%20%22f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/futures-0.3.21", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/futures-channel/futures-channel-0.3.18.crate", - "sha256": "7fc8cd39e3dbf865f7340dce6a2d401d24fd37c6fe6c4f0ee0de8bfca2252d27", + "url": "https://static.crates.io/crates/futures-channel/futures-channel-0.3.21.crate", + "sha256": "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010", "dest": "cargo/vendor", - "dest-filename": "futures-channel-0.3.18.crate" + "dest-filename": "futures-channel-0.3.21.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%227fc8cd39e3dbf865f7340dce6a2d401d24fd37c6fe6c4f0ee0de8bfca2252d27%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/futures-channel-0.3.18", + "url": "data:%7B%22package%22%3A%20%22c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/futures-channel-0.3.21", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/futures-core/futures-core-0.3.18.crate", - "sha256": "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445", + "url": "https://static.crates.io/crates/futures-core/futures-core-0.3.21.crate", + "sha256": "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3", "dest": "cargo/vendor", - "dest-filename": "futures-core-0.3.18.crate" + "dest-filename": "futures-core-0.3.21.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/futures-core-0.3.18", + "url": "data:%7B%22package%22%3A%20%220c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/futures-core-0.3.21", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/futures-executor/futures-executor-0.3.18.crate", - "sha256": "7b808bf53348a36cab739d7e04755909b9fcaaa69b7d7e588b37b6ec62704c97", + "url": "https://static.crates.io/crates/futures-executor/futures-executor-0.3.21.crate", + "sha256": "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6", "dest": "cargo/vendor", - "dest-filename": "futures-executor-0.3.18.crate" + "dest-filename": "futures-executor-0.3.21.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%227b808bf53348a36cab739d7e04755909b9fcaaa69b7d7e588b37b6ec62704c97%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/futures-executor-0.3.18", + "url": "data:%7B%22package%22%3A%20%229420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/futures-executor-0.3.21", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/futures-io/futures-io-0.3.18.crate", - "sha256": "e481354db6b5c353246ccf6a728b0c5511d752c08da7260546fc0933869daa11", + "url": "https://static.crates.io/crates/futures-io/futures-io-0.3.21.crate", + "sha256": "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b", "dest": "cargo/vendor", - "dest-filename": "futures-io-0.3.18.crate" + "dest-filename": "futures-io-0.3.21.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22e481354db6b5c353246ccf6a728b0c5511d752c08da7260546fc0933869daa11%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/futures-io-0.3.18", + "url": "data:%7B%22package%22%3A%20%22fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/futures-io-0.3.21", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/futures-lite/futures-lite-1.11.2.crate", - "sha256": "5e6c079abfac3ab269e2927ec048dabc89d009ebfdda6b8ee86624f30c689658", + "url": "https://static.crates.io/crates/futures-lite/futures-lite-1.12.0.crate", + "sha256": "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48", "dest": "cargo/vendor", - "dest-filename": "futures-lite-1.11.2.crate" + "dest-filename": "futures-lite-1.12.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%225e6c079abfac3ab269e2927ec048dabc89d009ebfdda6b8ee86624f30c689658%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/futures-lite-1.11.2", + "url": "data:%7B%22package%22%3A%20%227694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/futures-lite-1.12.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/futures-macro/futures-macro-0.3.18.crate", - "sha256": "a89f17b21645bc4ed773c69af9c9a0effd4a3f1a3876eadd453469f8854e7fdd", + "url": "https://static.crates.io/crates/futures-macro/futures-macro-0.3.21.crate", + "sha256": "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512", "dest": "cargo/vendor", - "dest-filename": "futures-macro-0.3.18.crate" + "dest-filename": "futures-macro-0.3.21.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22a89f17b21645bc4ed773c69af9c9a0effd4a3f1a3876eadd453469f8854e7fdd%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/futures-macro-0.3.18", + "url": "data:%7B%22package%22%3A%20%2233c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/futures-macro-0.3.21", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/futures-sink/futures-sink-0.3.18.crate", - "sha256": "996c6442437b62d21a32cd9906f9c41e7dc1e19a9579843fad948696769305af", + "url": "https://static.crates.io/crates/futures-sink/futures-sink-0.3.21.crate", + "sha256": "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868", "dest": "cargo/vendor", - "dest-filename": "futures-sink-0.3.18.crate" + "dest-filename": "futures-sink-0.3.21.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22996c6442437b62d21a32cd9906f9c41e7dc1e19a9579843fad948696769305af%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/futures-sink-0.3.18", + "url": "data:%7B%22package%22%3A%20%2221163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/futures-sink-0.3.21", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/futures-task/futures-task-0.3.18.crate", - "sha256": "dabf1872aaab32c886832f2276d2f5399887e2bd613698a02359e4ea83f8de12", + "url": "https://static.crates.io/crates/futures-task/futures-task-0.3.21.crate", + "sha256": "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a", "dest": "cargo/vendor", - "dest-filename": "futures-task-0.3.18.crate" + "dest-filename": "futures-task-0.3.21.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22dabf1872aaab32c886832f2276d2f5399887e2bd613698a02359e4ea83f8de12%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/futures-task-0.3.18", + "url": "data:%7B%22package%22%3A%20%2257c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/futures-task-0.3.21", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/futures-util/futures-util-0.3.18.crate", - "sha256": "41d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e", + "url": "https://static.crates.io/crates/futures-util/futures-util-0.3.21.crate", + "sha256": "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a", "dest": "cargo/vendor", - "dest-filename": "futures-util-0.3.18.crate" + "dest-filename": "futures-util-0.3.21.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2241d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/futures-util-0.3.18", + "url": "data:%7B%22package%22%3A%20%22d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/futures-util-0.3.21", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/gdk-pixbuf/gdk-pixbuf-0.14.0.crate", - "sha256": "534192cb8f01daeb8fab2c8d4baa8f9aae5b7a39130525779f5c2608e235b10f", + "url": "https://static.crates.io/crates/gdk-pixbuf/gdk-pixbuf-0.15.6.crate", + "sha256": "d8750501d75f318c2ec0314701bc8403901303210def80bafd13f6b6059a3f45", "dest": "cargo/vendor", - "dest-filename": "gdk-pixbuf-0.14.0.crate" + "dest-filename": "gdk-pixbuf-0.15.6.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22534192cb8f01daeb8fab2c8d4baa8f9aae5b7a39130525779f5c2608e235b10f%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/gdk-pixbuf-0.14.0", + "url": "data:%7B%22package%22%3A%20%22d8750501d75f318c2ec0314701bc8403901303210def80bafd13f6b6059a3f45%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/gdk-pixbuf-0.15.6", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/gdk-pixbuf-sys/gdk-pixbuf-sys-0.14.0.crate", - "sha256": "f097c0704201fbc8f69c1762dc58c6947c8bb188b8ed0bc7e65259f1894fe590", + "url": "https://static.crates.io/crates/gdk-pixbuf-sys/gdk-pixbuf-sys-0.15.1.crate", + "sha256": "413424d9818621fa3cfc8a3a915cdb89a7c3c507d56761b4ec83a9a98e587171", "dest": "cargo/vendor", - "dest-filename": "gdk-pixbuf-sys-0.14.0.crate" + "dest-filename": "gdk-pixbuf-sys-0.15.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22f097c0704201fbc8f69c1762dc58c6947c8bb188b8ed0bc7e65259f1894fe590%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/gdk-pixbuf-sys-0.14.0", + "url": "data:%7B%22package%22%3A%20%22413424d9818621fa3cfc8a3a915cdb89a7c3c507d56761b4ec83a9a98e587171%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/gdk-pixbuf-sys-0.15.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/gdk4/gdk4-0.3.1.crate", - "sha256": "f97a162c17214d1bf981af3f683156a0b1667dd1927057c4f0a68513251ecf0f", + "url": "https://static.crates.io/crates/gdk4/gdk4-0.4.6.crate", + "sha256": "d9df40006277ff44538fe758400fc671146f6f2665978b6b57d2408db3c2becf", "dest": "cargo/vendor", - "dest-filename": "gdk4-0.3.1.crate" + "dest-filename": "gdk4-0.4.6.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22f97a162c17214d1bf981af3f683156a0b1667dd1927057c4f0a68513251ecf0f%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/gdk4-0.3.1", + "url": "data:%7B%22package%22%3A%20%22d9df40006277ff44538fe758400fc671146f6f2665978b6b57d2408db3c2becf%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/gdk4-0.4.6", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/gdk4-sys/gdk4-sys-0.3.1.crate", - "sha256": "9498f4e06969fb96a4e4234dfe1d308a3ac6b120b3c6d93e3ec5c77fe88bc6d5", + "url": "https://static.crates.io/crates/gdk4-sys/gdk4-sys-0.4.2.crate", + "sha256": "48a39e34abe35ee2cf54a1e29dd983accecd113ad30bdead5050418fa92f2a1b", "dest": "cargo/vendor", - "dest-filename": "gdk4-sys-0.3.1.crate" + "dest-filename": "gdk4-sys-0.4.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%229498f4e06969fb96a4e4234dfe1d308a3ac6b120b3c6d93e3ec5c77fe88bc6d5%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/gdk4-sys-0.3.1", + "url": "data:%7B%22package%22%3A%20%2248a39e34abe35ee2cf54a1e29dd983accecd113ad30bdead5050418fa92f2a1b%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/gdk4-sys-0.4.2", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/generic-array/generic-array-0.14.4.crate", - "sha256": "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817", + "url": "https://static.crates.io/crates/generic-array/generic-array-0.14.5.crate", + "sha256": "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803", "dest": "cargo/vendor", - "dest-filename": "generic-array-0.14.4.crate" + "dest-filename": "generic-array-0.14.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/generic-array-0.14.4", + "url": "data:%7B%22package%22%3A%20%22fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/generic-array-0.14.5", "dest-filename": ".cargo-checksum.json" }, { @@ -1223,28 +1236,15 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/getrandom/getrandom-0.1.14.crate", - "sha256": "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb", - "dest": "cargo/vendor", - "dest-filename": "getrandom-0.1.14.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%227abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/getrandom-0.1.14", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/getrandom/getrandom-0.2.1.crate", - "sha256": "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6", + "url": "https://static.crates.io/crates/getrandom/getrandom-0.2.4.crate", + "sha256": "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c", "dest": "cargo/vendor", - "dest-filename": "getrandom-0.2.1.crate" + "dest-filename": "getrandom-0.2.4.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%224060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/getrandom-0.2.1", + "url": "data:%7B%22package%22%3A%20%22418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/getrandom-0.2.4", "dest-filename": ".cargo-checksum.json" }, { @@ -1262,80 +1262,80 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/gettext-sys/gettext-sys-0.21.0.crate", - "sha256": "885d118016f633f99f741afe6c1433c040813a3cbc755cbfdf85f963e02fad80", + "url": "https://static.crates.io/crates/gettext-sys/gettext-sys-0.21.2.crate", + "sha256": "afa9e06ab9e7514cc9ae668ea3b71ea1536259d767dff0289ac23ad134f99929", "dest": "cargo/vendor", - "dest-filename": "gettext-sys-0.21.0.crate" + "dest-filename": "gettext-sys-0.21.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22885d118016f633f99f741afe6c1433c040813a3cbc755cbfdf85f963e02fad80%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/gettext-sys-0.21.0", + "url": "data:%7B%22package%22%3A%20%22afa9e06ab9e7514cc9ae668ea3b71ea1536259d767dff0289ac23ad134f99929%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/gettext-sys-0.21.2", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/gio/gio-0.14.8.crate", - "sha256": "711c3632b3ebd095578a9c091418d10fed492da9443f58ebc8f45efbeb215cb0", + "url": "https://static.crates.io/crates/gio/gio-0.15.7.crate", + "sha256": "bb50e113645fba48bc36c8abaee1fe5e43d353e8763966e29dfe69660514e461", "dest": "cargo/vendor", - "dest-filename": "gio-0.14.8.crate" + "dest-filename": "gio-0.15.7.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22711c3632b3ebd095578a9c091418d10fed492da9443f58ebc8f45efbeb215cb0%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/gio-0.14.8", + "url": "data:%7B%22package%22%3A%20%22bb50e113645fba48bc36c8abaee1fe5e43d353e8763966e29dfe69660514e461%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/gio-0.15.7", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/gio-sys/gio-sys-0.14.0.crate", - "sha256": "c0a41df66e57fcc287c4bcf74fc26b884f31901ea9792ec75607289b456f48fa", + "url": "https://static.crates.io/crates/gio-sys/gio-sys-0.15.5.crate", + "sha256": "4f0bc4cfc9ebcdd05cc5057bc51b99c32f8f9bf246274f6a556ffd27279f8fe3", "dest": "cargo/vendor", - "dest-filename": "gio-sys-0.14.0.crate" + "dest-filename": "gio-sys-0.15.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22c0a41df66e57fcc287c4bcf74fc26b884f31901ea9792ec75607289b456f48fa%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/gio-sys-0.14.0", + "url": "data:%7B%22package%22%3A%20%224f0bc4cfc9ebcdd05cc5057bc51b99c32f8f9bf246274f6a556ffd27279f8fe3%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/gio-sys-0.15.5", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/glib/glib-0.14.8.crate", - "sha256": "7c515f1e62bf151ef6635f528d05b02c11506de986e43b34a5c920ef0b3796a4", + "url": "https://static.crates.io/crates/glib/glib-0.15.9.crate", + "sha256": "89528258cfdc79b1e54591202705be67896ad254f99e3cc2ea3710e0307148f2", "dest": "cargo/vendor", - "dest-filename": "glib-0.14.8.crate" + "dest-filename": "glib-0.15.9.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%227c515f1e62bf151ef6635f528d05b02c11506de986e43b34a5c920ef0b3796a4%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/glib-0.14.8", + "url": "data:%7B%22package%22%3A%20%2289528258cfdc79b1e54591202705be67896ad254f99e3cc2ea3710e0307148f2%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/glib-0.15.9", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/glib-macros/glib-macros-0.14.0.crate", - "sha256": "9eb7bdf41972a6f6dab5d72c23d22789f400059a43ba0d72b4bb2f8664d946a9", + "url": "https://static.crates.io/crates/glib-macros/glib-macros-0.15.3.crate", + "sha256": "e58b262ff65ef771003873cea8c10e0fe854f1c508d48d62a4111a1ff163f7d1", "dest": "cargo/vendor", - "dest-filename": "glib-macros-0.14.0.crate" + "dest-filename": "glib-macros-0.15.3.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%229eb7bdf41972a6f6dab5d72c23d22789f400059a43ba0d72b4bb2f8664d946a9%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/glib-macros-0.14.0", + "url": "data:%7B%22package%22%3A%20%22e58b262ff65ef771003873cea8c10e0fe854f1c508d48d62a4111a1ff163f7d1%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/glib-macros-0.15.3", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/glib-sys/glib-sys-0.14.0.crate", - "sha256": "1c1d60554a212445e2a858e42a0e48cece1bd57b311a19a9468f70376cf554ae", + "url": "https://static.crates.io/crates/glib-sys/glib-sys-0.15.5.crate", + "sha256": "fa1d4e1a63d8574541e5b92931e4e669ddc87ffa85d58e84e631dba13ad2e10c", "dest": "cargo/vendor", - "dest-filename": "glib-sys-0.14.0.crate" + "dest-filename": "glib-sys-0.15.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%221c1d60554a212445e2a858e42a0e48cece1bd57b311a19a9468f70376cf554ae%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/glib-sys-0.14.0", + "url": "data:%7B%22package%22%3A%20%22fa1d4e1a63d8574541e5b92931e4e669ddc87ffa85d58e84e631dba13ad2e10c%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/glib-sys-0.15.5", "dest-filename": ".cargo-checksum.json" }, { @@ -1353,145 +1353,145 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/gloo-timers/gloo-timers-0.2.1.crate", - "sha256": "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f", + "url": "https://static.crates.io/crates/gloo-timers/gloo-timers-0.2.3.crate", + "sha256": "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e", "dest": "cargo/vendor", - "dest-filename": "gloo-timers-0.2.1.crate" + "dest-filename": "gloo-timers-0.2.3.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2247204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/gloo-timers-0.2.1", + "url": "data:%7B%22package%22%3A%20%224d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/gloo-timers-0.2.3", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/gobject-sys/gobject-sys-0.14.0.crate", - "sha256": "aa92cae29759dae34ab5921d73fff5ad54b3d794ab842c117e36cafc7994c3f5", + "url": "https://static.crates.io/crates/gobject-sys/gobject-sys-0.15.5.crate", + "sha256": "df6859463843c20cf3837e3a9069b6ab2051aeeadf4c899d33344f4aea83189a", "dest": "cargo/vendor", - "dest-filename": "gobject-sys-0.14.0.crate" + "dest-filename": "gobject-sys-0.15.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22aa92cae29759dae34ab5921d73fff5ad54b3d794ab842c117e36cafc7994c3f5%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/gobject-sys-0.14.0", + "url": "data:%7B%22package%22%3A%20%22df6859463843c20cf3837e3a9069b6ab2051aeeadf4c899d33344f4aea83189a%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/gobject-sys-0.15.5", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/graphene-rs/graphene-rs-0.14.0.crate", - "sha256": "f1460a39f06e491e6112f27e71e51435c833ba370723224dd1743dfd1f201f19", + "url": "https://static.crates.io/crates/graphene-rs/graphene-rs-0.15.1.crate", + "sha256": "7c54f9fbbeefdb62c99f892dfca35f83991e2cb5b46a8dc2a715e58612f85570", "dest": "cargo/vendor", - "dest-filename": "graphene-rs-0.14.0.crate" + "dest-filename": "graphene-rs-0.15.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22f1460a39f06e491e6112f27e71e51435c833ba370723224dd1743dfd1f201f19%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/graphene-rs-0.14.0", + "url": "data:%7B%22package%22%3A%20%227c54f9fbbeefdb62c99f892dfca35f83991e2cb5b46a8dc2a715e58612f85570%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/graphene-rs-0.15.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/graphene-sys/graphene-sys-0.14.0.crate", - "sha256": "e7d23fb7a9547e5f072a7e0cd49cd648fedeb786d122b106217511980cbb8962", + "url": "https://static.crates.io/crates/graphene-sys/graphene-sys-0.15.1.crate", + "sha256": "03f311acb023cf7af5537f35de028e03706136eead7f25a31e8fd26f5011e0b3", "dest": "cargo/vendor", - "dest-filename": "graphene-sys-0.14.0.crate" + "dest-filename": "graphene-sys-0.15.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22e7d23fb7a9547e5f072a7e0cd49cd648fedeb786d122b106217511980cbb8962%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/graphene-sys-0.14.0", + "url": "data:%7B%22package%22%3A%20%2203f311acb023cf7af5537f35de028e03706136eead7f25a31e8fd26f5011e0b3%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/graphene-sys-0.15.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/gsk4/gsk4-0.3.1.crate", - "sha256": "eff59ca46c4fc5087fd7a0c3770a71ea4b6e94f8c24c12e2c2e8538f9f6fd764", + "url": "https://static.crates.io/crates/gsk4/gsk4-0.4.6.crate", + "sha256": "1bf63d454e2f75abd92ee6de0ac9fc5aaf1018cd9c458aaf9de296c5cbab6bb9", "dest": "cargo/vendor", - "dest-filename": "gsk4-0.3.1.crate" + "dest-filename": "gsk4-0.4.6.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22eff59ca46c4fc5087fd7a0c3770a71ea4b6e94f8c24c12e2c2e8538f9f6fd764%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/gsk4-0.3.1", + "url": "data:%7B%22package%22%3A%20%221bf63d454e2f75abd92ee6de0ac9fc5aaf1018cd9c458aaf9de296c5cbab6bb9%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/gsk4-0.4.6", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/gsk4-sys/gsk4-sys-0.3.1.crate", - "sha256": "13aa53ce70234da02f9954339d988d5ab853d746a8f47a4ae17735ff873545b5", + "url": "https://static.crates.io/crates/gsk4-sys/gsk4-sys-0.4.2.crate", + "sha256": "e31d21d7ce02ba261bb24c50c4ab238a10b41a2c97c32afffae29471b7cca69b", "dest": "cargo/vendor", - "dest-filename": "gsk4-sys-0.3.1.crate" + "dest-filename": "gsk4-sys-0.4.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2213aa53ce70234da02f9954339d988d5ab853d746a8f47a4ae17735ff873545b5%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/gsk4-sys-0.3.1", + "url": "data:%7B%22package%22%3A%20%22e31d21d7ce02ba261bb24c50c4ab238a10b41a2c97c32afffae29471b7cca69b%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/gsk4-sys-0.4.2", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/gtk4/gtk4-0.3.1.crate", - "sha256": "58a04f421d1485ba4739e723199f5828bca05ab4e622ed39a96a342b6b1a6a3d", + "url": "https://static.crates.io/crates/gtk4/gtk4-0.4.6.crate", + "sha256": "9e841556e3fe55d8a43ada76b7b08a5f65570bbdfe3b8f72c333053b8832c626", "dest": "cargo/vendor", - "dest-filename": "gtk4-0.3.1.crate" + "dest-filename": "gtk4-0.4.6.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2258a04f421d1485ba4739e723199f5828bca05ab4e622ed39a96a342b6b1a6a3d%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/gtk4-0.3.1", + "url": "data:%7B%22package%22%3A%20%229e841556e3fe55d8a43ada76b7b08a5f65570bbdfe3b8f72c333053b8832c626%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/gtk4-0.4.6", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/gtk4-macros/gtk4-macros-0.3.1.crate", - "sha256": "5068d4354af02454f44687adc613100aa98ae11e273cdcac84f89dc08be2b4a1", + "url": "https://static.crates.io/crates/gtk4-macros/gtk4-macros-0.4.3.crate", + "sha256": "573db42bb64973a4d5f718b73caa7204285a1a665308a23b11723d0ee56ec305", "dest": "cargo/vendor", - "dest-filename": "gtk4-macros-0.3.1.crate" + "dest-filename": "gtk4-macros-0.4.3.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%225068d4354af02454f44687adc613100aa98ae11e273cdcac84f89dc08be2b4a1%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/gtk4-macros-0.3.1", + "url": "data:%7B%22package%22%3A%20%22573db42bb64973a4d5f718b73caa7204285a1a665308a23b11723d0ee56ec305%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/gtk4-macros-0.4.3", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/gtk4-sys/gtk4-sys-0.3.1.crate", - "sha256": "e20a64c8f0ddcff8902ff04c130747f2fb7834a43530f75d03d6c71335733b49", + "url": "https://static.crates.io/crates/gtk4-sys/gtk4-sys-0.4.5.crate", + "sha256": "c47c075e8f795c38f6e9a47b51a73eab77b325f83c0154979ed4d4245c36490d", "dest": "cargo/vendor", - "dest-filename": "gtk4-sys-0.3.1.crate" + "dest-filename": "gtk4-sys-0.4.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22e20a64c8f0ddcff8902ff04c130747f2fb7834a43530f75d03d6c71335733b49%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/gtk4-sys-0.3.1", + "url": "data:%7B%22package%22%3A%20%22c47c075e8f795c38f6e9a47b51a73eab77b325f83c0154979ed4d4245c36490d%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/gtk4-sys-0.4.5", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/hashbrown/hashbrown-0.9.1.crate", - "sha256": "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04", + "url": "https://static.crates.io/crates/hashbrown/hashbrown-0.11.2.crate", + "sha256": "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e", "dest": "cargo/vendor", - "dest-filename": "hashbrown-0.9.1.crate" + "dest-filename": "hashbrown-0.11.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/hashbrown-0.9.1", + "url": "data:%7B%22package%22%3A%20%22ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/hashbrown-0.11.2", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/headers/headers-0.3.4.crate", - "sha256": "f0b7591fb62902706ae8e7aaff416b1b0fa2c0fd0878b46dc13baa3712d8a855", + "url": "https://static.crates.io/crates/headers/headers-0.3.6.crate", + "sha256": "c84c647447a07ca16f5fbd05b633e535cc41a08d2d74ab1e08648df53be9cb89", "dest": "cargo/vendor", - "dest-filename": "headers-0.3.4.crate" + "dest-filename": "headers-0.3.6.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22f0b7591fb62902706ae8e7aaff416b1b0fa2c0fd0878b46dc13baa3712d8a855%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/headers-0.3.4", + "url": "data:%7B%22package%22%3A%20%22c84c647447a07ca16f5fbd05b633e535cc41a08d2d74ab1e08648df53be9cb89%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/headers-0.3.6", "dest-filename": ".cargo-checksum.json" }, { @@ -1509,41 +1509,41 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/heck/heck-0.3.1.crate", - "sha256": "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205", + "url": "https://static.crates.io/crates/heck/heck-0.4.0.crate", + "sha256": "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9", "dest": "cargo/vendor", - "dest-filename": "heck-0.3.1.crate" + "dest-filename": "heck-0.4.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2220564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/heck-0.3.1", + "url": "data:%7B%22package%22%3A%20%222540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/heck-0.4.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/hermit-abi/hermit-abi-0.1.12.crate", - "sha256": "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4", + "url": "https://static.crates.io/crates/hermit-abi/hermit-abi-0.1.19.crate", + "sha256": "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33", "dest": "cargo/vendor", - "dest-filename": "hermit-abi-0.1.12.crate" + "dest-filename": "hermit-abi-0.1.19.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2261565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/hermit-abi-0.1.12", + "url": "data:%7B%22package%22%3A%20%2262b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/hermit-abi-0.1.19", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/hex/hex-0.4.2.crate", - "sha256": "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35", + "url": "https://static.crates.io/crates/hex/hex-0.4.3.crate", + "sha256": "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70", "dest": "cargo/vendor", - "dest-filename": "hex-0.4.2.crate" + "dest-filename": "hex-0.4.3.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/hex-0.4.2", + "url": "data:%7B%22package%22%3A%20%227f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/hex-0.4.3", "dest-filename": ".cargo-checksum.json" }, { @@ -1600,54 +1600,54 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/http/http-0.2.1.crate", - "sha256": "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9", + "url": "https://static.crates.io/crates/http/http-0.2.6.crate", + "sha256": "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03", "dest": "cargo/vendor", - "dest-filename": "http-0.2.1.crate" + "dest-filename": "http-0.2.6.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2228d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/http-0.2.1", + "url": "data:%7B%22package%22%3A%20%2231f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/http-0.2.6", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/http-body/http-body-0.4.2.crate", - "sha256": "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9", + "url": "https://static.crates.io/crates/http-body/http-body-0.4.4.crate", + "sha256": "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6", "dest": "cargo/vendor", - "dest-filename": "http-body-0.4.2.crate" + "dest-filename": "http-body-0.4.4.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2260daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/http-body-0.4.2", + "url": "data:%7B%22package%22%3A%20%221ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/http-body-0.4.4", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/httparse/httparse-1.4.0.crate", - "sha256": "4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437", + "url": "https://static.crates.io/crates/httparse/httparse-1.5.1.crate", + "sha256": "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503", "dest": "cargo/vendor", - "dest-filename": "httparse-1.4.0.crate" + "dest-filename": "httparse-1.5.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%224a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/httparse-1.4.0", + "url": "data:%7B%22package%22%3A%20%22acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/httparse-1.5.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/httpdate/httpdate-1.0.0.crate", - "sha256": "05842d0d43232b23ccb7060ecb0f0626922c21f30012e97b767b30afd4a5d4b9", + "url": "https://static.crates.io/crates/httpdate/httpdate-1.0.2.crate", + "sha256": "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421", "dest": "cargo/vendor", - "dest-filename": "httpdate-1.0.0.crate" + "dest-filename": "httpdate-1.0.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2205842d0d43232b23ccb7060ecb0f0626922c21f30012e97b767b30afd4a5d4b9%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/httpdate-1.0.0", + "url": "data:%7B%22package%22%3A%20%22c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/httpdate-1.0.2", "dest-filename": ".cargo-checksum.json" }, { @@ -1665,15 +1665,15 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/hyper/hyper-0.14.7.crate", - "sha256": "1e5f105c494081baa3bf9e200b279e27ec1623895cd504c7dbef8d0b080fcf54", + "url": "https://static.crates.io/crates/hyper/hyper-0.14.16.crate", + "sha256": "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55", "dest": "cargo/vendor", - "dest-filename": "hyper-0.14.7.crate" + "dest-filename": "hyper-0.14.16.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%221e5f105c494081baa3bf9e200b279e27ec1623895cd504c7dbef8d0b080fcf54%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/hyper-0.14.7", + "url": "data:%7B%22package%22%3A%20%22b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/hyper-0.14.16", "dest-filename": ".cargo-checksum.json" }, { @@ -1704,28 +1704,28 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/idna/idna-0.2.0.crate", - "sha256": "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9", + "url": "https://static.crates.io/crates/idna/idna-0.2.3.crate", + "sha256": "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8", "dest": "cargo/vendor", - "dest-filename": "idna-0.2.0.crate" + "dest-filename": "idna-0.2.3.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2202e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/idna-0.2.0", + "url": "data:%7B%22package%22%3A%20%22418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/idna-0.2.3", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/if-addrs/if-addrs-0.6.5.crate", - "sha256": "28538916eb3f3976311f5dfbe67b5362d0add1293d0a9cad17debf86f8e3aa48", + "url": "https://static.crates.io/crates/if-addrs/if-addrs-0.6.7.crate", + "sha256": "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de", "dest": "cargo/vendor", - "dest-filename": "if-addrs-0.6.5.crate" + "dest-filename": "if-addrs-0.6.7.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2228538916eb3f3976311f5dfbe67b5362d0add1293d0a9cad17debf86f8e3aa48%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/if-addrs-0.6.5", + "url": "data:%7B%22package%22%3A%20%222273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/if-addrs-0.6.7", "dest-filename": ".cargo-checksum.json" }, { @@ -1743,80 +1743,80 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/indexmap/indexmap-1.6.2.crate", - "sha256": "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3", + "url": "https://static.crates.io/crates/indexmap/indexmap-1.8.0.crate", + "sha256": "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223", "dest": "cargo/vendor", - "dest-filename": "indexmap-1.6.2.crate" + "dest-filename": "indexmap-1.8.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/indexmap-1.6.2", + "url": "data:%7B%22package%22%3A%20%22282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/indexmap-1.8.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/instant/instant-0.1.9.crate", - "sha256": "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec", + "url": "https://static.crates.io/crates/instant/instant-0.1.12.crate", + "sha256": "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c", "dest": "cargo/vendor", - "dest-filename": "instant-0.1.9.crate" + "dest-filename": "instant-0.1.12.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2261124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/instant-0.1.9", + "url": "data:%7B%22package%22%3A%20%227a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/instant-0.1.12", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/isahc/isahc-1.2.0.crate", - "sha256": "33b24d2aed6bbe6faeab0e164ec2e9e6193fcfcfe489b6eb59fb0d0d34947d73", + "url": "https://static.crates.io/crates/isahc/isahc-1.7.0.crate", + "sha256": "437f8808009c031df3c1d532c8fd7e3d73239dfe522ebf0b94b5e34d5d01044b", "dest": "cargo/vendor", - "dest-filename": "isahc-1.2.0.crate" + "dest-filename": "isahc-1.7.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2233b24d2aed6bbe6faeab0e164ec2e9e6193fcfcfe489b6eb59fb0d0d34947d73%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/isahc-1.2.0", + "url": "data:%7B%22package%22%3A%20%22437f8808009c031df3c1d532c8fd7e3d73239dfe522ebf0b94b5e34d5d01044b%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/isahc-1.7.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/itertools/itertools-0.10.1.crate", - "sha256": "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf", + "url": "https://static.crates.io/crates/itoa/itoa-0.4.8.crate", + "sha256": "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4", "dest": "cargo/vendor", - "dest-filename": "itertools-0.10.1.crate" + "dest-filename": "itoa-0.4.8.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2269ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/itertools-0.10.1", + "url": "data:%7B%22package%22%3A%20%22b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/itoa-0.4.8", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/itoa/itoa-0.4.5.crate", - "sha256": "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e", + "url": "https://static.crates.io/crates/itoa/itoa-1.0.1.crate", + "sha256": "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35", "dest": "cargo/vendor", - "dest-filename": "itoa-0.4.5.crate" + "dest-filename": "itoa-1.0.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/itoa-0.4.5", + "url": "data:%7B%22package%22%3A%20%221aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/itoa-1.0.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/jni/jni-0.18.0.crate", - "sha256": "24967112a1e4301ca5342ea339763613a37592b8a6ce6cf2e4494537c7a42faf", + "url": "https://static.crates.io/crates/jni/jni-0.19.0.crate", + "sha256": "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec", "dest": "cargo/vendor", - "dest-filename": "jni-0.18.0.crate" + "dest-filename": "jni-0.19.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2224967112a1e4301ca5342ea339763613a37592b8a6ce6cf2e4494537c7a42faf%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/jni-0.18.0", + "url": "data:%7B%22package%22%3A%20%22c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/jni-0.19.0", "dest-filename": ".cargo-checksum.json" }, { @@ -1834,28 +1834,28 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/jobserver/jobserver-0.1.22.crate", - "sha256": "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd", + "url": "https://static.crates.io/crates/jobserver/jobserver-0.1.24.crate", + "sha256": "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa", "dest": "cargo/vendor", - "dest-filename": "jobserver-0.1.22.crate" + "dest-filename": "jobserver-0.1.24.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/jobserver-0.1.22", + "url": "data:%7B%22package%22%3A%20%22af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/jobserver-0.1.24", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/js-sys/js-sys-0.3.46.crate", - "sha256": "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175", + "url": "https://static.crates.io/crates/js-sys/js-sys-0.3.56.crate", + "sha256": "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04", "dest": "cargo/vendor", - "dest-filename": "js-sys-0.3.46.crate" + "dest-filename": "js-sys-0.3.56.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/js-sys-0.3.46", + "url": "data:%7B%22package%22%3A%20%22a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/js-sys-0.3.56", "dest-filename": ".cargo-checksum.json" }, { @@ -1886,15 +1886,15 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/lazycell/lazycell-1.2.1.crate", - "sha256": "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f", + "url": "https://static.crates.io/crates/lazycell/lazycell-1.3.0.crate", + "sha256": "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55", "dest": "cargo/vendor", - "dest-filename": "lazycell-1.2.1.crate" + "dest-filename": "lazycell-1.3.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/lazycell-1.2.1", + "url": "data:%7B%22package%22%3A%20%22830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/lazycell-1.3.0", "dest-filename": ".cargo-checksum.json" }, { @@ -1912,145 +1912,145 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/libadwaita/libadwaita-0.1.0-beta-1.crate", - "sha256": "cef1e2d4b5490caff8a1d44648f68721ab917f765a7fa1d0226fcdac42d86552", + "url": "https://static.crates.io/crates/libadwaita/libadwaita-0.1.0.crate", + "sha256": "0d4b1d54d907dfa5d6663fdf4bdbe46c34747258b85c787adbf66187ccbaac81", "dest": "cargo/vendor", - "dest-filename": "libadwaita-0.1.0-beta-1.crate" + "dest-filename": "libadwaita-0.1.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22cef1e2d4b5490caff8a1d44648f68721ab917f765a7fa1d0226fcdac42d86552%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/libadwaita-0.1.0-beta-1", + "url": "data:%7B%22package%22%3A%20%220d4b1d54d907dfa5d6663fdf4bdbe46c34747258b85c787adbf66187ccbaac81%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/libadwaita-0.1.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/libadwaita-sys/libadwaita-sys-0.1.0-beta-1.crate", - "sha256": "7a165d8c96824753ec072b70a9149790efa3d5abb07e130cda7eb04ef2006d4c", + "url": "https://static.crates.io/crates/libadwaita-sys/libadwaita-sys-0.1.0.crate", + "sha256": "f18b6ac4cadd252a89f5cba0a5a4e99836131795d6fad37b859ac79e8cb7d2c8", "dest": "cargo/vendor", - "dest-filename": "libadwaita-sys-0.1.0-beta-1.crate" + "dest-filename": "libadwaita-sys-0.1.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%227a165d8c96824753ec072b70a9149790efa3d5abb07e130cda7eb04ef2006d4c%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/libadwaita-sys-0.1.0-beta-1", + "url": "data:%7B%22package%22%3A%20%22f18b6ac4cadd252a89f5cba0a5a4e99836131795d6fad37b859ac79e8cb7d2c8%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/libadwaita-sys-0.1.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/libc/libc-0.2.94.crate", - "sha256": "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e", + "url": "https://static.crates.io/crates/libc/libc-0.2.117.crate", + "sha256": "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c", "dest": "cargo/vendor", - "dest-filename": "libc-0.2.94.crate" + "dest-filename": "libc-0.2.117.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2218794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/libc-0.2.94", + "url": "data:%7B%22package%22%3A%20%22e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/libc-0.2.117", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/libloading/libloading-0.5.2.crate", - "sha256": "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753", + "url": "https://static.crates.io/crates/libloading/libloading-0.7.3.crate", + "sha256": "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd", "dest": "cargo/vendor", - "dest-filename": "libloading-0.5.2.crate" + "dest-filename": "libloading-0.7.3.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/libloading-0.5.2", + "url": "data:%7B%22package%22%3A%20%22efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/libloading-0.7.3", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/libm/libm-0.2.1.crate", - "sha256": "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a", + "url": "https://static.crates.io/crates/libm/libm-0.2.2.crate", + "sha256": "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db", "dest": "cargo/vendor", - "dest-filename": "libm-0.2.1.crate" + "dest-filename": "libm-0.2.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/libm-0.2.1", + "url": "data:%7B%22package%22%3A%20%2233a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/libm-0.2.2", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/libmdns/libmdns-0.6.1.crate", - "sha256": "98477a6781ae1d6a1c2aeabfd2e23353a75fe8eb7c2545f6ed282ac8f3e2fc53", + "url": "https://static.crates.io/crates/libmdns/libmdns-0.6.2.crate", + "sha256": "fac185a4d02e873c6d1ead59d674651f8ae5ec23ffe1637bee8de80665562a6a", "dest": "cargo/vendor", - "dest-filename": "libmdns-0.6.1.crate" + "dest-filename": "libmdns-0.6.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2298477a6781ae1d6a1c2aeabfd2e23353a75fe8eb7c2545f6ed282ac8f3e2fc53%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/libmdns-0.6.1", + "url": "data:%7B%22package%22%3A%20%22fac185a4d02e873c6d1ead59d674651f8ae5ec23ffe1637bee8de80665562a6a%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/libmdns-0.6.2", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/libnghttp2-sys/libnghttp2-sys-0.1.3.crate", - "sha256": "b359f5ec8106bc297694c9a562ace312be2cfd17a5fc68dc12249845aa144b11", + "url": "https://static.crates.io/crates/libnghttp2-sys/libnghttp2-sys-0.1.7+1.45.0.crate", + "sha256": "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f", "dest": "cargo/vendor", - "dest-filename": "libnghttp2-sys-0.1.3.crate" + "dest-filename": "libnghttp2-sys-0.1.7+1.45.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22b359f5ec8106bc297694c9a562ace312be2cfd17a5fc68dc12249845aa144b11%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/libnghttp2-sys-0.1.3", + "url": "data:%7B%22package%22%3A%20%2257ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/libnghttp2-sys-0.1.7+1.45.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/libpulse-binding/libpulse-binding-2.23.1.crate", - "sha256": "db951f37898e19a6785208e3a290261e0f1a8e086716be596aaad684882ca8e3", + "url": "https://static.crates.io/crates/libpulse-binding/libpulse-binding-2.26.0.crate", + "sha256": "17be42160017e0ae993c03bfdab4ecb6f82ce3f8d515bd8da8fdf18d10703663", "dest": "cargo/vendor", - "dest-filename": "libpulse-binding-2.23.1.crate" + "dest-filename": "libpulse-binding-2.26.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22db951f37898e19a6785208e3a290261e0f1a8e086716be596aaad684882ca8e3%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/libpulse-binding-2.23.1", + "url": "data:%7B%22package%22%3A%20%2217be42160017e0ae993c03bfdab4ecb6f82ce3f8d515bd8da8fdf18d10703663%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/libpulse-binding-2.26.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/libpulse-simple-binding/libpulse-simple-binding-2.23.0.crate", - "sha256": "a574975292db859087c3957b9182f7d53278553f06bddaa2099c90e4ac3a0ee0", + "url": "https://static.crates.io/crates/libpulse-simple-binding/libpulse-simple-binding-2.25.0.crate", + "sha256": "7cbf1a1dfd69a48cb60906399fa1d17f1b75029ef51c0789597be792dfd0bcd5", "dest": "cargo/vendor", - "dest-filename": "libpulse-simple-binding-2.23.0.crate" + "dest-filename": "libpulse-simple-binding-2.25.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22a574975292db859087c3957b9182f7d53278553f06bddaa2099c90e4ac3a0ee0%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/libpulse-simple-binding-2.23.0", + "url": "data:%7B%22package%22%3A%20%227cbf1a1dfd69a48cb60906399fa1d17f1b75029ef51c0789597be792dfd0bcd5%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/libpulse-simple-binding-2.25.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/libpulse-simple-sys/libpulse-simple-sys-1.16.1.crate", - "sha256": "468cf582b7b022c0d1b266fefc7fc8fa7b1ddcb61214224f2f105c95a9c2d5c1", + "url": "https://static.crates.io/crates/libpulse-simple-sys/libpulse-simple-sys-1.19.2.crate", + "sha256": "7c73f96f9ca34809692c4760cfe421225860aa000de50edab68a16221fd27cc1", "dest": "cargo/vendor", - "dest-filename": "libpulse-simple-sys-1.16.1.crate" + "dest-filename": "libpulse-simple-sys-1.19.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22468cf582b7b022c0d1b266fefc7fc8fa7b1ddcb61214224f2f105c95a9c2d5c1%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/libpulse-simple-sys-1.16.1", + "url": "data:%7B%22package%22%3A%20%227c73f96f9ca34809692c4760cfe421225860aa000de50edab68a16221fd27cc1%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/libpulse-simple-sys-1.19.2", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/libpulse-sys/libpulse-sys-1.18.0.crate", - "sha256": "cf17e9832643c4f320c42b7d78b2c0510f45aa5e823af094413b94e45076ba82", + "url": "https://static.crates.io/crates/libpulse-sys/libpulse-sys-1.19.3.crate", + "sha256": "991e6bd0efe2a36e6534e136e7996925e4c1a8e35b7807fe533f2beffff27c30", "dest": "cargo/vendor", - "dest-filename": "libpulse-sys-1.18.0.crate" + "dest-filename": "libpulse-sys-1.19.3.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22cf17e9832643c4f320c42b7d78b2c0510f45aa5e823af094413b94e45076ba82%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/libpulse-sys-1.18.0", + "url": "data:%7B%22package%22%3A%20%22991e6bd0efe2a36e6534e136e7996925e4c1a8e35b7807fe533f2beffff27c30%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/libpulse-sys-1.19.3", "dest-filename": ".cargo-checksum.json" }, { @@ -2159,15 +2159,15 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/libz-sys/libz-sys-1.1.2.crate", - "sha256": "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655", + "url": "https://static.crates.io/crates/libz-sys/libz-sys-1.1.3.crate", + "sha256": "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66", "dest": "cargo/vendor", - "dest-filename": "libz-sys-1.1.2.crate" + "dest-filename": "libz-sys-1.1.3.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/libz-sys-1.1.2", + "url": "data:%7B%22package%22%3A%20%22de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/libz-sys-1.1.3", "dest-filename": ".cargo-checksum.json" }, { @@ -2185,15 +2185,15 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/lock_api/lock_api-0.4.2.crate", - "sha256": "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312", + "url": "https://static.crates.io/crates/lock_api/lock_api-0.4.6.crate", + "sha256": "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b", "dest": "cargo/vendor", - "dest-filename": "lock_api-0.4.2.crate" + "dest-filename": "lock_api-0.4.6.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/lock_api-0.4.2", + "url": "data:%7B%22package%22%3A%20%2288943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/lock_api-0.4.6", "dest-filename": ".cargo-checksum.json" }, { @@ -2250,41 +2250,41 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/matches/matches-0.1.8.crate", - "sha256": "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08", + "url": "https://static.crates.io/crates/matches/matches-0.1.9.crate", + "sha256": "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f", "dest": "cargo/vendor", - "dest-filename": "matches-0.1.8.crate" + "dest-filename": "matches-0.1.9.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%227ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/matches-0.1.8", + "url": "data:%7B%22package%22%3A%20%22a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/matches-0.1.9", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/memchr/memchr-2.3.3.crate", - "sha256": "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400", + "url": "https://static.crates.io/crates/memchr/memchr-2.4.1.crate", + "sha256": "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a", "dest": "cargo/vendor", - "dest-filename": "memchr-2.3.3.crate" + "dest-filename": "memchr-2.4.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%223728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/memchr-2.3.3", + "url": "data:%7B%22package%22%3A%20%22308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/memchr-2.4.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/memoffset/memoffset-0.6.4.crate", - "sha256": "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9", + "url": "https://static.crates.io/crates/memoffset/memoffset-0.6.5.crate", + "sha256": "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce", "dest": "cargo/vendor", - "dest-filename": "memoffset-0.6.4.crate" + "dest-filename": "memoffset-0.6.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2259accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/memoffset-0.6.4", + "url": "data:%7B%22package%22%3A%20%225aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/memoffset-0.6.5", "dest-filename": ".cargo-checksum.json" }, { @@ -2302,15 +2302,15 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/mio/mio-0.7.11.crate", - "sha256": "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956", + "url": "https://static.crates.io/crates/mio/mio-0.8.0.crate", + "sha256": "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2", "dest": "cargo/vendor", - "dest-filename": "mio-0.7.11.crate" + "dest-filename": "mio-0.8.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/mio-0.7.11", + "url": "data:%7B%22package%22%3A%20%22ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/mio-0.8.0", "dest-filename": ".cargo-checksum.json" }, { @@ -2328,80 +2328,80 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/multimap/multimap-0.8.2.crate", - "sha256": "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333", + "url": "https://static.crates.io/crates/multimap/multimap-0.8.3.crate", + "sha256": "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a", "dest": "cargo/vendor", - "dest-filename": "multimap-0.8.2.crate" + "dest-filename": "multimap-0.8.3.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%221255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/multimap-0.8.2", + "url": "data:%7B%22package%22%3A%20%22e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/multimap-0.8.3", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/nb-connect/nb-connect-1.0.2.crate", - "sha256": "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998", + "url": "https://static.crates.io/crates/nb-connect/nb-connect-1.2.0.crate", + "sha256": "b1bb540dc6ef51cfe1916ec038ce7a620daf3a111e2502d745197cd53d6bca15", "dest": "cargo/vendor", - "dest-filename": "nb-connect-1.0.2.crate" + "dest-filename": "nb-connect-1.2.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%228123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/nb-connect-1.0.2", + "url": "data:%7B%22package%22%3A%20%22b1bb540dc6ef51cfe1916ec038ce7a620daf3a111e2502d745197cd53d6bca15%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/nb-connect-1.2.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/ndk/ndk-0.3.0.crate", - "sha256": "8794322172319b972f528bf90c6b467be0079f1fa82780ffb431088e741a73ab", + "url": "https://static.crates.io/crates/ndk/ndk-0.6.0.crate", + "sha256": "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4", "dest": "cargo/vendor", - "dest-filename": "ndk-0.3.0.crate" + "dest-filename": "ndk-0.6.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%228794322172319b972f528bf90c6b467be0079f1fa82780ffb431088e741a73ab%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/ndk-0.3.0", + "url": "data:%7B%22package%22%3A%20%222032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/ndk-0.6.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/ndk-glue/ndk-glue-0.3.0.crate", - "sha256": "c5caf0c24d51ac1c905c27d4eda4fa0635bbe0de596b8f79235e0b17a4d29385", + "url": "https://static.crates.io/crates/ndk-glue/ndk-glue-0.6.0.crate", + "sha256": "04c0d14b0858eb9962a5dac30b809b19f19da7e4547d64af2b0bb051d2e55d79", "dest": "cargo/vendor", - "dest-filename": "ndk-glue-0.3.0.crate" + "dest-filename": "ndk-glue-0.6.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22c5caf0c24d51ac1c905c27d4eda4fa0635bbe0de596b8f79235e0b17a4d29385%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/ndk-glue-0.3.0", + "url": "data:%7B%22package%22%3A%20%2204c0d14b0858eb9962a5dac30b809b19f19da7e4547d64af2b0bb051d2e55d79%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/ndk-glue-0.6.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/ndk-macro/ndk-macro-0.2.0.crate", - "sha256": "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d", + "url": "https://static.crates.io/crates/ndk-macro/ndk-macro-0.3.0.crate", + "sha256": "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c", "dest": "cargo/vendor", - "dest-filename": "ndk-macro-0.2.0.crate" + "dest-filename": "ndk-macro-0.3.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2205d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/ndk-macro-0.2.0", + "url": "data:%7B%22package%22%3A%20%220df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/ndk-macro-0.3.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/ndk-sys/ndk-sys-0.2.1.crate", - "sha256": "c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d", + "url": "https://static.crates.io/crates/ndk-sys/ndk-sys-0.3.0.crate", + "sha256": "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97", "dest": "cargo/vendor", - "dest-filename": "ndk-sys-0.2.1.crate" + "dest-filename": "ndk-sys-0.3.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/ndk-sys-0.2.1", + "url": "data:%7B%22package%22%3A%20%226e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/ndk-sys-0.3.0", "dest-filename": ".cargo-checksum.json" }, { @@ -2419,41 +2419,41 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/nix/nix-0.19.1.crate", - "sha256": "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2", + "url": "https://static.crates.io/crates/nix/nix-0.20.0.crate", + "sha256": "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a", "dest": "cargo/vendor", - "dest-filename": "nix-0.19.1.crate" + "dest-filename": "nix-0.20.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/nix-0.19.1", + "url": "data:%7B%22package%22%3A%20%22fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/nix-0.20.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/nix/nix-0.20.0.crate", - "sha256": "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a", + "url": "https://static.crates.io/crates/nix/nix-0.23.1.crate", + "sha256": "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6", "dest": "cargo/vendor", - "dest-filename": "nix-0.20.0.crate" + "dest-filename": "nix-0.23.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/nix-0.20.0", + "url": "data:%7B%22package%22%3A%20%229f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/nix-0.23.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/nom/nom-5.1.1.crate", - "sha256": "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6", + "url": "https://static.crates.io/crates/nom/nom-5.1.2.crate", + "sha256": "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af", "dest": "cargo/vendor", - "dest-filename": "nom-5.1.1.crate" + "dest-filename": "nom-5.1.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%220b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/nom-5.1.1", + "url": "data:%7B%22package%22%3A%20%22ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/nom-5.1.2", "dest-filename": ".cargo-checksum.json" }, { @@ -2484,28 +2484,28 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/num-bigint/num-bigint-0.3.1.crate", - "sha256": "5e9a41747ae4633fce5adffb4d2e81ffc5e89593cb19917f8fb2cc5ff76507bf", + "url": "https://static.crates.io/crates/num-bigint/num-bigint-0.3.3.crate", + "sha256": "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3", "dest": "cargo/vendor", - "dest-filename": "num-bigint-0.3.1.crate" + "dest-filename": "num-bigint-0.3.3.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%225e9a41747ae4633fce5adffb4d2e81ffc5e89593cb19917f8fb2cc5ff76507bf%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/num-bigint-0.3.1", + "url": "data:%7B%22package%22%3A%20%225f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/num-bigint-0.3.3", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/num-bigint/num-bigint-0.4.0.crate", - "sha256": "4e0d047c1062aa51e256408c560894e5251f08925980e53cf1aa5bd00eec6512", + "url": "https://static.crates.io/crates/num-bigint/num-bigint-0.4.3.crate", + "sha256": "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f", "dest": "cargo/vendor", - "dest-filename": "num-bigint-0.4.0.crate" + "dest-filename": "num-bigint-0.4.3.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%224e0d047c1062aa51e256408c560894e5251f08925980e53cf1aa5bd00eec6512%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/num-bigint-0.4.0", + "url": "data:%7B%22package%22%3A%20%22f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/num-bigint-0.4.3", "dest-filename": ".cargo-checksum.json" }, { @@ -2588,41 +2588,41 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/num_cpus/num_cpus-1.13.0.crate", - "sha256": "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3", + "url": "https://static.crates.io/crates/num_cpus/num_cpus-1.13.1.crate", + "sha256": "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1", "dest": "cargo/vendor", - "dest-filename": "num_cpus-1.13.0.crate" + "dest-filename": "num_cpus-1.13.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2205499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/num_cpus-1.13.0", + "url": "data:%7B%22package%22%3A%20%2219e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/num_cpus-1.13.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/num_enum/num_enum-0.5.1.crate", - "sha256": "226b45a5c2ac4dd696ed30fa6b94b057ad909c7b7fc2e0d0808192bced894066", + "url": "https://static.crates.io/crates/num_enum/num_enum-0.5.6.crate", + "sha256": "720d3ea1055e4e4574c0c0b0f8c3fd4f24c4cdaf465948206dea090b57b526ad", "dest": "cargo/vendor", - "dest-filename": "num_enum-0.5.1.crate" + "dest-filename": "num_enum-0.5.6.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22226b45a5c2ac4dd696ed30fa6b94b057ad909c7b7fc2e0d0808192bced894066%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/num_enum-0.5.1", + "url": "data:%7B%22package%22%3A%20%22720d3ea1055e4e4574c0c0b0f8c3fd4f24c4cdaf465948206dea090b57b526ad%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/num_enum-0.5.6", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/num_enum_derive/num_enum_derive-0.5.1.crate", - "sha256": "1c0fd9eba1d5db0994a239e09c1be402d35622277e35468ba891aa5e3188ce7e", + "url": "https://static.crates.io/crates/num_enum_derive/num_enum_derive-0.5.6.crate", + "sha256": "0d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21", "dest": "cargo/vendor", - "dest-filename": "num_enum_derive-0.5.1.crate" + "dest-filename": "num_enum_derive-0.5.6.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%221c0fd9eba1d5db0994a239e09c1be402d35622277e35468ba891aa5e3188ce7e%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/num_enum_derive-0.5.1", + "url": "data:%7B%22package%22%3A%20%220d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/num_enum_derive-0.5.6", "dest-filename": ".cargo-checksum.json" }, { @@ -2666,28 +2666,28 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/oboe/oboe-0.4.1.crate", - "sha256": "4cfb2390bddb9546c0f7448fd1d2abdd39e6075206f960991eb28c7fa7f126c4", + "url": "https://static.crates.io/crates/oboe/oboe-0.4.5.crate", + "sha256": "2463c8f2e19b4e0d0710a21f8e4011501ff28db1c95d7a5482a553b2100502d2", "dest": "cargo/vendor", - "dest-filename": "oboe-0.4.1.crate" + "dest-filename": "oboe-0.4.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%224cfb2390bddb9546c0f7448fd1d2abdd39e6075206f960991eb28c7fa7f126c4%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/oboe-0.4.1", + "url": "data:%7B%22package%22%3A%20%222463c8f2e19b4e0d0710a21f8e4011501ff28db1c95d7a5482a553b2100502d2%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/oboe-0.4.5", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/oboe-sys/oboe-sys-0.4.0.crate", - "sha256": "fe069264d082fc820dfa172f79be3f2e088ecfece9b1c47b0c9fd838d2bef103", + "url": "https://static.crates.io/crates/oboe-sys/oboe-sys-0.4.5.crate", + "sha256": "3370abb7372ed744232c12954d920d1a40f1c4686de9e79e800021ef492294bd", "dest": "cargo/vendor", - "dest-filename": "oboe-sys-0.4.0.crate" + "dest-filename": "oboe-sys-0.4.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22fe069264d082fc820dfa172f79be3f2e088ecfece9b1c47b0c9fd838d2bef103%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/oboe-sys-0.4.0", + "url": "data:%7B%22package%22%3A%20%223370abb7372ed744232c12954d920d1a40f1c4686de9e79e800021ef492294bd%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/oboe-sys-0.4.5", "dest-filename": ".cargo-checksum.json" }, { @@ -2705,15 +2705,15 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/once_cell/once_cell-1.5.2.crate", - "sha256": "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0", + "url": "https://static.crates.io/crates/once_cell/once_cell-1.9.0.crate", + "sha256": "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5", "dest": "cargo/vendor", - "dest-filename": "once_cell-1.5.2.crate" + "dest-filename": "once_cell-1.9.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2213bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/once_cell-1.5.2", + "url": "data:%7B%22package%22%3A%20%22da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/once_cell-1.9.0", "dest-filename": ".cargo-checksum.json" }, { @@ -2731,54 +2731,67 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/openssl-probe/openssl-probe-0.1.2.crate", - "sha256": "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de", + "url": "https://static.crates.io/crates/openssl-probe/openssl-probe-0.1.5.crate", + "sha256": "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf", "dest": "cargo/vendor", - "dest-filename": "openssl-probe-0.1.2.crate" + "dest-filename": "openssl-probe-0.1.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2277af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/openssl-probe-0.1.2", + "url": "data:%7B%22package%22%3A%20%22ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/openssl-probe-0.1.5", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/openssl-sys/openssl-sys-0.9.56.crate", - "sha256": "f02309a7f127000ed50594f0b50ecc69e7c654e16d41b4e8156d1b3df8e0b52e", + "url": "https://static.crates.io/crates/openssl-sys/openssl-sys-0.9.72.crate", + "sha256": "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb", "dest": "cargo/vendor", - "dest-filename": "openssl-sys-0.9.56.crate" + "dest-filename": "openssl-sys-0.9.72.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22f02309a7f127000ed50594f0b50ecc69e7c654e16d41b4e8156d1b3df8e0b52e%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/openssl-sys-0.9.56", + "url": "data:%7B%22package%22%3A%20%227e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/openssl-sys-0.9.72", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/pango/pango-0.14.0.crate", - "sha256": "415823a4fb9f1789785cd6e2d2413816f2ecff92380382969aaca9c400e13a19", + "url": "https://static.crates.io/crates/ordered-stream/ordered-stream-0.0.1.crate", + "sha256": "44630c059eacfd6e08bdaa51b1db2ce33119caa4ddc1235e923109aa5f25ccb1", "dest": "cargo/vendor", - "dest-filename": "pango-0.14.0.crate" + "dest-filename": "ordered-stream-0.0.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22415823a4fb9f1789785cd6e2d2413816f2ecff92380382969aaca9c400e13a19%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/pango-0.14.0", + "url": "data:%7B%22package%22%3A%20%2244630c059eacfd6e08bdaa51b1db2ce33119caa4ddc1235e923109aa5f25ccb1%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/ordered-stream-0.0.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/pango-sys/pango-sys-0.14.0.crate", - "sha256": "2367099ca5e761546ba1d501955079f097caa186bb53ce0f718dca99ac1942fe", + "url": "https://static.crates.io/crates/pango/pango-0.15.2.crate", + "sha256": "79211eff430c29cc38c69e0ab54bc78fa1568121ca9737707eee7f92a8417a94", "dest": "cargo/vendor", - "dest-filename": "pango-sys-0.14.0.crate" + "dest-filename": "pango-0.15.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%222367099ca5e761546ba1d501955079f097caa186bb53ce0f718dca99ac1942fe%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/pango-sys-0.14.0", + "url": "data:%7B%22package%22%3A%20%2279211eff430c29cc38c69e0ab54bc78fa1568121ca9737707eee7f92a8417a94%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/pango-0.15.2", + "dest-filename": ".cargo-checksum.json" + }, + { + "type": "file", + "url": "https://static.crates.io/crates/pango-sys/pango-sys-0.15.1.crate", + "sha256": "7022c2fb88cd2d9d55e1a708a8c53a3ae8678234c4a54bf623400aeb7f31fac2", + "dest": "cargo/vendor", + "dest-filename": "pango-sys-0.15.1.crate" + }, + { + "type": "file", + "url": "data:%7B%22package%22%3A%20%227022c2fb88cd2d9d55e1a708a8c53a3ae8678234c4a54bf623400aeb7f31fac2%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/pango-sys-0.15.1", "dest-filename": ".cargo-checksum.json" }, { @@ -2796,28 +2809,28 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/parking_lot/parking_lot-0.11.1.crate", - "sha256": "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb", + "url": "https://static.crates.io/crates/parking_lot/parking_lot-0.11.2.crate", + "sha256": "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99", "dest": "cargo/vendor", - "dest-filename": "parking_lot-0.11.1.crate" + "dest-filename": "parking_lot-0.11.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%226d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/parking_lot-0.11.1", + "url": "data:%7B%22package%22%3A%20%227d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/parking_lot-0.11.2", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/parking_lot_core/parking_lot_core-0.8.3.crate", - "sha256": "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018", + "url": "https://static.crates.io/crates/parking_lot_core/parking_lot_core-0.8.5.crate", + "sha256": "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216", "dest": "cargo/vendor", - "dest-filename": "parking_lot_core-0.8.3.crate" + "dest-filename": "parking_lot_core-0.8.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/parking_lot_core-0.8.3", + "url": "data:%7B%22package%22%3A%20%22d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/parking_lot_core-0.8.5", "dest-filename": ".cargo-checksum.json" }, { @@ -2874,80 +2887,41 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/pin-project/pin-project-0.4.16.crate", - "sha256": "81d480cb4e89522ccda96d0eed9af94180b7a5f93fb28f66e1fd7d68431663d1", - "dest": "cargo/vendor", - "dest-filename": "pin-project-0.4.16.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%2281d480cb4e89522ccda96d0eed9af94180b7a5f93fb28f66e1fd7d68431663d1%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/pin-project-0.4.16", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/pin-project/pin-project-1.0.2.crate", - "sha256": "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7", - "dest": "cargo/vendor", - "dest-filename": "pin-project-1.0.2.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%229ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/pin-project-1.0.2", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/pin-project-internal/pin-project-internal-0.4.16.crate", - "sha256": "a82996f11efccb19b685b14b5df818de31c1edcee3daa256ab5775dd98e72feb", - "dest": "cargo/vendor", - "dest-filename": "pin-project-internal-0.4.16.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%22a82996f11efccb19b685b14b5df818de31c1edcee3daa256ab5775dd98e72feb%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/pin-project-internal-0.4.16", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/pin-project-internal/pin-project-internal-1.0.2.crate", - "sha256": "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f", + "url": "https://static.crates.io/crates/pin-project/pin-project-1.0.10.crate", + "sha256": "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e", "dest": "cargo/vendor", - "dest-filename": "pin-project-internal-1.0.2.crate" + "dest-filename": "pin-project-1.0.10.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/pin-project-internal-1.0.2", + "url": "data:%7B%22package%22%3A%20%2258ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/pin-project-1.0.10", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/pin-project-lite/pin-project-lite-0.1.11.crate", - "sha256": "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b", + "url": "https://static.crates.io/crates/pin-project-internal/pin-project-internal-1.0.10.crate", + "sha256": "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb", "dest": "cargo/vendor", - "dest-filename": "pin-project-lite-0.1.11.crate" + "dest-filename": "pin-project-internal-1.0.10.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/pin-project-lite-0.1.11", + "url": "data:%7B%22package%22%3A%20%22744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/pin-project-internal-1.0.10", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/pin-project-lite/pin-project-lite-0.2.4.crate", - "sha256": "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827", + "url": "https://static.crates.io/crates/pin-project-lite/pin-project-lite-0.2.8.crate", + "sha256": "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c", "dest": "cargo/vendor", - "dest-filename": "pin-project-lite-0.2.4.crate" + "dest-filename": "pin-project-lite-0.2.8.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/pin-project-lite-0.2.4", + "url": "data:%7B%22package%22%3A%20%22e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/pin-project-lite-0.2.8", "dest-filename": ".cargo-checksum.json" }, { @@ -2965,54 +2939,54 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/pkg-config/pkg-config-0.3.17.crate", - "sha256": "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677", + "url": "https://static.crates.io/crates/pkg-config/pkg-config-0.3.24.crate", + "sha256": "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe", "dest": "cargo/vendor", - "dest-filename": "pkg-config-0.3.17.crate" + "dest-filename": "pkg-config-0.3.24.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2205da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/pkg-config-0.3.17", + "url": "data:%7B%22package%22%3A%20%2258893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/pkg-config-0.3.24", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/polling/polling-2.0.2.crate", - "sha256": "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4", + "url": "https://static.crates.io/crates/polling/polling-2.2.0.crate", + "sha256": "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259", "dest": "cargo/vendor", - "dest-filename": "polling-2.0.2.crate" + "dest-filename": "polling-2.2.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/polling-2.0.2", + "url": "data:%7B%22package%22%3A%20%22685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/polling-2.2.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/ppv-lite86/ppv-lite86-0.2.10.crate", - "sha256": "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857", + "url": "https://static.crates.io/crates/ppv-lite86/ppv-lite86-0.2.16.crate", + "sha256": "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872", "dest": "cargo/vendor", - "dest-filename": "ppv-lite86-0.2.10.crate" + "dest-filename": "ppv-lite86-0.2.16.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/ppv-lite86-0.2.10", + "url": "data:%7B%22package%22%3A%20%22eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/ppv-lite86-0.2.16", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/priority-queue/priority-queue-1.1.1.crate", - "sha256": "8e1340009a04e81f656a4e45e295f0b1191c81de424bf940c865e33577a8e223", + "url": "https://static.crates.io/crates/priority-queue/priority-queue-1.2.1.crate", + "sha256": "00ba480ac08d3cfc40dea10fd466fd2c14dee3ea6fc7873bc4079eda2727caf0", "dest": "cargo/vendor", - "dest-filename": "priority-queue-1.1.1.crate" + "dest-filename": "priority-queue-1.2.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%228e1340009a04e81f656a4e45e295f0b1191c81de424bf940c865e33577a8e223%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/priority-queue-1.1.1", + "url": "data:%7B%22package%22%3A%20%2200ba480ac08d3cfc40dea10fd466fd2c14dee3ea6fc7873bc4079eda2727caf0%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/priority-queue-1.2.1", "dest-filename": ".cargo-checksum.json" }, { @@ -3030,15 +3004,15 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/proc-macro-crate/proc-macro-crate-1.0.0.crate", - "sha256": "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92", + "url": "https://static.crates.io/crates/proc-macro-crate/proc-macro-crate-1.1.0.crate", + "sha256": "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83", "dest": "cargo/vendor", - "dest-filename": "proc-macro-crate-1.0.0.crate" + "dest-filename": "proc-macro-crate-1.1.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2241fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/proc-macro-crate-1.0.0", + "url": "data:%7B%22package%22%3A%20%221ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/proc-macro-crate-1.1.0", "dest-filename": ".cargo-checksum.json" }, { @@ -3069,210 +3043,132 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/proc-macro2/proc-macro2-1.0.24.crate", - "sha256": "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71", - "dest": "cargo/vendor", - "dest-filename": "proc-macro2-1.0.24.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%221e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/proc-macro2-1.0.24", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/protobuf/protobuf-2.25.2.crate", - "sha256": "47c327e191621a2158159df97cdbc2e7074bb4e940275e35abf38eb3d2595754", - "dest": "cargo/vendor", - "dest-filename": "protobuf-2.25.2.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%2247c327e191621a2158159df97cdbc2e7074bb4e940275e35abf38eb3d2595754%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/protobuf-2.25.2", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/protobuf-codegen/protobuf-codegen-2.25.2.crate", - "sha256": "3df8c98c08bd4d6653c2dbae00bd68c1d1d82a360265a5b0bbc73d48c63cb853", - "dest": "cargo/vendor", - "dest-filename": "protobuf-codegen-2.25.2.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%223df8c98c08bd4d6653c2dbae00bd68c1d1d82a360265a5b0bbc73d48c63cb853%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/protobuf-codegen-2.25.2", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/protobuf-codegen-pure/protobuf-codegen-pure-2.25.2.crate", - "sha256": "394a73e2a819405364df8d30042c0f1174737a763e0170497ec9d36f8a2ea8f7", - "dest": "cargo/vendor", - "dest-filename": "protobuf-codegen-pure-2.25.2.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%22394a73e2a819405364df8d30042c0f1174737a763e0170497ec9d36f8a2ea8f7%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/protobuf-codegen-pure-2.25.2", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/quote/quote-1.0.8.crate", - "sha256": "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df", + "url": "https://static.crates.io/crates/proc-macro2/proc-macro2-1.0.36.crate", + "sha256": "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029", "dest": "cargo/vendor", - "dest-filename": "quote-1.0.8.crate" + "dest-filename": "proc-macro2-1.0.36.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/quote-1.0.8", + "url": "data:%7B%22package%22%3A%20%22c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/proc-macro2-1.0.36", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/rand/rand-0.7.3.crate", - "sha256": "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03", + "url": "https://static.crates.io/crates/protobuf/protobuf-2.27.1.crate", + "sha256": "cf7e6d18738ecd0902d30d1ad232c9125985a3422929b16c65517b38adc14f96", "dest": "cargo/vendor", - "dest-filename": "rand-0.7.3.crate" + "dest-filename": "protobuf-2.27.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%226a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/rand-0.7.3", + "url": "data:%7B%22package%22%3A%20%22cf7e6d18738ecd0902d30d1ad232c9125985a3422929b16c65517b38adc14f96%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/protobuf-2.27.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/rand/rand-0.8.4.crate", - "sha256": "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8", + "url": "https://static.crates.io/crates/protobuf-codegen/protobuf-codegen-2.27.1.crate", + "sha256": "aec1632b7c8f2e620343439a7dfd1f3c47b18906c4be58982079911482b5d707", "dest": "cargo/vendor", - "dest-filename": "rand-0.8.4.crate" + "dest-filename": "protobuf-codegen-2.27.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%222e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/rand-0.8.4", + "url": "data:%7B%22package%22%3A%20%22aec1632b7c8f2e620343439a7dfd1f3c47b18906c4be58982079911482b5d707%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/protobuf-codegen-2.27.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/rand_chacha/rand_chacha-0.2.2.crate", - "sha256": "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402", + "url": "https://static.crates.io/crates/protobuf-codegen-pure/protobuf-codegen-pure-2.27.1.crate", + "sha256": "9f8122fdb18e55190c796b088a16bdb70cd7acdcd48f7a8b796b58c62e532cc6", "dest": "cargo/vendor", - "dest-filename": "rand_chacha-0.2.2.crate" + "dest-filename": "protobuf-codegen-pure-2.27.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/rand_chacha-0.2.2", + "url": "data:%7B%22package%22%3A%20%229f8122fdb18e55190c796b088a16bdb70cd7acdcd48f7a8b796b58c62e532cc6%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/protobuf-codegen-pure-2.27.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/rand_chacha/rand_chacha-0.3.0.crate", - "sha256": "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d", + "url": "https://static.crates.io/crates/quote/quote-1.0.15.crate", + "sha256": "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145", "dest": "cargo/vendor", - "dest-filename": "rand_chacha-0.3.0.crate" + "dest-filename": "quote-1.0.15.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/rand_chacha-0.3.0", + "url": "data:%7B%22package%22%3A%20%22864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/quote-1.0.15", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/rand_core/rand_core-0.5.1.crate", - "sha256": "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19", + "url": "https://static.crates.io/crates/rand/rand-0.8.5.crate", + "sha256": "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404", "dest": "cargo/vendor", - "dest-filename": "rand_core-0.5.1.crate" + "dest-filename": "rand-0.8.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2290bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/rand_core-0.5.1", + "url": "data:%7B%22package%22%3A%20%2234af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/rand-0.8.5", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/rand_core/rand_core-0.6.1.crate", - "sha256": "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5", + "url": "https://static.crates.io/crates/rand_chacha/rand_chacha-0.3.1.crate", + "sha256": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88", "dest": "cargo/vendor", - "dest-filename": "rand_core-0.6.1.crate" + "dest-filename": "rand_chacha-0.3.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/rand_core-0.6.1", + "url": "data:%7B%22package%22%3A%20%22e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/rand_chacha-0.3.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/rand_distr/rand_distr-0.4.2.crate", - "sha256": "964d548f8e7d12e102ef183a0de7e98180c9f8729f555897a857b96e48122d2f", + "url": "https://static.crates.io/crates/rand_core/rand_core-0.6.3.crate", + "sha256": "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7", "dest": "cargo/vendor", - "dest-filename": "rand_distr-0.4.2.crate" + "dest-filename": "rand_core-0.6.3.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22964d548f8e7d12e102ef183a0de7e98180c9f8729f555897a857b96e48122d2f%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/rand_distr-0.4.2", + "url": "data:%7B%22package%22%3A%20%22d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/rand_core-0.6.3", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/rand_hc/rand_hc-0.2.0.crate", - "sha256": "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c", + "url": "https://static.crates.io/crates/rand_distr/rand_distr-0.4.3.crate", + "sha256": "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31", "dest": "cargo/vendor", - "dest-filename": "rand_hc-0.2.0.crate" + "dest-filename": "rand_distr-0.4.3.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/rand_hc-0.2.0", + "url": "data:%7B%22package%22%3A%20%2232cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/rand_distr-0.4.3", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/rand_hc/rand_hc-0.3.0.crate", - "sha256": "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73", + "url": "https://static.crates.io/crates/redox_syscall/redox_syscall-0.2.10.crate", + "sha256": "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff", "dest": "cargo/vendor", - "dest-filename": "rand_hc-0.3.0.crate" + "dest-filename": "redox_syscall-0.2.10.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%223190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/rand_hc-0.3.0", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/redox_syscall/redox_syscall-0.1.56.crate", - "sha256": "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84", - "dest": "cargo/vendor", - "dest-filename": "redox_syscall-0.1.56.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%222439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/redox_syscall-0.1.56", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/redox_syscall/redox_syscall-0.2.8.crate", - "sha256": "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc", - "dest": "cargo/vendor", - "dest-filename": "redox_syscall-0.2.8.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%22742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/redox_syscall-0.2.8", + "url": "data:%7B%22package%22%3A%20%228383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/redox_syscall-0.2.10", "dest-filename": ".cargo-checksum.json" }, { @@ -3290,41 +3186,41 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/regex/regex-1.4.6.crate", - "sha256": "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759", + "url": "https://static.crates.io/crates/regex/regex-1.5.5.crate", + "sha256": "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286", "dest": "cargo/vendor", - "dest-filename": "regex-1.4.6.crate" + "dest-filename": "regex-1.5.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%222a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/regex-1.4.6", + "url": "data:%7B%22package%22%3A%20%221a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/regex-1.5.5", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/regex-syntax/regex-syntax-0.6.22.crate", - "sha256": "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581", + "url": "https://static.crates.io/crates/regex-syntax/regex-syntax-0.6.25.crate", + "sha256": "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b", "dest": "cargo/vendor", - "dest-filename": "regex-syntax-0.6.22.crate" + "dest-filename": "regex-syntax-0.6.25.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/regex-syntax-0.6.22", + "url": "data:%7B%22package%22%3A%20%22f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/regex-syntax-0.6.25", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/remove_dir_all/remove_dir_all-0.5.2.crate", - "sha256": "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e", + "url": "https://static.crates.io/crates/remove_dir_all/remove_dir_all-0.5.3.crate", + "sha256": "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7", "dest": "cargo/vendor", - "dest-filename": "remove_dir_all-0.5.2.crate" + "dest-filename": "remove_dir_all-0.5.3.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%224a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/remove_dir_all-0.5.2", + "url": "data:%7B%22package%22%3A%20%223acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/remove_dir_all-0.5.3", "dest-filename": ".cargo-checksum.json" }, { @@ -3381,15 +3277,28 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/ryu/ryu-1.0.4.crate", - "sha256": "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1", + "url": "https://static.crates.io/crates/rustc_version/rustc_version-0.4.0.crate", + "sha256": "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366", + "dest": "cargo/vendor", + "dest-filename": "rustc_version-0.4.0.crate" + }, + { + "type": "file", + "url": "data:%7B%22package%22%3A%20%22bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/rustc_version-0.4.0", + "dest-filename": ".cargo-checksum.json" + }, + { + "type": "file", + "url": "https://static.crates.io/crates/ryu/ryu-1.0.9.crate", + "sha256": "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f", "dest": "cargo/vendor", - "dest-filename": "ryu-1.0.4.crate" + "dest-filename": "ryu-1.0.9.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/ryu-1.0.4", + "url": "data:%7B%22package%22%3A%20%2273b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/ryu-1.0.9", "dest-filename": ".cargo-checksum.json" }, { @@ -3472,249 +3381,236 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/semver-parser/semver-parser-0.10.2.crate", - "sha256": "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7", - "dest": "cargo/vendor", - "dest-filename": "semver-parser-0.10.2.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%2200b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/semver-parser-0.10.2", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/serde/serde-1.0.130.crate", - "sha256": "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913", + "url": "https://static.crates.io/crates/semver/semver-1.0.5.crate", + "sha256": "0486718e92ec9a68fbed73bb5ef687d71103b142595b406835649bebd33f72c7", "dest": "cargo/vendor", - "dest-filename": "serde-1.0.130.crate" + "dest-filename": "semver-1.0.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/serde-1.0.130", + "url": "data:%7B%22package%22%3A%20%220486718e92ec9a68fbed73bb5ef687d71103b142595b406835649bebd33f72c7%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/semver-1.0.5", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/serde_derive/serde_derive-1.0.130.crate", - "sha256": "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b", + "url": "https://static.crates.io/crates/semver-parser/semver-parser-0.10.2.crate", + "sha256": "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7", "dest": "cargo/vendor", - "dest-filename": "serde_derive-1.0.130.crate" + "dest-filename": "semver-parser-0.10.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/serde_derive-1.0.130", + "url": "data:%7B%22package%22%3A%20%2200b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/semver-parser-0.10.2", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/serde_json/serde_json-1.0.72.crate", - "sha256": "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527", + "url": "https://static.crates.io/crates/serde/serde-1.0.136.crate", + "sha256": "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789", "dest": "cargo/vendor", - "dest-filename": "serde_json-1.0.72.crate" + "dest-filename": "serde-1.0.136.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/serde_json-1.0.72", + "url": "data:%7B%22package%22%3A%20%22ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/serde-1.0.136", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/serde_repr/serde_repr-0.1.6.crate", - "sha256": "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76", + "url": "https://static.crates.io/crates/serde_derive/serde_derive-1.0.136.crate", + "sha256": "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9", "dest": "cargo/vendor", - "dest-filename": "serde_repr-0.1.6.crate" + "dest-filename": "serde_derive-1.0.136.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%222dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/serde_repr-0.1.6", + "url": "data:%7B%22package%22%3A%20%2208597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/serde_derive-1.0.136", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/sha-1/sha-1-0.9.5.crate", - "sha256": "b659df5fc3ce22274daac600ffb845300bd2125bcfaec047823075afdab81c00", + "url": "https://static.crates.io/crates/serde_json/serde_json-1.0.79.crate", + "sha256": "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95", "dest": "cargo/vendor", - "dest-filename": "sha-1-0.9.5.crate" + "dest-filename": "serde_json-1.0.79.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22b659df5fc3ce22274daac600ffb845300bd2125bcfaec047823075afdab81c00%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/sha-1-0.9.5", + "url": "data:%7B%22package%22%3A%20%228e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/serde_json-1.0.79", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/sha1/sha1-0.6.0.crate", - "sha256": "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d", + "url": "https://static.crates.io/crates/serde_repr/serde_repr-0.1.7.crate", + "sha256": "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5", "dest": "cargo/vendor", - "dest-filename": "sha1-0.6.0.crate" + "dest-filename": "serde_repr-0.1.7.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%222579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/sha1-0.6.0", + "url": "data:%7B%22package%22%3A%20%2298d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/serde_repr-0.1.7", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/sha2/sha2-0.9.2.crate", - "sha256": "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8", + "url": "https://static.crates.io/crates/sha-1/sha-1-0.9.8.crate", + "sha256": "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6", "dest": "cargo/vendor", - "dest-filename": "sha2-0.9.2.crate" + "dest-filename": "sha-1-0.9.8.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%226e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/sha2-0.9.2", + "url": "data:%7B%22package%22%3A%20%2299cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/sha-1-0.9.8", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/shannon/shannon-0.2.0.crate", - "sha256": "7ea5b41c9427b56caa7b808cb548a04fb50bb5b9e98590b53f28064ff4174561", + "url": "https://static.crates.io/crates/sha1/sha1-0.6.1.crate", + "sha256": "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770", "dest": "cargo/vendor", - "dest-filename": "shannon-0.2.0.crate" + "dest-filename": "sha1-0.6.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%227ea5b41c9427b56caa7b808cb548a04fb50bb5b9e98590b53f28064ff4174561%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/shannon-0.2.0", + "url": "data:%7B%22package%22%3A%20%22c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/sha1-0.6.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/shell-words/shell-words-1.0.0.crate", - "sha256": "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074", + "url": "https://static.crates.io/crates/sha1_smol/sha1_smol-1.0.0.crate", + "sha256": "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012", "dest": "cargo/vendor", - "dest-filename": "shell-words-1.0.0.crate" + "dest-filename": "sha1_smol-1.0.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/shell-words-1.0.0", + "url": "data:%7B%22package%22%3A%20%22ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/sha1_smol-1.0.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/shlex/shlex-0.1.1.crate", - "sha256": "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2", + "url": "https://static.crates.io/crates/sha2/sha2-0.9.9.crate", + "sha256": "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800", "dest": "cargo/vendor", - "dest-filename": "shlex-0.1.1.crate" + "dest-filename": "sha2-0.9.9.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%227fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/shlex-0.1.1", + "url": "data:%7B%22package%22%3A%20%224d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/sha2-0.9.9", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/signal-hook-registry/signal-hook-registry-1.2.0.crate", - "sha256": "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41", + "url": "https://static.crates.io/crates/shannon/shannon-0.2.0.crate", + "sha256": "7ea5b41c9427b56caa7b808cb548a04fb50bb5b9e98590b53f28064ff4174561", "dest": "cargo/vendor", - "dest-filename": "signal-hook-registry-1.2.0.crate" + "dest-filename": "shannon-0.2.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2294f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/signal-hook-registry-1.2.0", + "url": "data:%7B%22package%22%3A%20%227ea5b41c9427b56caa7b808cb548a04fb50bb5b9e98590b53f28064ff4174561%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/shannon-0.2.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/slab/slab-0.4.2.crate", - "sha256": "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8", + "url": "https://static.crates.io/crates/shell-words/shell-words-1.1.0.crate", + "sha256": "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde", "dest": "cargo/vendor", - "dest-filename": "slab-0.4.2.crate" + "dest-filename": "shell-words-1.1.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/slab-0.4.2", + "url": "data:%7B%22package%22%3A%20%2224188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/shell-words-1.1.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/slotmap/slotmap-1.0.2.crate", - "sha256": "ab3003725ae562cf995f3dc82bb99e70926e09000396816765bb6d7adbe740b1", + "url": "https://static.crates.io/crates/shlex/shlex-0.1.1.crate", + "sha256": "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2", "dest": "cargo/vendor", - "dest-filename": "slotmap-1.0.2.crate" + "dest-filename": "shlex-0.1.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22ab3003725ae562cf995f3dc82bb99e70926e09000396816765bb6d7adbe740b1%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/slotmap-1.0.2", + "url": "data:%7B%22package%22%3A%20%227fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/shlex-0.1.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/sluice/sluice-0.5.4.crate", - "sha256": "8fa0333a60ff2e3474a6775cc611840c2a55610c831dd366503474c02f1a28f5", + "url": "https://static.crates.io/crates/signal-hook-registry/signal-hook-registry-1.4.0.crate", + "sha256": "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0", "dest": "cargo/vendor", - "dest-filename": "sluice-0.5.4.crate" + "dest-filename": "signal-hook-registry-1.4.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%228fa0333a60ff2e3474a6775cc611840c2a55610c831dd366503474c02f1a28f5%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/sluice-0.5.4", + "url": "data:%7B%22package%22%3A%20%22e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/signal-hook-registry-1.4.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/smallvec/smallvec-1.6.1.crate", - "sha256": "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e", + "url": "https://static.crates.io/crates/slab/slab-0.4.5.crate", + "sha256": "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5", "dest": "cargo/vendor", - "dest-filename": "smallvec-1.6.1.crate" + "dest-filename": "slab-0.4.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/smallvec-1.6.1", + "url": "data:%7B%22package%22%3A%20%229def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/slab-0.4.5", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/socket2/socket2-0.3.12.crate", - "sha256": "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918", + "url": "https://static.crates.io/crates/sluice/sluice-0.5.5.crate", + "sha256": "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5", "dest": "cargo/vendor", - "dest-filename": "socket2-0.3.12.crate" + "dest-filename": "sluice-0.5.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2203088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/socket2-0.3.12", + "url": "data:%7B%22package%22%3A%20%226d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/sluice-0.5.5", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/socket2/socket2-0.4.0.crate", - "sha256": "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2", + "url": "https://static.crates.io/crates/smallvec/smallvec-1.8.0.crate", + "sha256": "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83", "dest": "cargo/vendor", - "dest-filename": "socket2-0.4.0.crate" + "dest-filename": "smallvec-1.8.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%229e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/socket2-0.4.0", + "url": "data:%7B%22package%22%3A%20%22f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/smallvec-1.8.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/spinning_top/spinning_top-0.2.2.crate", - "sha256": "7e529d73e80d64b5f2631f9035113347c578a1c9c7774b83a2b880788459ab36", + "url": "https://static.crates.io/crates/socket2/socket2-0.4.4.crate", + "sha256": "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0", "dest": "cargo/vendor", - "dest-filename": "spinning_top-0.2.2.crate" + "dest-filename": "socket2-0.4.4.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%227e529d73e80d64b5f2631f9035113347c578a1c9c7774b83a2b880788459ab36%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/spinning_top-0.2.2", + "url": "data:%7B%22package%22%3A%20%2266d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/socket2-0.4.4", "dest-filename": ".cargo-checksum.json" }, { @@ -3745,132 +3641,106 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/strsim/strsim-0.9.3.crate", - "sha256": "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c", + "url": "https://static.crates.io/crates/strsim/strsim-0.10.0.crate", + "sha256": "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623", "dest": "cargo/vendor", - "dest-filename": "strsim-0.9.3.crate" + "dest-filename": "strsim-0.10.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%226446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/strsim-0.9.3", + "url": "data:%7B%22package%22%3A%20%2273473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/strsim-0.10.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/strum/strum-0.20.0.crate", - "sha256": "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c", + "url": "https://static.crates.io/crates/subtle/subtle-2.4.1.crate", + "sha256": "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601", "dest": "cargo/vendor", - "dest-filename": "strum-0.20.0.crate" + "dest-filename": "subtle-2.4.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%227318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/strum-0.20.0", + "url": "data:%7B%22package%22%3A%20%226bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/subtle-2.4.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/strum_macros/strum_macros-0.20.1.crate", - "sha256": "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149", + "url": "https://static.crates.io/crates/syn/syn-1.0.86.crate", + "sha256": "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b", "dest": "cargo/vendor", - "dest-filename": "strum_macros-0.20.1.crate" + "dest-filename": "syn-1.0.86.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/strum_macros-0.20.1", + "url": "data:%7B%22package%22%3A%20%228a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/syn-1.0.86", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/subtle/subtle-2.3.0.crate", - "sha256": "343f3f510c2915908f155e94f17220b19ccfacf2a64a2a5d8004f2c3e311e7fd", + "url": "https://static.crates.io/crates/synstructure/synstructure-0.12.6.crate", + "sha256": "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f", "dest": "cargo/vendor", - "dest-filename": "subtle-2.3.0.crate" + "dest-filename": "synstructure-0.12.6.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22343f3f510c2915908f155e94f17220b19ccfacf2a64a2a5d8004f2c3e311e7fd%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/subtle-2.3.0", + "url": "data:%7B%22package%22%3A%20%22f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/synstructure-0.12.6", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/syn/syn-1.0.60.crate", - "sha256": "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081", + "url": "https://static.crates.io/crates/system-deps/system-deps-6.0.1.crate", + "sha256": "ad3a97fdef3daf935d929b3e97e5a6a680cd4622e40c2941ca0875d6566416f8", "dest": "cargo/vendor", - "dest-filename": "syn-1.0.60.crate" + "dest-filename": "system-deps-6.0.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/syn-1.0.60", + "url": "data:%7B%22package%22%3A%20%22ad3a97fdef3daf935d929b3e97e5a6a680cd4622e40c2941ca0875d6566416f8%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/system-deps-6.0.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/synstructure/synstructure-0.12.4.crate", - "sha256": "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701", + "url": "https://static.crates.io/crates/temp-dir/temp-dir-0.1.11.crate", + "sha256": "af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab", "dest": "cargo/vendor", - "dest-filename": "synstructure-0.12.4.crate" + "dest-filename": "temp-dir-0.1.11.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/synstructure-0.12.4", + "url": "data:%7B%22package%22%3A%20%22af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/temp-dir-0.1.11", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/system-deps/system-deps-3.1.1.crate", - "sha256": "c248107ad7bc1ac07066a4d003cae9e9a7bc2e27d3418f7a9cdcdc8699dbea70", + "url": "https://static.crates.io/crates/tempfile/tempfile-3.3.0.crate", + "sha256": "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4", "dest": "cargo/vendor", - "dest-filename": "system-deps-3.1.1.crate" + "dest-filename": "tempfile-3.3.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22c248107ad7bc1ac07066a4d003cae9e9a7bc2e27d3418f7a9cdcdc8699dbea70%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/system-deps-3.1.1", + "url": "data:%7B%22package%22%3A%20%225cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/tempfile-3.3.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/system-deps/system-deps-5.0.0.crate", - "sha256": "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e", + "url": "https://static.crates.io/crates/termcolor/termcolor-1.1.2.crate", + "sha256": "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4", "dest": "cargo/vendor", - "dest-filename": "system-deps-5.0.0.crate" + "dest-filename": "termcolor-1.1.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2218db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/system-deps-5.0.0", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/tempfile/tempfile-3.1.0.crate", - "sha256": "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9", - "dest": "cargo/vendor", - "dest-filename": "tempfile-3.1.0.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%227a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/tempfile-3.1.0", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/termcolor/termcolor-1.1.0.crate", - "sha256": "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f", - "dest": "cargo/vendor", - "dest-filename": "termcolor-1.1.0.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%22bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/termcolor-1.1.0", + "url": "data:%7B%22package%22%3A%20%222dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/termcolor-1.1.2", "dest-filename": ".cargo-checksum.json" }, { @@ -3914,15 +3784,15 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/tinyvec/tinyvec-1.2.0.crate", - "sha256": "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342", + "url": "https://static.crates.io/crates/tinyvec/tinyvec-1.5.1.crate", + "sha256": "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2", "dest": "cargo/vendor", - "dest-filename": "tinyvec-1.2.0.crate" + "dest-filename": "tinyvec-1.5.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%225b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/tinyvec-1.2.0", + "url": "data:%7B%22package%22%3A%20%222c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/tinyvec-1.5.1", "dest-filename": ".cargo-checksum.json" }, { @@ -3940,67 +3810,67 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/tokio/tokio-1.13.0.crate", - "sha256": "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee", + "url": "https://static.crates.io/crates/tokio/tokio-1.17.0.crate", + "sha256": "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee", "dest": "cargo/vendor", - "dest-filename": "tokio-1.13.0.crate" + "dest-filename": "tokio-1.17.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/tokio-1.13.0", + "url": "data:%7B%22package%22%3A%20%222af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/tokio-1.17.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/tokio-macros/tokio-macros-1.1.0.crate", - "sha256": "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57", + "url": "https://static.crates.io/crates/tokio-macros/tokio-macros-1.7.0.crate", + "sha256": "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7", "dest": "cargo/vendor", - "dest-filename": "tokio-macros-1.1.0.crate" + "dest-filename": "tokio-macros-1.7.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/tokio-macros-1.1.0", + "url": "data:%7B%22package%22%3A%20%22b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/tokio-macros-1.7.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/tokio-stream/tokio-stream-0.1.5.crate", - "sha256": "e177a5d8c3bf36de9ebe6d58537d8879e964332f93fb3339e43f618c81361af0", + "url": "https://static.crates.io/crates/tokio-stream/tokio-stream-0.1.8.crate", + "sha256": "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3", "dest": "cargo/vendor", - "dest-filename": "tokio-stream-0.1.5.crate" + "dest-filename": "tokio-stream-0.1.8.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22e177a5d8c3bf36de9ebe6d58537d8879e964332f93fb3339e43f618c81361af0%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/tokio-stream-0.1.5", + "url": "data:%7B%22package%22%3A%20%2250145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/tokio-stream-0.1.8", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/tokio-util/tokio-util-0.6.6.crate", - "sha256": "940a12c99365c31ea8dd9ba04ec1be183ffe4920102bb7122c2f515437601e8e", + "url": "https://static.crates.io/crates/tokio-util/tokio-util-0.6.9.crate", + "sha256": "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0", "dest": "cargo/vendor", - "dest-filename": "tokio-util-0.6.6.crate" + "dest-filename": "tokio-util-0.6.9.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22940a12c99365c31ea8dd9ba04ec1be183ffe4920102bb7122c2f515437601e8e%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/tokio-util-0.6.6", + "url": "data:%7B%22package%22%3A%20%229e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/tokio-util-0.6.9", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/toml/toml-0.5.7.crate", - "sha256": "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645", + "url": "https://static.crates.io/crates/toml/toml-0.5.8.crate", + "sha256": "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa", "dest": "cargo/vendor", - "dest-filename": "toml-0.5.7.crate" + "dest-filename": "toml-0.5.8.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2275cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/toml-0.5.7", + "url": "data:%7B%22package%22%3A%20%22a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/toml-0.5.8", "dest-filename": ".cargo-checksum.json" }, { @@ -4018,54 +3888,54 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/tracing/tracing-0.1.22.crate", - "sha256": "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3", + "url": "https://static.crates.io/crates/tracing/tracing-0.1.30.crate", + "sha256": "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9", "dest": "cargo/vendor", - "dest-filename": "tracing-0.1.22.crate" + "dest-filename": "tracing-0.1.30.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%229f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/tracing-0.1.22", + "url": "data:%7B%22package%22%3A%20%222d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/tracing-0.1.30", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/tracing-attributes/tracing-attributes-0.1.11.crate", - "sha256": "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada", + "url": "https://static.crates.io/crates/tracing-attributes/tracing-attributes-0.1.19.crate", + "sha256": "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716", "dest": "cargo/vendor", - "dest-filename": "tracing-attributes-0.1.11.crate" + "dest-filename": "tracing-attributes-0.1.19.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2280e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/tracing-attributes-0.1.11", + "url": "data:%7B%22package%22%3A%20%228276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/tracing-attributes-0.1.19", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/tracing-core/tracing-core-0.1.17.crate", - "sha256": "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f", + "url": "https://static.crates.io/crates/tracing-core/tracing-core-0.1.22.crate", + "sha256": "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23", "dest": "cargo/vendor", - "dest-filename": "tracing-core-0.1.17.crate" + "dest-filename": "tracing-core-0.1.22.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/tracing-core-0.1.17", + "url": "data:%7B%22package%22%3A%20%2203cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/tracing-core-0.1.22", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/tracing-futures/tracing-futures-0.2.4.crate", - "sha256": "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c", + "url": "https://static.crates.io/crates/tracing-futures/tracing-futures-0.2.5.crate", + "sha256": "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2", "dest": "cargo/vendor", - "dest-filename": "tracing-futures-0.2.4.crate" + "dest-filename": "tracing-futures-0.2.5.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/tracing-futures-0.2.4", + "url": "data:%7B%22package%22%3A%20%2297d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/tracing-futures-0.2.5", "dest-filename": ".cargo-checksum.json" }, { @@ -4083,15 +3953,15 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/typenum/typenum-1.12.0.crate", - "sha256": "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33", + "url": "https://static.crates.io/crates/typenum/typenum-1.15.0.crate", + "sha256": "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987", "dest": "cargo/vendor", - "dest-filename": "typenum-1.12.0.crate" + "dest-filename": "typenum-1.15.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/typenum-1.12.0", + "url": "data:%7B%22package%22%3A%20%22dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/typenum-1.15.0", "dest-filename": ".cargo-checksum.json" }, { @@ -4109,80 +3979,67 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/unicode-bidi/unicode-bidi-0.3.4.crate", - "sha256": "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5", - "dest": "cargo/vendor", - "dest-filename": "unicode-bidi-0.3.4.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%2249f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/unicode-bidi-0.3.4", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/unicode-normalization/unicode-normalization-0.1.12.crate", - "sha256": "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4", + "url": "https://static.crates.io/crates/unicode-bidi/unicode-bidi-0.3.7.crate", + "sha256": "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f", "dest": "cargo/vendor", - "dest-filename": "unicode-normalization-0.1.12.crate" + "dest-filename": "unicode-bidi-0.3.7.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%225479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/unicode-normalization-0.1.12", + "url": "data:%7B%22package%22%3A%20%221a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/unicode-bidi-0.3.7", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/unicode-segmentation/unicode-segmentation-1.6.0.crate", - "sha256": "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0", + "url": "https://static.crates.io/crates/unicode-normalization/unicode-normalization-0.1.19.crate", + "sha256": "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9", "dest": "cargo/vendor", - "dest-filename": "unicode-segmentation-1.6.0.crate" + "dest-filename": "unicode-normalization-0.1.19.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/unicode-segmentation-1.6.0", + "url": "data:%7B%22package%22%3A%20%22d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/unicode-normalization-0.1.19", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/unicode-width/unicode-width-0.1.7.crate", - "sha256": "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479", + "url": "https://static.crates.io/crates/unicode-width/unicode-width-0.1.9.crate", + "sha256": "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973", "dest": "cargo/vendor", - "dest-filename": "unicode-width-0.1.7.crate" + "dest-filename": "unicode-width-0.1.9.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/unicode-width-0.1.7", + "url": "data:%7B%22package%22%3A%20%223ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/unicode-width-0.1.9", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/unicode-xid/unicode-xid-0.2.0.crate", - "sha256": "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c", + "url": "https://static.crates.io/crates/unicode-xid/unicode-xid-0.2.2.crate", + "sha256": "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3", "dest": "cargo/vendor", - "dest-filename": "unicode-xid-0.2.0.crate" + "dest-filename": "unicode-xid-0.2.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/unicode-xid-0.2.0", + "url": "data:%7B%22package%22%3A%20%228ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/unicode-xid-0.2.2", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/url/url-2.2.0.crate", - "sha256": "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e", + "url": "https://static.crates.io/crates/url/url-2.2.2.crate", + "sha256": "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c", "dest": "cargo/vendor", - "dest-filename": "url-2.2.0.crate" + "dest-filename": "url-2.2.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%225909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/url-2.2.0", + "url": "data:%7B%22package%22%3A%20%22a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/url-2.2.2", "dest-filename": ".cargo-checksum.json" }, { @@ -4213,67 +4070,54 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/vcpkg/vcpkg-0.2.8.crate", - "sha256": "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168", - "dest": "cargo/vendor", - "dest-filename": "vcpkg-0.2.8.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%223fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/vcpkg-0.2.8", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/vec-arena/vec-arena-1.0.0.crate", - "sha256": "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d", + "url": "https://static.crates.io/crates/vcpkg/vcpkg-0.2.15.crate", + "sha256": "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426", "dest": "cargo/vendor", - "dest-filename": "vec-arena-1.0.0.crate" + "dest-filename": "vcpkg-0.2.15.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/vec-arena-1.0.0", + "url": "data:%7B%22package%22%3A%20%22accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/vcpkg-0.2.15", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/vergen/vergen-3.1.0.crate", - "sha256": "4ce50d8996df1f85af15f2cd8d33daae6e479575123ef4314a51a70a230739cb", + "url": "https://static.crates.io/crates/vergen/vergen-3.2.0.crate", + "sha256": "e7141e445af09c8919f1d5f8a20dae0b20c3b57a45dee0d5823c6ed5d237f15a", "dest": "cargo/vendor", - "dest-filename": "vergen-3.1.0.crate" + "dest-filename": "vergen-3.2.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%224ce50d8996df1f85af15f2cd8d33daae6e479575123ef4314a51a70a230739cb%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/vergen-3.1.0", + "url": "data:%7B%22package%22%3A%20%22e7141e445af09c8919f1d5f8a20dae0b20c3b57a45dee0d5823c6ed5d237f15a%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/vergen-3.2.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/version-compare/version-compare-0.0.11.crate", - "sha256": "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b", + "url": "https://static.crates.io/crates/version-compare/version-compare-0.1.0.crate", + "sha256": "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73", "dest": "cargo/vendor", - "dest-filename": "version-compare-0.0.11.crate" + "dest-filename": "version-compare-0.1.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%221c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/version-compare-0.0.11", + "url": "data:%7B%22package%22%3A%20%22fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/version-compare-0.1.0", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/version_check/version_check-0.9.1.crate", - "sha256": "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce", + "url": "https://static.crates.io/crates/version_check/version_check-0.9.4.crate", + "sha256": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f", "dest": "cargo/vendor", - "dest-filename": "version_check-0.9.1.crate" + "dest-filename": "version_check-0.9.4.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/version_check-0.9.1", + "url": "data:%7B%22package%22%3A%20%2249874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/version_check-0.9.4", "dest-filename": ".cargo-checksum.json" }, { @@ -4330,132 +4174,119 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/wasi/wasi-0.9.0+wasi-snapshot-preview1.crate", - "sha256": "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519", - "dest": "cargo/vendor", - "dest-filename": "wasi-0.9.0+wasi-snapshot-preview1.crate" - }, - { - "type": "file", - "url": "data:%7B%22package%22%3A%20%22cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/wasi-0.9.0+wasi-snapshot-preview1", - "dest-filename": ".cargo-checksum.json" - }, - { - "type": "file", - "url": "https://static.crates.io/crates/wasi/wasi-0.10.1+wasi-snapshot-preview1.crate", - "sha256": "93c6c3420963c5c64bca373b25e77acb562081b9bb4dd5bb864187742186cea9", + "url": "https://static.crates.io/crates/wasi/wasi-0.10.2+wasi-snapshot-preview1.crate", + "sha256": "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6", "dest": "cargo/vendor", - "dest-filename": "wasi-0.10.1+wasi-snapshot-preview1.crate" + "dest-filename": "wasi-0.10.2+wasi-snapshot-preview1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2293c6c3420963c5c64bca373b25e77acb562081b9bb4dd5bb864187742186cea9%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/wasi-0.10.1+wasi-snapshot-preview1", + "url": "data:%7B%22package%22%3A%20%22fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/wasi-0.10.2+wasi-snapshot-preview1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/wasm-bindgen/wasm-bindgen-0.2.69.crate", - "sha256": "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e", + "url": "https://static.crates.io/crates/wasm-bindgen/wasm-bindgen-0.2.79.crate", + "sha256": "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06", "dest": "cargo/vendor", - "dest-filename": "wasm-bindgen-0.2.69.crate" + "dest-filename": "wasm-bindgen-0.2.79.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%223cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/wasm-bindgen-0.2.69", + "url": "data:%7B%22package%22%3A%20%2225f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/wasm-bindgen-0.2.79", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/wasm-bindgen-backend/wasm-bindgen-backend-0.2.69.crate", - "sha256": "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62", + "url": "https://static.crates.io/crates/wasm-bindgen-backend/wasm-bindgen-backend-0.2.79.crate", + "sha256": "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca", "dest": "cargo/vendor", - "dest-filename": "wasm-bindgen-backend-0.2.69.crate" + "dest-filename": "wasm-bindgen-backend-0.2.79.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%221114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/wasm-bindgen-backend-0.2.69", + "url": "data:%7B%22package%22%3A%20%228b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/wasm-bindgen-backend-0.2.79", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/wasm-bindgen-futures/wasm-bindgen-futures-0.4.19.crate", - "sha256": "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35", + "url": "https://static.crates.io/crates/wasm-bindgen-futures/wasm-bindgen-futures-0.4.29.crate", + "sha256": "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395", "dest": "cargo/vendor", - "dest-filename": "wasm-bindgen-futures-0.4.19.crate" + "dest-filename": "wasm-bindgen-futures-0.4.29.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%221fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/wasm-bindgen-futures-0.4.19", + "url": "data:%7B%22package%22%3A%20%222eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/wasm-bindgen-futures-0.4.29", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/wasm-bindgen-macro/wasm-bindgen-macro-0.2.69.crate", - "sha256": "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084", + "url": "https://static.crates.io/crates/wasm-bindgen-macro/wasm-bindgen-macro-0.2.79.crate", + "sha256": "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01", "dest": "cargo/vendor", - "dest-filename": "wasm-bindgen-macro-0.2.69.crate" + "dest-filename": "wasm-bindgen-macro-0.2.79.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%227a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/wasm-bindgen-macro-0.2.69", + "url": "data:%7B%22package%22%3A%20%222f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/wasm-bindgen-macro-0.2.79", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/wasm-bindgen-macro-support/wasm-bindgen-macro-support-0.2.69.crate", - "sha256": "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549", + "url": "https://static.crates.io/crates/wasm-bindgen-macro-support/wasm-bindgen-macro-support-0.2.79.crate", + "sha256": "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc", "dest": "cargo/vendor", - "dest-filename": "wasm-bindgen-macro-support-0.2.69.crate" + "dest-filename": "wasm-bindgen-macro-support-0.2.79.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/wasm-bindgen-macro-support-0.2.69", + "url": "data:%7B%22package%22%3A%20%22bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/wasm-bindgen-macro-support-0.2.79", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/wasm-bindgen-shared/wasm-bindgen-shared-0.2.69.crate", - "sha256": "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158", + "url": "https://static.crates.io/crates/wasm-bindgen-shared/wasm-bindgen-shared-0.2.79.crate", + "sha256": "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2", "dest": "cargo/vendor", - "dest-filename": "wasm-bindgen-shared-0.2.69.crate" + "dest-filename": "wasm-bindgen-shared-0.2.79.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%227e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/wasm-bindgen-shared-0.2.69", + "url": "data:%7B%22package%22%3A%20%223d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/wasm-bindgen-shared-0.2.79", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/web-sys/web-sys-0.3.46.crate", - "sha256": "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3", + "url": "https://static.crates.io/crates/web-sys/web-sys-0.3.56.crate", + "sha256": "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb", "dest": "cargo/vendor", - "dest-filename": "web-sys-0.3.46.crate" + "dest-filename": "web-sys-0.3.56.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/web-sys-0.3.46", + "url": "data:%7B%22package%22%3A%20%22c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/web-sys-0.3.56", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/wepoll-sys/wepoll-sys-3.0.1.crate", - "sha256": "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff", + "url": "https://static.crates.io/crates/wepoll-ffi/wepoll-ffi-0.1.2.crate", + "sha256": "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb", "dest": "cargo/vendor", - "dest-filename": "wepoll-sys-3.0.1.crate" + "dest-filename": "wepoll-ffi-0.1.2.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%220fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/wepoll-sys-3.0.1", + "url": "data:%7B%22package%22%3A%20%22d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/wepoll-ffi-0.1.2", "dest-filename": ".cargo-checksum.json" }, { @@ -4512,54 +4343,67 @@ }, { "type": "file", - "url": "https://static.crates.io/crates/zbus/zbus-1.8.0.crate", - "sha256": "40b4d4aa39daed4e32aed75f0c37b969184949a0fdfd5f2e1277abfda61f02a8", + "url": "https://static.crates.io/crates/zbus/zbus-1.9.1.crate", + "sha256": "2326acc379a3ac4e34b794089f5bdb17086bf29a5fdf619b7b4cc772dc2e9dad", + "dest": "cargo/vendor", + "dest-filename": "zbus-1.9.1.crate" + }, + { + "type": "file", + "url": "data:%7B%22package%22%3A%20%222326acc379a3ac4e34b794089f5bdb17086bf29a5fdf619b7b4cc772dc2e9dad%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/zbus-1.9.1", + "dest-filename": ".cargo-checksum.json" + }, + { + "type": "file", + "url": "https://static.crates.io/crates/zbus/zbus-2.1.1.crate", + "sha256": "7bb86f3d4592e26a48b2719742aec94f8ae6238ebde20d98183ee185d1275e9a", "dest": "cargo/vendor", - "dest-filename": "zbus-1.8.0.crate" + "dest-filename": "zbus-2.1.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2240b4d4aa39daed4e32aed75f0c37b969184949a0fdfd5f2e1277abfda61f02a8%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/zbus-1.8.0", + "url": "data:%7B%22package%22%3A%20%227bb86f3d4592e26a48b2719742aec94f8ae6238ebde20d98183ee185d1275e9a%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/zbus-2.1.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/zbus/zbus-2.0.0-beta.3.crate", - "sha256": "3e1e656194618d167524f97e88ff9bf87f2b1e8bf58f357b2a7abfdff8cc85c9", + "url": "https://static.crates.io/crates/zbus_macros/zbus_macros-1.9.1.crate", + "sha256": "a482c56029e48681b89b92b5db3c446db0915e8dd1052c0328a574eda38d5f93", "dest": "cargo/vendor", - "dest-filename": "zbus-2.0.0-beta.3.crate" + "dest-filename": "zbus_macros-1.9.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%223e1e656194618d167524f97e88ff9bf87f2b1e8bf58f357b2a7abfdff8cc85c9%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/zbus-2.0.0-beta.3", + "url": "data:%7B%22package%22%3A%20%22a482c56029e48681b89b92b5db3c446db0915e8dd1052c0328a574eda38d5f93%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/zbus_macros-1.9.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/zbus_macros/zbus_macros-1.8.0.crate", - "sha256": "87cc141cda72384bef359badf1808e391d3968f9299e8f3c3cbb78dafa1e0930", + "url": "https://static.crates.io/crates/zbus_macros/zbus_macros-2.1.1.crate", + "sha256": "36823cc10fddc3c6b19f048903262dacaf8274170e9a255784bdd8b4570a8040", "dest": "cargo/vendor", - "dest-filename": "zbus_macros-1.8.0.crate" + "dest-filename": "zbus_macros-2.1.1.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%2287cc141cda72384bef359badf1808e391d3968f9299e8f3c3cbb78dafa1e0930%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/zbus_macros-1.8.0", + "url": "data:%7B%22package%22%3A%20%2236823cc10fddc3c6b19f048903262dacaf8274170e9a255784bdd8b4570a8040%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/zbus_macros-2.1.1", "dest-filename": ".cargo-checksum.json" }, { "type": "file", - "url": "https://static.crates.io/crates/zbus_macros/zbus_macros-2.0.0-beta.3.crate", - "sha256": "fcd4cb372bc2cade3f2323e4104112dceb6819f5dd9afa98515b4e821d232932", + "url": "https://static.crates.io/crates/zbus_names/zbus_names-2.1.0.crate", + "sha256": "45dfcdcf87b71dad505d30cc27b1b7b88a64b6d1c435648f48f9dbc1fdc4b7e1", "dest": "cargo/vendor", - "dest-filename": "zbus_macros-2.0.0-beta.3.crate" + "dest-filename": "zbus_names-2.1.0.crate" }, { "type": "file", - "url": "data:%7B%22package%22%3A%20%22fcd4cb372bc2cade3f2323e4104112dceb6819f5dd9afa98515b4e821d232932%22%2C%20%22files%22%3A%20%7B%7D%7D", - "dest": "cargo/vendor/zbus_macros-2.0.0-beta.3", + "url": "data:%7B%22package%22%3A%20%2245dfcdcf87b71dad505d30cc27b1b7b88a64b6d1c435648f48f9dbc1fdc4b7e1%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/zbus_names-2.1.0", "dest-filename": ".cargo-checksum.json" }, { @@ -4601,6 +4445,19 @@ "dest": "cargo/vendor/zvariant-2.10.0", "dest-filename": ".cargo-checksum.json" }, + { + "type": "file", + "url": "https://static.crates.io/crates/zvariant/zvariant-3.1.2.crate", + "sha256": "49ea5dc38b2058fae6a5b79009388143dadce1e91c26a67f984a0fc0381c8033", + "dest": "cargo/vendor", + "dest-filename": "zvariant-3.1.2.crate" + }, + { + "type": "file", + "url": "data:%7B%22package%22%3A%20%2249ea5dc38b2058fae6a5b79009388143dadce1e91c26a67f984a0fc0381c8033%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/zvariant-3.1.2", + "dest-filename": ".cargo-checksum.json" + }, { "type": "file", "url": "https://static.crates.io/crates/zvariant_derive/zvariant_derive-2.10.0.crate", @@ -4614,6 +4471,19 @@ "dest": "cargo/vendor/zvariant_derive-2.10.0", "dest-filename": ".cargo-checksum.json" }, + { + "type": "file", + "url": "https://static.crates.io/crates/zvariant_derive/zvariant_derive-3.1.2.crate", + "sha256": "8c2cecc5a61c2a053f7f653a24cd15b3b0195d7f7ddb5042c837fb32e161fb7a", + "dest": "cargo/vendor", + "dest-filename": "zvariant_derive-3.1.2.crate" + }, + { + "type": "file", + "url": "data:%7B%22package%22%3A%20%228c2cecc5a61c2a053f7f653a24cd15b3b0195d7f7ddb5042c837fb32e161fb7a%22%2C%20%22files%22%3A%20%7B%7D%7D", + "dest": "cargo/vendor/zvariant_derive-3.1.2", + "dest-filename": ".cargo-checksum.json" + }, { "type": "shell", "dest": "cargo/vendor", diff --git a/data/dev.alextren.Spot.Source.svg b/data/dev.alextren.Spot.Source.svg new file mode 100644 index 00000000..2ac66012 --- /dev/null +++ b/data/dev.alextren.Spot.Source.svg @@ -0,0 +1,1033 @@ + + + Adwaita Icon Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + GNOME Design Team + + + + + Adwaita Icon Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hicolor + Symbolic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/dev.alextren.Spot.appdata.xml b/data/dev.alextren.Spot.appdata.xml index b0f52ab8..b3e399db 100644 --- a/data/dev.alextren.Spot.appdata.xml +++ b/data/dev.alextren.Spot.appdata.xml @@ -50,6 +50,23 @@ https://raw.githubusercontent.com/xou816/spot/master/data/appstream/3.png + + +

+ New features: +

+ +

+ Thank you to everyone involved in this release! +

+
+
diff --git a/data/dev.alextren.Spot.desktop b/data/dev.alextren.Spot.desktop index 8433f51f..6f1feed1 100644 --- a/data/dev.alextren.Spot.desktop +++ b/data/dev.alextren.Spot.desktop @@ -1,10 +1,12 @@ [Desktop Entry] Version=1.0 Name=Spot -Exec=spot +Exec=spot %u +GenericName=Music Player Icon=dev.alextren.Spot Terminal=false Type=Application Categories=GTK;GNOME;Music;AudioVideo; +MimeType=x-scheme-handler/spotify; StartupNotify=true X-Purism-FormFactor=Workstation;Mobile; diff --git a/data/hicolor/128x128/apps/dev.alextren.Spot.png b/data/hicolor/128x128/apps/dev.alextren.Spot.png deleted file mode 100644 index 54c9f237..00000000 Binary files a/data/hicolor/128x128/apps/dev.alextren.Spot.png and /dev/null differ diff --git a/data/hicolor/64x64/apps/dev.alextren.Spot.png b/data/hicolor/64x64/apps/dev.alextren.Spot.png deleted file mode 100644 index 54c9f237..00000000 Binary files a/data/hicolor/64x64/apps/dev.alextren.Spot.png and /dev/null differ diff --git a/data/hicolor/scalable/apps/dev.alextren.Spot.svg b/data/hicolor/scalable/apps/dev.alextren.Spot.svg index 8d382040..71f857d9 100644 --- a/data/hicolor/scalable/apps/dev.alextren.Spot.svg +++ b/data/hicolor/scalable/apps/dev.alextren.Spot.svg @@ -1,236 +1,89 @@ - - - - - - + + + + + + - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - image/svg+xml - - - - - - - - - - - + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - diff --git a/data/hicolor/symbolic/apps/dev.alextren.Spot-symbolic.svg b/data/hicolor/symbolic/apps/dev.alextren.Spot-symbolic.svg new file mode 100644 index 00000000..b4029bc0 --- /dev/null +++ b/data/hicolor/symbolic/apps/dev.alextren.Spot-symbolic.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/dev.alextren.Spot.development.json b/dev.alextren.Spot.development.json index 8fa7e565..129b9bcc 100644 --- a/dev.alextren.Spot.development.json +++ b/dev.alextren.Spot.development.json @@ -42,15 +42,16 @@ "builddir": true, "buildsystem": "meson", "config-opts": [ - "-Doffline=false", + "-Doffline=true", "-Dbuildtype=debug" ], "sources": [ { "type": "dir", "path": "." - } + }, + "cargo-sources.json" ] } ] -} +} \ No newline at end of file diff --git a/dev.alextren.Spot.snapshots.json b/dev.alextren.Spot.snapshots.json index 61be3326..b6c57b4a 100644 --- a/dev.alextren.Spot.snapshots.json +++ b/dev.alextren.Spot.snapshots.json @@ -1,7 +1,7 @@ { "app-id": "dev.alextren.Spot", "runtime": "org.gnome.Platform", - "runtime-version": "41", + "runtime-version": "42", "sdk": "org.gnome.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.rust-stable" @@ -40,45 +40,6 @@ "*.a" ], "modules": [ - { - "name": "libadwaita", - "buildsystem": "meson", - "config-opts": [ - "-Dexamples=false", - "-Dtests=false" - ], - "sources": [ - { - "type": "git", - "url": "https://gitlab.gnome.org/GNOME/libadwaita.git", - "branch": "1.0.0.alpha.4" - } - ], - "modules": [ - { - "name": "libsass", - "buildsystem": "meson", - "sources": [ - { - "type": "git", - "url": "https://github.com/lazka/libsass.git", - "branch": "meson" - } - ] - }, - { - "name": "sassc", - "buildsystem": "meson", - "sources": [ - { - "type": "git", - "url": "https://github.com/lazka/sassc.git", - "branch": "meson" - } - ] - } - ] - }, { "name": "spot", "builddir": true, diff --git a/doc/.latexmkrc b/doc/.latexmkrc new file mode 100644 index 00000000..96515912 --- /dev/null +++ b/doc/.latexmkrc @@ -0,0 +1,4 @@ +$pdf_mode = 1; +$pdf_previewer = ''; +$pdflatex = 'lualatex -interaction=nonstopmode -synctex=1 -shell-escape %O %S'; +$out_dir = 'target'; \ No newline at end of file diff --git a/doc/Dockerfile b/doc/Dockerfile new file mode 100644 index 00000000..a7e83671 --- /dev/null +++ b/doc/Dockerfile @@ -0,0 +1,4 @@ +FROM atrendel/doxerlive:15-basic +RUN apk add gettext py3-pygments +ADD Makefile /var/doxerlive/ +RUN make install \ No newline at end of file diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 00000000..9ef43293 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,30 @@ +all: install build + +build: doc.tex + latexmk -c doc.tex + +watch: doc.tex + latexmk -pvc doc.tex + +DEPENDENCIES = luatex $\ + fontspec $\ + lm $\ + xcolor $\ + xcolor-solarized $\ + fontawesome $\ + xifthen $\ + ifmtarg $\ + pgf $\ + pgf-blur $\ + ec $\ + etoolbox $\ + xkeyval $\ + minted kvoptions fancyvrb fvextra upquote float ifplatform pdftexcmds xstring lineno framed catchfile + +install: + tlmgr update --self + tlmgr update texlive-scripts + tlmgr install $(DEPENDENCIES) + +clean: + latexmk -C \ No newline at end of file diff --git a/doc/doc.pdf b/doc/doc.pdf new file mode 100644 index 00000000..5c6f7208 Binary files /dev/null and b/doc/doc.pdf differ diff --git a/doc/doc.tex b/doc/doc.tex new file mode 100644 index 00000000..3c9750f5 --- /dev/null +++ b/doc/doc.tex @@ -0,0 +1,191 @@ +\documentclass[12pt, a4paper]{article} +\usepackage[margin=25mm]{geometry} +\usepackage{tikz} +\usepackage[outputdir=target]{minted} + +\usemintedstyle{lovelace} + +\renewcommand\familydefault{\sfdefault} + +\definecolor{spotifygreen}{HTML}{1DB954} + +\usetikzlibrary{calc} +\usetikzlibrary{arrows.meta} +\usetikzlibrary{decorations.pathreplacing} +\usetikzlibrary{shapes} +\usetikzlibrary{positioning} + +\tikzstyle{box}=[fill=black, solid, line width=0mm, text=white, rounded corners=2mm, font={\bfseries}, inner sep=3mm] +\tikzstyle{sizedbox}=[box, text width=3cm, anchor=north, align=center] +\tikzstyle{link}=[->, >=latex, line width=.5mm, rounded corners, shorten >=1pt] +\tikzstyle{smalllink}=[->, >=latex, line width=.2mm, rounded corners, shorten >=1pt, dashed, gray] + + +\begin{document} + +\section{Data flow within Spot} + +\subsection{Overview} + +\paragraph{Single source of truth.} There is a single place that is considered the source of truth for anything that is related to the app state, and that is, well, the \texttt{AppState}. The app state aggregates the state of the UI, as well as the player state. This makes it easier to keep things in sync -- when possible, anything state-related should be read from the app state over some local, possibly out-of-date state. + +\paragraph{Centralized.} That state is centralized and unique. This allows various parts of the application to access any part of it, and conversely makes it easy to perform state updates that affect various and sometimes unrelated parts of the application. + +\paragraph{Controlled mutations.} There is only one way to modify the app state, and that is by dispatching \emph{actions} -- plain structs that represent a mutation to the state. Updates to the state produce \emph{events}, which \texttt{EventListeners} can use to update the UI. + +\begin{figure}[!h] + + \centering + + \begin{tikzpicture} + + \node[box, fill=spotifygreen, minimum height=2cm] (model) at (0, 0) {\ttfamily AppModel}; + \node[box] (ui) at (-4, -3) {Gtk widgets}; + \node[box] (listeners) at (4, -3) {Listeners}; + + \draw[link] (ui) edge[bend left=20] node[above, sloped] {\footnotesize actions} (model); + \draw[link] (model) edge[bend left=10] node[above, sloped] {\footnotesize events} (listeners); + \draw[link] (listeners) edge[bend left=60] node[below, sloped] {\footnotesize update} (ui); + \draw[link, dashed] (listeners) edge[bend left=10] node[below, sloped] {\footnotesize read-only access} (model); + + \end{tikzpicture} + + \caption{The data flow and and its relation to the UI -- the \texttt{AppModel} enforces read-only access to the state.} + \label{fig:flow} + +\end{figure} + +This draws heavy inspiration from the Flux architecture\footnote{See https://facebook.github.io/flux/docs/in-depth-overview for instance}; the one big difference here is that there is no way to automatically find out which portion of the UI should be updated. Instead, listeners are responsible for figuring out the updates to apply based on the events. + +It should be noted that the app state is only readable from the main thread for simplicity. + +\subsection{How actions are handled} + +Here is the relevant part of the code\footnote{Variables have been renamed for clarity...} related to handling actions and notifying listeners: + +\begin{minted}{rust} +let events = self.model.update_state(action); + +for event in events.iter() { + for listener in self.listeners.iter_mut() { + listener.on_event(event); + } +} +\end{minted} + +That first line is the only time that the app state is borrowed mutably -- to apply actions. + +On the technical side: all actions being dispatched, synchronous or not, are eventually sent through a \texttt{futures::channel::mpsc} channel. The consumer on the other end of the channel is a future that will be executed by GLib. This allows Gtk to process \emph{all actions} at its own pace, as part of its main loop. + +Note: futures are used a lot in the code to perform asynchronous operations such as calls to the Spotify API. To ease the use of futures, the dispatcher allows working with asynchronous actions, that is, futures that output one or more actions. Again, these futures are eventually handled in the main Gtk loop. + +\subsection{A listener: the player subsystem} + +Any element that wishes to update the state or react to changes from the state has to follow that same pattern. For instance, the ``player'' part of Spot receives \texttt{Commands} (mapped from events by a \texttt{PlayerNotifier}) to start playing music, and dispatches actions back the app through a \texttt{SpotifyPlayerDelegate} (see figure \ref{fig:player}). + +These two extra elements add some indirection so that the player is not too strongly coupled to the rest of the app (it does not and should not care about most events, afterall!). Moreover, those commands are handled in a separate thread where the player lives. + +\begin{figure}[!ht] + \centering + + \begin{tikzpicture} + + \node[box, fill=spotifygreen, minimum height=2cm] (model) at (0, 0) {\ttfamily AppModel}; + + \draw[smalllink] (-5, -3) node[sizedbox] (listeners) {Components} + -- +(0, -1.5) node[right] {update} + -- +(0, -2) node[sizedbox] (ui) {Gtk widgets}; + + \draw[smalllink] (5, -3) node[sizedbox, fill=gray] (notifier) {\ttfamily PlayerNotifier} + -- +(0, -1.5) node[right] {command} + -- +(0, -2) node[sizedbox, fill=gray] (player) {\ttfamily SpotifyPlayer} + -- +(0, -3.5) node[right] {calls} + -- +(0, -4) node[sizedbox, fill=gray] (delegate) {\parbox{\textwidth}{\ttfamily SpotifyPlayer Delegate}}; + + \draw[link] (ui) edge[bend right=32] node[below, sloped] {\footnotesize actions} (model); + \draw[link] (model) edge[bend right=10] node[above, sloped] {\footnotesize events} (listeners); + + \draw[link] (model) edge[bend left=10] node[above, sloped] {\footnotesize events} (notifier); + \draw[link] (delegate) edge[bend left=32] node[below, sloped] {\footnotesize actions} (model); + + \draw[dashed, gray] ($(notifier.north west) + (-0.25, 0.25)$) rectangle ($(delegate.south east) + (0.25, -0.25)$); + + \draw[dashed, gray] ($(listeners.north west) + (-0.25, 0.25)$) rectangle ($(ui.south east) + (0.25, -0.25)$); + + + \end{tikzpicture} + + \caption{The player subsystem} + \label{fig:player} + +\end{figure} + + +\subsection{Another listener: the MPRIS subsystem} + +Similarly, the MPRIS subsystem follows that same pattern. It spawns a small DBUS server that translates DBUS messages to actions, and an \texttt{AppPlaybackStateListener} listens to incoming events. + +One major difference is that the MPRIS server maintains its own state here, since the app state cannot be accessed from outside the main thread. To make sure this local state stays in sync, DBUS messages should not alter the local state directly -- instead, we should wait for a roundtrip through the app and incoming events. + +\section{Components} + +\subsection{Overview} + +Components are thin wrappers around Gtk widgets, dedicated to binding them so that they produce the right actions, and updating them when specific events occur by conforming to \texttt{EventListener}. + +\subsection{Modeling interactions} + +Components should have some associated \texttt{struct} to model the interactions with the rest of the app. Let's consider the play/pause button as an example. Its behavior is defined in the \texttt{PlaybackModel}: + +\begin{minted}{rust} +impl PlaybackModel { + fn is_playing(&self) -> bool { /**/ } + fn toggle_playback(&self) { /**/ } +} +\end{minted} + +What we need to make our button work is a way to know its current state (is a song playing?) and a way to change that state (toggling on activation). Note that it would be tempting to simply query the widget's state, which \emph{should} be in sync with the actual playback state, but what we should really do instead is query the app state, which is the one source of truth for anything state-related. + +Why do this? First, toggling the playback might fail (e.g. if no song is playing), but more importantly something else could alter the playback state (e.g. a DBUS query). + +\begin{minted}{rust} +fn is_playing(&self) -> bool { + self.app_model.get_state().playback.is_playing() +} +\end{minted} + +As for toggling the playback, remember that we can only mutate the state through actions (the \mintinline{rust}|get_state| call above returns some \mintinline{rust}|Deref|). In other words, we express what kind of action we want to perform, with no guarantee that it'll succeed. + +\begin{minted}{rust} +fn toggle_playback(&self) { + self.dispatcher.dispatch(PlaybackAction::TogglePlay.into()); +} +\end{minted} + +\subsection{Binding the widget} + +All that's left is binding the widget to our model. By wrapping our model in an \texttt{Rc}, it becomes easy to clone it into the kind of \texttt{'static} closure Gtk needs. + +\begin{minted}{rust} +// model is an Rc +widget.connect_play_pause(clone!(@weak model => move || model.toggle_playback())); +\end{minted} + +Finally, we need our component to listen to relevant events, and update our widget accordingly. + +\begin{minted}{rust} +impl EventListener for PlaybackControl { + fn on_event(&mut self, event: &AppEvent) { + match event { + AppEvent::PlaybackEvent(PlaybackEvent::PlaybackPaused) + | AppEvent::PlaybackEvent(PlaybackEvent::PlaybackResumed) => { + let is_playing = self.model.is_playing(); + self.widget.set_playing(is_playing); + } + /**/ + } + } +} +\end{minted} + +\end{document} \ No newline at end of file diff --git a/doc/enter.sh b/doc/enter.sh new file mode 100755 index 00000000..59d5ed07 --- /dev/null +++ b/doc/enter.sh @@ -0,0 +1,3 @@ +#!/bin/sh +docker build --network=host -t spot-doc . +docker run --rm -it -e THEUID="$(id -u "$USER")" -v "$PWD":/var/doxerlive spot-doc ash diff --git a/meson.build b/meson.build index 2c9f7a5a..e1d6d9d3 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'spot', - version: '0.3.1', + version: '0.3.2', meson_version: '>= 0.50.0', default_options: ['warning_level=2', 'buildtype=release'], ) diff --git a/po/LINGUAS b/po/LINGUAS index 489a6d29..96adb403 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1 +1 @@ -en ru fr nl de ca cs pl es pt tr id pt-br fi eu ia nb sl ja ar +en ru fr nl de ca cs pl es pt tr id pt-br fi eu ia nb sl ja ar it uk bn diff --git a/po/POTFILES b/po/POTFILES index a4204043..7842c63a 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -1,6 +1,5 @@ # grep gettext src/**/*.rs | cut -d: -f1 | uniq src/app/batch_loader.rs -src/app/components/details/release_details.rs src/app/components/labels.rs src/app/components/login/login_model.rs src/app/components/mod.rs @@ -9,6 +8,7 @@ src/app/components/navigation/home.rs src/app/components/now_playing/now_playing_model.rs src/app/components/playback/playback_controls.rs src/app/components/playback/playback_info.rs +src/app/components/selection/component.rs src/app/components/user_menu/user_menu.rs src/app/state/login_state.rs src/main.rs @@ -18,10 +18,13 @@ src/window.ui.in src/app/components/saved_playlists/saved_playlists.ui src/app/components/artist_details/artist_details.ui src/app/components/saved_tracks/saved_tracks.ui +src/app/components/sidebar_listbox/sidebar_icon_widget.ui src/app/components/search/search.ui +src/app/components/settings/settings.ui src/app/components/artist/artist.ui src/app/components/user_details/user_details.ui src/app/components/selection/selection_toolbar.ui +src/app/components/details/album_header.ui src/app/components/details/release_details.ui src/app/components/details/details.ui src/app/components/now_playing/now_playing.ui diff --git a/po/ar.po b/po/ar.po index 8fc56e79..8ebf7ccd 100644 --- a/po/ar.po +++ b/po/ar.po @@ -20,7 +20,7 @@ msgstr "نسخ الرابط" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "أضف إلى الصف" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "لايمكن حفظ كلمة المرور. تحقق من أن ال Session Keyring مفتوح." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "حدث خطأ. تحقق من الlog لمزيد التفاصيل!" #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "مكتبة" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "قائمة أغاني" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "يشتغل الأن" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "لا توجد أغنية طور التشغيل" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "عن" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "غادر" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "تسجيل الخروج" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "إعادة الاتصال" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "أفضل الأغاني" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "أصدارات" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "تسجيل دخول" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "ألبومات" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "الفنانين" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "أغاني محفوظة" @@ -187,6 +187,7 @@ msgstr "ليس لديك ألبومات مسجلة." msgid "Your library will be shown here." msgstr "المكتبة خاصتك ستظهر هنا." +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" @@ -198,31 +199,31 @@ msgstr[4] "{} تم تحديد عديد الأغاني" msgstr[5] "{} الأغاني الأخرى المحددة" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "أبحث في Spotify." #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "أكتب للبجث." -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "أحدف" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "أضف إلى قائمة التشغيل..." #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "ألغاء" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "اختر الكل" @@ -252,7 +253,7 @@ msgstr "الأغاني" msgid "Duration" msgstr "المدة" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "حقوق النشر" @@ -261,3 +262,99 @@ msgstr "حقوق النشر" msgid "{} by {}" msgstr "{}بواسطة {}" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + diff --git a/po/bn.po b/po/bn.po new file mode 100644 index 00000000..d0632f42 --- /dev/null +++ b/po/bn.po @@ -0,0 +1,405 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: POEditor.com\n" +"Project-Id-Version: Spot\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. translators: This is part of a contextual menu attached to a single track; this entry allows viewing the album containing a specific track. +#: src/app/components/labels.rs:5 +#, fuzzy +msgid "View album" +msgstr "অ্যালবাম দেখুন" + +#. translators: This is part of a contextual menu attached to a single track; the intent is to copy the link (public URL) to a specific track. +#: src/app/components/labels.rs:8 +#, fuzzy +msgid "Copy link" +msgstr "লিংক কপি করুন" + +#. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. +#: src/app/components/labels.rs:11 +#: src/app/components/selection/selection_toolbar.ui:39 +#, fuzzy +msgid "Add to queue" +msgstr "সারিতে যোগ করুন" + +#. translators: This is part of a contextual menu attached to a single track; this entry removes a track from the play queue. +#: src/app/components/labels.rs:14 +#, fuzzy +msgid "Remove from queue" +msgstr "সারি থেকে সরান" + +#. translators: This is part of a larger text that says "Add to ". This text should be as short as possible. +#: src/app/components/labels.rs:21 +#, fuzzy +msgid "Add to {}" +msgstr "{} তে যোগ করুন" + +#. translators: This notification shows up right after login if the password could not be stored in the keyring (that is, GNOME's keyring aka seahorse, or any other libsecret compliant secret store). +#: src/app/components/login/login_model.rs:56 +#, fuzzy +msgid "Could not save password. Make sure the session keyring is unlocked." +msgstr "পাসওয়ার্ড সেভ করা যায়নি। সেশন কীরিং আনলক করা আছে কিনা নিশ্চিত করুন।" + +#. translators: This notification is the default message for unhandled errors. Logs refer to console output. +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 +#, fuzzy +msgid "An error occured. Check logs for details!" +msgstr "একটি ত্রুটি ঘটেছে। বিস্তারিত জানতে লগ চেক করুন!" + +#. translators: This is a sidebar entry to browse to saved albums. +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 +#, fuzzy +msgid "Library" +msgstr "লাইব্রেরী" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 +#, fuzzy +msgid "Playlists" +msgstr "প্লেলিস্ট" + +#. This is the visible name for the play queue. It appears in the sidebar as well. +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 +#, fuzzy +msgid "Now playing" +msgstr "এখন প্লে হচ্ছে" + +#. translators: Short text displayed instead of a song title when nothing plays +#. Short text displayed instead of a song title when nothing plays +#: src/app/components/playback/playback_info.rs:58 +#: src/app/components/playback/playback_info.ui:32 +#, fuzzy +msgid "No song playing" +msgstr "কোনো গান প্লে হচ্ছেনা" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:67 +#, fuzzy +msgid "About" +msgstr "অ্যাবাউট" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:69 +#, fuzzy +msgid "Quit" +msgstr "প্রস্থান করুন" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:74 +#, fuzzy +msgid "Log out" +msgstr "লগ আউট" + +#: src/app/state/login_state.rs:110 +#, fuzzy +msgid "Connection restored" +msgstr "সংযোগ পুনরুদ্ধার করা হয়েছে" + +#. Title of the section that shows 5 of the top tracks for an artist, as defined by Spotify. +#: src/app/components/artist_details/artist_details.ui:26 +#, fuzzy +msgid "Top tracks" +msgstr "টপ ট্র্যাকগুলি" + +#. Title of the sections that contains all releases from an artist (both singles and albums). +#: src/app/components/artist_details/artist_details.ui:53 +#, fuzzy +msgid "Releases" +msgstr "রিলিজ" + +#. Login window title -- shouldn't be too long, but must mention Premium (a premium account is required). +#: src/app/components/login/login.ui:45 +#, fuzzy +msgid "Login to Spotify Premium" +msgstr "স্পটিফাই প্রিমিয়ামে লগইন করুন" + +#. Placeholder for the username field +#: src/app/components/login/login.ui:64 +#, fuzzy +msgid "Username" +msgstr "ইউজারনেম" + +#. Placeholder for the password field +#: src/app/components/login/login.ui:72 +#, fuzzy +msgid "Password" +msgstr "পাসওয়ার্ড" + +#. This error is shown when authentication fails. +#: src/app/components/login/login.ui:126 +#, fuzzy +msgid "Authentication failed!" +msgstr "অথেন্টিকেশন ব্যর্থ হয়েছে!" + +#. Log in button label +#: src/app/components/login/login.ui:141 +#, fuzzy +msgid "Log in" +msgstr "লগ ইন" + +#. This is the title of a section of the search results +#: src/app/components/search/search.ui:72 +#, fuzzy +msgid "Albums" +msgstr "অ্যালবাম" + +#. This is the title of a section of the search results +#: src/app/components/search/search.ui:105 +#, fuzzy +msgid "Artists" +msgstr "আর্টিস্ট" + +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 +#, fuzzy +msgid "Saved tracks" +msgstr "সেভ করা ট্র্যাকগুলি" + +#. This information is shown when Caps Lock is enabled. +#: src/app/components/login/login.ui:95 +#, fuzzy +msgid "Caps Lock is enabled!" +msgstr "ক্যাপস লক সক্রিয় আছে!" + +#: src/app/components/playback/playback_controls.rs:64 +#, fuzzy +msgid "Pause" +msgstr "পজ" + +#: src/app/components/playback/playback_controls.rs:66 +#, fuzzy +msgid "Play" +msgstr "প্লে" + +#: src/app/components/playback/playback_controls.ui:17 +#, fuzzy +msgid "Shuffle" +msgstr "শাফল" + +#: src/app/components/playback/playback_controls.ui:27 +#, fuzzy +msgid "Previous" +msgstr "পূর্ববর্তী" + +#: src/app/components/playback/playback_controls.ui:50 +#, fuzzy +msgid "Next" +msgstr "পরবর্তী" + +#: src/app/components/playback/playback_controls.ui:60 +#, fuzzy +msgid "Repeat" +msgstr "রিপিট" + +#. A title that is shown when the user has not saved any playlists. +#: src/app/components/saved_playlists/saved_playlists.ui:26 +#, fuzzy +msgid "You have no saved playlists." +msgstr "আপনার কোনো সেভ করা প্লেলিস্ট নেই।" + +#. A description of what happens when the user has saved playlists. +#: src/app/components/saved_playlists/saved_playlists.ui:27 +#, fuzzy +msgid "Your playlists will be shown here." +msgstr "আপনার প্লেলিস্ট এখানে দেখানো হবে।" + +#. A title that is shown when the user has not saved any albums. +#: src/app/components/library/library.ui:26 +#, fuzzy +msgid "You have no saved albums." +msgstr "আপনার কোনো সেভ করা অ্যালবাম নেই।" + +#. A description of what happens when the user has saved albums. +#: src/app/components/library/library.ui:27 +#, fuzzy +msgid "Your library will be shown here." +msgstr "আপনার লাইব্রেরী এখানে দেখানো হবে।" + +#. translators: This shows up when in selection mode. This text should be as short as possible. +#: src/app/components/labels.rs:30 +#, fuzzy +msgid "{} song selected" +msgid_plural "{} songs selected" +msgstr[0] "{} টি গান সিলেক্ট করা হয়েছে" +msgstr[1] "{} টি গান সিলেক্ট করা হয়েছে" + +#. Title for the empty search page (initial state). +#: src/app/components/search/search.ui:116 +#, fuzzy +msgid "Search Spotify." +msgstr "স্পটিফাইয়ে খুঁজুন।" + +#. Subtitle for the empty search page (initial state). +#: src/app/components/search/search.ui:117 +#, fuzzy +msgid "Type to search." +msgstr "খোঁজার জন্য এখানে টাইপ করুন।" + +#: src/app/components/selection/selection_toolbar.ui:69 +#, fuzzy +msgid "Remove" +msgstr "রিমুভ করুন" + +#. playlist2-symbolic +#: src/app/components/selection/selection_toolbar.ui:56 +#, fuzzy +msgid "Add to playlist..." +msgstr "প্লেলিস্টে যোগ করুন..." + +#. Button label. Exits selection mode. +#: src/app/components/headerbar/headerbar.ui:47 +#, fuzzy +msgid "Cancel" +msgstr "বাতিল করুন" + +#. Button label. Selects all visible songs. +#: src/app/components/headerbar/headerbar.ui:58 +#, fuzzy +msgid "Select all" +msgstr "সবকিছু সিলেক্ট করুন" + +#. translators: This is part of a contextual menu attached to a single track; the full text is "More from ". +#: src/app/components/labels.rs:39 +#, fuzzy +msgid "More from {}" +msgstr "{} -র থেকে আরও" + +#. This refers to a music label +#: src/app/components/details/release_details.ui:38 +#, fuzzy +msgid "Label" +msgstr "লেবেল" + +#. This refers to a release date +#: src/app/components/details/release_details.ui:48 +#, fuzzy +msgid "Released" +msgstr "রিলিজ হয়েছে" + +#. This refers to a number of tracks +#: src/app/components/details/release_details.ui:58 +#, fuzzy +msgid "Tracks" +msgstr "ট্র্যাক গুলি" + +#. This refers to the duration of a release +#: src/app/components/details/release_details.ui:68 +#, fuzzy +msgid "Duration" +msgstr "সময়" + +#: src/app/components/details/release_details.ui:68 +#, fuzzy +msgid "Copyright" +msgstr "কপিরাইট" + +#. translators: This is part of a larger label that reads " by " +#: src/app/components/labels.rs:48 +#, fuzzy +msgid "{} by {}" +msgstr "{} বাই {}" + +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + diff --git a/po/ca.po b/po/ca.po index e5c68109..b04a788b 100644 --- a/po/ca.po +++ b/po/ca.po @@ -1,16 +1,12 @@ msgid "" msgstr "" -"Project-Id-Version: Spot\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: POEditor.com\n" +"Project-Id-Version: Spot\n" +"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 3.0.1\n" #. translators: This is part of a contextual menu attached to a single track; this entry allows viewing the album containing a specific track. #: src/app/components/labels.rs:5 @@ -24,7 +20,7 @@ msgstr "Copia l'enllaç" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Afegeix a la cua" @@ -44,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "No s'ha pogut desar la sessió. Assegura't que l'anell de claus de la sessió està desbloquejat." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "Ha ocorregut un error. Comprova els registres per més detalls!" #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Biblioteca" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Llistes de reproducció" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "S'està reproduïnt" @@ -74,21 +70,21 @@ msgid "No song playing" msgstr "Cap cançó en reproducció" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "Quant a" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Surt" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Tanca la sessió" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Connexió restablerta" @@ -98,7 +94,7 @@ msgid "Top tracks" msgstr "Millors pistes" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Llançaments" @@ -128,17 +124,17 @@ msgid "Log in" msgstr "Inicia sessió" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Àlbums" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Artistes" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "Pistes desades" @@ -191,6 +187,7 @@ msgstr "No teniu àlbums desats." msgid "Your library will be shown here." msgstr "Aquí es mostrarà la vostra biblioteca." +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" @@ -198,31 +195,31 @@ msgstr[0] "{} cançó seleccionada" msgstr[1] "{} cançons seleccionades" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "Cerca a Spotify." #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "Escriu per començar a buscar." -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "Elimina" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "Afegeix a la llista..." #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "Cancel·la" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "Selecciona-ho tot" @@ -253,7 +250,7 @@ msgstr "Millors pistes" msgid "Duration" msgstr "Duració" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Copyright" @@ -261,3 +258,100 @@ msgstr "Copyright" #: src/app/components/labels.rs:48 msgid "{} by {}" msgstr "{} per {}" + +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + diff --git a/po/cs.po b/po/cs.po index 86d466b4..52e70fe0 100644 --- a/po/cs.po +++ b/po/cs.po @@ -20,7 +20,7 @@ msgstr "Zkopírovat odkaz" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Přidat do fronty" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "Heslo nelze uložit. Zkontrolujte, že je klíčenka (session keyring) odemčená." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "Došlo k chybě. Podrobnosti najdete v protokolu." #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Knihovna" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Playlisty" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "Právě hraje" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "Nic nehraje" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "O aplikaci" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Konec" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Odhlásit se" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Připojení obnoveno" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "Populární" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Diskografie" @@ -124,20 +124,20 @@ msgid "Log in" msgstr "Přihlásit se" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Alba" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Umělci" #. Where is this text displayed? #. I see it is supposed to be in `src/app/components/navigation/home.rs:47`, but that does not seem to be the case: https://github.com/xou816/spot/blob/1b96cd07129f27c7f3f3a2e66299c44a52e489d4/src/app/components/navigation/home.rs #. Maybe it is something that has not been commited yet (2021-10-02T10:42:52+02:00), but @xou816 has it locally and has generated pot / po files from it in https://github.com/xou816/spot/commit/86414c03d207cdf4e2c1cbddd47c7ca5629d1303 -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "Uložené skladby" @@ -190,6 +190,7 @@ msgstr "Nemáte žádná uložená alba." msgid "Your library will be shown here." msgstr "Tady bude zobrazena vaše knihovna." +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" @@ -198,31 +199,31 @@ msgstr[1] "{} skladby vybrány" msgstr[2] "{} skladeb vybráno" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "Hledat na Spotify." #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "Zadejte a vyhledejte." -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "Odstranit" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "Přidat do playlistu..." #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "Zrušit" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "Vybrat vše" @@ -251,7 +252,7 @@ msgstr "Počet skladeb" msgid "Duration" msgstr "Délka" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Copyright" @@ -260,3 +261,99 @@ msgstr "Copyright" msgid "{} by {}" msgstr "{} od {}" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "Playlist bez názvu" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "Všechny playlisty" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "Skladby uloženy!" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "Nastavení" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "Nepodařilo se otevřít odkaz!" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "Zvuk" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "Zvukový backend" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "ALSA zařízení" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "Použito pouze pokud zvukový backend je ALSA" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "Kvalita zvuku" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "Normální" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "Vysoká" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "Velmi vysoká" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "Vzhled" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "Téma" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "Světlé" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "Tmavé" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "Síť" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "Port Access Pointu" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "Port používaný pro připojení ke Spotify Access Point. Nastavte na 0 pokud lze použít libovolný port." + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "Uložit do knihovny" + diff --git a/po/de.po b/po/de.po index a6df08b8..86f0cd5a 100644 --- a/po/de.po +++ b/po/de.po @@ -20,7 +20,7 @@ msgstr "Link kopieren" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Zur Warteschlange hinzufügen" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "Das Passwort konnte nicht gespeichert werden. Stellen Sie sicher, dass der Sitzungs-Schlüsselbund entsperrt ist." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "Es ist ein Fehler aufgetreten. Überprüfen Sie die Protokolle für Details!" #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Bibliothek" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Playlists" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "Es läuft" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "Es wird kein Titel gespielt" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "Info" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Beenden" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Abmelden" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Verbindung wiederhergestellt" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "Beliebte Titel" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Diskografie" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "Anmelden" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Alben" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Künstler" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "Gespeicherte Titel" @@ -187,6 +187,7 @@ msgstr "Keine gespeicherten Alben vorhanden." msgid "Your library will be shown here." msgstr "Die Bibliothek wird hier angezeigt." +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" @@ -194,31 +195,31 @@ msgstr[0] "{} Titel ausgewählt" msgstr[1] "{} Titel ausgewählt" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "Auf Spotify suchen." #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "Tippe um zu suchen." -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "Entfernen" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "Zur Playlist hinzufügen..." #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "Abbrechen" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "Alle auswählen" @@ -247,7 +248,7 @@ msgstr "Titel" msgid "Duration" msgstr "Dauer" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Copyright" @@ -256,3 +257,99 @@ msgstr "Copyright" msgid "{} by {}" msgstr "{} von {}" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "Unbenannte Playlist" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "Alle Playlist" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "Titel gespeichert!" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "Einstellungen" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "Öffnen des Links fehlgschlagen!" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "Audio" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "Audio Backend" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "ALSA Gerät" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "Wird nur angewendet, wenn das Audio-Backend ALSA ist" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "Audio Qualität" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "Normal" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "Hoch" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "Sehr hoch" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "Aussehen" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "Thema" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "Hell" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "Dunkel" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "Netzwerk" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "Access Point Port" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "Port, der für Verbindungen mit dem Spotify Access Point verwendet wird. Setze den Wert auf 0 für einen beliebigen Port." + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "Speichere in Bibliothek" + diff --git a/po/en.po b/po/en.po index 281f6dac..5fe7d6c2 100644 --- a/po/en.po +++ b/po/en.po @@ -1,20 +1,13 @@ msgid "" msgstr "" -"Project-Id-Version: Spot\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-13 09:46-0500\n" -"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" +"Project-Id-Version: Spot\n" +"Language: en\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 -msgid "An error occured. Check logs for details!" -msgstr "An error occured. Check logs for details!" - #. translators: This is part of a contextual menu attached to a single track; this entry allows viewing the album containing a specific track. #: src/app/components/labels.rs:5 msgid "View album" @@ -27,7 +20,7 @@ msgstr "Copy link" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Add to queue" @@ -41,59 +34,34 @@ msgstr "Remove from queue" msgid "Add to {}" msgstr "Add to {}" -#. translators: This shows up when in selection mode. This text should be as short as possible. -#: src/app/components/labels.rs:30 -msgid "{} song selected" -msgid_plural "{} songs selected" -msgstr[0] "{} song selected" -msgstr[1] "{} songs selected" - -#. translators: This is part of a contextual menu attached to a single track; the full text is "More from ". -#: src/app/components/labels.rs:39 -msgid "More from {}" -msgstr "More from {}" - -#. translators: This is part of a larger label that reads " by " -#: src/app/components/labels.rs:48 -msgid "{} by {}" -msgstr "" - #. translators: This notification shows up right after login if the password could not be stored in the keyring (that is, GNOME's keyring aka seahorse, or any other libsecret compliant secret store). #: src/app/components/login/login_model.rs:56 msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "Could not save password. Make sure the session keyring is unlocked." +#. translators: This notification is the default message for unhandled errors. Logs refer to console output. +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 +msgid "An error occured. Check logs for details!" +msgstr "An error occured. Check logs for details!" + #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Library" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Playlists" -#. translators: This is a sidebar entry to browse to saved tracks. -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 -msgid "Saved tracks" -msgstr "" - -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#. This is the visible name for the play queue. It appears in the sidebar as well. +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "Now playing" -#: src/app/components/playback/playback_controls.rs:64 -msgid "Pause" -msgstr "" - -#: src/app/components/playback/playback_controls.rs:66 -msgid "Play" -msgstr "" - #. translators: Short text displayed instead of a song title when nothing plays #. Short text displayed instead of a song title when nothing plays #: src/app/components/playback/playback_info.rs:58 @@ -102,72 +70,163 @@ msgid "No song playing" msgstr "No song playing" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "About" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Quit" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Log out" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Connection restored" -#. A title that is shown when the user has not saved any playlists. -#: src/app/components/saved_playlists/saved_playlists.ui:26 -msgid "You have no saved playlists." -msgstr "" - -#. A description of what happens when the user has saved playlists. -#: src/app/components/saved_playlists/saved_playlists.ui:27 -msgid "Your playlists will be shown here." -msgstr "" - #. Title of the section that shows 5 of the top tracks for an artist, as defined by Spotify. #: src/app/components/artist_details/artist_details.ui:26 msgid "Top tracks" msgstr "Top tracks" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Releases" +#. Login window title -- shouldn't be too long, but must mention Premium (a premium account is required). +#: src/app/components/login/login.ui:45 +msgid "Login to Spotify Premium" +msgstr "Login to Spotify Premium" + +#. Placeholder for the username field +#: src/app/components/login/login.ui:64 +msgid "Username" +msgstr "Username" + +#. Placeholder for the password field +#: src/app/components/login/login.ui:72 +msgid "Password" +msgstr "Password" + +#. This error is shown when authentication fails. +#: src/app/components/login/login.ui:126 +msgid "Authentication failed!" +msgstr "Authentication failed!" + +#. Log in button label +#: src/app/components/login/login.ui:141 +msgid "Log in" +msgstr "Log in" + #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Albums" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Artists" +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 +msgid "Saved tracks" +msgstr "Saved Tracks" + +#. This information is shown when Caps Lock is enabled. +#: src/app/components/login/login.ui:95 +msgid "Caps Lock is enabled!" +msgstr "Caps Lock is enabled!" + +#: src/app/components/playback/playback_controls.rs:64 +msgid "Pause" +msgstr "Pause" + +#: src/app/components/playback/playback_controls.rs:66 +msgid "Play" +msgstr "Play" + +#: src/app/components/playback/playback_controls.ui:17 +msgid "Shuffle" +msgstr "Shuffle" + +#: src/app/components/playback/playback_controls.ui:27 +msgid "Previous" +msgstr "Previous" + +#: src/app/components/playback/playback_controls.ui:50 +msgid "Next" +msgstr "Next" + +#: src/app/components/playback/playback_controls.ui:60 +msgid "Repeat" +msgstr "Repeat" + +#. A title that is shown when the user has not saved any playlists. +#: src/app/components/saved_playlists/saved_playlists.ui:26 +msgid "You have no saved playlists." +msgstr "You have no saved playlists." + +#. A description of what happens when the user has saved playlists. +#: src/app/components/saved_playlists/saved_playlists.ui:27 +msgid "Your playlists will be shown here." +msgstr "Your playlists will be shown here." + +#. A title that is shown when the user has not saved any albums. +#: src/app/components/library/library.ui:26 +msgid "You have no saved albums." +msgstr "You have no saved albums." + +#. A description of what happens when the user has saved albums. +#: src/app/components/library/library.ui:27 +msgid "Your library will be shown here." +msgstr "Your library will be shown here." + +#. translators: This shows up when in selection mode. This text should be as short as possible. +#: src/app/components/labels.rs:30 +msgid "{} song selected" +msgid_plural "{} songs selected" +msgstr[0] "{} song selected" +msgstr[1] "{} songs selected" + #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." -msgstr "" +msgstr "Search Spotify." #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." -msgstr "" +msgstr "Type to search." + +#: src/app/components/selection/selection_toolbar.ui:69 +msgid "Remove" +msgstr "Remove" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." -msgstr "" +msgstr "Add to playlist..." -#: src/app/components/selection/selection_toolbar.ui:58 -msgid "Remove" -msgstr "" +#. Button label. Exits selection mode. +#: src/app/components/headerbar/headerbar.ui:47 +msgid "Cancel" +msgstr "Cancel" + +#. Button label. Selects all visible songs. +#: src/app/components/headerbar/headerbar.ui:58 +msgid "Select all" +msgstr "Select all" + +#. translators: This is part of a contextual menu attached to a single track; the full text is "More from ". +#: src/app/components/labels.rs:39 +msgid "More from {}" +msgstr "More from {}" #. This refers to a music label #: src/app/components/details/release_details.ui:38 @@ -189,75 +248,108 @@ msgstr "Tracks" msgid "Duration" msgstr "Duration" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Copyright" -#. Login window title -- shouldn't be too long, but must mention Premium (a premium account is required). -#: src/app/components/login/login.ui:45 -msgid "Login to Spotify Premium" -msgstr "Login to Spotify Premium" +#. translators: This is part of a larger label that reads " by " +#: src/app/components/labels.rs:48 +msgid "{} by {}" +msgstr "{} by {}" -#. Placeholder for the username field -#: src/app/components/login/login.ui:64 -msgid "Username" -msgstr "Username" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" -#. Placeholder for the password field -#: src/app/components/login/login.ui:72 -msgid "Password" -msgstr "Password" +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" -#. This information is shown when Caps Lock is enabled. -#: src/app/components/login/login.ui:95 -msgid "Caps Lock is enabled!" +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" msgstr "" -#. This error is shown when authentication fails. -#: src/app/components/login/login.ui:126 -msgid "Authentication failed!" -msgstr "Authentication failed!" +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" -#. Log in button label -#: src/app/components/login/login.ui:141 -msgid "Log in" -msgstr "Log in" +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" -#. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 -msgid "Cancel" +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" msgstr "" -#. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 -msgid "Select all" +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" msgstr "" -#: src/app/components/playback/playback_controls.ui:17 -msgid "Shuffle" +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" msgstr "" -#: src/app/components/playback/playback_controls.ui:27 -msgid "Previous" +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" msgstr "" -#: src/app/components/playback/playback_controls.ui:50 -msgid "Next" +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" msgstr "" -#: src/app/components/playback/playback_controls.ui:60 -msgid "Repeat" +#: src/app/components/settings/settings.ui:44 +msgid "Normal" msgstr "" -#. A title that is shown when the user has not saved any albums. -#: src/app/components/library/library.ui:26 -msgid "You have no saved albums." +#: src/app/components/settings/settings.ui:45 +msgid "High" msgstr "" -#. A description of what happens when the user has saved albums. -#: src/app/components/library/library.ui:27 -msgid "Your library will be shown here." +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" msgstr "" -#~ msgid "by" -#~ msgstr "by" diff --git a/po/es.po b/po/es.po index 527181d0..d029224c 100644 --- a/po/es.po +++ b/po/es.po @@ -20,7 +20,7 @@ msgstr "Copiar enlace" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Añadir a la cola" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "No se pudo guardar la contraseña. Asegúrate de que el anillo de claves esta desbloqueado." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "Ha ocurrido un error. ¡Revisa los logs para más detalles!" #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Biblioteca" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Lista de reproducción" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "Reproduciendo ahora" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "Ninguna canción en reproducción" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "Acerca de" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Salir" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Cerrar sesión" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Conexión restaurada" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "Mejores canciones" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Lanzamientos" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "Iniciar sesión" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Álbumes" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Artistas" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "Pistas guardadas" @@ -187,6 +187,7 @@ msgstr "No tienes álbumes guardados." msgid "Your library will be shown here." msgstr "Tu biblioteca se mostrará aquí." +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" @@ -194,31 +195,31 @@ msgstr[0] "{} canción seleccionada" msgstr[1] "{} canciones seleccionadas" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "Buscar en Spotify." #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "Escribe para buscar." -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "Retirar" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "Añadir a la lista de reproducción..." #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "Cancelar" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "Seleccionar todo" @@ -247,7 +248,7 @@ msgstr "Canciones" msgid "Duration" msgstr "Duración" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Copyright" @@ -256,3 +257,99 @@ msgstr "Copyright" msgid "{} by {}" msgstr "{} de {}" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "Lista de reproducción sin nombre" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "Todas las listas de reproducción" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "¡Pistas guardadas!" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "Preferencias" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "¡No se ha podido abrir el enlace!" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "Sonido" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "Backend de audio" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "Dispositivo ALSA" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "Sólo se aplica si el backend de audio es ALSA" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "Calidad de sonido" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "Normal" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "Alta" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "Muy alta" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "Apariencia" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "Tema" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "Claro" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "Oscuro" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "Red" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "Puerto del punto de acceso" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "Puerto utilizado para las conexiones con el punto de acceso de Spotify. Poner a 0 si cualquier puerto está bien." + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "Guardar en la biblioteca" + diff --git a/po/eu.po b/po/eu.po index 9cdf8861..0e081bb1 100644 --- a/po/eu.po +++ b/po/eu.po @@ -20,7 +20,7 @@ msgstr "Kopiatu esteka" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Gehitu isatsari" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "Ezin izan da pasahitza gorde. Ziurtatu saioko giltzatakoa desblokeatuta dagoela." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "Errore bat gertatu da. Egiaztatu xehetasunak erregistroetan!" #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Biblioteka" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Erreprodukzio-zerrendak" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "Orain erreproduzitzen" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "Ez da abestirik erreproduzitzen ari" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "Honi buruz" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Utzi" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Saioa itxi" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Konexioa leheneratu da" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "Pista nagusiak" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Jaurtiketak" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "Hasi saioa" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Albumak" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Artistak" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "Gordetako pistak" @@ -187,6 +187,7 @@ msgstr "Ez duzu albumik gordeta." msgid "Your library will be shown here." msgstr "Zure liburutegia hemen agertuko da." +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" @@ -194,31 +195,31 @@ msgstr[0] "{} Aukeratutako abesti bat" msgstr[1] "{} Aukeratutako abestiak" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "Bilatu Spotifyn." #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "Idatzi bilatzeko." -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "Ezabatu" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "Erreprodukzio-zerrendara gehitu..." #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "Ezeztatu" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "Hautatu dena" @@ -247,7 +248,7 @@ msgstr "Pistak" msgid "Duration" msgstr "Iraupena" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Egile-eskubideak" @@ -256,3 +257,99 @@ msgstr "Egile-eskubideak" msgid "{} by {}" msgstr "{} {} -ek eginda" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + diff --git a/po/fi.po b/po/fi.po index 8e8168e8..4cd28e5d 100644 --- a/po/fi.po +++ b/po/fi.po @@ -20,7 +20,7 @@ msgstr "Kopioi linkki" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Lisää jonoon" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "Salasanaa ei voitu tallentaa. Varmista että avainnippua ei ole lukittu." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "Tapahti virhe. Katso lisätiedot lokista!" #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Kirjasto" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Soittolistat" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "Nyt toistetaan" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "Ei toistettavaa kappaletta" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "Tietoja" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Lopeta" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Kirjaudu ulos" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Yhteys palautunut" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "Suosituimmat kappaleet" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Julkaisut" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "Kirjaudu sisään" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Albumit" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Esittäjät" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "Tallennetut kappaleet" @@ -187,6 +187,7 @@ msgstr "Ei tallennettuja albumeja." msgid "Your library will be shown here." msgstr "Kirjastosi näytetään täällä." +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" @@ -194,31 +195,31 @@ msgstr[0] "{} kappale valittu" msgstr[1] "{} kappaletta valittu" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "Etsi Spotifysta." #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "Kirjoita etsiäksesi." -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "Poista" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "Lisää soittolistaan..." #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "Peru" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "Valitse kaikki" @@ -247,7 +248,7 @@ msgstr "Kappaleita" msgid "Duration" msgstr "Kesto" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Tekijänoikeus" @@ -256,3 +257,99 @@ msgstr "Tekijänoikeus" msgid "{} by {}" msgstr "{} tehnyt {}" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "Nimetön soittolista" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "Kaikki soittolistat" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "Kappaleet tallennettu!" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "Asetukset" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "Linkin avaaminen epäonnistui!" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "Ääni" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "Äänen taustaosa" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "ALSA-laite" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "Sovelletaan vain jos äänen taustaosa on ALSA" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "Äänenlaatu" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "Normaali" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "Korkea" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "Hyvin korkea" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "Ulkoasu" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "Teema" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "Vaalea" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "Tumma" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "Verkko" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "Access Pointin portti" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "Spotifyn Access Pointiin tuleviin yhteyksiin käytettävä portti. Aseta arvoksi 0, jos mikä tahansa portti kelpaa." + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "Tallenna kirjastoon" + diff --git a/po/fr.po b/po/fr.po index e16bfc88..758df8a2 100644 --- a/po/fr.po +++ b/po/fr.po @@ -20,7 +20,7 @@ msgstr "Copier le lien" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Ajouter à la file d'attente" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "Le mot de passe n'a pu être enregistré, assurez-vous que le Trousseau de session est déverouillé." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "Une erreur est survenue. Consultez les journaux de débogage pour plus d'information." #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Bibliothèque" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Listes de lecture" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "En cours de lecture" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "Aucune lecture en cours" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "À propos" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Quitter" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Déconnexion" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Connexion rétablie" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "Morceaux populaires" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Discographie" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "Connexion" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Albums" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Artistes" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "Titres aimés" @@ -187,6 +187,7 @@ msgstr "Aucun album dans votre bibliothèque." msgid "Your library will be shown here." msgstr "Vos albums apparaîtrons ici." +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" @@ -194,31 +195,31 @@ msgstr[0] "{} morceau sélectionné" msgstr[1] "{} morceaux sélectionnés" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "Rechercher dans Spotify." #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "Saisissez un terme à rechercher." -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "Retirer" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "Ajouter à..." #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "Annuler" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "Tout sélectionner" @@ -247,7 +248,7 @@ msgstr "Morceaux" msgid "Duration" msgstr "Durée" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Copyright" @@ -256,3 +257,99 @@ msgstr "Copyright" msgid "{} by {}" msgstr "{} de {}" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + diff --git a/po/ia.po b/po/ia.po index 5291af89..e0cbded5 100644 --- a/po/ia.po +++ b/po/ia.po @@ -20,7 +20,7 @@ msgstr "Copiar ligamine" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Adder al cauda" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "Non poteva salvar le contrasigno. Assecura te qui le magazin de claves es disblocate." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "Ocurreva un error. Verifica le registros pro detalios!" #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Bibliotheca" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Listas de reproduction" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "Ora in reproduction" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "Nulle canto in reproduction" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "A proposito de" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Quitar" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Clauder le session" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Connexion restabilite" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "Melior tracias" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Lanciamentos" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "Initiar session" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Albumes" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Artistas" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "Tracias salvate" @@ -187,6 +187,7 @@ msgstr "Tu ha nulle albumes salvate." msgid "Your library will be shown here." msgstr "Tu bibliotheca essera monstrate ci." +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" @@ -194,31 +195,31 @@ msgstr[0] "{} canto seligite" msgstr[1] "{} cantos seligite" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "Cercar Spotify." #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "Scribe pro cercar." -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "Remover" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "Adder al lista de reproduction..." #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "Cancellar" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "Seliger toto" @@ -247,7 +248,7 @@ msgstr "Tracias" msgid "Duration" msgstr "Duration" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Copyright" @@ -256,3 +257,99 @@ msgstr "Copyright" msgid "{} by {}" msgstr "{} per {}" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + diff --git a/po/id.po b/po/id.po index 1f13697b..51745116 100644 --- a/po/id.po +++ b/po/id.po @@ -20,7 +20,7 @@ msgstr "Salin tautan" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Tambah ke Antrian" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "Tak bisa menyimpan sandi. Pastikan bahwa kunci sesi tidak terkunci." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "Timbul galat. Periksa log untuk detailnya!" #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Pustaka" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Daftar putar" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "Sedang memutar" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "Tidak ada lagu yang diputar" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "Tentang" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Keluar" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Log keluar" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Sambungan dipulihkan" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "Trek teratas" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Rilis" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "Log masuk" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Album" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Artis" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "Trek yang disimpan" @@ -187,37 +187,38 @@ msgstr "Anda tidak memiliki album yang disimpan." msgid "Your library will be shown here." msgstr "Pustaka Anda akan ditampilkan di sini." +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" msgstr[0] "{} lagu dipilih" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "Cari Spotify." #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "Ketik untuk mencari." -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "Buang" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "Tambah ke daftar putar…" #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "Batal" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "Pilih semua" @@ -246,7 +247,7 @@ msgstr "Trek" msgid "Duration" msgstr "Durasi" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Hak Cipta" @@ -255,3 +256,99 @@ msgstr "Hak Cipta" msgid "{} by {}" msgstr "{} oleh {}" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + diff --git a/po/it.po b/po/it.po new file mode 100644 index 00000000..0b4f3abe --- /dev/null +++ b/po/it.po @@ -0,0 +1,265 @@ +msgid "" +msgstr "" +"Project-Id-Version: Spot\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-01-19 19:46-0500\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: POEditor.com\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. translators: This notification is the default message for unhandled errors. Logs refer to console output. +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +msgid "An error occured. Check logs for details!" +msgstr "C'è stato un errore. Controlla i log per i dettagli!" + +#. translators: This is part of a contextual menu attached to a single track; this entry allows viewing the album containing a specific track. +#: src/app/components/labels.rs:5 +msgid "View album" +msgstr "Guarda l'album" + +#. translators: This is part of a contextual menu attached to a single track; the intent is to copy the link (public URL) to a specific track. +#: src/app/components/labels.rs:8 +msgid "Copy link" +msgstr "Copia link" + +#. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. +#: src/app/components/labels.rs:11 +#: src/app/components/selection/selection_toolbar.ui:37 +msgid "Add to queue" +msgstr "Aggiungi alla coda di riproduzione" + +#. translators: This is part of a contextual menu attached to a single track; this entry removes a track from the play queue. +#: src/app/components/labels.rs:14 +msgid "Remove from queue" +msgstr "Rimuovi dalla coda di riproduzione" + +#. translators: This is part of a larger text that says "Add to ". This text should be as short as possible. +#: src/app/components/labels.rs:21 +msgid "Add to {}" +msgstr "Aggiungi a {}" + +#. translators: This shows up when in selection mode. This text should be as short as possible. +#: src/app/components/labels.rs:30 +msgid "{} song selected" +msgid_plural "{} songs selected" +msgstr[0] "{} brano selezionato" +msgstr[1] "{} brani selezionati" + +#. translators: This is part of a contextual menu attached to a single track; the full text is "More from ". +#: src/app/components/labels.rs:39 +msgid "More from {}" +msgstr "Di più da {}" + +#. translators: This is part of a larger label that reads " by " +#: src/app/components/labels.rs:48 +msgid "{} by {}" +msgstr "{} di {}" + +#. translators: This notification shows up right after login if the password could not be stored in the keyring (that is, GNOME's keyring aka seahorse, or any other libsecret compliant secret store). +#: src/app/components/login/login_model.rs:56 +msgid "Could not save password. Make sure the session keyring is unlocked." +msgstr "" +"Impossibile salvare la password. Controlla che la session keyring sia " +"sbloccata." + +#. translators: This is a sidebar entry to browse to saved albums. +#: src/app/components/navigation/factory.rs:29 +#: src/app/components/navigation/home.rs:36 +msgid "Library" +msgstr "Raccolta" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/factory.rs:44 +#: src/app/components/navigation/home.rs:42 +msgid "Playlists" +msgstr "Playlist" + +#. translators: This is a sidebar entry to browse to saved tracks. +#: src/app/components/navigation/factory.rs:73 +#: src/app/components/navigation/home.rs:48 +msgid "Saved tracks" +msgstr "Tracce salvate" + +#: src/app/components/navigation/home.rs:53 +#: src/app/components/now_playing/now_playing_model.rs:152 +msgid "Now playing" +msgstr "In riproduzione" + +#: src/app/components/playback/playback_controls.rs:64 +msgid "Pause" +msgstr "Pausa" + +#: src/app/components/playback/playback_controls.rs:66 +msgid "Play" +msgstr "Riproduci" + +#. translators: Short text displayed instead of a song title when nothing plays +#. Short text displayed instead of a song title when nothing plays +#: src/app/components/playback/playback_info.rs:58 +#: src/app/components/playback/playback_info.ui:32 +msgid "No song playing" +msgstr "Nessun brano in riproduzione" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:56 +msgid "About" +msgstr "Informazioni su" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:58 +msgid "Quit" +msgstr "Esci" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:63 +msgid "Log out" +msgstr "Log out" + +#: src/app/state/login_state.rs:117 +msgid "Connection restored" +msgstr "Connessione ripristinata" + +#. A title that is shown when the user has not saved any playlists. +#: src/app/components/saved_playlists/saved_playlists.ui:26 +msgid "You have no saved playlists." +msgstr "Non hai playlist salvate." + +#. A description of what happens when the user has saved playlists. +#: src/app/components/saved_playlists/saved_playlists.ui:27 +msgid "Your playlists will be shown here." +msgstr "Le tue playlist verranno mostrate qui." + +#. Title of the section that shows 5 of the top tracks for an artist, as defined by Spotify. +#: src/app/components/artist_details/artist_details.ui:26 +msgid "Top tracks" +msgstr "Brani più popolari" + +#. Title of the sections that contains all releases from an artist (both singles and albums). +#: src/app/components/artist_details/artist_details.ui:55 +msgid "Releases" +msgstr "Releases" + +#. This is the title of a section of the search results +#: src/app/components/search/search.ui:70 +msgid "Albums" +msgstr "Album" + +#. This is the title of a section of the search results +#: src/app/components/search/search.ui:103 +msgid "Artists" +msgstr "Artisti" + +#. Title for the empty search page (initial state). +#: src/app/components/search/search.ui:114 +msgid "Search Spotify." +msgstr "Cerca Spotify." + +#. Subtitle for the empty search page (initial state). +#: src/app/components/search/search.ui:115 +msgid "Type to search." +msgstr "Digita per cercare." + +#. playlist2-symbolic +#: src/app/components/selection/selection_toolbar.ui:47 +msgid "Add to playlist..." +msgstr "Aggiungi alla playlist..." + +#: src/app/components/selection/selection_toolbar.ui:58 +msgid "Remove" +msgstr "Rimuovi" + +#. This refers to a music label +#: src/app/components/details/release_details.ui:38 +msgid "Label" +msgstr "Etichetta discografica" + +#. This refers to a release date +#: src/app/components/details/release_details.ui:48 +msgid "Released" +msgstr "Data di uscita" + +#. This refers to a number of tracks +#: src/app/components/details/release_details.ui:58 +msgid "Tracks" +msgstr "Traccia" + +#. This refers to the duration of a release +#: src/app/components/details/release_details.ui:68 +msgid "Duration" +msgstr "Durata" + +#: src/app/components/details/release_details.ui:78 +msgid "Copyright" +msgstr "Copyright" + +#. Login window title -- shouldn't be too long, but must mention Premium (a premium account is required). +#: src/app/components/login/login.ui:45 +msgid "Login to Spotify Premium" +msgstr "Login su Spotify Premium" + +#. Placeholder for the username field +#: src/app/components/login/login.ui:64 +msgid "Username" +msgstr "Username" + +#. Placeholder for the password field +#: src/app/components/login/login.ui:72 +msgid "Password" +msgstr "Password" + +#. This information is shown when Caps Lock is enabled. +#: src/app/components/login/login.ui:95 +msgid "Caps Lock is enabled!" +msgstr "Il blocco maiuscole è abilitato!" + +#. This error is shown when authentication fails. +#: src/app/components/login/login.ui:126 +msgid "Authentication failed!" +msgstr "Autenticazione fallita!" + +#. Log in button label +#: src/app/components/login/login.ui:141 +msgid "Log in" +msgstr "Log in" + +#. Button label. Exits selection mode. +#: src/app/components/headerbar/headerbar.ui:46 +msgid "Cancel" +msgstr "Annulla" + +#. Button label. Selects all visible songs. +#: src/app/components/headerbar/headerbar.ui:57 +msgid "Select all" +msgstr "Seleziona tutto" + +#: src/app/components/playback/playback_controls.ui:17 +msgid "Shuffle" +msgstr "Mescola" + +#: src/app/components/playback/playback_controls.ui:27 +msgid "Previous" +msgstr "Precedente" + +#: src/app/components/playback/playback_controls.ui:50 +msgid "Next" +msgstr "Successivo" + +#: src/app/components/playback/playback_controls.ui:60 +msgid "Repeat" +msgstr "Ripeti" + +#. A title that is shown when the user has not saved any albums. +#: src/app/components/library/library.ui:26 +msgid "You have no saved albums." +msgstr "Non hai album salvati." + +#. A description of what happens when the user has saved albums. +#: src/app/components/library/library.ui:27 +msgid "Your library will be shown here." +msgstr "La tua libreria verrà mostrata qui." + +#~ msgid "by" +#~ msgstr "by" diff --git a/po/ja.po b/po/ja.po index 1d67c790..8d14b9c3 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,7 +20,7 @@ msgstr "リンクをコピー" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "キューに追加" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "パスワードを保存できませんでした。セッションキーリングのロックを解除してください。" #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "エラーが発生しました。詳細はログを確認してください。" #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "ライブラリ" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "プレイリスト" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "再生中" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "再生中の曲はありません" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "このアプリについて" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "終了" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "ログアウト" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "再接続しました" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "人気のトラック" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "作品" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "ログイン" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "アルバム" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "アーティスト" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "お気に入り" @@ -187,37 +187,38 @@ msgstr "保存したアルバムがありません。" msgid "Your library will be shown here." msgstr "ライブラリはここに表示されます。" +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" msgstr[0] "{}曲選択中" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "検索する。" #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "検索ワードを入力してください。" -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "削除" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "プレイリストに追加…" #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "選択解除" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "すべて選択" @@ -247,7 +248,7 @@ msgstr "曲数" msgid "Duration" msgstr "再生時間" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "著作権表示" @@ -256,3 +257,99 @@ msgstr "著作権表示" msgid "{} by {}" msgstr "{} から {}" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + diff --git a/po/nb.po b/po/nb.po index 7fb00e5c..28c509c4 100644 --- a/po/nb.po +++ b/po/nb.po @@ -20,7 +20,7 @@ msgstr "Kopier lenke" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Legg til i køen" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "Kunne ikke lagre passordet. Sørg for at nøkkelringen til sesjonen er låst opp." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "En feil oppstod. Sjekk logger for detaljer!" #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Bibliotek" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Spillelister" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "Nå spiller" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "Ingen sang spilles" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "Om" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Avslutt" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Logg ut" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Tilkoblingen er gjenopprettet" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "Topp spor" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Utgivelser" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "Logg inn" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Album" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Artister" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "Lagrede spor" @@ -187,6 +187,7 @@ msgstr "Du har ingen lagrede album." msgid "Your library will be shown here." msgstr "Biblioteket ditt vises her." +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 #, fuzzy msgid "{} song selected" @@ -195,31 +196,31 @@ msgstr[0] "{} sang valgt" msgstr[1] "{} sanger valgt" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "Søk Spotify." #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "Skriv for å søke." -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "Fjern" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "Legg til spilleliste..." #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "Avbryt" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "Velg alle" @@ -248,7 +249,7 @@ msgstr "Spor" msgid "Duration" msgstr "Varighet" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Opphavsrett" @@ -257,3 +258,99 @@ msgstr "Opphavsrett" msgid "{} by {}" msgstr "{} av {}" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + diff --git a/po/nl.po b/po/nl.po index 7a2e0aca..d94a3cf8 100644 --- a/po/nl.po +++ b/po/nl.po @@ -20,7 +20,7 @@ msgstr "Link kopiëren" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Toevoegen aan wachtrij" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "Het wachtwoord kan niet worden opgeslagen - zorg dat de sessiesleutelhanger ontgrendeld is." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "Er is een fout opgetreden - bekijk het logboek!" #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Verzameling" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Afspeellijsten" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "Je luistert naar" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "Er wordt niks afgespeeld" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "Over" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Afsluiten" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Uitloggen" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "De verbinding is hersteld" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "Topnummers" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Uitgaven" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "Inloggen" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Albums" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Artiesten" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "Opgeslagen nummers" @@ -187,6 +187,7 @@ msgstr "Je hebt nog geen opgeslagen albums." msgid "Your library will be shown here." msgstr "Je verzameling wordt hier getoond." +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" @@ -194,31 +195,31 @@ msgstr[0] "{} nummer geselecteerd" msgstr[1] "{} nummers geselecteerd" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "Doorzoek Spotify." #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "Typ om te zoeken" -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "Verwijderen" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "Toevoegen aan afspeellijst…" #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "Annuleren" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "Alles selecteren" @@ -247,7 +248,7 @@ msgstr "Nummers" msgid "Duration" msgstr "Duur" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Copyright" @@ -256,3 +257,99 @@ msgstr "Copyright" msgid "{} by {}" msgstr "{} van {}" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "Naamloze afspeellijst" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "Alle afspeellijsten" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "De nummers zijn opgeslagen!" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "Voorkeuren" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "De link kan niet worden geopend!" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "Audio" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "Audiobackend" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "ALSA-apparaat" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "Alleen van toepassing als het audiobackend is ingesteld op ALSA" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "Audiokwaliteit" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "Normaal" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "Hoog" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "Hoogst" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "Vormgeving" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "Thema" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "Licht" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "Donker" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "Netwerk" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "Poort van toegangspunt" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "De poort die wordt gebruikt om verbinding te maken met Spotify's toegangspunt. 0 = elke poort." + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "Opslaan in verzameling" + diff --git a/po/pl.po b/po/pl.po index 4dbe2720..8c43a628 100644 --- a/po/pl.po +++ b/po/pl.po @@ -20,7 +20,7 @@ msgstr "Skopiuj link" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Dodaj do kolejki" @@ -32,7 +32,7 @@ msgstr "Usuń z kolejki" #. translators: This is part of a larger text that says "Add to ". This text should be as short as possible. #: src/app/components/labels.rs:21 msgid "Add to {}" -msgstr "Dodaj do {}" +msgstr "Dodaj do" #. translators: This notification shows up right after login if the password could not be stored in the keyring (that is, GNOME's keyring aka seahorse, or any other libsecret compliant secret store). #: src/app/components/login/login_model.rs:56 @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "Nie można zapisać hasła. Upewnij się że narzędzie zarządzające kluczami jest odblokowane." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "Wystąpił błąd. Sprawdź logi po więcej informacji!" #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Biblioteka" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Playlisty" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "Aktualnie odtwarzane" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "Aktualnie nie gra żadna piosenka" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "O programie" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Wyjdź" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Wyloguj się" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Odzyskano połączenie" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "Najlepsze piosenki" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Premiery" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "Zaloguj" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Albumy" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Artyści" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "Zachowane piosenki" @@ -187,6 +187,7 @@ msgstr "Nie masz zapisanych albumów." msgid "Your library will be shown here." msgstr "Twoja biblioteka będzie tu pokazana." +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" @@ -196,31 +197,31 @@ msgstr[2] "{} wybranych piosenek" msgstr[3] "" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "" #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "" -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "" #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "" @@ -249,7 +250,7 @@ msgstr "Najlepsze piosenki" msgid "Duration" msgstr "Długość" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Prawa autorskie" @@ -258,3 +259,99 @@ msgstr "Prawa autorskie" msgid "{} by {}" msgstr "" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + diff --git a/po/pt-br.po b/po/pt-br.po index e1d083f5..6529d167 100644 --- a/po/pt-br.po +++ b/po/pt-br.po @@ -20,7 +20,7 @@ msgstr "Copiar link" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Adicionar a fila" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "Não foi possível salvar a senha. Verifique se o seu chaveiro de sessão está desbloqueado." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "Ocorreu um erro. Verifique os logs para mais detalhes!" #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Biblioteca" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Listas de reprodução" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "Tocando agora" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "Nenhum música sendo executada" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "Sobre" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Fechar" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Sair" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Conexão reestabelecida" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "Melhores faixas" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Lançamentos" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "Entrar" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Álbuns" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Artistas" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "" @@ -187,6 +187,7 @@ msgstr "" msgid "Your library will be shown here." msgstr "" +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" @@ -194,31 +195,31 @@ msgstr[0] "{} música selecionada" msgstr[1] "{} músicas selecionadas" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "" #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "" -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "" #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "" @@ -247,7 +248,7 @@ msgstr "Faixas" msgid "Duration" msgstr "Duração" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Copyright" @@ -256,3 +257,99 @@ msgstr "Copyright" msgid "{} by {}" msgstr "" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + diff --git a/po/pt.po b/po/pt.po index 29a040b6..9173087c 100644 --- a/po/pt.po +++ b/po/pt.po @@ -20,7 +20,7 @@ msgstr "Copiar ligação" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Adicionar à fila" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "Não foi possível guardar a palavra-passe. Garanta que o chaveiro da sessão está desbloqueado." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "Ocorreu um erro! Verifique os logs para mais detalhes!" #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Biblioteca" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Listas de reprodução" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "A reproduzir" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "Nenhuma canção a ser reproduzida" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "Sobre" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Sair" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Terminar sessão" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Conexão restaurada" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "Melhores faixas" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Lançamentos" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "Autenticar" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Álbums" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Artistas" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "" @@ -187,6 +187,7 @@ msgstr "" msgid "Your library will be shown here." msgstr "" +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" @@ -194,31 +195,31 @@ msgstr[0] "{} canção selecionada" msgstr[1] "{} canções selecionadas" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "" #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "" -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "" #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "" @@ -247,7 +248,7 @@ msgstr "Faixas" msgid "Duration" msgstr "Duração" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Copyright" @@ -256,3 +257,99 @@ msgstr "Copyright" msgid "{} by {}" msgstr "" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + diff --git a/po/ru.po b/po/ru.po index acd27569..140c34fe 100644 --- a/po/ru.po +++ b/po/ru.po @@ -20,7 +20,7 @@ msgstr "Скопировать ссылку" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Добавить в очередь" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "Не удалось сохранить пароль. Убедитесь, что связка ключей сеанса разблокирована." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "Произошла ошибка. Смотрите подробности в логах!" #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Фонотека" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Плейлисты" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "Воспроизводится сейчас" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "Песня сейчас не играет" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "О Spot" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Выйти из программы" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Выйти из аккаунта" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Подключение восстановлено" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "Топ треков" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Релизы" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "Войти" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Альбомы" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Исполнители" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "Сохраненные треки" @@ -187,6 +187,7 @@ msgstr "У вас нет сохраненных альбомов." msgid "Your library will be shown here." msgstr "Здесь будет показана ваша фонотека." +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" @@ -196,31 +197,31 @@ msgstr[2] "{} композиций выбрано" msgstr[3] "" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "Поиск в Spotify." #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "Введите для поиска." -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "Удалить" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "Добавить в плейлист..." #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "Отменить" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "Выбрать все" @@ -249,7 +250,7 @@ msgstr "Треки" msgid "Duration" msgstr "Продолжительность" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Авторское право" @@ -258,3 +259,99 @@ msgstr "Авторское право" msgid "{} by {}" msgstr "{} в исполнении {}" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + diff --git a/po/sl.po b/po/sl.po index ad275997..fa55a402 100644 --- a/po/sl.po +++ b/po/sl.po @@ -20,7 +20,7 @@ msgstr "Kopiraj povezavo" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Dodaj v vrsto" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "Gesla ni bilo mogoče shraniti. Preveri, da je session keyring odklenjen." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "Napaka! Poglej v dnevnik od programa za podrobnosti." #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Moja zbirka" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Seznami predvajanja" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "Se predvaja" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "Ni skladb za predvajanje" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "O programu" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Izhod" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Odjava" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Povezava ponovno vzpovstavljena" @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "Priljubljene skladbe" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Izdaje" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "Prijava" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Albumi" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Izvajalci" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "Shranjene skladbe" @@ -187,6 +187,7 @@ msgstr "Nimaš shranjenih albumov." msgid "Your library will be shown here." msgstr "Tvoja zbirka bo prikazana tukaj." +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" @@ -196,31 +197,31 @@ msgstr[2] "{} izbrane skladbe" msgstr[3] "{} izbranih skladb" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "Razišči Spotify." #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "Napiši za iskanje." -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "Odstrani" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "Dodaj na seznam predvajanja..." #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "Prekliči" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "Izberi vse" @@ -249,7 +250,7 @@ msgstr "Skladbe" msgid "Duration" msgstr "Trajanje" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "Avtorska pravica" @@ -258,3 +259,99 @@ msgstr "Avtorska pravica" msgid "{} by {}" msgstr "{} od {}" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + diff --git a/po/spot.pot b/po/spot.pot index e68de333..fbd6f1aa 100644 --- a/po/spot.pot +++ b/po/spot.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: spot\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-22 18:12+0100\n" +"POT-Creation-Date: 2022-03-13 13:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:118 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "" @@ -35,7 +35,7 @@ msgstr "" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "" @@ -72,19 +72,19 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "" #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 +#: src/app/components/navigation/factory.rs:32 #: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "" #. translators: This is a sidebar entry that marks that the entries below are playlists. -#: src/app/components/navigation/factory.rs:47 +#: src/app/components/navigation/factory.rs:51 #: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "" #. translators: This is a sidebar entry to browse to saved tracks. -#: src/app/components/navigation/factory.rs:76 +#: src/app/components/navigation/factory.rs:82 #: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "" @@ -94,7 +94,7 @@ msgid "Unnamed playlist" msgstr "" #: src/app/components/navigation/home.rs:87 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "" @@ -118,25 +118,38 @@ msgstr "" msgid "No song playing" msgstr "" +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "" +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + #. A title that is shown when the user has not saved any playlists. #: src/app/components/saved_playlists/saved_playlists.ui:26 msgid "You have no saved playlists." @@ -153,39 +166,115 @@ msgid "Top tracks" msgstr "" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "" #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "" +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "" +"Port used for connections to Spotify's Access Point. Set to 0 if any port is " +"fine." +msgstr "" + #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "" -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "" +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + #. This refers to a music label #: src/app/components/details/release_details.ui:38 msgid "Label" @@ -201,12 +290,7 @@ msgstr "" msgid "Tracks" msgstr "" -#. This refers to the duration of a release #: src/app/components/details/release_details.ui:68 -msgid "Duration" -msgstr "" - -#: src/app/components/details/release_details.ui:78 msgid "Copyright" msgstr "" @@ -241,12 +325,12 @@ msgid "Log in" msgstr "" #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "" diff --git a/po/tr.po b/po/tr.po index e06dae69..5637788d 100644 --- a/po/tr.po +++ b/po/tr.po @@ -20,7 +20,7 @@ msgstr "Bağlantıyı kopyala" #. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. #: src/app/components/labels.rs:11 -#: src/app/components/selection/selection_toolbar.ui:37 +#: src/app/components/selection/selection_toolbar.ui:39 msgid "Add to queue" msgstr "Sıraya ekle" @@ -40,25 +40,25 @@ msgid "Could not save password. Make sure the session keyring is unlocked." msgstr "Şifreniz kaydedilemedi. Oturum anahtarlığınızın kilidinin açık olduğundan emin olun." #. translators: This notification is the default message for unhandled errors. Logs refer to console output. -#: src/app/batch_loader.rs:91 src/app/components/mod.rs:117 +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 msgid "An error occured. Check logs for details!" msgstr "Bir hata meydana geldi. Günlükleri kontrol edin." #. translators: This is a sidebar entry to browse to saved albums. -#: src/app/components/navigation/factory.rs:29 -#: src/app/components/navigation/home.rs:36 +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 msgid "Library" msgstr "Kütüphane" #. translators: This is a sidebar entry to browse to saved playlists. -#: src/app/components/navigation/factory.rs:44 -#: src/app/components/navigation/home.rs:42 +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 msgid "Playlists" msgstr "Oynatma listesi" #. This is the visible name for the play queue. It appears in the sidebar as well. -#: src/app/components/navigation/home.rs:53 -#: src/app/components/now_playing/now_playing_model.rs:152 +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 msgid "Now playing" msgstr "Şu an oynatılıyor" @@ -70,21 +70,21 @@ msgid "No song playing" msgstr "Herhangi bir şarkı oynatılmıyor" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:56 +#: src/app/components/user_menu/user_menu.rs:67 msgid "About" msgstr "Hakkında" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:58 +#: src/app/components/user_menu/user_menu.rs:69 msgid "Quit" msgstr "Çıkış" #. translators: This is a menu entry. -#: src/app/components/user_menu/user_menu.rs:63 +#: src/app/components/user_menu/user_menu.rs:74 msgid "Log out" msgstr "Oturumdan çık" -#: src/app/state/login_state.rs:117 +#: src/app/state/login_state.rs:110 msgid "Connection restored" msgstr "Bağlantı geri yüklendi." @@ -94,7 +94,7 @@ msgid "Top tracks" msgstr "En çok dinlenenler" #. Title of the sections that contains all releases from an artist (both singles and albums). -#: src/app/components/artist_details/artist_details.ui:55 +#: src/app/components/artist_details/artist_details.ui:53 msgid "Releases" msgstr "Parçalar" @@ -124,17 +124,17 @@ msgid "Log in" msgstr "Giriş yap" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:70 +#: src/app/components/search/search.ui:72 msgid "Albums" msgstr "Albümler" #. This is the title of a section of the search results -#: src/app/components/search/search.ui:103 +#: src/app/components/search/search.ui:105 msgid "Artists" msgstr "Sanatçılar" -#: src/app/components/navigation/factory.rs:73 -#: src/app/components/navigation/home.rs:48 +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 msgid "Saved tracks" msgstr "" @@ -187,6 +187,7 @@ msgstr "" msgid "Your library will be shown here." msgstr "" +#. translators: This shows up when in selection mode. This text should be as short as possible. #: src/app/components/labels.rs:30 msgid "{} song selected" msgid_plural "{} songs selected" @@ -194,31 +195,31 @@ msgstr[0] "{} seçildi" msgstr[1] "{} seçildi" #. Title for the empty search page (initial state). -#: src/app/components/search/search.ui:114 +#: src/app/components/search/search.ui:116 msgid "Search Spotify." msgstr "" #. Subtitle for the empty search page (initial state). -#: src/app/components/search/search.ui:115 +#: src/app/components/search/search.ui:117 msgid "Type to search." msgstr "" -#: src/app/components/selection/selection_toolbar.ui:58 +#: src/app/components/selection/selection_toolbar.ui:69 msgid "Remove" msgstr "" #. playlist2-symbolic -#: src/app/components/selection/selection_toolbar.ui:47 +#: src/app/components/selection/selection_toolbar.ui:56 msgid "Add to playlist..." msgstr "" #. Button label. Exits selection mode. -#: src/app/components/headerbar/headerbar.ui:46 +#: src/app/components/headerbar/headerbar.ui:47 msgid "Cancel" msgstr "" #. Button label. Selects all visible songs. -#: src/app/components/headerbar/headerbar.ui:57 +#: src/app/components/headerbar/headerbar.ui:58 msgid "Select all" msgstr "" @@ -249,7 +250,7 @@ msgstr "En çok dinlenenler" msgid "Duration" msgstr "" -#: src/app/components/details/release_details.ui:78 +#: src/app/components/details/release_details.ui:68 msgid "Copyright" msgstr "" @@ -258,3 +259,99 @@ msgstr "" msgid "{} by {}" msgstr "" +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + diff --git a/po/uk.po b/po/uk.po new file mode 100644 index 00000000..ec336439 --- /dev/null +++ b/po/uk.po @@ -0,0 +1,357 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: POEditor.com\n" +"Project-Id-Version: Spot\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. translators: This is part of a contextual menu attached to a single track; this entry allows viewing the album containing a specific track. +#: src/app/components/labels.rs:5 +msgid "View album" +msgstr "Подивитися альбом" + +#. translators: This is part of a contextual menu attached to a single track; the intent is to copy the link (public URL) to a specific track. +#: src/app/components/labels.rs:8 +msgid "Copy link" +msgstr "Копіювати посилання" + +#. translators: This is part of a contextual menu attached to a single track; this entry adds a track at the end of the play queue. +#: src/app/components/labels.rs:11 +#: src/app/components/selection/selection_toolbar.ui:39 +msgid "Add to queue" +msgstr "Додати в чергу" + +#. translators: This is part of a contextual menu attached to a single track; this entry removes a track from the play queue. +#: src/app/components/labels.rs:14 +msgid "Remove from queue" +msgstr "Видалити з черги" + +#. translators: This is part of a larger text that says "Add to ". This text should be as short as possible. +#: src/app/components/labels.rs:21 +msgid "Add to {}" +msgstr "Додати в {}" + +#. translators: This notification shows up right after login if the password could not be stored in the keyring (that is, GNOME's keyring aka seahorse, or any other libsecret compliant secret store). +#: src/app/components/login/login_model.rs:56 +msgid "Could not save password. Make sure the session keyring is unlocked." +msgstr "Не вдалося зберегти пароль. Переконайтесь, що зв'язка ключів сеансу розблокована." + +#. translators: This notification is the default message for unhandled errors. Logs refer to console output. +#: src/app/batch_loader.rs:91 src/app/components/mod.rs:122 +msgid "An error occured. Check logs for details!" +msgstr "Сталася помилка. Перевірте журнал для детальної інформації!" + +#. translators: This is a sidebar entry to browse to saved albums. +#: src/app/components/navigation/factory.rs:32 +#: src/app/components/navigation/home.rs:68 +msgid "Library" +msgstr "Бібліотека" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/factory.rs:51 +#: src/app/components/navigation/home.rs:94 +msgid "Playlists" +msgstr "Плейлисти" + +#. This is the visible name for the play queue. It appears in the sidebar as well. +#: src/app/components/navigation/home.rs:87 +#: src/app/components/now_playing/now_playing_model.rs:134 +msgid "Now playing" +msgstr "Відтворюється зараз" + +#. translators: Short text displayed instead of a song title when nothing plays +#. Short text displayed instead of a song title when nothing plays +#: src/app/components/playback/playback_info.rs:58 +#: src/app/components/playback/playback_info.ui:32 +msgid "No song playing" +msgstr "Пісня зараз не грає" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:67 +msgid "About" +msgstr "Про Spot" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:69 +msgid "Quit" +msgstr "Вийти з програми" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:74 +msgid "Log out" +msgstr "Вийти з аккаунту" + +#: src/app/state/login_state.rs:110 +msgid "Connection restored" +msgstr "З'єднання відновлено" + +#. Title of the section that shows 5 of the top tracks for an artist, as defined by Spotify. +#: src/app/components/artist_details/artist_details.ui:26 +msgid "Top tracks" +msgstr "Топ треків" + +#. Title of the sections that contains all releases from an artist (both singles and albums). +#: src/app/components/artist_details/artist_details.ui:53 +msgid "Releases" +msgstr "Релізи" + +#. Login window title -- shouldn't be too long, but must mention Premium (a premium account is required). +#: src/app/components/login/login.ui:45 +msgid "Login to Spotify Premium" +msgstr "Увійти в Spotify Premium" + +#. Placeholder for the username field +#: src/app/components/login/login.ui:64 +msgid "Username" +msgstr "Логін" + +#. Placeholder for the password field +#: src/app/components/login/login.ui:72 +msgid "Password" +msgstr "Пароль" + +#. This error is shown when authentication fails. +#: src/app/components/login/login.ui:126 +msgid "Authentication failed!" +msgstr "Помилка входу!" + +#. Log in button label +#: src/app/components/login/login.ui:141 +msgid "Log in" +msgstr "Увійти" + +#. This is the title of a section of the search results +#: src/app/components/search/search.ui:72 +msgid "Albums" +msgstr "Альбоми" + +#. This is the title of a section of the search results +#: src/app/components/search/search.ui:105 +msgid "Artists" +msgstr "Виконавці" + +#: src/app/components/navigation/factory.rs:82 +#: src/app/components/navigation/home.rs:78 +msgid "Saved tracks" +msgstr "" + +#. This information is shown when Caps Lock is enabled. +#: src/app/components/login/login.ui:95 +msgid "Caps Lock is enabled!" +msgstr "" + +#: src/app/components/playback/playback_controls.rs:64 +msgid "Pause" +msgstr "" + +#: src/app/components/playback/playback_controls.rs:66 +msgid "Play" +msgstr "" + +#: src/app/components/playback/playback_controls.ui:17 +msgid "Shuffle" +msgstr "" + +#: src/app/components/playback/playback_controls.ui:27 +msgid "Previous" +msgstr "" + +#: src/app/components/playback/playback_controls.ui:50 +msgid "Next" +msgstr "" + +#: src/app/components/playback/playback_controls.ui:60 +msgid "Repeat" +msgstr "" + +#. A title that is shown when the user has not saved any playlists. +#: src/app/components/saved_playlists/saved_playlists.ui:26 +msgid "You have no saved playlists." +msgstr "" + +#. A description of what happens when the user has saved playlists. +#: src/app/components/saved_playlists/saved_playlists.ui:27 +msgid "Your playlists will be shown here." +msgstr "" + +#. A title that is shown when the user has not saved any albums. +#: src/app/components/library/library.ui:26 +msgid "You have no saved albums." +msgstr "" + +#. A description of what happens when the user has saved albums. +#: src/app/components/library/library.ui:27 +msgid "Your library will be shown here." +msgstr "" + +#. translators: This shows up when in selection mode. This text should be as short as possible. +#: src/app/components/labels.rs:30 +msgid "{} song selected" +msgid_plural "{} songs selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#. Title for the empty search page (initial state). +#: src/app/components/search/search.ui:116 +msgid "Search Spotify." +msgstr "" + +#. Subtitle for the empty search page (initial state). +#: src/app/components/search/search.ui:117 +msgid "Type to search." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:69 +msgid "Remove" +msgstr "" + +#. playlist2-symbolic +#: src/app/components/selection/selection_toolbar.ui:56 +msgid "Add to playlist..." +msgstr "" + +#. Button label. Exits selection mode. +#: src/app/components/headerbar/headerbar.ui:47 +msgid "Cancel" +msgstr "" + +#. Button label. Selects all visible songs. +#: src/app/components/headerbar/headerbar.ui:58 +msgid "Select all" +msgstr "" + +#. translators: This is part of a contextual menu attached to a single track; the full text is "More from ". +#: src/app/components/labels.rs:39 +msgid "More from {}" +msgstr "" + +#. This refers to a music label +#: src/app/components/details/release_details.ui:38 +msgid "Label" +msgstr "" + +#. This refers to a release date +#: src/app/components/details/release_details.ui:48 +msgid "Released" +msgstr "" + +#. This refers to a number of tracks +#: src/app/components/details/release_details.ui:58 +msgid "Tracks" +msgstr "" + +#. This refers to the duration of a release +#: src/app/components/details/release_details.ui:68 +msgid "Duration" +msgstr "" + +#: src/app/components/details/release_details.ui:68 +msgid "Copyright" +msgstr "" + +#. translators: This is part of a larger label that reads " by " +#: src/app/components/labels.rs:48 +msgid "{} by {}" +msgstr "" + +#: src/app/components/navigation/home.rs:32 +msgid "Unnamed playlist" +msgstr "" + +#. translators: This is a sidebar entry to browse to saved playlists. +#: src/app/components/navigation/home.rs:104 +msgid "All Playlists" +msgstr "" + +#: src/app/components/selection/component.rs:66 +msgid "Tracks saved!" +msgstr "" + +#. translators: This is a menu entry. +#: src/app/components/user_menu/user_menu.rs:65 +msgid "Preferences" +msgstr "" + +#: src/main.rs:81 +msgid "Failed to open link!" +msgstr "" + +#. Header for a group of preference items regarding audio +#: src/app/components/settings/settings.ui:13 +msgid "Audio" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:16 +msgid "Audio Backend" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:29 +msgid "ALSA Device" +msgstr "" + +#. Description for the item (ALSA Device) in preferences +#: src/app/components/settings/settings.ui:30 +msgid "Applied only if audio backend is ALSA" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:40 +msgid "Audio Quality" +msgstr "" + +#: src/app/components/settings/settings.ui:44 +msgid "Normal" +msgstr "" + +#: src/app/components/settings/settings.ui:45 +msgid "High" +msgstr "" + +#: src/app/components/settings/settings.ui:46 +msgid "Very high" +msgstr "" + +#. Header for a group of preference items regarding the application's appearance +#: src/app/components/settings/settings.ui:56 +msgid "Appearance" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:59 +msgid "Theme" +msgstr "" + +#: src/app/components/settings/settings.ui:63 +msgid "Light" +msgstr "" + +#: src/app/components/settings/settings.ui:64 +msgid "Dark" +msgstr "" + +#. Header for a group of preference items regarding network +#: src/app/components/settings/settings.ui:74 +msgid "Network" +msgstr "" + +#. Title for an item in preferences +#: src/app/components/settings/settings.ui:77 +msgid "Access Point Port" +msgstr "" + +#. Longer description for an item (Access Point Port) in preferences +#: src/app/components/settings/settings.ui:78 +msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine." +msgstr "" + +#: src/app/components/selection/selection_toolbar.ui:90 +msgid "Save to library" +msgstr "" + diff --git a/src/api/api_models.rs b/src/api/api_models.rs index 61525997..b96f1592 100644 --- a/src/api/api_models.rs +++ b/src/api/api_models.rs @@ -13,6 +13,11 @@ pub struct Uris { pub uris: Vec, } +#[derive(Serialize)] +pub struct Ids { + pub ids: Vec, +} + pub enum SearchType { Artist, Album, @@ -114,7 +119,7 @@ impl IntoIterator for Page { type IntoIter = IntoIter; fn into_iter(self) -> Self::IntoIter { - self.items.unwrap_or_else(Vec::new).into_iter() + self.items.unwrap_or_default().into_iter() } } @@ -208,6 +213,7 @@ pub struct Album { pub struct AlbumInfo { pub label: String, pub copyrights: Vec, + pub total_tracks: u32, } #[derive(Deserialize, Debug, Clone)] @@ -435,12 +441,10 @@ impl From for AlbumDescription { name: a.name.clone(), }) .collect::>(); - let songs = SongList::new_from_initial_batch( - album - .clone() - .try_into() - .unwrap_or_else(|_| SongBatch::empty()), - ); //FIXME + let songs = album + .clone() + .try_into() + .unwrap_or_else(|_| SongBatch::empty()); let art = album.best_image_for_width(200).map(|i| i.url.clone()); Self { @@ -456,7 +460,13 @@ impl From for AlbumDescription { } impl From for AlbumReleaseDetails { - fn from(AlbumInfo { label, copyrights }: AlbumInfo) -> Self { + fn from( + AlbumInfo { + label, + copyrights, + total_tracks, + }: AlbumInfo, + ) -> Self { let copyright_text = copyrights .iter() .map(|c| format!("[{}] {}", c.type_, c.text)) @@ -466,6 +476,7 @@ impl From for AlbumReleaseDetails { Self { label, copyright_text, + total_tracks: total_tracks as usize, } } } @@ -489,7 +500,7 @@ impl From for PlaylistDescription { id, title: name, art, - songs: SongList::new_from_initial_batch(song_batch), + songs: song_batch, owner: UserRef { id: owner_id, display_name, diff --git a/src/api/cache.rs b/src/api/cache.rs index e29e7f31..e2359a7a 100644 --- a/src/api/cache.rs +++ b/src/api/cache.rs @@ -1,5 +1,6 @@ use async_std::fs; use async_std::io; +use async_std::path::Path; use async_std::path::PathBuf; use async_std::prelude::*; use core::mem::size_of; @@ -10,6 +11,8 @@ use std::future::Future; use std::time::{Duration, SystemTime}; use thiserror::Error; +const EXPIRY_FILE_EXT: &str = ".expiry"; + #[derive(Error, Debug)] pub enum CacheError { #[error("No content available")] @@ -80,13 +83,12 @@ pub struct CacheManager { } impl CacheManager { - pub fn new(dirs: &[&str]) -> Option { + pub fn for_dir(dir: &str) -> Option { let root: PathBuf = glib::user_cache_dir().into(); + let root = root.join(dir); let mask = 0o744; - for &dir in dirs.iter() { - glib::mkdir_with_parents(root.join(dir), mask); - } + glib::mkdir_with_parents(&root, mask); Some(Self { root }) } @@ -96,7 +98,7 @@ impl CacheManager { } fn cache_meta_path(&self, resource: &str) -> PathBuf { - let full = format!("{}.{}", resource, "expiry"); + let full = resource.to_string() + EXPIRY_FILE_EXT; self.root.join(&full) } } @@ -178,10 +180,8 @@ impl CacheManager { Ok(()) } - pub async fn clear_cache_pattern(&self, dir: &str, regex: &Regex) -> Result<(), CacheError> { - let dir_path = self.cache_path(dir); - - let mut entries = fs::read_dir(dir_path) + pub async fn clear_cache_pattern(&self, regex: &Regex) -> Result<(), CacheError> { + let mut entries = fs::read_dir(&self.root) .await .map_err(CacheError::ReadError)?; @@ -192,19 +192,25 @@ impl CacheManager { .map(|s| regex.is_match(s)) .unwrap_or(false); if matches { + info!("Removing {}...", entry.file_name().to_str().unwrap_or("")); fs::remove_file(entry.path()) .await .map_err(CacheError::RemoveError)?; + if let Some(expiry_file_path) = entry + .path() + .to_str() + .map(|path| path.to_string() + EXPIRY_FILE_EXT) + { + let _ = fs::remove_file(Path::new(&expiry_file_path)).await; + } } } Ok(()) } - pub async fn set_expired_pattern(&self, dir: &str, regex: &Regex) -> Result<(), CacheError> { - let dir_path = self.cache_path(dir); - - let mut entries = fs::read_dir(dir_path) + pub async fn set_expired_pattern(&self, regex: &Regex) -> Result<(), CacheError> { + let mut entries = fs::read_dir(&self.root) .await .map_err(CacheError::ReadError)?; @@ -212,6 +218,7 @@ impl CacheManager { let matches = entry .file_name() .to_str() + .and_then(|s| s.strip_suffix(EXPIRY_FILE_EXT)) .map(|s| regex.is_match(s)) .unwrap_or(false); if matches { diff --git a/src/api/cached_client.rs b/src/api/cached_client.rs index c5b467fe..c7702cd8 100644 --- a/src/api/cached_client.rs +++ b/src/api/cached_client.rs @@ -10,24 +10,6 @@ use super::cache::{CacheExpiry, CacheManager, CachePolicy, FetchResult}; use super::client::{SpotifyApiError, SpotifyClient, SpotifyResponse, SpotifyResponseKind}; use crate::app::models::*; -lazy_static! { - pub static ref ME_ALBUMS_CACHE: Regex = - Regex::new(r"^me_albums_\w+_\w+\.json\.expiry$").unwrap(); - pub static ref USER_CACHE: Regex = - Regex::new(r"^me_(albums|playlists)_\w+_\w+\.json(\.expiry)?$").unwrap(); - pub static ref ALL_CACHE: Regex = - Regex::new(r"^(me_albums_|me_playlists_|album_|playlist_|artist_)\w+\.json(\.expiry)?$") - .unwrap(); -} - -fn _playlist_cache(id: &str) -> Regex { - Regex::new(&format!( - r"^playlist(_{}|item_{}_\w+_\w+)\.json\.expiry$", - id, id - )) - .unwrap() -} - pub type SpotifyResult = Result; pub trait SpotifyApiClient { @@ -61,8 +43,12 @@ pub trait SpotifyApiClient { fn save_album(&self, id: &str) -> BoxFuture>; + fn save_tracks(&self, ids: Vec) -> BoxFuture>; + fn remove_saved_album(&self, id: &str) -> BoxFuture>; + fn remove_saved_tracks(&self, ids: Vec) -> BoxFuture>; + fn get_saved_playlists( &self, offset: usize, @@ -145,6 +131,17 @@ impl<'a> SpotCacheKey<'a> { } } +lazy_static! { + pub static ref ME_TRACKS_CACHE: Regex = Regex::new(r"^me_tracks_\w+_\w+\.json$").unwrap(); + pub static ref ME_ALBUMS_CACHE: Regex = Regex::new(r"^me_albums_\w+_\w+\.json$").unwrap(); + pub static ref USER_CACHE: Regex = + Regex::new(r"^me_(albums|playlists|tracks)_\w+_\w+\.json$").unwrap(); +} + +fn playlist_cache_key(id: &str) -> Regex { + Regex::new(&format!(r"^playlist(_{}|item_{}_\w+_\w+)\.json$", id, id)).unwrap() +} + pub struct CachedSpotifyClient { client: SpotifyClient, cache: CacheManager, @@ -154,7 +151,7 @@ impl CachedSpotifyClient { pub fn new() -> CachedSpotifyClient { CachedSpotifyClient { client: SpotifyClient::new(), - cache: CacheManager::new(&["spot/net"]).unwrap(), + cache: CacheManager::for_dir("spot/net").unwrap(), } } @@ -201,7 +198,7 @@ impl CachedSpotifyClient { T: DeserializeOwned, { let write = &write; - let cache_key = format!("spot/net/{}", key.into_raw()); + let cache_key = key.into_raw(); let raw = self .cache .get_or_write( @@ -302,7 +299,7 @@ impl SpotifyApiClient for CachedSpotifyClient { Box::pin(async move { self.cache - .set_expired_pattern("spot/net", &_playlist_cache(&id)) + .set_expired_pattern(&playlist_cache_key(&id)) .await .unwrap_or(()); @@ -319,7 +316,7 @@ impl SpotifyApiClient for CachedSpotifyClient { Box::pin(async move { self.cache - .set_expired_pattern("spot/net", &_playlist_cache(&id)) + .set_expired_pattern(&playlist_cache_key(&id)) .await .unwrap_or(()); @@ -362,27 +359,39 @@ impl SpotifyApiClient for CachedSpotifyClient { let id = id.to_owned(); Box::pin(async move { - self.cache - .set_expired_pattern("spot/net", &*ME_ALBUMS_CACHE) - .await - .unwrap_or(()); + let _ = self.cache.set_expired_pattern(&*ME_ALBUMS_CACHE).await; self.client.save_album(&id).send_no_response().await?; self.get_album(&id[..]).await.map(|a| a.description) }) } + fn save_tracks(&self, ids: Vec) -> BoxFuture> { + Box::pin(async move { + let _ = self.cache.set_expired_pattern(&*ME_TRACKS_CACHE).await; + self.client.save_tracks(ids).send_no_response().await?; + Ok(()) + }) + } + fn remove_saved_album(&self, id: &str) -> BoxFuture> { let id = id.to_owned(); Box::pin(async move { - self.cache - .set_expired_pattern("spot/net", &*ME_ALBUMS_CACHE) - .await - .unwrap_or(()); + let _ = self.cache.set_expired_pattern(&*ME_ALBUMS_CACHE).await; self.client.remove_saved_album(&id).send_no_response().await }) } + fn remove_saved_tracks(&self, ids: Vec) -> BoxFuture> { + Box::pin(async move { + let _ = self.cache.set_expired_pattern(&*ME_TRACKS_CACHE).await; + self.client + .remove_saved_tracks(ids) + .send_no_response() + .await + }) + } + fn get_album_tracks( &self, id: &str, @@ -485,7 +494,7 @@ impl SpotifyApiClient for CachedSpotifyClient { }) } - fn get_artist(&self, id: &str) -> BoxFuture> { + fn get_artist(&self, id: &str) -> BoxFuture> { let id = id.to_owned(); Box::pin(async move { @@ -579,7 +588,7 @@ impl SpotifyApiClient for CachedSpotifyClient { }) } - fn get_user(&self, id: &str) -> BoxFuture> { + fn get_user(&self, id: &str) -> BoxFuture> { let id = id.to_owned(); Box::pin(async move { diff --git a/src/api/client.rs b/src/api/client.rs index fda516e3..13022f50 100644 --- a/src/api/client.rs +++ b/src/api/client.rs @@ -152,8 +152,8 @@ pub enum SpotifyApiError { NoToken, #[error("No content from request")] NoContent, - #[error("Request failed with status {0}")] - BadStatus(u16), + #[error("Request failed ({0}): {1}")] + BadStatus(u16, String), #[error(transparent)] ClientError(#[from] isahc::Error), #[error(transparent)] @@ -253,7 +253,13 @@ impl SpotifyClient { max_age: cache_control.unwrap_or(10), etag, }), - s => Err(SpotifyApiError::BadStatus(s.as_u16())), + s => Err(SpotifyApiError::BadStatus( + s.as_u16(), + result + .text() + .await + .unwrap_or_else(|_| "(no details available)".to_string()), + )), } } @@ -261,7 +267,7 @@ impl SpotifyClient { where B: Into, { - let result = self.client.send_async(request).await?; + let mut result = self.client.send_async(request).await?; match result.status() { StatusCode::UNAUTHORIZED => { self.clear_token(); @@ -269,7 +275,13 @@ impl SpotifyClient { } StatusCode::NOT_MODIFIED => Ok(()), s if s.is_success() => Ok(()), - s => Err(SpotifyApiError::BadStatus(s.as_u16())), + s => Err(SpotifyApiError::BadStatus( + s.as_u16(), + result + .text() + .await + .unwrap_or_else(|_| "(no details available)".to_string()), + )), } } } @@ -323,6 +335,13 @@ impl SpotifyClient { .uri("/v1/me/albums".to_string(), Some(&query)) } + pub(crate) fn save_tracks(&self, ids: Vec) -> SpotifyRequest<'_, Vec, ()> { + self.request() + .method(Method::PUT) + .uri("/v1/me/tracks".to_string(), None) + .json_body(Ids { ids }) + } + pub(crate) fn remove_saved_album(&self, id: &str) -> SpotifyRequest<'_, (), ()> { let query = make_query_params().append_pair("ids", id).finish(); self.request() @@ -330,6 +349,13 @@ impl SpotifyClient { .uri("/v1/me/albums".to_string(), Some(&query)) } + pub(crate) fn remove_saved_tracks(&self, ids: Vec) -> SpotifyRequest<'_, Vec, ()> { + self.request() + .method(Method::DELETE) + .uri("/v1/me/tracks".to_string(), None) + .json_body(Ids { ids }) + } + pub(crate) fn get_album(&self, id: &str) -> SpotifyRequest<'_, (), FullAlbum> { self.request() .method(Method::GET) diff --git a/src/api/mod.rs b/src/api/mod.rs index e089f611..8d986401 100644 --- a/src/api/mod.rs +++ b/src/api/mod.rs @@ -8,8 +8,8 @@ pub use cached_client::{CachedSpotifyClient, SpotifyApiClient, SpotifyResult}; pub use client::SpotifyApiError; pub async fn clear_user_cache() -> Option<()> { - cache::CacheManager::new(&[])? - .clear_cache_pattern("spot/net", &*cached_client::USER_CACHE) + cache::CacheManager::for_dir("spot/net")? + .clear_cache_pattern(&*cached_client::USER_CACHE) .await .ok() } diff --git a/src/app.css b/src/app.css index a623528c..762abf36 100644 --- a/src/app.css +++ b/src/app.css @@ -1,16 +1,6 @@ @define-color accent_bg_color @green_5; @define-color accent_color @green_3; -.notification { - opacity: 0; - transition: opacity 0.3s ease; - border-radius: 6px; -} - -.notification--shown { - opacity: 1; -} - .container { transition: opacity 0.3s ease; opacity: 0; @@ -18,4 +8,4 @@ .container--loaded { opacity: 1; -} +} \ No newline at end of file diff --git a/src/app/batch_loader.rs b/src/app/batch_loader.rs index 708ff8c9..71664f66 100644 --- a/src/app/batch_loader.rs +++ b/src/app/batch_loader.rs @@ -85,7 +85,7 @@ impl BatchLoader { match result { Ok(batch) => create_action(batch), Err(err) => { - error!("Error: {:?}", err); + error!("Spotify API error: {}", err); AppAction::ShowNotification(gettext( // translators: This notification is the default message for unhandled errors. Logs refer to console output. "An error occured. Check logs for details!", diff --git a/src/app/components/artist_details/artist_details.rs b/src/app/components/artist_details/artist_details.rs index 0425621c..729a81f1 100644 --- a/src/app/components/artist_details/artist_details.rs +++ b/src/app/components/artist_details/artist_details.rs @@ -90,7 +90,7 @@ impl ArtistDetailsWidget { store: &ListStore, on_album_pressed: F, ) where - F: Fn(&String) + Clone + 'static, + F: Fn(String) + Clone + 'static, { self.widget() .artist_releases @@ -100,9 +100,7 @@ impl ArtistDetailsWidget { let album = AlbumWidget::for_model(item, worker.clone()); let f = on_album_pressed.clone(); album.connect_album_pressed(clone!(@weak item => move |_| { - if let Some(id) = item.uri().as_ref() { - f(id); - } + f(item.uri()); })); child.set_child(Some(&album)); child.upcast::() @@ -140,7 +138,6 @@ impl ArtistDetails { widget.top_tracks_widget().clone(), Rc::clone(&model), worker, - true, )); Self { diff --git a/src/app/components/artist_details/artist_details_model.rs b/src/app/components/artist_details/artist_details_model.rs index 94316d9f..c8ccecec 100644 --- a/src/app/components/artist_details/artist_details_model.rs +++ b/src/app/components/artist_details/artist_details_model.rs @@ -3,6 +3,7 @@ use gio::SimpleActionGroup; use std::ops::Deref; use std::rc::Rc; +use crate::api::SpotifyApiError; use crate::app::components::SimpleHeaderBarModel; use crate::app::components::{labels, PlaylistModel}; use crate::app::models::*; @@ -10,7 +11,7 @@ use crate::app::state::SelectionContext; use crate::app::state::{ BrowserAction, BrowserEvent, PlaybackAction, SelectionAction, SelectionState, }; -use crate::app::{ActionDispatcher, AppAction, AppEvent, AppModel, ListDiff, ListStore}; +use crate::app::{ActionDispatcher, AppAction, AppEvent, AppModel, ListStore}; pub struct ArtistDetailsModel { pub id: String, @@ -27,11 +28,6 @@ impl ArtistDetailsModel { } } - fn songs_ref(&self) -> Option> + '_> { - self.app_model - .map_state_opt(|s| Some(&s.browser.artist_state(&self.id)?.top_tracks)) - } - pub fn get_artist_name(&self) -> Option + '_> { self.app_model .map_state_opt(|s| s.browser.artist_state(&self.id)?.artist.as_ref()) @@ -46,15 +42,20 @@ impl ArtistDetailsModel { let api = self.app_model.get_spotify(); self.dispatcher .call_spotify_and_dispatch(move || async move { - api.get_artist(&id) - .await - .map(|artist| BrowserAction::SetArtistDetails(Box::new(artist)).into()) + let artist = api.get_artist(&id).await; + match artist { + Ok(artist) => Ok(BrowserAction::SetArtistDetails(Box::new(artist)).into()), + Err(SpotifyApiError::BadStatus(400, _)) + | Err(SpotifyApiError::BadStatus(404, _)) => { + Ok(BrowserAction::NavigationPop.into()) + } + Err(e) => Err(e), + } }); } - pub fn open_album(&self, id: &str) { - self.dispatcher - .dispatch(AppAction::ViewAlbum(id.to_string())); + pub fn open_album(&self, id: String) { + self.dispatcher.dispatch(AppAction::ViewAlbum(id)); } pub fn load_more(&self) -> Option<()> { @@ -70,7 +71,7 @@ impl ArtistDetailsModel { .call_spotify_and_dispatch(move || async move { api.get_artist_albums(&id, offset, batch_size) .await - .map(|albums| BrowserAction::AppendArtistReleases(albums).into()) + .map(|albums| BrowserAction::AppendArtistReleases(id, albums).into()) }); Some(()) @@ -78,39 +79,31 @@ impl ArtistDetailsModel { } impl PlaylistModel for ArtistDetailsModel { - fn current_song_id(&self) -> Option { + fn song_list_model(&self) -> SongListModel { self.app_model .get_state() - .playback - .current_song_id() - .cloned() + .browser + .artist_state(&self.id) + .expect("illegal attempt to read artist_state") + .top_tracks + .clone() } - fn play_song_at(&self, _pos: usize, id: &str) { - let tracks = self.songs_ref(); - if let Some(tracks) = tracks { - self.dispatcher - .dispatch(PlaybackAction::LoadSongs(tracks.clone()).into()); - self.dispatcher - .dispatch(PlaybackAction::Load(id.to_string()).into()); - } + fn current_song_id(&self) -> Option { + self.app_model.get_state().playback.current_song_id() } - fn diff_for_event(&self, event: &AppEvent) -> Option> { - if matches!( - event, - AppEvent::BrowserEvent(BrowserEvent::ArtistDetailsUpdated(id)) if id == &self.id - ) { - let tracks = self.songs_ref()?; - Some(ListDiff::Set(tracks.iter().map(|s| s.into()).collect())) - } else { - None - } + fn play_song_at(&self, _pos: usize, id: &str) { + let tracks: Vec = self.song_list_model().collect(); + self.dispatcher + .dispatch(PlaybackAction::LoadSongs(tracks).into()); + self.dispatcher + .dispatch(PlaybackAction::Load(id.to_string()).into()); } fn actions_for(&self, id: &str) -> Option { - let songs = self.songs_ref()?; - let song = songs.iter().find(|&song| song.id == id)?; + let song = self.song_list_model().get(id)?; + let song = song.description(); let group = SimpleActionGroup::new(); @@ -125,8 +118,8 @@ impl PlaylistModel for ArtistDetailsModel { } fn menu_for(&self, id: &str) -> Option { - let songs = self.songs_ref()?; - let song = songs.iter().find(|&song| song.id == id)?; + let song = self.song_list_model().get(id)?; + let song = song.description(); let menu = gio::Menu::new(); menu.append(Some(&*labels::VIEW_ALBUM), Some("song.view_album")); @@ -143,12 +136,10 @@ impl PlaylistModel for ArtistDetailsModel { } fn select_song(&self, id: &str) { - let song = self - .songs_ref() - .and_then(|songs| songs.iter().find(|&song| song.id == id).cloned()); + let song = self.song_list_model().get(id); if let Some(song) = song { self.dispatcher - .dispatch(SelectionAction::Select(vec![song]).into()); + .dispatch(SelectionAction::Select(vec![song.into_description()]).into()); } } @@ -185,10 +176,8 @@ impl SimpleHeaderBarModel for ArtistDetailsModel { } fn select_all(&self) { - if let Some(songs) = self.songs_ref() { - let songs: Vec = songs.iter().cloned().collect(); - self.dispatcher - .dispatch(SelectionAction::Select(songs).into()); - } + let songs: Vec = self.song_list_model().collect(); + self.dispatcher + .dispatch(SelectionAction::Select(songs).into()); } } diff --git a/src/app/components/details/details.rs b/src/app/components/details/details.rs index 9dca0b13..fcb36c33 100644 --- a/src/app/components/details/details.rs +++ b/src/app/components/details/details.rs @@ -207,7 +207,7 @@ pub struct Details { } impl Details { - pub fn new(model: Rc, worker: Worker) -> Self { + pub fn new(model: Rc, worker: Worker, leaflet: &libadwaita::Leaflet) -> Self { if model.get_album_info().is_none() { model.load_album_info(); } @@ -218,10 +218,10 @@ impl Details { widget.album_tracks_widget().clone(), model.clone(), worker.clone(), - false, )); let headerbar_widget = widget.headerbar_widget(); + headerbar_widget.bind_to_leaflet(leaflet); let headerbar = Box::new(HeaderBarComponent::new( headerbar_widget.clone(), model.to_headerbar_model(), @@ -288,8 +288,7 @@ impl Details { &album.artists_name(), &details.label, album.release_date.as_ref().unwrap(), - album.songs.len(), - &album.formatted_time(), + details.total_tracks, &details.copyright_text, ); diff --git a/src/app/components/details/details_model.rs b/src/app/components/details/details_model.rs index 29c89f8b..12d98315 100644 --- a/src/app/components/details/details_model.rs +++ b/src/app/components/details/details_model.rs @@ -4,6 +4,7 @@ use std::cell::Ref; use std::ops::Deref; use std::rc::Rc; +use crate::api::SpotifyApiError; use crate::app::components::labels; use crate::app::components::HeaderBarModel; use crate::app::components::PlaylistModel; @@ -12,10 +13,8 @@ use crate::app::components::SimpleHeaderBarModelWrapper; use crate::app::dispatch::ActionDispatcher; use crate::app::models::*; use crate::app::state::SelectionContext; -use crate::app::state::{ - BrowserAction, BrowserEvent, PlaybackAction, SelectionAction, SelectionState, -}; -use crate::app::{AppAction, AppEvent, AppModel, AppState, BatchQuery, ListDiff, SongsSource}; +use crate::app::state::{BrowserAction, PlaybackAction, SelectionAction, SelectionState}; +use crate::app::{AppAction, AppEvent, AppModel, AppState, BatchQuery, SongsSource}; pub struct DetailsModel { pub id: String, @@ -36,19 +35,6 @@ impl DetailsModel { self.app_model.get_state() } - fn songs_ref(&self) -> Option + '_> { - self.app_model.map_state_opt(|s| { - Some( - &s.browser - .details_state(&self.id)? - .content - .as_ref()? - .description - .songs, - ) - }) - } - pub fn get_album_info(&self) -> Option + '_> { self.app_model .map_state_opt(|s| s.browser.details_state(&self.id)?.content.as_ref()) @@ -71,9 +57,15 @@ impl DetailsModel { let api = self.app_model.get_spotify(); self.dispatcher .call_spotify_and_dispatch(move || async move { - api.get_album(&id) - .await - .map(|album| BrowserAction::SetAlbumDetails(Box::new(album)).into()) + let album = api.get_album(&id).await; + match album { + Ok(album) => Ok(BrowserAction::SetAlbumDetails(Box::new(album)).into()), + Err(SpotifyApiError::BadStatus(400, _)) + | Err(SpotifyApiError::BadStatus(404, _)) => { + Ok(BrowserAction::NavigationPop.into()) + } + Err(e) => Err(e), + } }); } @@ -108,7 +100,7 @@ impl DetailsModel { } pub fn load_more(&self) -> Option<()> { - let last_batch = self.songs_ref()?.last_batch()?; + let last_batch = self.song_list_model().last_batch()?; let query = BatchQuery { source: SongsSource::Album(self.id.clone()), batch: last_batch, @@ -140,11 +132,25 @@ impl DetailsModel { } impl PlaylistModel for DetailsModel { + fn song_list_model(&self) -> SongListModel { + self.app_model + .get_state() + .browser + .details_state(&self.id) + .expect("illegal attempt to read details_state") + .songs + .clone() + } + + fn show_song_covers(&self) -> bool { + false + } + fn select_song(&self, id: &str) { - let song = self.songs_ref().and_then(|songs| songs.get(id).cloned()); - if let Some(song) = song { + let songs = self.song_list_model(); + if let Some(song) = songs.get(id) { self.dispatcher - .dispatch(SelectionAction::Select(vec![song]).into()); + .dispatch(SelectionAction::Select(vec![song.description().clone()]).into()); } } @@ -164,12 +170,12 @@ impl PlaylistModel for DetailsModel { } fn current_song_id(&self) -> Option { - self.state().playback.current_song_id().cloned() + self.state().playback.current_song_id() } fn play_song_at(&self, pos: usize, id: &str) { let source = SongsSource::Album(self.id.clone()); - let batch = self.songs_ref().and_then(|songs| songs.song_batch_for(pos)); + let batch = self.song_list_model().song_batch_for(pos); if let Some(batch) = batch { self.dispatcher .dispatch(PlaybackAction::LoadPagedSongs(source, batch).into()); @@ -178,27 +184,9 @@ impl PlaylistModel for DetailsModel { } } - fn diff_for_event(&self, event: &AppEvent) -> Option> { - match event { - AppEvent::BrowserEvent(BrowserEvent::AlbumDetailsLoaded(id)) if id == &self.id => { - let songs = self.songs_ref()?; - Some(ListDiff::Set(songs.iter().map(|s| s.into()).collect())) - } - AppEvent::BrowserEvent(BrowserEvent::AlbumTracksAppended(id, index)) - if id == &self.id => - { - let songs = self.songs_ref()?; - Some(ListDiff::Append( - songs.iter().skip(*index).map(|s| s.into()).collect(), - )) - } - _ => None, - } - } - fn actions_for(&self, id: &str) -> Option { - let songs = self.songs_ref()?; - let song = songs.get(id)?; + let song = self.song_list_model().get(id)?; + let song = song.description(); let group = SimpleActionGroup::new(); @@ -212,8 +200,8 @@ impl PlaylistModel for DetailsModel { } fn menu_for(&self, id: &str) -> Option { - let songs = self.songs_ref()?; - let song = songs.get(id)?; + let song = self.song_list_model().get(id)?; + let song = song.description(); let menu = gio::Menu::new(); for artist in song.artists.iter() { @@ -243,10 +231,8 @@ impl SimpleHeaderBarModel for DetailsModel { } fn select_all(&self) { - if let Some(songs) = self.songs_ref() { - let songs: Vec = songs.iter().cloned().collect(); - self.dispatcher - .dispatch(SelectionAction::Select(songs).into()); - } + let songs: Vec = self.song_list_model().collect(); + self.dispatcher + .dispatch(SelectionAction::Select(songs).into()); } } diff --git a/src/app/components/details/release_details.rs b/src/app/components/details/release_details.rs index fd46d752..4226a433 100644 --- a/src/app/components/details/release_details.rs +++ b/src/app/components/details/release_details.rs @@ -24,9 +24,6 @@ mod imp { #[template_child] pub tracks: TemplateChild, - #[template_child] - pub duration: TemplateChild, - #[template_child] pub copyright: TemplateChild, } @@ -78,7 +75,6 @@ impl ReleaseDetailsWindow { label: &str, release_date: &str, track_count: usize, - duration: &str, copyright: &str, ) { let widget = self.widget(); @@ -90,7 +86,6 @@ impl ReleaseDetailsWindow { widget.label.set_text(label); widget.release.set_text(release_date); widget.tracks.set_text(&track_count.to_string()); - widget.duration.set_text(duration); widget.copyright.set_text(copyright); } } diff --git a/src/app/components/details/release_details.ui b/src/app/components/details/release_details.ui index 00745763..9f3cbee4 100644 --- a/src/app/components/details/release_details.ui +++ b/src/app/components/details/release_details.ui @@ -63,16 +63,6 @@ - - - Duration - - - Duration - - - - Copyright diff --git a/src/app/components/headerbar/component.rs b/src/app/components/headerbar/component.rs index 4f6e2912..3aaaf699 100644 --- a/src/app/components/headerbar/component.rs +++ b/src/app/components/headerbar/component.rs @@ -248,11 +248,16 @@ impl StandardScreen where Model: HeaderBarModel + 'static, { - pub fn new(wrapped: impl ListenerComponent + 'static, model: Rc) -> Self { + pub fn new( + wrapped: impl ListenerComponent + 'static, + leaflet: &libadwaita::Leaflet, + model: Rc, + ) -> Self { let widget = HeaderBarWidget::new(); common::bind_headerbar(&widget, &model); + widget.bind_to_leaflet(leaflet); - let root = gtk::BoxBuilder::new() + let root = gtk::Box::builder() .orientation(gtk::Orientation::Vertical) .build(); root.append(&widget); diff --git a/src/app/components/headerbar/headerbar.ui b/src/app/components/headerbar/headerbar.ui index f220d584..57238c61 100644 --- a/src/app/components/headerbar/headerbar.ui +++ b/src/app/components/headerbar/headerbar.ui @@ -34,6 +34,7 @@ 0 + 0 0 - - @@ -175,6 +155,7 @@ @VERSION@ https://github.com/xou816/spot @AUTHORS@ + @ARTISTS@ @TRANSLATORS@ dev.alextren.Spot mit-x11