Merge staging-next into staging

authored by github-actions[bot] and committed by GitHub 6176f16d ecbbd310

+6466 -562
+11
maintainers/maintainer-list.nix
··· 8139 8139 githubId = 12160; 8140 8140 name = "Kirill Radzikhovskyy"; 8141 8141 }; 8142 + kiskae = { 8143 + github = "Kiskae"; 8144 + githubId = 546681; 8145 + name = "Jeroen van Leusen"; 8146 + }; 8142 8147 kisonecat = { 8143 8148 email = "kisonecat@gmail.com"; 8144 8149 github = "kisonecat"; ··· 12556 12561 github = "PyroLagus"; 12557 12562 githubId = 4579165; 12558 12563 name = "Danny Bautista"; 12564 + }; 12565 + pyxels = { 12566 + email = "pyxels.dev@gmail.com"; 12567 + github = "Pyxels"; 12568 + githubId = 39232833; 12569 + name = "Jonas"; 12559 12570 }; 12560 12571 q3k = { 12561 12572 email = "q3k@q3k.org";
+2 -2
pkgs/applications/editors/vscode/extensions/default.nix
··· 2714 2714 mktplcRef = { 2715 2715 name = "code-spell-checker"; 2716 2716 publisher = "streetsidesoftware"; 2717 - version = "2.20.3"; 2718 - sha256 = "sha256-28ybNBobXoq194d9VGD9kOq/OWscJkSlgSZ7ViaNQtw="; 2717 + version = "2.20.4"; 2718 + sha256 = "sha256-GOXKXZPEynyqRUUY0pdNwt+141kJleg74IbCP4/34R8="; 2719 2719 }; 2720 2720 meta = { 2721 2721 changelog = "https://marketplace.visualstudio.com/items/streetsidesoftware.code-spell-checker/changelog";
+2 -2
pkgs/applications/graphics/feh/default.nix
··· 22 22 23 23 outputs = [ "out" "man" "doc" ]; 24 24 25 - nativeBuildInputs = [ makeWrapper xorg.libXt ]; 25 + nativeBuildInputs = [ makeWrapper ]; 26 26 27 - buildInputs = [ xorg.libX11 xorg.libXinerama imlib2 libjpeg libpng curl libexif ]; 27 + buildInputs = [ xorg.libXt xorg.libX11 xorg.libXinerama imlib2 libjpeg libpng curl libexif ]; 28 28 29 29 makeFlags = [ 30 30 "PREFIX=${placeholder "out"}" "exif=1"
+43
pkgs/applications/misc/kickoff/default.nix
··· 1 + { lib 2 + , fetchFromGitHub 3 + , rustPlatform 4 + , fontconfig 5 + , pkg-config 6 + , wayland 7 + , libxkbcommon 8 + , makeWrapper 9 + }: 10 + 11 + rustPlatform.buildRustPackage rec { 12 + pname = "kickoff"; 13 + version = "0.7.0"; 14 + 15 + src = fetchFromGitHub { 16 + owner = "j0ru"; 17 + repo = pname; 18 + rev = "v${version}"; 19 + hash = "sha256-AolJXFolMEwoK3AtC93naphZetytzRl1yI10SP9Rnzo="; 20 + }; 21 + 22 + cargoHash = "sha256-Twg2C29OwXfCK/rYXnyjbhmCClnsFHz8le9h4AmzXfA="; 23 + 24 + libPath = lib.makeLibraryPath [ 25 + wayland 26 + libxkbcommon 27 + ]; 28 + 29 + buildInputs = [ fontconfig ]; 30 + nativeBuildInputs = [ makeWrapper pkg-config ]; 31 + 32 + postInstall = '' 33 + wrapProgram "$out/bin/kickoff" --prefix LD_LIBRARY_PATH : "${libPath}" 34 + ''; 35 + 36 + meta = with lib; { 37 + description = "Minimalistic program launcher"; 38 + homepage = "https://github.com/j0ru/kickoff"; 39 + license = licenses.gpl3Plus; 40 + maintainers = with maintainers; [ pyxels ]; 41 + platforms = platforms.linux; 42 + }; 43 + }
+2 -2
pkgs/applications/networking/instant-messengers/session-desktop/default.nix
··· 8 8 }: 9 9 10 10 let 11 - version = "1.10.4"; 11 + version = "1.10.8"; 12 12 pname = "session-desktop"; 13 13 14 14 src = fetchurl { 15 15 url = "https://github.com/oxen-io/session-desktop/releases/download/v${version}/session-desktop-linux-x86_64-${version}.AppImage"; 16 - sha256 = "sha256-pSVTfZvjqWVgx3FAbIJO6e26GHZbhZBppxEptEuozQo="; 16 + sha256 = "sha256-r/MQlZ3dmQmQZ/FCYIIF2sh9+VXwG97PFfTIXIQijx8="; 17 17 }; 18 18 appimage = appimageTools.wrapType2 { 19 19 inherit version pname src;
+2 -2
pkgs/applications/networking/instant-messengers/signalbackup-tools/default.nix
··· 2 2 3 3 (if stdenv.isDarwin then darwin.apple_sdk_11_0.clang14Stdenv else stdenv).mkDerivation rec { 4 4 pname = "signalbackup-tools"; 5 - version = "20230404"; 5 + version = "20230413"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "bepaald"; 9 9 repo = pname; 10 10 rev = version; 11 - hash = "sha256-uDQeXEG3xTIXdzj9LaI+p5cLYy9nR2w7QTiZIJlZyQw="; 11 + hash = "sha256-7jIltC7YlnsvwADwKItFKKw5LUKDHux+b7frZfcNDyE="; 12 12 }; 13 13 14 14 postPatch = ''
+2 -2
pkgs/applications/office/portfolio/default.nix
··· 27 27 in 28 28 stdenv.mkDerivation rec { 29 29 pname = "PortfolioPerformance"; 30 - version = "0.61.4"; 30 + version = "0.62.0"; 31 31 32 32 src = fetchurl { 33 33 url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz"; 34 - hash = "sha256-VXna2ofhh8Hcyfp9+ekXHs68xcXF7HdcJNagJlzPV6c="; 34 + hash = "sha256-V3CHp0r+3Vya9lcuCfHeVQqmy9rxlN9cs5ZShoJ9XTA="; 35 35 }; 36 36 37 37 nativeBuildInputs = [
+2 -2
pkgs/applications/virtualization/crun/default.nix
··· 38 38 in 39 39 stdenv.mkDerivation rec { 40 40 pname = "crun"; 41 - version = "1.8.3"; 41 + version = "1.8.4"; 42 42 43 43 src = fetchFromGitHub { 44 44 owner = "containers"; 45 45 repo = pname; 46 46 rev = version; 47 - hash = "sha256-to4DP8cJakqLSjrMm6Y2vfYBZ9KgSMHxOULTF3vzu0g="; 47 + hash = "sha256-wJ9V47X3tofFiwOzYignycm3PTRQWcAJ9iR2r5rJeJA="; 48 48 fetchSubmodules = true; 49 49 }; 50 50
+1 -1
pkgs/build-support/bintools-wrapper/default.nix
··· 102 102 stdenv.mkDerivation { 103 103 pname = targetPrefix 104 104 + (if name != "" then name else "${bintoolsName}-wrapper"); 105 - version = if bintools == null then null else bintoolsVersion; 105 + version = if bintools == null then "" else bintoolsVersion; 106 106 107 107 preferLocalBuild = true; 108 108
+5 -2
pkgs/build-support/cc-wrapper/default.nix
··· 160 160 stdenv.mkDerivation { 161 161 pname = targetPrefix 162 162 + (if name != "" then name else "${ccName}-wrapper"); 163 - version = if cc == null then null else ccVersion; 163 + version = if cc == null then "" else ccVersion; 164 164 165 165 preferLocalBuild = true; 166 166 ··· 597 597 expandResponseParams = "${expand-response-params}/bin/expand-response-params"; 598 598 shell = getBin shell + shell.shellPath or ""; 599 599 gnugrep_bin = if nativeTools then "" else gnugrep; 600 + # stdenv.cc.cc should not be null and we have nothing better for now. 601 + # if the native impure bootstrap is gotten rid of this can become `inherit cc;` again. 602 + cc = if nativeTools then "" else cc; 600 603 wrapperName = "CC_WRAPPER"; 601 - inherit suffixSalt coreutils_bin bintools cc; 604 + inherit suffixSalt coreutils_bin bintools; 602 605 inherit libc_bin libc_dev libc_lib; 603 606 inherit darwinPlatformForCC darwinMinVersion darwinMinVersionVariable; 604 607 };
+2 -2
pkgs/data/themes/adw-gtk3/default.nix
··· 9 9 10 10 stdenvNoCC.mkDerivation rec { 11 11 pname = "adw-gtk3"; 12 - version = "4.1"; 12 + version = "4.5"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "lassekongo83"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-7E+eBbsavWdraCxxtwFdvFkxTWN/XMz8obvnpxf6PQc="; 18 + sha256 = "sha256-x6ul5NZDWqEQfLzmpR7X5HgUmHNSbpuTnCquVEHFHL8="; 19 19 }; 20 20 21 21 nativeBuildInputs = [
+2
pkgs/development/compilers/rust/clippy.nix
··· 4 4 pname = "clippy"; 5 5 inherit (rustPlatform.rust.rustc) version src; 6 6 7 + separateDebugInfo = true; 8 + 7 9 # the rust source tarball already has all the dependencies vendored, no need to fetch them again 8 10 cargoVendorDir = "vendor"; 9 11 buildAndTestSubdir = "src/tools/clippy";
+5564
pkgs/development/libraries/matrix-sdk-crypto-nodejs/Cargo.lock
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 3 4 + 5 + [[package]] 6 + name = "addr2line" 7 + version = "0.17.0" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" 10 + dependencies = [ 11 + "gimli", 12 + ] 13 + 14 + [[package]] 15 + name = "adler" 16 + version = "1.0.2" 17 + source = "registry+https://github.com/rust-lang/crates.io-index" 18 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 + 20 + [[package]] 21 + name = "adler32" 22 + version = "1.2.0" 23 + source = "registry+https://github.com/rust-lang/crates.io-index" 24 + checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 25 + 26 + [[package]] 27 + name = "aead" 28 + version = "0.4.3" 29 + source = "registry+https://github.com/rust-lang/crates.io-index" 30 + checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" 31 + dependencies = [ 32 + "generic-array", 33 + "rand_core 0.6.3", 34 + ] 35 + 36 + [[package]] 37 + name = "aes" 38 + version = "0.8.1" 39 + source = "registry+https://github.com/rust-lang/crates.io-index" 40 + checksum = "bfe0133578c0986e1fe3dfcd4af1cc5b2dd6c3dbf534d69916ce16a2701d40ba" 41 + dependencies = [ 42 + "cfg-if", 43 + "cipher 0.4.3", 44 + "cpufeatures", 45 + ] 46 + 47 + [[package]] 48 + name = "ahash" 49 + version = "0.7.6" 50 + source = "registry+https://github.com/rust-lang/crates.io-index" 51 + checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 52 + dependencies = [ 53 + "getrandom 0.2.7", 54 + "once_cell", 55 + "version_check", 56 + ] 57 + 58 + [[package]] 59 + name = "aho-corasick" 60 + version = "0.7.18" 61 + source = "registry+https://github.com/rust-lang/crates.io-index" 62 + checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 63 + dependencies = [ 64 + "memchr", 65 + ] 66 + 67 + [[package]] 68 + name = "android_system_properties" 69 + version = "0.1.5" 70 + source = "registry+https://github.com/rust-lang/crates.io-index" 71 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 72 + dependencies = [ 73 + "libc", 74 + ] 75 + 76 + [[package]] 77 + name = "ansi_term" 78 + version = "0.12.1" 79 + source = "registry+https://github.com/rust-lang/crates.io-index" 80 + checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 81 + dependencies = [ 82 + "winapi", 83 + ] 84 + 85 + [[package]] 86 + name = "anyhow" 87 + version = "1.0.65" 88 + source = "registry+https://github.com/rust-lang/crates.io-index" 89 + checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" 90 + 91 + [[package]] 92 + name = "anymap2" 93 + version = "0.13.0" 94 + source = "registry+https://github.com/rust-lang/crates.io-index" 95 + checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c" 96 + 97 + [[package]] 98 + name = "app_dirs2" 99 + version = "2.5.4" 100 + source = "registry+https://github.com/rust-lang/crates.io-index" 101 + checksum = "47a8d2d8dbda5fca0a522259fb88e4f55d2b10ad39f5f03adeebf85031eba501" 102 + dependencies = [ 103 + "jni", 104 + "ndk-context", 105 + "winapi", 106 + "xdg", 107 + ] 108 + 109 + [[package]] 110 + name = "arc-swap" 111 + version = "1.5.1" 112 + source = "registry+https://github.com/rust-lang/crates.io-index" 113 + checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164" 114 + 115 + [[package]] 116 + name = "arrayref" 117 + version = "0.3.6" 118 + source = "registry+https://github.com/rust-lang/crates.io-index" 119 + checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" 120 + 121 + [[package]] 122 + name = "arrayvec" 123 + version = "0.4.12" 124 + source = "registry+https://github.com/rust-lang/crates.io-index" 125 + checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" 126 + dependencies = [ 127 + "nodrop", 128 + ] 129 + 130 + [[package]] 131 + name = "arrayvec" 132 + version = "0.7.2" 133 + source = "registry+https://github.com/rust-lang/crates.io-index" 134 + checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 135 + dependencies = [ 136 + "serde", 137 + ] 138 + 139 + [[package]] 140 + name = "askama" 141 + version = "0.11.1" 142 + source = "registry+https://github.com/rust-lang/crates.io-index" 143 + checksum = "fb98f10f371286b177db5eeb9a6e5396609555686a35e1d4f7b9a9c6d8af0139" 144 + dependencies = [ 145 + "askama_derive", 146 + "askama_escape", 147 + "askama_shared", 148 + ] 149 + 150 + [[package]] 151 + name = "askama_derive" 152 + version = "0.11.2" 153 + source = "registry+https://github.com/rust-lang/crates.io-index" 154 + checksum = "87bf87e6e8b47264efa9bde63d6225c6276a52e05e91bf37eaa8afd0032d6b71" 155 + dependencies = [ 156 + "askama_shared", 157 + "proc-macro2", 158 + "syn", 159 + ] 160 + 161 + [[package]] 162 + name = "askama_escape" 163 + version = "0.10.3" 164 + source = "registry+https://github.com/rust-lang/crates.io-index" 165 + checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" 166 + 167 + [[package]] 168 + name = "askama_shared" 169 + version = "0.12.2" 170 + source = "registry+https://github.com/rust-lang/crates.io-index" 171 + checksum = "bf722b94118a07fcbc6640190f247334027685d4e218b794dbfe17c32bf38ed0" 172 + dependencies = [ 173 + "askama_escape", 174 + "mime", 175 + "mime_guess", 176 + "nom", 177 + "proc-macro2", 178 + "quote", 179 + "serde", 180 + "syn", 181 + "toml", 182 + ] 183 + 184 + [[package]] 185 + name = "assert-json-diff" 186 + version = "2.0.2" 187 + source = "registry+https://github.com/rust-lang/crates.io-index" 188 + checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" 189 + dependencies = [ 190 + "serde", 191 + "serde_json", 192 + ] 193 + 194 + [[package]] 195 + name = "assert_matches" 196 + version = "1.5.0" 197 + source = "registry+https://github.com/rust-lang/crates.io-index" 198 + checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" 199 + 200 + [[package]] 201 + name = "assign" 202 + version = "1.1.1" 203 + source = "registry+https://github.com/rust-lang/crates.io-index" 204 + checksum = "5f093eed78becd229346bf859eec0aa4dd7ddde0757287b2b4107a1f09c80002" 205 + 206 + [[package]] 207 + name = "async-channel" 208 + version = "1.7.1" 209 + source = "registry+https://github.com/rust-lang/crates.io-index" 210 + checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28" 211 + dependencies = [ 212 + "concurrent-queue", 213 + "event-listener", 214 + "futures-core", 215 + ] 216 + 217 + [[package]] 218 + name = "async-lock" 219 + version = "2.5.0" 220 + source = "registry+https://github.com/rust-lang/crates.io-index" 221 + checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6" 222 + dependencies = [ 223 + "event-listener", 224 + ] 225 + 226 + [[package]] 227 + name = "async-once-cell" 228 + version = "0.4.2" 229 + source = "registry+https://github.com/rust-lang/crates.io-index" 230 + checksum = "f61305cacf1d0c5c9d3ee283d22f8f1f8c743a18ceb44a1b102bd53476c141de" 231 + 232 + [[package]] 233 + name = "async-stream" 234 + version = "0.3.3" 235 + source = "registry+https://github.com/rust-lang/crates.io-index" 236 + checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e" 237 + dependencies = [ 238 + "async-stream-impl", 239 + "futures-core", 240 + ] 241 + 242 + [[package]] 243 + name = "async-stream-impl" 244 + version = "0.3.3" 245 + source = "registry+https://github.com/rust-lang/crates.io-index" 246 + checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27" 247 + dependencies = [ 248 + "proc-macro2", 249 + "quote", 250 + "syn", 251 + ] 252 + 253 + [[package]] 254 + name = "async-trait" 255 + version = "0.1.57" 256 + source = "registry+https://github.com/rust-lang/crates.io-index" 257 + checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" 258 + dependencies = [ 259 + "proc-macro2", 260 + "quote", 261 + "syn", 262 + ] 263 + 264 + [[package]] 265 + name = "atomic" 266 + version = "0.5.1" 267 + source = "registry+https://github.com/rust-lang/crates.io-index" 268 + checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c" 269 + dependencies = [ 270 + "autocfg", 271 + ] 272 + 273 + [[package]] 274 + name = "atty" 275 + version = "0.2.14" 276 + source = "registry+https://github.com/rust-lang/crates.io-index" 277 + checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 278 + dependencies = [ 279 + "hermit-abi", 280 + "libc", 281 + "winapi", 282 + ] 283 + 284 + [[package]] 285 + name = "autocfg" 286 + version = "1.1.0" 287 + source = "registry+https://github.com/rust-lang/crates.io-index" 288 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 289 + 290 + [[package]] 291 + name = "axum" 292 + version = "0.5.16" 293 + source = "registry+https://github.com/rust-lang/crates.io-index" 294 + checksum = "c9e3356844c4d6a6d6467b8da2cffb4a2820be256f50a3a386c9d152bab31043" 295 + dependencies = [ 296 + "async-trait", 297 + "axum-core", 298 + "bitflags", 299 + "bytes", 300 + "futures-util", 301 + "http", 302 + "http-body", 303 + "hyper", 304 + "itoa 1.0.3", 305 + "matchit", 306 + "memchr", 307 + "mime", 308 + "percent-encoding", 309 + "pin-project-lite", 310 + "serde", 311 + "serde_json", 312 + "sync_wrapper", 313 + "tokio", 314 + "tower", 315 + "tower-http", 316 + "tower-layer", 317 + "tower-service", 318 + ] 319 + 320 + [[package]] 321 + name = "axum-core" 322 + version = "0.2.8" 323 + source = "registry+https://github.com/rust-lang/crates.io-index" 324 + checksum = "d9f0c0a60006f2a293d82d571f635042a72edf927539b7685bd62d361963839b" 325 + dependencies = [ 326 + "async-trait", 327 + "bytes", 328 + "futures-util", 329 + "http", 330 + "http-body", 331 + "mime", 332 + "tower-layer", 333 + "tower-service", 334 + ] 335 + 336 + [[package]] 337 + name = "backoff" 338 + version = "0.4.0" 339 + source = "registry+https://github.com/rust-lang/crates.io-index" 340 + checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" 341 + dependencies = [ 342 + "futures-core", 343 + "getrandom 0.2.7", 344 + "instant", 345 + "pin-project-lite", 346 + "rand 0.8.5", 347 + "tokio", 348 + ] 349 + 350 + [[package]] 351 + name = "backtrace" 352 + version = "0.3.66" 353 + source = "registry+https://github.com/rust-lang/crates.io-index" 354 + checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7" 355 + dependencies = [ 356 + "addr2line", 357 + "cc", 358 + "cfg-if", 359 + "libc", 360 + "miniz_oxide 0.5.3", 361 + "object", 362 + "rustc-demangle", 363 + ] 364 + 365 + [[package]] 366 + name = "base64" 367 + version = "0.13.0" 368 + source = "registry+https://github.com/rust-lang/crates.io-index" 369 + checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" 370 + 371 + [[package]] 372 + name = "base64ct" 373 + version = "1.5.2" 374 + source = "registry+https://github.com/rust-lang/crates.io-index" 375 + checksum = "ea2b2456fd614d856680dcd9fcc660a51a820fa09daef2e49772b56a193c8474" 376 + 377 + [[package]] 378 + name = "benchmarks" 379 + version = "1.0.0" 380 + dependencies = [ 381 + "criterion", 382 + "matrix-sdk-crypto", 383 + "matrix-sdk-sled", 384 + "matrix-sdk-test", 385 + "pprof", 386 + "ruma", 387 + "serde_json", 388 + "tempfile", 389 + "tokio", 390 + ] 391 + 392 + [[package]] 393 + name = "bincode" 394 + version = "1.3.3" 395 + source = "registry+https://github.com/rust-lang/crates.io-index" 396 + checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 397 + dependencies = [ 398 + "serde", 399 + ] 400 + 401 + [[package]] 402 + name = "bit-set" 403 + version = "0.5.3" 404 + source = "registry+https://github.com/rust-lang/crates.io-index" 405 + checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 406 + dependencies = [ 407 + "bit-vec", 408 + ] 409 + 410 + [[package]] 411 + name = "bit-vec" 412 + version = "0.6.3" 413 + source = "registry+https://github.com/rust-lang/crates.io-index" 414 + checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 415 + 416 + [[package]] 417 + name = "bitflags" 418 + version = "1.3.2" 419 + source = "registry+https://github.com/rust-lang/crates.io-index" 420 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 421 + 422 + [[package]] 423 + name = "blake3" 424 + version = "1.3.1" 425 + source = "registry+https://github.com/rust-lang/crates.io-index" 426 + checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f" 427 + dependencies = [ 428 + "arrayref", 429 + "arrayvec 0.7.2", 430 + "cc", 431 + "cfg-if", 432 + "constant_time_eq", 433 + "digest 0.10.3", 434 + ] 435 + 436 + [[package]] 437 + name = "block-buffer" 438 + version = "0.9.0" 439 + source = "registry+https://github.com/rust-lang/crates.io-index" 440 + checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 441 + dependencies = [ 442 + "generic-array", 443 + ] 444 + 445 + [[package]] 446 + name = "block-buffer" 447 + version = "0.10.2" 448 + source = "registry+https://github.com/rust-lang/crates.io-index" 449 + checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" 450 + dependencies = [ 451 + "generic-array", 452 + ] 453 + 454 + [[package]] 455 + name = "block-padding" 456 + version = "0.3.2" 457 + source = "registry+https://github.com/rust-lang/crates.io-index" 458 + checksum = "0a90ec2df9600c28a01c56c4784c9207a96d2451833aeceb8cc97e4c9548bb78" 459 + dependencies = [ 460 + "generic-array", 461 + ] 462 + 463 + [[package]] 464 + name = "bs58" 465 + version = "0.4.0" 466 + source = "registry+https://github.com/rust-lang/crates.io-index" 467 + checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" 468 + 469 + [[package]] 470 + name = "bstr" 471 + version = "0.2.17" 472 + source = "registry+https://github.com/rust-lang/crates.io-index" 473 + checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 474 + dependencies = [ 475 + "lazy_static", 476 + "memchr", 477 + "regex-automata", 478 + "serde", 479 + ] 480 + 481 + [[package]] 482 + name = "bumpalo" 483 + version = "3.11.0" 484 + source = "registry+https://github.com/rust-lang/crates.io-index" 485 + checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d" 486 + 487 + [[package]] 488 + name = "bytemuck" 489 + version = "1.12.1" 490 + source = "registry+https://github.com/rust-lang/crates.io-index" 491 + checksum = "2f5715e491b5a1598fc2bef5a606847b5dc1d48ea625bd3c02c00de8285591da" 492 + 493 + [[package]] 494 + name = "byteorder" 495 + version = "1.4.3" 496 + source = "registry+https://github.com/rust-lang/crates.io-index" 497 + checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 498 + 499 + [[package]] 500 + name = "bytes" 501 + version = "1.2.1" 502 + source = "registry+https://github.com/rust-lang/crates.io-index" 503 + checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" 504 + 505 + [[package]] 506 + name = "cache-padded" 507 + version = "1.2.0" 508 + source = "registry+https://github.com/rust-lang/crates.io-index" 509 + checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c" 510 + 511 + [[package]] 512 + name = "camino" 513 + version = "1.1.1" 514 + source = "registry+https://github.com/rust-lang/crates.io-index" 515 + checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e" 516 + dependencies = [ 517 + "serde", 518 + ] 519 + 520 + [[package]] 521 + name = "cargo-platform" 522 + version = "0.1.2" 523 + source = "registry+https://github.com/rust-lang/crates.io-index" 524 + checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" 525 + dependencies = [ 526 + "serde", 527 + ] 528 + 529 + [[package]] 530 + name = "cargo_metadata" 531 + version = "0.15.1" 532 + source = "registry+https://github.com/rust-lang/crates.io-index" 533 + checksum = "406c859255d568f4f742b3146d51851f3bfd49f734a2c289d9107c4395ee0062" 534 + dependencies = [ 535 + "camino", 536 + "cargo-platform", 537 + "semver", 538 + "serde", 539 + "serde_json", 540 + "thiserror", 541 + ] 542 + 543 + [[package]] 544 + name = "cassowary" 545 + version = "0.3.0" 546 + source = "registry+https://github.com/rust-lang/crates.io-index" 547 + checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" 548 + 549 + [[package]] 550 + name = "cast" 551 + version = "0.3.0" 552 + source = "registry+https://github.com/rust-lang/crates.io-index" 553 + checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 554 + 555 + [[package]] 556 + name = "cbc" 557 + version = "0.1.2" 558 + source = "registry+https://github.com/rust-lang/crates.io-index" 559 + checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 560 + dependencies = [ 561 + "cipher 0.4.3", 562 + ] 563 + 564 + [[package]] 565 + name = "cc" 566 + version = "1.0.73" 567 + source = "registry+https://github.com/rust-lang/crates.io-index" 568 + checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 569 + 570 + [[package]] 571 + name = "cesu8" 572 + version = "1.1.0" 573 + source = "registry+https://github.com/rust-lang/crates.io-index" 574 + checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 575 + 576 + [[package]] 577 + name = "cfg-if" 578 + version = "1.0.0" 579 + source = "registry+https://github.com/rust-lang/crates.io-index" 580 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 581 + 582 + [[package]] 583 + name = "chacha20" 584 + version = "0.8.2" 585 + source = "registry+https://github.com/rust-lang/crates.io-index" 586 + checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6" 587 + dependencies = [ 588 + "cfg-if", 589 + "cipher 0.3.0", 590 + "cpufeatures", 591 + "zeroize", 592 + ] 593 + 594 + [[package]] 595 + name = "chacha20poly1305" 596 + version = "0.9.1" 597 + source = "registry+https://github.com/rust-lang/crates.io-index" 598 + checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5" 599 + dependencies = [ 600 + "aead", 601 + "chacha20", 602 + "cipher 0.3.0", 603 + "poly1305", 604 + "zeroize", 605 + ] 606 + 607 + [[package]] 608 + name = "checked_int_cast" 609 + version = "1.0.0" 610 + source = "registry+https://github.com/rust-lang/crates.io-index" 611 + checksum = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919" 612 + 613 + [[package]] 614 + name = "chrono" 615 + version = "0.4.22" 616 + source = "registry+https://github.com/rust-lang/crates.io-index" 617 + checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1" 618 + dependencies = [ 619 + "iana-time-zone", 620 + "js-sys", 621 + "num-integer", 622 + "num-traits", 623 + "time 0.1.44", 624 + "wasm-bindgen", 625 + "winapi", 626 + ] 627 + 628 + [[package]] 629 + name = "cipher" 630 + version = "0.3.0" 631 + source = "registry+https://github.com/rust-lang/crates.io-index" 632 + checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" 633 + dependencies = [ 634 + "generic-array", 635 + ] 636 + 637 + [[package]] 638 + name = "cipher" 639 + version = "0.4.3" 640 + source = "registry+https://github.com/rust-lang/crates.io-index" 641 + checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e" 642 + dependencies = [ 643 + "crypto-common", 644 + "inout", 645 + ] 646 + 647 + [[package]] 648 + name = "clap" 649 + version = "2.34.0" 650 + source = "registry+https://github.com/rust-lang/crates.io-index" 651 + checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 652 + dependencies = [ 653 + "ansi_term", 654 + "atty", 655 + "bitflags", 656 + "strsim 0.8.0", 657 + "textwrap 0.11.0", 658 + "unicode-width", 659 + "vec_map", 660 + ] 661 + 662 + [[package]] 663 + name = "clap" 664 + version = "3.2.22" 665 + source = "registry+https://github.com/rust-lang/crates.io-index" 666 + checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750" 667 + dependencies = [ 668 + "atty", 669 + "bitflags", 670 + "clap_derive 3.2.18", 671 + "clap_lex 0.2.4", 672 + "indexmap", 673 + "once_cell", 674 + "strsim 0.10.0", 675 + "termcolor", 676 + "textwrap 0.15.1", 677 + ] 678 + 679 + [[package]] 680 + name = "clap" 681 + version = "4.0.18" 682 + source = "registry+https://github.com/rust-lang/crates.io-index" 683 + checksum = "335867764ed2de42325fafe6d18b8af74ba97ee0c590fa016f157535b42ab04b" 684 + dependencies = [ 685 + "atty", 686 + "bitflags", 687 + "clap_derive 4.0.18", 688 + "clap_lex 0.3.0", 689 + "once_cell", 690 + "strsim 0.10.0", 691 + "termcolor", 692 + ] 693 + 694 + [[package]] 695 + name = "clap_derive" 696 + version = "3.2.18" 697 + source = "registry+https://github.com/rust-lang/crates.io-index" 698 + checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" 699 + dependencies = [ 700 + "heck 0.4.0", 701 + "proc-macro-error", 702 + "proc-macro2", 703 + "quote", 704 + "syn", 705 + ] 706 + 707 + [[package]] 708 + name = "clap_derive" 709 + version = "4.0.18" 710 + source = "registry+https://github.com/rust-lang/crates.io-index" 711 + checksum = "16a1b0f6422af32d5da0c58e2703320f379216ee70198241c84173a8c5ac28f3" 712 + dependencies = [ 713 + "heck 0.4.0", 714 + "proc-macro-error", 715 + "proc-macro2", 716 + "quote", 717 + "syn", 718 + ] 719 + 720 + [[package]] 721 + name = "clap_lex" 722 + version = "0.2.4" 723 + source = "registry+https://github.com/rust-lang/crates.io-index" 724 + checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 725 + dependencies = [ 726 + "os_str_bytes", 727 + ] 728 + 729 + [[package]] 730 + name = "clap_lex" 731 + version = "0.3.0" 732 + source = "registry+https://github.com/rust-lang/crates.io-index" 733 + checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8" 734 + dependencies = [ 735 + "os_str_bytes", 736 + ] 737 + 738 + [[package]] 739 + name = "clipboard-win" 740 + version = "4.4.2" 741 + source = "registry+https://github.com/rust-lang/crates.io-index" 742 + checksum = "c4ab1b92798304eedc095b53942963240037c0516452cb11aeba709d420b2219" 743 + dependencies = [ 744 + "error-code", 745 + "str-buf", 746 + "winapi", 747 + ] 748 + 749 + [[package]] 750 + name = "cmake" 751 + version = "0.1.48" 752 + source = "registry+https://github.com/rust-lang/crates.io-index" 753 + checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a" 754 + dependencies = [ 755 + "cc", 756 + ] 757 + 758 + [[package]] 759 + name = "color_quant" 760 + version = "1.1.0" 761 + source = "registry+https://github.com/rust-lang/crates.io-index" 762 + checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 763 + 764 + [[package]] 765 + name = "combine" 766 + version = "4.6.6" 767 + source = "registry+https://github.com/rust-lang/crates.io-index" 768 + checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 769 + dependencies = [ 770 + "bytes", 771 + "memchr", 772 + ] 773 + 774 + [[package]] 775 + name = "concurrent-queue" 776 + version = "1.2.4" 777 + source = "registry+https://github.com/rust-lang/crates.io-index" 778 + checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c" 779 + dependencies = [ 780 + "cache-padded", 781 + ] 782 + 783 + [[package]] 784 + name = "console" 785 + version = "0.15.1" 786 + source = "registry+https://github.com/rust-lang/crates.io-index" 787 + checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847" 788 + dependencies = [ 789 + "encode_unicode", 790 + "libc", 791 + "once_cell", 792 + "terminal_size", 793 + "unicode-width", 794 + "winapi", 795 + ] 796 + 797 + [[package]] 798 + name = "console_error_panic_hook" 799 + version = "0.1.7" 800 + source = "registry+https://github.com/rust-lang/crates.io-index" 801 + checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 802 + dependencies = [ 803 + "cfg-if", 804 + "wasm-bindgen", 805 + ] 806 + 807 + [[package]] 808 + name = "const-oid" 809 + version = "0.7.1" 810 + source = "registry+https://github.com/rust-lang/crates.io-index" 811 + checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3" 812 + 813 + [[package]] 814 + name = "const_format" 815 + version = "0.2.26" 816 + source = "registry+https://github.com/rust-lang/crates.io-index" 817 + checksum = "939dc9e2eb9077e0679d2ce32de1ded8531779360b003b4a972a7a39ec263495" 818 + dependencies = [ 819 + "const_format_proc_macros", 820 + ] 821 + 822 + [[package]] 823 + name = "const_format_proc_macros" 824 + version = "0.2.22" 825 + source = "registry+https://github.com/rust-lang/crates.io-index" 826 + checksum = "ef196d5d972878a48da7decb7686eded338b4858fbabeed513d63a7c98b2b82d" 827 + dependencies = [ 828 + "proc-macro2", 829 + "quote", 830 + "unicode-xid", 831 + ] 832 + 833 + [[package]] 834 + name = "constant_time_eq" 835 + version = "0.1.5" 836 + source = "registry+https://github.com/rust-lang/crates.io-index" 837 + checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 838 + 839 + [[package]] 840 + name = "convert_case" 841 + version = "0.5.0" 842 + source = "registry+https://github.com/rust-lang/crates.io-index" 843 + checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8" 844 + 845 + [[package]] 846 + name = "core-foundation" 847 + version = "0.9.3" 848 + source = "registry+https://github.com/rust-lang/crates.io-index" 849 + checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 850 + dependencies = [ 851 + "core-foundation-sys", 852 + "libc", 853 + ] 854 + 855 + [[package]] 856 + name = "core-foundation-sys" 857 + version = "0.8.3" 858 + source = "registry+https://github.com/rust-lang/crates.io-index" 859 + checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 860 + 861 + [[package]] 862 + name = "cpp_demangle" 863 + version = "0.3.5" 864 + source = "registry+https://github.com/rust-lang/crates.io-index" 865 + checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f" 866 + dependencies = [ 867 + "cfg-if", 868 + ] 869 + 870 + [[package]] 871 + name = "cpufeatures" 872 + version = "0.2.4" 873 + source = "registry+https://github.com/rust-lang/crates.io-index" 874 + checksum = "dc948ebb96241bb40ab73effeb80d9f93afaad49359d159a5e61be51619fe813" 875 + dependencies = [ 876 + "libc", 877 + ] 878 + 879 + [[package]] 880 + name = "crc32fast" 881 + version = "1.3.2" 882 + source = "registry+https://github.com/rust-lang/crates.io-index" 883 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 884 + dependencies = [ 885 + "cfg-if", 886 + ] 887 + 888 + [[package]] 889 + name = "criterion" 890 + version = "0.3.6" 891 + source = "registry+https://github.com/rust-lang/crates.io-index" 892 + checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f" 893 + dependencies = [ 894 + "atty", 895 + "cast", 896 + "clap 2.34.0", 897 + "criterion-plot", 898 + "csv", 899 + "futures", 900 + "itertools", 901 + "lazy_static", 902 + "num-traits", 903 + "oorandom", 904 + "plotters", 905 + "rayon", 906 + "regex", 907 + "serde", 908 + "serde_cbor", 909 + "serde_derive", 910 + "serde_json", 911 + "tinytemplate", 912 + "tokio", 913 + "walkdir", 914 + ] 915 + 916 + [[package]] 917 + name = "criterion-plot" 918 + version = "0.4.5" 919 + source = "registry+https://github.com/rust-lang/crates.io-index" 920 + checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876" 921 + dependencies = [ 922 + "cast", 923 + "itertools", 924 + ] 925 + 926 + [[package]] 927 + name = "crossbeam-channel" 928 + version = "0.5.6" 929 + source = "registry+https://github.com/rust-lang/crates.io-index" 930 + checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" 931 + dependencies = [ 932 + "cfg-if", 933 + "crossbeam-utils", 934 + ] 935 + 936 + [[package]] 937 + name = "crossbeam-deque" 938 + version = "0.8.2" 939 + source = "registry+https://github.com/rust-lang/crates.io-index" 940 + checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" 941 + dependencies = [ 942 + "cfg-if", 943 + "crossbeam-epoch", 944 + "crossbeam-utils", 945 + ] 946 + 947 + [[package]] 948 + name = "crossbeam-epoch" 949 + version = "0.9.10" 950 + source = "registry+https://github.com/rust-lang/crates.io-index" 951 + checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1" 952 + dependencies = [ 953 + "autocfg", 954 + "cfg-if", 955 + "crossbeam-utils", 956 + "memoffset", 957 + "once_cell", 958 + "scopeguard", 959 + ] 960 + 961 + [[package]] 962 + name = "crossbeam-utils" 963 + version = "0.8.11" 964 + source = "registry+https://github.com/rust-lang/crates.io-index" 965 + checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc" 966 + dependencies = [ 967 + "cfg-if", 968 + "once_cell", 969 + ] 970 + 971 + [[package]] 972 + name = "crossterm" 973 + version = "0.23.2" 974 + source = "registry+https://github.com/rust-lang/crates.io-index" 975 + checksum = "a2102ea4f781910f8a5b98dd061f4c2023f479ce7bb1236330099ceb5a93cf17" 976 + dependencies = [ 977 + "bitflags", 978 + "crossterm_winapi", 979 + "libc", 980 + "mio", 981 + "parking_lot 0.12.1", 982 + "signal-hook", 983 + "signal-hook-mio", 984 + "winapi", 985 + ] 986 + 987 + [[package]] 988 + name = "crossterm_winapi" 989 + version = "0.9.0" 990 + source = "registry+https://github.com/rust-lang/crates.io-index" 991 + checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" 992 + dependencies = [ 993 + "winapi", 994 + ] 995 + 996 + [[package]] 997 + name = "crypto-common" 998 + version = "0.1.6" 999 + source = "registry+https://github.com/rust-lang/crates.io-index" 1000 + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1001 + dependencies = [ 1002 + "generic-array", 1003 + "typenum", 1004 + ] 1005 + 1006 + [[package]] 1007 + name = "csv" 1008 + version = "1.1.6" 1009 + source = "registry+https://github.com/rust-lang/crates.io-index" 1010 + checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" 1011 + dependencies = [ 1012 + "bstr", 1013 + "csv-core", 1014 + "itoa 0.4.8", 1015 + "ryu", 1016 + "serde", 1017 + ] 1018 + 1019 + [[package]] 1020 + name = "csv-core" 1021 + version = "0.1.10" 1022 + source = "registry+https://github.com/rust-lang/crates.io-index" 1023 + checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" 1024 + dependencies = [ 1025 + "memchr", 1026 + ] 1027 + 1028 + [[package]] 1029 + name = "ctor" 1030 + version = "0.1.23" 1031 + source = "registry+https://github.com/rust-lang/crates.io-index" 1032 + checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb" 1033 + dependencies = [ 1034 + "quote", 1035 + "syn", 1036 + ] 1037 + 1038 + [[package]] 1039 + name = "ctr" 1040 + version = "0.9.1" 1041 + source = "registry+https://github.com/rust-lang/crates.io-index" 1042 + checksum = "0d14f329cfbaf5d0e06b5e87fff7e265d2673c5ea7d2c27691a2c107db1442a0" 1043 + dependencies = [ 1044 + "cipher 0.4.3", 1045 + ] 1046 + 1047 + [[package]] 1048 + name = "curve25519-dalek" 1049 + version = "3.2.1" 1050 + source = "registry+https://github.com/rust-lang/crates.io-index" 1051 + checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0" 1052 + dependencies = [ 1053 + "byteorder", 1054 + "digest 0.9.0", 1055 + "rand_core 0.5.1", 1056 + "serde", 1057 + "subtle", 1058 + "zeroize", 1059 + ] 1060 + 1061 + [[package]] 1062 + name = "darling" 1063 + version = "0.14.1" 1064 + source = "registry+https://github.com/rust-lang/crates.io-index" 1065 + checksum = "4529658bdda7fd6769b8614be250cdcfc3aeb0ee72fe66f9e41e5e5eb73eac02" 1066 + dependencies = [ 1067 + "darling_core", 1068 + "darling_macro", 1069 + ] 1070 + 1071 + [[package]] 1072 + name = "darling_core" 1073 + version = "0.14.1" 1074 + source = "registry+https://github.com/rust-lang/crates.io-index" 1075 + checksum = "649c91bc01e8b1eac09fb91e8dbc7d517684ca6be8ebc75bb9cafc894f9fdb6f" 1076 + dependencies = [ 1077 + "fnv", 1078 + "ident_case", 1079 + "proc-macro2", 1080 + "quote", 1081 + "strsim 0.10.0", 1082 + "syn", 1083 + ] 1084 + 1085 + [[package]] 1086 + name = "darling_macro" 1087 + version = "0.14.1" 1088 + source = "registry+https://github.com/rust-lang/crates.io-index" 1089 + checksum = "ddfc69c5bfcbd2fc09a0f38451d2daf0e372e367986a83906d1b0dbc88134fb5" 1090 + dependencies = [ 1091 + "darling_core", 1092 + "quote", 1093 + "syn", 1094 + ] 1095 + 1096 + [[package]] 1097 + name = "dashmap" 1098 + version = "5.4.0" 1099 + source = "registry+https://github.com/rust-lang/crates.io-index" 1100 + checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" 1101 + dependencies = [ 1102 + "cfg-if", 1103 + "hashbrown", 1104 + "lock_api", 1105 + "once_cell", 1106 + "parking_lot_core 0.9.3", 1107 + ] 1108 + 1109 + [[package]] 1110 + name = "deadpool" 1111 + version = "0.9.5" 1112 + source = "registry+https://github.com/rust-lang/crates.io-index" 1113 + checksum = "421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e" 1114 + dependencies = [ 1115 + "async-trait", 1116 + "deadpool-runtime", 1117 + "num_cpus", 1118 + "retain_mut", 1119 + "tokio", 1120 + ] 1121 + 1122 + [[package]] 1123 + name = "deadpool-runtime" 1124 + version = "0.1.2" 1125 + source = "registry+https://github.com/rust-lang/crates.io-index" 1126 + checksum = "eaa37046cc0f6c3cc6090fbdbf73ef0b8ef4cfcc37f6befc0020f63e8cf121e1" 1127 + 1128 + [[package]] 1129 + name = "debugid" 1130 + version = "0.8.0" 1131 + source = "registry+https://github.com/rust-lang/crates.io-index" 1132 + checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" 1133 + dependencies = [ 1134 + "uuid 1.1.2", 1135 + ] 1136 + 1137 + [[package]] 1138 + name = "deflate" 1139 + version = "0.8.6" 1140 + source = "registry+https://github.com/rust-lang/crates.io-index" 1141 + checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174" 1142 + dependencies = [ 1143 + "adler32", 1144 + "byteorder", 1145 + ] 1146 + 1147 + [[package]] 1148 + name = "deflate" 1149 + version = "1.0.0" 1150 + source = "registry+https://github.com/rust-lang/crates.io-index" 1151 + checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f" 1152 + dependencies = [ 1153 + "adler32", 1154 + ] 1155 + 1156 + [[package]] 1157 + name = "der" 1158 + version = "0.5.1" 1159 + source = "registry+https://github.com/rust-lang/crates.io-index" 1160 + checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c" 1161 + dependencies = [ 1162 + "const-oid", 1163 + ] 1164 + 1165 + [[package]] 1166 + name = "derivative" 1167 + version = "2.2.0" 1168 + source = "registry+https://github.com/rust-lang/crates.io-index" 1169 + checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 1170 + dependencies = [ 1171 + "proc-macro2", 1172 + "quote", 1173 + "syn", 1174 + ] 1175 + 1176 + [[package]] 1177 + name = "derive_builder" 1178 + version = "0.11.2" 1179 + source = "registry+https://github.com/rust-lang/crates.io-index" 1180 + checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3" 1181 + dependencies = [ 1182 + "derive_builder_macro", 1183 + ] 1184 + 1185 + [[package]] 1186 + name = "derive_builder_core" 1187 + version = "0.11.2" 1188 + source = "registry+https://github.com/rust-lang/crates.io-index" 1189 + checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4" 1190 + dependencies = [ 1191 + "darling", 1192 + "proc-macro2", 1193 + "quote", 1194 + "syn", 1195 + ] 1196 + 1197 + [[package]] 1198 + name = "derive_builder_macro" 1199 + version = "0.11.2" 1200 + source = "registry+https://github.com/rust-lang/crates.io-index" 1201 + checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68" 1202 + dependencies = [ 1203 + "derive_builder_core", 1204 + "syn", 1205 + ] 1206 + 1207 + [[package]] 1208 + name = "dialoguer" 1209 + version = "0.10.2" 1210 + source = "registry+https://github.com/rust-lang/crates.io-index" 1211 + checksum = "a92e7e37ecef6857fdc0c0c5d42fd5b0938e46590c2183cc92dd310a6d078eb1" 1212 + dependencies = [ 1213 + "console", 1214 + "tempfile", 1215 + "zeroize", 1216 + ] 1217 + 1218 + [[package]] 1219 + name = "digest" 1220 + version = "0.9.0" 1221 + source = "registry+https://github.com/rust-lang/crates.io-index" 1222 + checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 1223 + dependencies = [ 1224 + "generic-array", 1225 + ] 1226 + 1227 + [[package]] 1228 + name = "digest" 1229 + version = "0.10.3" 1230 + source = "registry+https://github.com/rust-lang/crates.io-index" 1231 + checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" 1232 + dependencies = [ 1233 + "block-buffer 0.10.2", 1234 + "crypto-common", 1235 + "subtle", 1236 + ] 1237 + 1238 + [[package]] 1239 + name = "dirs" 1240 + version = "4.0.0" 1241 + source = "registry+https://github.com/rust-lang/crates.io-index" 1242 + checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 1243 + dependencies = [ 1244 + "dirs-sys", 1245 + ] 1246 + 1247 + [[package]] 1248 + name = "dirs-next" 1249 + version = "2.0.0" 1250 + source = "registry+https://github.com/rust-lang/crates.io-index" 1251 + checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1252 + dependencies = [ 1253 + "cfg-if", 1254 + "dirs-sys-next", 1255 + ] 1256 + 1257 + [[package]] 1258 + name = "dirs-sys" 1259 + version = "0.3.7" 1260 + source = "registry+https://github.com/rust-lang/crates.io-index" 1261 + checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 1262 + dependencies = [ 1263 + "libc", 1264 + "redox_users", 1265 + "winapi", 1266 + ] 1267 + 1268 + [[package]] 1269 + name = "dirs-sys-next" 1270 + version = "0.1.2" 1271 + source = "registry+https://github.com/rust-lang/crates.io-index" 1272 + checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 1273 + dependencies = [ 1274 + "libc", 1275 + "redox_users", 1276 + "winapi", 1277 + ] 1278 + 1279 + [[package]] 1280 + name = "discard" 1281 + version = "1.0.4" 1282 + source = "registry+https://github.com/rust-lang/crates.io-index" 1283 + checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" 1284 + 1285 + [[package]] 1286 + name = "displaydoc" 1287 + version = "0.2.3" 1288 + source = "registry+https://github.com/rust-lang/crates.io-index" 1289 + checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" 1290 + dependencies = [ 1291 + "proc-macro2", 1292 + "quote", 1293 + "syn", 1294 + ] 1295 + 1296 + [[package]] 1297 + name = "ed25519" 1298 + version = "1.5.2" 1299 + source = "registry+https://github.com/rust-lang/crates.io-index" 1300 + checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369" 1301 + dependencies = [ 1302 + "serde", 1303 + "signature", 1304 + ] 1305 + 1306 + [[package]] 1307 + name = "ed25519-dalek" 1308 + version = "1.0.1" 1309 + source = "registry+https://github.com/rust-lang/crates.io-index" 1310 + checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" 1311 + dependencies = [ 1312 + "curve25519-dalek", 1313 + "ed25519", 1314 + "rand 0.7.3", 1315 + "serde", 1316 + "serde_bytes", 1317 + "sha2 0.9.9", 1318 + "zeroize", 1319 + ] 1320 + 1321 + [[package]] 1322 + name = "either" 1323 + version = "1.8.0" 1324 + source = "registry+https://github.com/rust-lang/crates.io-index" 1325 + checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" 1326 + 1327 + [[package]] 1328 + name = "encode_unicode" 1329 + version = "0.3.6" 1330 + source = "registry+https://github.com/rust-lang/crates.io-index" 1331 + checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1332 + 1333 + [[package]] 1334 + name = "encoding_rs" 1335 + version = "0.8.31" 1336 + source = "registry+https://github.com/rust-lang/crates.io-index" 1337 + checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b" 1338 + dependencies = [ 1339 + "cfg-if", 1340 + ] 1341 + 1342 + [[package]] 1343 + name = "endian-type" 1344 + version = "0.1.2" 1345 + source = "registry+https://github.com/rust-lang/crates.io-index" 1346 + checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 1347 + 1348 + [[package]] 1349 + name = "errno" 1350 + version = "0.2.8" 1351 + source = "registry+https://github.com/rust-lang/crates.io-index" 1352 + checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 1353 + dependencies = [ 1354 + "errno-dragonfly", 1355 + "libc", 1356 + "winapi", 1357 + ] 1358 + 1359 + [[package]] 1360 + name = "errno-dragonfly" 1361 + version = "0.1.2" 1362 + source = "registry+https://github.com/rust-lang/crates.io-index" 1363 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 1364 + dependencies = [ 1365 + "cc", 1366 + "libc", 1367 + ] 1368 + 1369 + [[package]] 1370 + name = "error-code" 1371 + version = "2.3.1" 1372 + source = "registry+https://github.com/rust-lang/crates.io-index" 1373 + checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" 1374 + dependencies = [ 1375 + "libc", 1376 + "str-buf", 1377 + ] 1378 + 1379 + [[package]] 1380 + name = "event-listener" 1381 + version = "2.5.3" 1382 + source = "registry+https://github.com/rust-lang/crates.io-index" 1383 + checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1384 + 1385 + [[package]] 1386 + name = "example-appservice-autojoin" 1387 + version = "0.1.0" 1388 + dependencies = [ 1389 + "anyhow", 1390 + "matrix-sdk-appservice", 1391 + "tokio", 1392 + "tracing", 1393 + "tracing-subscriber", 1394 + ] 1395 + 1396 + [[package]] 1397 + name = "example-autojoin" 1398 + version = "0.1.0" 1399 + dependencies = [ 1400 + "anyhow", 1401 + "matrix-sdk", 1402 + "tokio", 1403 + "tracing-subscriber", 1404 + ] 1405 + 1406 + [[package]] 1407 + name = "example-command-bot" 1408 + version = "0.1.0" 1409 + dependencies = [ 1410 + "anyhow", 1411 + "matrix-sdk", 1412 + "tokio", 1413 + "tracing-subscriber", 1414 + "url", 1415 + ] 1416 + 1417 + [[package]] 1418 + name = "example-cross-signing-bootstrap" 1419 + version = "0.1.0" 1420 + dependencies = [ 1421 + "anyhow", 1422 + "matrix-sdk", 1423 + "tokio", 1424 + "tracing-subscriber", 1425 + "url", 1426 + ] 1427 + 1428 + [[package]] 1429 + name = "example-custom-events" 1430 + version = "0.1.0" 1431 + dependencies = [ 1432 + "anyhow", 1433 + "dirs", 1434 + "matrix-sdk", 1435 + "serde", 1436 + "tokio", 1437 + "tracing-subscriber", 1438 + ] 1439 + 1440 + [[package]] 1441 + name = "example-emoji-verification" 1442 + version = "0.1.0" 1443 + dependencies = [ 1444 + "anyhow", 1445 + "clap 4.0.18", 1446 + "futures", 1447 + "matrix-sdk", 1448 + "tokio", 1449 + "tracing-subscriber", 1450 + "url", 1451 + ] 1452 + 1453 + [[package]] 1454 + name = "example-get-profiles" 1455 + version = "0.1.0" 1456 + dependencies = [ 1457 + "anyhow", 1458 + "matrix-sdk", 1459 + "tokio", 1460 + "tracing-subscriber", 1461 + "url", 1462 + ] 1463 + 1464 + [[package]] 1465 + name = "example-getting-started" 1466 + version = "0.1.0" 1467 + dependencies = [ 1468 + "anyhow", 1469 + "dirs", 1470 + "matrix-sdk", 1471 + "tokio", 1472 + "tracing-subscriber", 1473 + ] 1474 + 1475 + [[package]] 1476 + name = "example-image-bot" 1477 + version = "0.1.0" 1478 + dependencies = [ 1479 + "anyhow", 1480 + "matrix-sdk", 1481 + "mime", 1482 + "tokio", 1483 + "tracing-subscriber", 1484 + "url", 1485 + ] 1486 + 1487 + [[package]] 1488 + name = "example-login" 1489 + version = "0.1.0" 1490 + dependencies = [ 1491 + "anyhow", 1492 + "matrix-sdk", 1493 + "tokio", 1494 + "tracing-subscriber", 1495 + "url", 1496 + ] 1497 + 1498 + [[package]] 1499 + name = "example-timeline" 1500 + version = "0.1.0" 1501 + dependencies = [ 1502 + "anyhow", 1503 + "clap 4.0.18", 1504 + "futures", 1505 + "futures-signals", 1506 + "matrix-sdk", 1507 + "tokio", 1508 + "tracing-subscriber", 1509 + "url", 1510 + ] 1511 + 1512 + [[package]] 1513 + name = "extension-trait" 1514 + version = "1.0.1" 1515 + source = "registry+https://github.com/rust-lang/crates.io-index" 1516 + checksum = "5129068fe3183546eaa0529af88ab0afbcddec2a373db69e94a20b8d5f6c4d74" 1517 + dependencies = [ 1518 + "proc-macro2", 1519 + "quote", 1520 + "syn", 1521 + ] 1522 + 1523 + [[package]] 1524 + name = "eyre" 1525 + version = "0.6.8" 1526 + source = "registry+https://github.com/rust-lang/crates.io-index" 1527 + checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" 1528 + dependencies = [ 1529 + "indenter", 1530 + "once_cell", 1531 + ] 1532 + 1533 + [[package]] 1534 + name = "fancy-regex" 1535 + version = "0.7.1" 1536 + source = "registry+https://github.com/rust-lang/crates.io-index" 1537 + checksum = "9d6b8560a05112eb52f04b00e5d3790c0dd75d9d980eb8a122fb23b92a623ccf" 1538 + dependencies = [ 1539 + "bit-set", 1540 + "regex", 1541 + ] 1542 + 1543 + [[package]] 1544 + name = "fastrand" 1545 + version = "1.8.0" 1546 + source = "registry+https://github.com/rust-lang/crates.io-index" 1547 + checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 1548 + dependencies = [ 1549 + "instant", 1550 + ] 1551 + 1552 + [[package]] 1553 + name = "fd-lock" 1554 + version = "3.0.6" 1555 + source = "registry+https://github.com/rust-lang/crates.io-index" 1556 + checksum = "e11dcc7e4d79a8c89b9ab4c6f5c30b1fc4a83c420792da3542fd31179ed5f517" 1557 + dependencies = [ 1558 + "cfg-if", 1559 + "rustix", 1560 + "windows-sys", 1561 + ] 1562 + 1563 + [[package]] 1564 + name = "findshlibs" 1565 + version = "0.10.2" 1566 + source = "registry+https://github.com/rust-lang/crates.io-index" 1567 + checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64" 1568 + dependencies = [ 1569 + "cc", 1570 + "lazy_static", 1571 + "libc", 1572 + "winapi", 1573 + ] 1574 + 1575 + [[package]] 1576 + name = "flate2" 1577 + version = "1.0.24" 1578 + source = "registry+https://github.com/rust-lang/crates.io-index" 1579 + checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" 1580 + dependencies = [ 1581 + "crc32fast", 1582 + "miniz_oxide 0.5.3", 1583 + ] 1584 + 1585 + [[package]] 1586 + name = "fnv" 1587 + version = "1.0.7" 1588 + source = "registry+https://github.com/rust-lang/crates.io-index" 1589 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1590 + 1591 + [[package]] 1592 + name = "foreign-types" 1593 + version = "0.3.2" 1594 + source = "registry+https://github.com/rust-lang/crates.io-index" 1595 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1596 + dependencies = [ 1597 + "foreign-types-shared", 1598 + ] 1599 + 1600 + [[package]] 1601 + name = "foreign-types-shared" 1602 + version = "0.1.1" 1603 + source = "registry+https://github.com/rust-lang/crates.io-index" 1604 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1605 + 1606 + [[package]] 1607 + name = "form_urlencoded" 1608 + version = "1.1.0" 1609 + source = "registry+https://github.com/rust-lang/crates.io-index" 1610 + checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 1611 + dependencies = [ 1612 + "percent-encoding", 1613 + ] 1614 + 1615 + [[package]] 1616 + name = "fs-err" 1617 + version = "2.8.1" 1618 + source = "registry+https://github.com/rust-lang/crates.io-index" 1619 + checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50" 1620 + 1621 + [[package]] 1622 + name = "fs2" 1623 + version = "0.4.3" 1624 + source = "registry+https://github.com/rust-lang/crates.io-index" 1625 + checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" 1626 + dependencies = [ 1627 + "libc", 1628 + "winapi", 1629 + ] 1630 + 1631 + [[package]] 1632 + name = "fs_extra" 1633 + version = "1.2.0" 1634 + source = "registry+https://github.com/rust-lang/crates.io-index" 1635 + checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394" 1636 + 1637 + [[package]] 1638 + name = "futures" 1639 + version = "0.3.24" 1640 + source = "registry+https://github.com/rust-lang/crates.io-index" 1641 + checksum = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c" 1642 + dependencies = [ 1643 + "futures-channel", 1644 + "futures-core", 1645 + "futures-executor", 1646 + "futures-io", 1647 + "futures-sink", 1648 + "futures-task", 1649 + "futures-util", 1650 + ] 1651 + 1652 + [[package]] 1653 + name = "futures-channel" 1654 + version = "0.3.24" 1655 + source = "registry+https://github.com/rust-lang/crates.io-index" 1656 + checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050" 1657 + dependencies = [ 1658 + "futures-core", 1659 + "futures-sink", 1660 + ] 1661 + 1662 + [[package]] 1663 + name = "futures-core" 1664 + version = "0.3.24" 1665 + source = "registry+https://github.com/rust-lang/crates.io-index" 1666 + checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf" 1667 + 1668 + [[package]] 1669 + name = "futures-executor" 1670 + version = "0.3.24" 1671 + source = "registry+https://github.com/rust-lang/crates.io-index" 1672 + checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab" 1673 + dependencies = [ 1674 + "futures-core", 1675 + "futures-task", 1676 + "futures-util", 1677 + ] 1678 + 1679 + [[package]] 1680 + name = "futures-io" 1681 + version = "0.3.24" 1682 + source = "registry+https://github.com/rust-lang/crates.io-index" 1683 + checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68" 1684 + 1685 + [[package]] 1686 + name = "futures-lite" 1687 + version = "1.12.0" 1688 + source = "registry+https://github.com/rust-lang/crates.io-index" 1689 + checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" 1690 + dependencies = [ 1691 + "fastrand", 1692 + "futures-core", 1693 + "futures-io", 1694 + "memchr", 1695 + "parking", 1696 + "pin-project-lite", 1697 + "waker-fn", 1698 + ] 1699 + 1700 + [[package]] 1701 + name = "futures-macro" 1702 + version = "0.3.24" 1703 + source = "registry+https://github.com/rust-lang/crates.io-index" 1704 + checksum = "42cd15d1c7456c04dbdf7e88bcd69760d74f3a798d6444e16974b505b0e62f17" 1705 + dependencies = [ 1706 + "proc-macro2", 1707 + "quote", 1708 + "syn", 1709 + ] 1710 + 1711 + [[package]] 1712 + name = "futures-signals" 1713 + version = "0.3.31" 1714 + source = "registry+https://github.com/rust-lang/crates.io-index" 1715 + checksum = "a3acc659ba666cff13fdf65242d16428f2f11935b688f82e4024ad39667a5132" 1716 + dependencies = [ 1717 + "discard", 1718 + "futures-channel", 1719 + "futures-core", 1720 + "futures-util", 1721 + "log", 1722 + "pin-project", 1723 + "serde", 1724 + ] 1725 + 1726 + [[package]] 1727 + name = "futures-sink" 1728 + version = "0.3.24" 1729 + source = "registry+https://github.com/rust-lang/crates.io-index" 1730 + checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56" 1731 + 1732 + [[package]] 1733 + name = "futures-task" 1734 + version = "0.3.24" 1735 + source = "registry+https://github.com/rust-lang/crates.io-index" 1736 + checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1" 1737 + 1738 + [[package]] 1739 + name = "futures-timer" 1740 + version = "3.0.2" 1741 + source = "registry+https://github.com/rust-lang/crates.io-index" 1742 + checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" 1743 + 1744 + [[package]] 1745 + name = "futures-util" 1746 + version = "0.3.24" 1747 + source = "registry+https://github.com/rust-lang/crates.io-index" 1748 + checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90" 1749 + dependencies = [ 1750 + "futures-channel", 1751 + "futures-core", 1752 + "futures-io", 1753 + "futures-macro", 1754 + "futures-sink", 1755 + "futures-task", 1756 + "memchr", 1757 + "pin-project-lite", 1758 + "pin-utils", 1759 + "slab", 1760 + ] 1761 + 1762 + [[package]] 1763 + name = "fxhash" 1764 + version = "0.2.1" 1765 + source = "registry+https://github.com/rust-lang/crates.io-index" 1766 + checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1767 + dependencies = [ 1768 + "byteorder", 1769 + ] 1770 + 1771 + [[package]] 1772 + name = "generic-array" 1773 + version = "0.14.6" 1774 + source = "registry+https://github.com/rust-lang/crates.io-index" 1775 + checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 1776 + dependencies = [ 1777 + "typenum", 1778 + "version_check", 1779 + ] 1780 + 1781 + [[package]] 1782 + name = "getrandom" 1783 + version = "0.1.16" 1784 + source = "registry+https://github.com/rust-lang/crates.io-index" 1785 + checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1786 + dependencies = [ 1787 + "cfg-if", 1788 + "js-sys", 1789 + "libc", 1790 + "wasi 0.9.0+wasi-snapshot-preview1", 1791 + "wasm-bindgen", 1792 + ] 1793 + 1794 + [[package]] 1795 + name = "getrandom" 1796 + version = "0.2.7" 1797 + source = "registry+https://github.com/rust-lang/crates.io-index" 1798 + checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" 1799 + dependencies = [ 1800 + "cfg-if", 1801 + "js-sys", 1802 + "libc", 1803 + "wasi 0.11.0+wasi-snapshot-preview1", 1804 + "wasm-bindgen", 1805 + ] 1806 + 1807 + [[package]] 1808 + name = "gif" 1809 + version = "0.11.4" 1810 + source = "registry+https://github.com/rust-lang/crates.io-index" 1811 + checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06" 1812 + dependencies = [ 1813 + "color_quant", 1814 + "weezl", 1815 + ] 1816 + 1817 + [[package]] 1818 + name = "gimli" 1819 + version = "0.26.2" 1820 + source = "registry+https://github.com/rust-lang/crates.io-index" 1821 + checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" 1822 + 1823 + [[package]] 1824 + name = "glob" 1825 + version = "0.3.0" 1826 + source = "registry+https://github.com/rust-lang/crates.io-index" 1827 + checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" 1828 + 1829 + [[package]] 1830 + name = "gloo-utils" 1831 + version = "0.1.5" 1832 + source = "registry+https://github.com/rust-lang/crates.io-index" 1833 + checksum = "40913a05c8297adca04392f707b1e73b12ba7b8eab7244a4961580b1fd34063c" 1834 + dependencies = [ 1835 + "js-sys", 1836 + "serde", 1837 + "serde_json", 1838 + "wasm-bindgen", 1839 + "web-sys", 1840 + ] 1841 + 1842 + [[package]] 1843 + name = "goblin" 1844 + version = "0.5.4" 1845 + source = "registry+https://github.com/rust-lang/crates.io-index" 1846 + checksum = "a7666983ed0dd8d21a6f6576ee00053ca0926fb281a5522577a4dbd0f1b54143" 1847 + dependencies = [ 1848 + "log", 1849 + "plain", 1850 + "scroll", 1851 + ] 1852 + 1853 + [[package]] 1854 + name = "h2" 1855 + version = "0.3.14" 1856 + source = "registry+https://github.com/rust-lang/crates.io-index" 1857 + checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be" 1858 + dependencies = [ 1859 + "bytes", 1860 + "fnv", 1861 + "futures-core", 1862 + "futures-sink", 1863 + "futures-util", 1864 + "http", 1865 + "indexmap", 1866 + "slab", 1867 + "tokio", 1868 + "tokio-util", 1869 + "tracing", 1870 + ] 1871 + 1872 + [[package]] 1873 + name = "half" 1874 + version = "1.8.2" 1875 + source = "registry+https://github.com/rust-lang/crates.io-index" 1876 + checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" 1877 + 1878 + [[package]] 1879 + name = "hashbrown" 1880 + version = "0.12.3" 1881 + source = "registry+https://github.com/rust-lang/crates.io-index" 1882 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1883 + dependencies = [ 1884 + "ahash", 1885 + ] 1886 + 1887 + [[package]] 1888 + name = "heck" 1889 + version = "0.3.3" 1890 + source = "registry+https://github.com/rust-lang/crates.io-index" 1891 + checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 1892 + dependencies = [ 1893 + "unicode-segmentation", 1894 + ] 1895 + 1896 + [[package]] 1897 + name = "heck" 1898 + version = "0.4.0" 1899 + source = "registry+https://github.com/rust-lang/crates.io-index" 1900 + checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 1901 + 1902 + [[package]] 1903 + name = "hermit-abi" 1904 + version = "0.1.19" 1905 + source = "registry+https://github.com/rust-lang/crates.io-index" 1906 + checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1907 + dependencies = [ 1908 + "libc", 1909 + ] 1910 + 1911 + [[package]] 1912 + name = "hkdf" 1913 + version = "0.12.3" 1914 + source = "registry+https://github.com/rust-lang/crates.io-index" 1915 + checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" 1916 + dependencies = [ 1917 + "hmac", 1918 + ] 1919 + 1920 + [[package]] 1921 + name = "hmac" 1922 + version = "0.12.1" 1923 + source = "registry+https://github.com/rust-lang/crates.io-index" 1924 + checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1925 + dependencies = [ 1926 + "digest 0.10.3", 1927 + ] 1928 + 1929 + [[package]] 1930 + name = "http" 1931 + version = "0.2.8" 1932 + source = "registry+https://github.com/rust-lang/crates.io-index" 1933 + checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 1934 + dependencies = [ 1935 + "bytes", 1936 + "fnv", 1937 + "itoa 1.0.3", 1938 + ] 1939 + 1940 + [[package]] 1941 + name = "http-body" 1942 + version = "0.4.5" 1943 + source = "registry+https://github.com/rust-lang/crates.io-index" 1944 + checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 1945 + dependencies = [ 1946 + "bytes", 1947 + "http", 1948 + "pin-project-lite", 1949 + ] 1950 + 1951 + [[package]] 1952 + name = "http-range-header" 1953 + version = "0.3.0" 1954 + source = "registry+https://github.com/rust-lang/crates.io-index" 1955 + checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29" 1956 + 1957 + [[package]] 1958 + name = "http-types" 1959 + version = "2.12.0" 1960 + source = "registry+https://github.com/rust-lang/crates.io-index" 1961 + checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" 1962 + dependencies = [ 1963 + "anyhow", 1964 + "async-channel", 1965 + "base64", 1966 + "futures-lite", 1967 + "http", 1968 + "infer", 1969 + "pin-project-lite", 1970 + "rand 0.7.3", 1971 + "serde", 1972 + "serde_json", 1973 + "serde_qs", 1974 + "serde_urlencoded", 1975 + "url", 1976 + ] 1977 + 1978 + [[package]] 1979 + name = "httparse" 1980 + version = "1.8.0" 1981 + source = "registry+https://github.com/rust-lang/crates.io-index" 1982 + checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1983 + 1984 + [[package]] 1985 + name = "httpdate" 1986 + version = "1.0.2" 1987 + source = "registry+https://github.com/rust-lang/crates.io-index" 1988 + checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 1989 + 1990 + [[package]] 1991 + name = "hyper" 1992 + version = "0.14.20" 1993 + source = "registry+https://github.com/rust-lang/crates.io-index" 1994 + checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" 1995 + dependencies = [ 1996 + "bytes", 1997 + "futures-channel", 1998 + "futures-core", 1999 + "futures-util", 2000 + "h2", 2001 + "http", 2002 + "http-body", 2003 + "httparse", 2004 + "httpdate", 2005 + "itoa 1.0.3", 2006 + "pin-project-lite", 2007 + "socket2", 2008 + "tokio", 2009 + "tower-service", 2010 + "tracing", 2011 + "want", 2012 + ] 2013 + 2014 + [[package]] 2015 + name = "hyper-rustls" 2016 + version = "0.23.0" 2017 + source = "registry+https://github.com/rust-lang/crates.io-index" 2018 + checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac" 2019 + dependencies = [ 2020 + "http", 2021 + "hyper", 2022 + "rustls", 2023 + "tokio", 2024 + "tokio-rustls", 2025 + ] 2026 + 2027 + [[package]] 2028 + name = "hyper-tls" 2029 + version = "0.5.0" 2030 + source = "registry+https://github.com/rust-lang/crates.io-index" 2031 + checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 2032 + dependencies = [ 2033 + "bytes", 2034 + "hyper", 2035 + "native-tls", 2036 + "tokio", 2037 + "tokio-native-tls", 2038 + ] 2039 + 2040 + [[package]] 2041 + name = "iana-time-zone" 2042 + version = "0.1.47" 2043 + source = "registry+https://github.com/rust-lang/crates.io-index" 2044 + checksum = "4c495f162af0bf17656d0014a0eded5f3cd2f365fdd204548c2869db89359dc7" 2045 + dependencies = [ 2046 + "android_system_properties", 2047 + "core-foundation-sys", 2048 + "js-sys", 2049 + "once_cell", 2050 + "wasm-bindgen", 2051 + "winapi", 2052 + ] 2053 + 2054 + [[package]] 2055 + name = "ident_case" 2056 + version = "1.0.1" 2057 + source = "registry+https://github.com/rust-lang/crates.io-index" 2058 + checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2059 + 2060 + [[package]] 2061 + name = "idna" 2062 + version = "0.3.0" 2063 + source = "registry+https://github.com/rust-lang/crates.io-index" 2064 + checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 2065 + dependencies = [ 2066 + "unicode-bidi", 2067 + "unicode-normalization", 2068 + ] 2069 + 2070 + [[package]] 2071 + name = "image" 2072 + version = "0.23.14" 2073 + source = "registry+https://github.com/rust-lang/crates.io-index" 2074 + checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1" 2075 + dependencies = [ 2076 + "bytemuck", 2077 + "byteorder", 2078 + "color_quant", 2079 + "gif", 2080 + "jpeg-decoder 0.1.22", 2081 + "num-iter", 2082 + "num-rational 0.3.2", 2083 + "num-traits", 2084 + "png 0.16.8", 2085 + "scoped_threadpool", 2086 + "tiff 0.6.1", 2087 + ] 2088 + 2089 + [[package]] 2090 + name = "image" 2091 + version = "0.24.3" 2092 + source = "registry+https://github.com/rust-lang/crates.io-index" 2093 + checksum = "7e30ca2ecf7666107ff827a8e481de6a132a9b687ed3bb20bb1c144a36c00964" 2094 + dependencies = [ 2095 + "bytemuck", 2096 + "byteorder", 2097 + "color_quant", 2098 + "gif", 2099 + "jpeg-decoder 0.2.6", 2100 + "num-rational 0.4.1", 2101 + "num-traits", 2102 + "png 0.17.5", 2103 + "scoped_threadpool", 2104 + "tiff 0.7.3", 2105 + ] 2106 + 2107 + [[package]] 2108 + name = "indenter" 2109 + version = "0.3.3" 2110 + source = "registry+https://github.com/rust-lang/crates.io-index" 2111 + checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" 2112 + 2113 + [[package]] 2114 + name = "indexed_db_futures" 2115 + version = "0.2.3" 2116 + source = "registry+https://github.com/rust-lang/crates.io-index" 2117 + checksum = "d26ac735f676c52305becf53264b91cea9866a8de61ccbf464405b377b9cbca9" 2118 + dependencies = [ 2119 + "cfg-if", 2120 + "js-sys", 2121 + "uuid 0.8.2", 2122 + "wasm-bindgen", 2123 + "wasm-bindgen-futures", 2124 + "web-sys", 2125 + ] 2126 + 2127 + [[package]] 2128 + name = "indexmap" 2129 + version = "1.9.1" 2130 + source = "registry+https://github.com/rust-lang/crates.io-index" 2131 + checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" 2132 + dependencies = [ 2133 + "autocfg", 2134 + "hashbrown", 2135 + "serde", 2136 + ] 2137 + 2138 + [[package]] 2139 + name = "indoc" 2140 + version = "1.0.7" 2141 + source = "registry+https://github.com/rust-lang/crates.io-index" 2142 + checksum = "adab1eaa3408fb7f0c777a73e7465fd5656136fc93b670eb6df3c88c2c1344e3" 2143 + 2144 + [[package]] 2145 + name = "infer" 2146 + version = "0.2.3" 2147 + source = "registry+https://github.com/rust-lang/crates.io-index" 2148 + checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" 2149 + 2150 + [[package]] 2151 + name = "inferno" 2152 + version = "0.11.7" 2153 + source = "registry+https://github.com/rust-lang/crates.io-index" 2154 + checksum = "9709543bd6c25fdc748da2bed0f6855b07b7e93a203ae31332ac2101ab2f4782" 2155 + dependencies = [ 2156 + "ahash", 2157 + "atty", 2158 + "indexmap", 2159 + "itoa 1.0.3", 2160 + "log", 2161 + "num-format", 2162 + "once_cell", 2163 + "quick-xml", 2164 + "rgb", 2165 + "str_stack", 2166 + ] 2167 + 2168 + [[package]] 2169 + name = "inout" 2170 + version = "0.1.3" 2171 + source = "registry+https://github.com/rust-lang/crates.io-index" 2172 + checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 2173 + dependencies = [ 2174 + "block-padding", 2175 + "generic-array", 2176 + ] 2177 + 2178 + [[package]] 2179 + name = "instant" 2180 + version = "0.1.12" 2181 + source = "registry+https://github.com/rust-lang/crates.io-index" 2182 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 2183 + dependencies = [ 2184 + "cfg-if", 2185 + "js-sys", 2186 + "wasm-bindgen", 2187 + "web-sys", 2188 + ] 2189 + 2190 + [[package]] 2191 + name = "io-lifetimes" 2192 + version = "0.7.3" 2193 + source = "registry+https://github.com/rust-lang/crates.io-index" 2194 + checksum = "1ea37f355c05dde75b84bba2d767906ad522e97cd9e2eef2be7a4ab7fb442c06" 2195 + 2196 + [[package]] 2197 + name = "ipnet" 2198 + version = "2.5.0" 2199 + source = "registry+https://github.com/rust-lang/crates.io-index" 2200 + checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b" 2201 + 2202 + [[package]] 2203 + name = "itertools" 2204 + version = "0.10.3" 2205 + source = "registry+https://github.com/rust-lang/crates.io-index" 2206 + checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" 2207 + dependencies = [ 2208 + "either", 2209 + ] 2210 + 2211 + [[package]] 2212 + name = "itoa" 2213 + version = "0.4.8" 2214 + source = "registry+https://github.com/rust-lang/crates.io-index" 2215 + checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 2216 + 2217 + [[package]] 2218 + name = "itoa" 2219 + version = "1.0.3" 2220 + source = "registry+https://github.com/rust-lang/crates.io-index" 2221 + checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" 2222 + 2223 + [[package]] 2224 + name = "jack-in" 2225 + version = "0.2.0" 2226 + dependencies = [ 2227 + "app_dirs2", 2228 + "dialoguer", 2229 + "eyre", 2230 + "futures", 2231 + "futures-signals", 2232 + "log4rs", 2233 + "matrix-sdk", 2234 + "matrix-sdk-common", 2235 + "matrix-sdk-sled", 2236 + "sanitize-filename-reader-friendly", 2237 + "serde_json", 2238 + "structopt", 2239 + "tokio", 2240 + "tracing", 2241 + "tracing-flame", 2242 + "tracing-subscriber", 2243 + "tui-logger", 2244 + "tuirealm", 2245 + ] 2246 + 2247 + [[package]] 2248 + name = "jni" 2249 + version = "0.19.0" 2250 + source = "registry+https://github.com/rust-lang/crates.io-index" 2251 + checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" 2252 + dependencies = [ 2253 + "cesu8", 2254 + "combine", 2255 + "jni-sys", 2256 + "log", 2257 + "thiserror", 2258 + "walkdir", 2259 + ] 2260 + 2261 + [[package]] 2262 + name = "jni-sys" 2263 + version = "0.3.0" 2264 + source = "registry+https://github.com/rust-lang/crates.io-index" 2265 + checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2266 + 2267 + [[package]] 2268 + name = "jpeg-decoder" 2269 + version = "0.1.22" 2270 + source = "registry+https://github.com/rust-lang/crates.io-index" 2271 + checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2" 2272 + dependencies = [ 2273 + "rayon", 2274 + ] 2275 + 2276 + [[package]] 2277 + name = "jpeg-decoder" 2278 + version = "0.2.6" 2279 + source = "registry+https://github.com/rust-lang/crates.io-index" 2280 + checksum = "9478aa10f73e7528198d75109c8be5cd7d15fb530238040148d5f9a22d4c5b3b" 2281 + dependencies = [ 2282 + "rayon", 2283 + ] 2284 + 2285 + [[package]] 2286 + name = "js-sys" 2287 + version = "0.3.60" 2288 + source = "registry+https://github.com/rust-lang/crates.io-index" 2289 + checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" 2290 + dependencies = [ 2291 + "wasm-bindgen", 2292 + ] 2293 + 2294 + [[package]] 2295 + name = "js_int" 2296 + version = "0.2.2" 2297 + source = "registry+https://github.com/rust-lang/crates.io-index" 2298 + checksum = "d937f95470b270ce8b8950207715d71aa8e153c0d44c6684d59397ed4949160a" 2299 + dependencies = [ 2300 + "serde", 2301 + ] 2302 + 2303 + [[package]] 2304 + name = "js_option" 2305 + version = "0.1.1" 2306 + source = "registry+https://github.com/rust-lang/crates.io-index" 2307 + checksum = "68421373957a1593a767013698dbf206e2b221eefe97a44d98d18672ff38423c" 2308 + dependencies = [ 2309 + "serde", 2310 + ] 2311 + 2312 + [[package]] 2313 + name = "lazy-regex" 2314 + version = "2.3.0" 2315 + source = "registry+https://github.com/rust-lang/crates.io-index" 2316 + checksum = "b6b12f2eb6ed7d39405c5eb25a034b4c106a9ad87a6d9be3298de6c5f32fd57d" 2317 + dependencies = [ 2318 + "lazy-regex-proc_macros", 2319 + "once_cell", 2320 + "regex", 2321 + ] 2322 + 2323 + [[package]] 2324 + name = "lazy-regex-proc_macros" 2325 + version = "2.3.0" 2326 + source = "registry+https://github.com/rust-lang/crates.io-index" 2327 + checksum = "f2496e5264069bc726ccf37eb76b9cd89406ae110d836c3f76729f99c8a23293" 2328 + dependencies = [ 2329 + "proc-macro2", 2330 + "quote", 2331 + "regex", 2332 + "syn", 2333 + ] 2334 + 2335 + [[package]] 2336 + name = "lazy_static" 2337 + version = "1.4.0" 2338 + source = "registry+https://github.com/rust-lang/crates.io-index" 2339 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 2340 + 2341 + [[package]] 2342 + name = "libc" 2343 + version = "0.2.132" 2344 + source = "registry+https://github.com/rust-lang/crates.io-index" 2345 + checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" 2346 + 2347 + [[package]] 2348 + name = "libloading" 2349 + version = "0.7.3" 2350 + source = "registry+https://github.com/rust-lang/crates.io-index" 2351 + checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd" 2352 + dependencies = [ 2353 + "cfg-if", 2354 + "winapi", 2355 + ] 2356 + 2357 + [[package]] 2358 + name = "linux-raw-sys" 2359 + version = "0.0.46" 2360 + source = "registry+https://github.com/rust-lang/crates.io-index" 2361 + checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d" 2362 + 2363 + [[package]] 2364 + name = "lock_api" 2365 + version = "0.4.8" 2366 + source = "registry+https://github.com/rust-lang/crates.io-index" 2367 + checksum = "9f80bf5aacaf25cbfc8210d1cfb718f2bf3b11c4c54e5afe36c236853a8ec390" 2368 + dependencies = [ 2369 + "autocfg", 2370 + "scopeguard", 2371 + ] 2372 + 2373 + [[package]] 2374 + name = "log" 2375 + version = "0.4.17" 2376 + source = "registry+https://github.com/rust-lang/crates.io-index" 2377 + checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 2378 + dependencies = [ 2379 + "cfg-if", 2380 + ] 2381 + 2382 + [[package]] 2383 + name = "log-mdc" 2384 + version = "0.1.0" 2385 + source = "registry+https://github.com/rust-lang/crates.io-index" 2386 + checksum = "a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7" 2387 + 2388 + [[package]] 2389 + name = "log4rs" 2390 + version = "1.1.1" 2391 + source = "registry+https://github.com/rust-lang/crates.io-index" 2392 + checksum = "893eaf59f4bef8e2e94302adf56385db445a0306b9823582b0b8d5a06d8822f3" 2393 + dependencies = [ 2394 + "anyhow", 2395 + "arc-swap", 2396 + "chrono", 2397 + "derivative", 2398 + "fnv", 2399 + "log", 2400 + "log-mdc", 2401 + "parking_lot 0.12.1", 2402 + "thiserror", 2403 + "thread-id", 2404 + ] 2405 + 2406 + [[package]] 2407 + name = "lru" 2408 + version = "0.8.0" 2409 + source = "registry+https://github.com/rust-lang/crates.io-index" 2410 + checksum = "936d98d2ddd79c18641c6709e7bb09981449694e402d1a0f0f657ea8d61f4a51" 2411 + dependencies = [ 2412 + "hashbrown", 2413 + ] 2414 + 2415 + [[package]] 2416 + name = "maplit" 2417 + version = "1.0.2" 2418 + source = "registry+https://github.com/rust-lang/crates.io-index" 2419 + checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" 2420 + 2421 + [[package]] 2422 + name = "matchers" 2423 + version = "0.1.0" 2424 + source = "registry+https://github.com/rust-lang/crates.io-index" 2425 + checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2426 + dependencies = [ 2427 + "regex-automata", 2428 + ] 2429 + 2430 + [[package]] 2431 + name = "matches" 2432 + version = "0.1.9" 2433 + source = "registry+https://github.com/rust-lang/crates.io-index" 2434 + checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" 2435 + 2436 + [[package]] 2437 + name = "matchit" 2438 + version = "0.5.0" 2439 + source = "registry+https://github.com/rust-lang/crates.io-index" 2440 + checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb" 2441 + 2442 + [[package]] 2443 + name = "matrix-sdk" 2444 + version = "0.6.2" 2445 + dependencies = [ 2446 + "anyhow", 2447 + "anymap2", 2448 + "assert_matches", 2449 + "async-once-cell", 2450 + "async-stream", 2451 + "async-trait", 2452 + "backoff", 2453 + "bytes", 2454 + "ctor", 2455 + "dashmap", 2456 + "derive_builder", 2457 + "dirs", 2458 + "event-listener", 2459 + "eyre", 2460 + "futures", 2461 + "futures-core", 2462 + "futures-signals", 2463 + "futures-util", 2464 + "getrandom 0.2.7", 2465 + "http", 2466 + "hyper", 2467 + "image 0.24.3", 2468 + "indexmap", 2469 + "matches", 2470 + "matrix-sdk-base", 2471 + "matrix-sdk-common", 2472 + "matrix-sdk-indexeddb", 2473 + "matrix-sdk-sled", 2474 + "matrix-sdk-test", 2475 + "mime", 2476 + "once_cell", 2477 + "rand 0.8.5", 2478 + "reqwest", 2479 + "ruma", 2480 + "serde", 2481 + "serde_json", 2482 + "tempfile", 2483 + "thiserror", 2484 + "tokio", 2485 + "tokio-stream", 2486 + "tower", 2487 + "tracing", 2488 + "tracing-subscriber", 2489 + "url", 2490 + "wasm-bindgen-test", 2491 + "wasm-timer", 2492 + "wiremock", 2493 + "zeroize", 2494 + ] 2495 + 2496 + [[package]] 2497 + name = "matrix-sdk-appservice" 2498 + version = "0.1.0" 2499 + dependencies = [ 2500 + "axum", 2501 + "dashmap", 2502 + "http", 2503 + "http-body", 2504 + "hyper", 2505 + "matrix-sdk", 2506 + "matrix-sdk-test", 2507 + "regex", 2508 + "ruma", 2509 + "serde", 2510 + "serde_json", 2511 + "serde_yaml", 2512 + "thiserror", 2513 + "tokio", 2514 + "tower", 2515 + "tracing", 2516 + "tracing-subscriber", 2517 + "url", 2518 + "wiremock", 2519 + ] 2520 + 2521 + [[package]] 2522 + name = "matrix-sdk-base" 2523 + version = "0.6.1" 2524 + dependencies = [ 2525 + "assign", 2526 + "async-stream", 2527 + "async-trait", 2528 + "ctor", 2529 + "dashmap", 2530 + "futures", 2531 + "futures-channel", 2532 + "futures-core", 2533 + "futures-signals", 2534 + "futures-util", 2535 + "http", 2536 + "lru", 2537 + "matrix-sdk-common", 2538 + "matrix-sdk-crypto", 2539 + "matrix-sdk-store-encryption", 2540 + "matrix-sdk-test", 2541 + "once_cell", 2542 + "ruma", 2543 + "serde", 2544 + "serde_json", 2545 + "thiserror", 2546 + "tokio", 2547 + "tracing", 2548 + "tracing-subscriber", 2549 + "wasm-bindgen-test", 2550 + "zeroize", 2551 + ] 2552 + 2553 + [[package]] 2554 + name = "matrix-sdk-common" 2555 + version = "0.6.0" 2556 + dependencies = [ 2557 + "async-lock", 2558 + "futures-core", 2559 + "futures-util", 2560 + "instant", 2561 + "matrix-sdk-test", 2562 + "ruma", 2563 + "serde", 2564 + "tokio", 2565 + "wasm-bindgen-futures", 2566 + "wasm-bindgen-test", 2567 + "wasm-timer", 2568 + ] 2569 + 2570 + [[package]] 2571 + name = "matrix-sdk-crypto" 2572 + version = "0.6.0" 2573 + dependencies = [ 2574 + "aes", 2575 + "anyhow", 2576 + "async-trait", 2577 + "atomic", 2578 + "base64", 2579 + "bs58", 2580 + "byteorder", 2581 + "cfg-if", 2582 + "ctr", 2583 + "dashmap", 2584 + "event-listener", 2585 + "futures", 2586 + "futures-core", 2587 + "futures-signals", 2588 + "futures-util", 2589 + "hmac", 2590 + "http", 2591 + "indoc", 2592 + "matches", 2593 + "matrix-sdk-common", 2594 + "matrix-sdk-qrcode", 2595 + "matrix-sdk-test", 2596 + "olm-rs", 2597 + "pbkdf2", 2598 + "proptest", 2599 + "rand 0.8.5", 2600 + "ruma", 2601 + "serde", 2602 + "serde_json", 2603 + "sha2 0.10.3", 2604 + "thiserror", 2605 + "tokio", 2606 + "tracing", 2607 + "vodozemac", 2608 + "zeroize", 2609 + ] 2610 + 2611 + [[package]] 2612 + name = "matrix-sdk-crypto-ffi" 2613 + version = "0.1.0" 2614 + dependencies = [ 2615 + "anyhow", 2616 + "base64", 2617 + "hmac", 2618 + "http", 2619 + "js_int", 2620 + "matrix-sdk-common", 2621 + "matrix-sdk-crypto", 2622 + "matrix-sdk-sled", 2623 + "pbkdf2", 2624 + "rand 0.8.5", 2625 + "ruma", 2626 + "serde", 2627 + "serde_json", 2628 + "sha2 0.10.3", 2629 + "tempfile", 2630 + "thiserror", 2631 + "tokio", 2632 + "tracing", 2633 + "tracing-subscriber", 2634 + "uniffi", 2635 + "uniffi_build", 2636 + "uniffi_macros", 2637 + "vodozemac", 2638 + "zeroize", 2639 + ] 2640 + 2641 + [[package]] 2642 + name = "matrix-sdk-crypto-js" 2643 + version = "0.1.0-alpha.0" 2644 + dependencies = [ 2645 + "anyhow", 2646 + "console_error_panic_hook", 2647 + "http", 2648 + "js-sys", 2649 + "matrix-sdk-common", 2650 + "matrix-sdk-crypto", 2651 + "matrix-sdk-indexeddb", 2652 + "matrix-sdk-qrcode", 2653 + "ruma", 2654 + "serde_json", 2655 + "tracing", 2656 + "tracing-subscriber", 2657 + "vodozemac", 2658 + "wasm-bindgen", 2659 + "wasm-bindgen-futures", 2660 + "zeroize", 2661 + ] 2662 + 2663 + [[package]] 2664 + name = "matrix-sdk-crypto-nodejs" 2665 + version = "0.6.0" 2666 + dependencies = [ 2667 + "http", 2668 + "matrix-sdk-common", 2669 + "matrix-sdk-crypto", 2670 + "matrix-sdk-sled", 2671 + "napi", 2672 + "napi-build", 2673 + "napi-derive", 2674 + "ruma", 2675 + "serde_json", 2676 + "tracing-subscriber", 2677 + "vodozemac", 2678 + "zeroize", 2679 + ] 2680 + 2681 + [[package]] 2682 + name = "matrix-sdk-ffi" 2683 + version = "0.2.0" 2684 + dependencies = [ 2685 + "anyhow", 2686 + "extension-trait", 2687 + "futures-core", 2688 + "futures-signals", 2689 + "futures-util", 2690 + "matrix-sdk", 2691 + "once_cell", 2692 + "sanitize-filename-reader-friendly", 2693 + "serde", 2694 + "serde_json", 2695 + "thiserror", 2696 + "tokio", 2697 + "tokio-stream", 2698 + "tracing", 2699 + "tracing-subscriber", 2700 + "uniffi", 2701 + "uniffi_build", 2702 + "uniffi_macros", 2703 + ] 2704 + 2705 + [[package]] 2706 + name = "matrix-sdk-indexeddb" 2707 + version = "0.2.0" 2708 + dependencies = [ 2709 + "anyhow", 2710 + "async-trait", 2711 + "base64", 2712 + "dashmap", 2713 + "derive_builder", 2714 + "getrandom 0.2.7", 2715 + "gloo-utils", 2716 + "indexed_db_futures", 2717 + "js-sys", 2718 + "matrix-sdk-base", 2719 + "matrix-sdk-common", 2720 + "matrix-sdk-crypto", 2721 + "matrix-sdk-store-encryption", 2722 + "matrix-sdk-test", 2723 + "ruma", 2724 + "serde", 2725 + "serde_json", 2726 + "thiserror", 2727 + "tracing", 2728 + "uuid 1.1.2", 2729 + "wasm-bindgen", 2730 + "wasm-bindgen-test", 2731 + "web-sys", 2732 + ] 2733 + 2734 + [[package]] 2735 + name = "matrix-sdk-integration-testing" 2736 + version = "0.1.0" 2737 + dependencies = [ 2738 + "anyhow", 2739 + "assign", 2740 + "ctor", 2741 + "matrix-sdk", 2742 + "once_cell", 2743 + "tempfile", 2744 + "tokio", 2745 + "tracing", 2746 + "tracing-subscriber", 2747 + ] 2748 + 2749 + [[package]] 2750 + name = "matrix-sdk-qrcode" 2751 + version = "0.4.0" 2752 + dependencies = [ 2753 + "base64", 2754 + "byteorder", 2755 + "image 0.23.14", 2756 + "qrcode", 2757 + "ruma-common", 2758 + "thiserror", 2759 + "vodozemac", 2760 + ] 2761 + 2762 + [[package]] 2763 + name = "matrix-sdk-sled" 2764 + version = "0.2.0" 2765 + dependencies = [ 2766 + "async-stream", 2767 + "async-trait", 2768 + "dashmap", 2769 + "derive_builder", 2770 + "fs_extra", 2771 + "futures-core", 2772 + "futures-util", 2773 + "glob", 2774 + "matrix-sdk-base", 2775 + "matrix-sdk-common", 2776 + "matrix-sdk-crypto", 2777 + "matrix-sdk-store-encryption", 2778 + "matrix-sdk-test", 2779 + "once_cell", 2780 + "ruma", 2781 + "serde", 2782 + "serde_json", 2783 + "sled", 2784 + "tempfile", 2785 + "thiserror", 2786 + "tokio", 2787 + "tracing", 2788 + ] 2789 + 2790 + [[package]] 2791 + name = "matrix-sdk-store-encryption" 2792 + version = "0.2.0" 2793 + dependencies = [ 2794 + "anyhow", 2795 + "blake3", 2796 + "chacha20poly1305", 2797 + "displaydoc", 2798 + "getrandom 0.2.7", 2799 + "hmac", 2800 + "pbkdf2", 2801 + "rand 0.8.5", 2802 + "serde", 2803 + "serde_json", 2804 + "sha2 0.10.3", 2805 + "thiserror", 2806 + "zeroize", 2807 + ] 2808 + 2809 + [[package]] 2810 + name = "matrix-sdk-test" 2811 + version = "0.6.0" 2812 + dependencies = [ 2813 + "http", 2814 + "matrix-sdk-test-macros", 2815 + "once_cell", 2816 + "ruma", 2817 + "serde", 2818 + "serde_json", 2819 + "tokio", 2820 + "wasm-bindgen-test", 2821 + ] 2822 + 2823 + [[package]] 2824 + name = "matrix-sdk-test-macros" 2825 + version = "0.3.0" 2826 + dependencies = [ 2827 + "proc-macro2", 2828 + "quote", 2829 + "syn", 2830 + ] 2831 + 2832 + [[package]] 2833 + name = "memchr" 2834 + version = "2.5.0" 2835 + source = "registry+https://github.com/rust-lang/crates.io-index" 2836 + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 2837 + 2838 + [[package]] 2839 + name = "memmap2" 2840 + version = "0.5.7" 2841 + source = "registry+https://github.com/rust-lang/crates.io-index" 2842 + checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498" 2843 + dependencies = [ 2844 + "libc", 2845 + ] 2846 + 2847 + [[package]] 2848 + name = "memoffset" 2849 + version = "0.6.5" 2850 + source = "registry+https://github.com/rust-lang/crates.io-index" 2851 + checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 2852 + dependencies = [ 2853 + "autocfg", 2854 + ] 2855 + 2856 + [[package]] 2857 + name = "mime" 2858 + version = "0.3.16" 2859 + source = "registry+https://github.com/rust-lang/crates.io-index" 2860 + checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 2861 + 2862 + [[package]] 2863 + name = "mime_guess" 2864 + version = "2.0.4" 2865 + source = "registry+https://github.com/rust-lang/crates.io-index" 2866 + checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 2867 + dependencies = [ 2868 + "mime", 2869 + "unicase", 2870 + ] 2871 + 2872 + [[package]] 2873 + name = "minimal-lexical" 2874 + version = "0.2.1" 2875 + source = "registry+https://github.com/rust-lang/crates.io-index" 2876 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2877 + 2878 + [[package]] 2879 + name = "miniz_oxide" 2880 + version = "0.3.7" 2881 + source = "registry+https://github.com/rust-lang/crates.io-index" 2882 + checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435" 2883 + dependencies = [ 2884 + "adler32", 2885 + ] 2886 + 2887 + [[package]] 2888 + name = "miniz_oxide" 2889 + version = "0.4.4" 2890 + source = "registry+https://github.com/rust-lang/crates.io-index" 2891 + checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" 2892 + dependencies = [ 2893 + "adler", 2894 + "autocfg", 2895 + ] 2896 + 2897 + [[package]] 2898 + name = "miniz_oxide" 2899 + version = "0.5.3" 2900 + source = "registry+https://github.com/rust-lang/crates.io-index" 2901 + checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" 2902 + dependencies = [ 2903 + "adler", 2904 + ] 2905 + 2906 + [[package]] 2907 + name = "mio" 2908 + version = "0.8.4" 2909 + source = "registry+https://github.com/rust-lang/crates.io-index" 2910 + checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf" 2911 + dependencies = [ 2912 + "libc", 2913 + "log", 2914 + "wasi 0.11.0+wasi-snapshot-preview1", 2915 + "windows-sys", 2916 + ] 2917 + 2918 + [[package]] 2919 + name = "napi" 2920 + version = "2.9.1" 2921 + source = "registry+https://github.com/rust-lang/crates.io-index" 2922 + checksum = "743fece4c26c5132f8559080145fde9ba88700c0f1aa30a1ab3e057ab105814d" 2923 + dependencies = [ 2924 + "bitflags", 2925 + "ctor", 2926 + "napi-sys", 2927 + "once_cell", 2928 + "thread_local", 2929 + "tokio", 2930 + ] 2931 + 2932 + [[package]] 2933 + name = "napi-build" 2934 + version = "2.0.1" 2935 + source = "registry+https://github.com/rust-lang/crates.io-index" 2936 + checksum = "882a73d9ef23e8dc2ebbffb6a6ae2ef467c0f18ac10711e4cc59c5485d41df0e" 2937 + 2938 + [[package]] 2939 + name = "napi-derive" 2940 + version = "2.9.1" 2941 + source = "registry+https://github.com/rust-lang/crates.io-index" 2942 + checksum = "39f3d8b02ef355898ea98f69082d9a183c8701c836942c2daf3e92364e88a0fa" 2943 + dependencies = [ 2944 + "convert_case", 2945 + "napi-derive-backend", 2946 + "proc-macro2", 2947 + "quote", 2948 + "syn", 2949 + ] 2950 + 2951 + [[package]] 2952 + name = "napi-derive-backend" 2953 + version = "1.0.38" 2954 + source = "registry+https://github.com/rust-lang/crates.io-index" 2955 + checksum = "6c35640513eb442fcbd1653a1c112fb6b2cc12b54d82f9c141f5859c721cab36" 2956 + dependencies = [ 2957 + "convert_case", 2958 + "once_cell", 2959 + "proc-macro2", 2960 + "quote", 2961 + "regex", 2962 + "syn", 2963 + ] 2964 + 2965 + [[package]] 2966 + name = "napi-sys" 2967 + version = "2.2.2" 2968 + source = "registry+https://github.com/rust-lang/crates.io-index" 2969 + checksum = "529671ebfae679f2ce9630b62dd53c72c56b3eb8b2c852e7e2fa91704ff93d67" 2970 + dependencies = [ 2971 + "libloading", 2972 + ] 2973 + 2974 + [[package]] 2975 + name = "native-tls" 2976 + version = "0.2.10" 2977 + source = "registry+https://github.com/rust-lang/crates.io-index" 2978 + checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9" 2979 + dependencies = [ 2980 + "lazy_static", 2981 + "libc", 2982 + "log", 2983 + "openssl", 2984 + "openssl-probe", 2985 + "openssl-sys", 2986 + "schannel", 2987 + "security-framework", 2988 + "security-framework-sys", 2989 + "tempfile", 2990 + ] 2991 + 2992 + [[package]] 2993 + name = "ndk-context" 2994 + version = "0.1.1" 2995 + source = "registry+https://github.com/rust-lang/crates.io-index" 2996 + checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2997 + 2998 + [[package]] 2999 + name = "nibble_vec" 3000 + version = "0.1.0" 3001 + source = "registry+https://github.com/rust-lang/crates.io-index" 3002 + checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 3003 + dependencies = [ 3004 + "smallvec", 3005 + ] 3006 + 3007 + [[package]] 3008 + name = "nix" 3009 + version = "0.24.2" 3010 + source = "registry+https://github.com/rust-lang/crates.io-index" 3011 + checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc" 3012 + dependencies = [ 3013 + "bitflags", 3014 + "cfg-if", 3015 + "libc", 3016 + ] 3017 + 3018 + [[package]] 3019 + name = "nodrop" 3020 + version = "0.1.14" 3021 + source = "registry+https://github.com/rust-lang/crates.io-index" 3022 + checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 3023 + 3024 + [[package]] 3025 + name = "nom" 3026 + version = "7.1.1" 3027 + source = "registry+https://github.com/rust-lang/crates.io-index" 3028 + checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" 3029 + dependencies = [ 3030 + "memchr", 3031 + "minimal-lexical", 3032 + ] 3033 + 3034 + [[package]] 3035 + name = "nu-ansi-term" 3036 + version = "0.46.0" 3037 + source = "registry+https://github.com/rust-lang/crates.io-index" 3038 + checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 3039 + dependencies = [ 3040 + "overload", 3041 + "winapi", 3042 + ] 3043 + 3044 + [[package]] 3045 + name = "num-format" 3046 + version = "0.4.0" 3047 + source = "registry+https://github.com/rust-lang/crates.io-index" 3048 + checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465" 3049 + dependencies = [ 3050 + "arrayvec 0.4.12", 3051 + "itoa 0.4.8", 3052 + ] 3053 + 3054 + [[package]] 3055 + name = "num-integer" 3056 + version = "0.1.45" 3057 + source = "registry+https://github.com/rust-lang/crates.io-index" 3058 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 3059 + dependencies = [ 3060 + "autocfg", 3061 + "num-traits", 3062 + ] 3063 + 3064 + [[package]] 3065 + name = "num-iter" 3066 + version = "0.1.43" 3067 + source = "registry+https://github.com/rust-lang/crates.io-index" 3068 + checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" 3069 + dependencies = [ 3070 + "autocfg", 3071 + "num-integer", 3072 + "num-traits", 3073 + ] 3074 + 3075 + [[package]] 3076 + name = "num-rational" 3077 + version = "0.3.2" 3078 + source = "registry+https://github.com/rust-lang/crates.io-index" 3079 + checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07" 3080 + dependencies = [ 3081 + "autocfg", 3082 + "num-integer", 3083 + "num-traits", 3084 + ] 3085 + 3086 + [[package]] 3087 + name = "num-rational" 3088 + version = "0.4.1" 3089 + source = "registry+https://github.com/rust-lang/crates.io-index" 3090 + checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 3091 + dependencies = [ 3092 + "autocfg", 3093 + "num-integer", 3094 + "num-traits", 3095 + ] 3096 + 3097 + [[package]] 3098 + name = "num-traits" 3099 + version = "0.2.15" 3100 + source = "registry+https://github.com/rust-lang/crates.io-index" 3101 + checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 3102 + dependencies = [ 3103 + "autocfg", 3104 + ] 3105 + 3106 + [[package]] 3107 + name = "num_cpus" 3108 + version = "1.13.1" 3109 + source = "registry+https://github.com/rust-lang/crates.io-index" 3110 + checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 3111 + dependencies = [ 3112 + "hermit-abi", 3113 + "libc", 3114 + ] 3115 + 3116 + [[package]] 3117 + name = "num_threads" 3118 + version = "0.1.6" 3119 + source = "registry+https://github.com/rust-lang/crates.io-index" 3120 + checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 3121 + dependencies = [ 3122 + "libc", 3123 + ] 3124 + 3125 + [[package]] 3126 + name = "object" 3127 + version = "0.29.0" 3128 + source = "registry+https://github.com/rust-lang/crates.io-index" 3129 + checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" 3130 + dependencies = [ 3131 + "memchr", 3132 + ] 3133 + 3134 + [[package]] 3135 + name = "olm-rs" 3136 + version = "2.2.0" 3137 + source = "registry+https://github.com/rust-lang/crates.io-index" 3138 + checksum = "dd6c2c7054110ce4d7b4756d7b7fe507fea9413968ad0ef8f1d043d504aec725" 3139 + dependencies = [ 3140 + "getrandom 0.2.7", 3141 + "olm-sys", 3142 + "serde", 3143 + "serde_json", 3144 + "zeroize", 3145 + ] 3146 + 3147 + [[package]] 3148 + name = "olm-sys" 3149 + version = "1.3.2" 3150 + source = "registry+https://github.com/rust-lang/crates.io-index" 3151 + checksum = "2afecf25624989021f9f0f157f7152102fd147b89445d08449739f216002d339" 3152 + dependencies = [ 3153 + "cmake", 3154 + "fs_extra", 3155 + ] 3156 + 3157 + [[package]] 3158 + name = "once_cell" 3159 + version = "1.13.1" 3160 + source = "registry+https://github.com/rust-lang/crates.io-index" 3161 + checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e" 3162 + 3163 + [[package]] 3164 + name = "oorandom" 3165 + version = "11.1.3" 3166 + source = "registry+https://github.com/rust-lang/crates.io-index" 3167 + checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 3168 + 3169 + [[package]] 3170 + name = "opaque-debug" 3171 + version = "0.3.0" 3172 + source = "registry+https://github.com/rust-lang/crates.io-index" 3173 + checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 3174 + 3175 + [[package]] 3176 + name = "openssl" 3177 + version = "0.10.41" 3178 + source = "registry+https://github.com/rust-lang/crates.io-index" 3179 + checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0" 3180 + dependencies = [ 3181 + "bitflags", 3182 + "cfg-if", 3183 + "foreign-types", 3184 + "libc", 3185 + "once_cell", 3186 + "openssl-macros", 3187 + "openssl-sys", 3188 + ] 3189 + 3190 + [[package]] 3191 + name = "openssl-macros" 3192 + version = "0.1.0" 3193 + source = "registry+https://github.com/rust-lang/crates.io-index" 3194 + checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 3195 + dependencies = [ 3196 + "proc-macro2", 3197 + "quote", 3198 + "syn", 3199 + ] 3200 + 3201 + [[package]] 3202 + name = "openssl-probe" 3203 + version = "0.1.5" 3204 + source = "registry+https://github.com/rust-lang/crates.io-index" 3205 + checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 3206 + 3207 + [[package]] 3208 + name = "openssl-sys" 3209 + version = "0.9.75" 3210 + source = "registry+https://github.com/rust-lang/crates.io-index" 3211 + checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f" 3212 + dependencies = [ 3213 + "autocfg", 3214 + "cc", 3215 + "libc", 3216 + "pkg-config", 3217 + "vcpkg", 3218 + ] 3219 + 3220 + [[package]] 3221 + name = "os_str_bytes" 3222 + version = "6.3.0" 3223 + source = "registry+https://github.com/rust-lang/crates.io-index" 3224 + checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" 3225 + 3226 + [[package]] 3227 + name = "overload" 3228 + version = "0.1.1" 3229 + source = "registry+https://github.com/rust-lang/crates.io-index" 3230 + checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3231 + 3232 + [[package]] 3233 + name = "parking" 3234 + version = "2.0.0" 3235 + source = "registry+https://github.com/rust-lang/crates.io-index" 3236 + checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" 3237 + 3238 + [[package]] 3239 + name = "parking_lot" 3240 + version = "0.11.2" 3241 + source = "registry+https://github.com/rust-lang/crates.io-index" 3242 + checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 3243 + dependencies = [ 3244 + "instant", 3245 + "lock_api", 3246 + "parking_lot_core 0.8.5", 3247 + ] 3248 + 3249 + [[package]] 3250 + name = "parking_lot" 3251 + version = "0.12.1" 3252 + source = "registry+https://github.com/rust-lang/crates.io-index" 3253 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 3254 + dependencies = [ 3255 + "lock_api", 3256 + "parking_lot_core 0.9.3", 3257 + ] 3258 + 3259 + [[package]] 3260 + name = "parking_lot_core" 3261 + version = "0.8.5" 3262 + source = "registry+https://github.com/rust-lang/crates.io-index" 3263 + checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" 3264 + dependencies = [ 3265 + "cfg-if", 3266 + "instant", 3267 + "libc", 3268 + "redox_syscall", 3269 + "smallvec", 3270 + "winapi", 3271 + ] 3272 + 3273 + [[package]] 3274 + name = "parking_lot_core" 3275 + version = "0.9.3" 3276 + source = "registry+https://github.com/rust-lang/crates.io-index" 3277 + checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929" 3278 + dependencies = [ 3279 + "cfg-if", 3280 + "libc", 3281 + "redox_syscall", 3282 + "smallvec", 3283 + "windows-sys", 3284 + ] 3285 + 3286 + [[package]] 3287 + name = "password-hash" 3288 + version = "0.4.2" 3289 + source = "registry+https://github.com/rust-lang/crates.io-index" 3290 + checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" 3291 + dependencies = [ 3292 + "base64ct", 3293 + "rand_core 0.6.3", 3294 + "subtle", 3295 + ] 3296 + 3297 + [[package]] 3298 + name = "paste" 3299 + version = "1.0.9" 3300 + source = "registry+https://github.com/rust-lang/crates.io-index" 3301 + checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1" 3302 + 3303 + [[package]] 3304 + name = "pbkdf2" 3305 + version = "0.11.0" 3306 + source = "registry+https://github.com/rust-lang/crates.io-index" 3307 + checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" 3308 + dependencies = [ 3309 + "digest 0.10.3", 3310 + "hmac", 3311 + "password-hash", 3312 + "sha2 0.10.3", 3313 + ] 3314 + 3315 + [[package]] 3316 + name = "percent-encoding" 3317 + version = "2.2.0" 3318 + source = "registry+https://github.com/rust-lang/crates.io-index" 3319 + checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 3320 + 3321 + [[package]] 3322 + name = "pin-project" 3323 + version = "1.0.12" 3324 + source = "registry+https://github.com/rust-lang/crates.io-index" 3325 + checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 3326 + dependencies = [ 3327 + "pin-project-internal", 3328 + ] 3329 + 3330 + [[package]] 3331 + name = "pin-project-internal" 3332 + version = "1.0.12" 3333 + source = "registry+https://github.com/rust-lang/crates.io-index" 3334 + checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 3335 + dependencies = [ 3336 + "proc-macro2", 3337 + "quote", 3338 + "syn", 3339 + ] 3340 + 3341 + [[package]] 3342 + name = "pin-project-lite" 3343 + version = "0.2.9" 3344 + source = "registry+https://github.com/rust-lang/crates.io-index" 3345 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 3346 + 3347 + [[package]] 3348 + name = "pin-utils" 3349 + version = "0.1.0" 3350 + source = "registry+https://github.com/rust-lang/crates.io-index" 3351 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3352 + 3353 + [[package]] 3354 + name = "pkcs7" 3355 + version = "0.3.0" 3356 + source = "registry+https://github.com/rust-lang/crates.io-index" 3357 + checksum = "1f7364e6d0e236473de91e042395d71e0e64715f99a60620b014a4a4c7d1619b" 3358 + dependencies = [ 3359 + "der", 3360 + "spki", 3361 + ] 3362 + 3363 + [[package]] 3364 + name = "pkg-config" 3365 + version = "0.3.25" 3366 + source = "registry+https://github.com/rust-lang/crates.io-index" 3367 + checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" 3368 + 3369 + [[package]] 3370 + name = "plain" 3371 + version = "0.2.3" 3372 + source = "registry+https://github.com/rust-lang/crates.io-index" 3373 + checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 3374 + 3375 + [[package]] 3376 + name = "plotters" 3377 + version = "0.3.3" 3378 + source = "registry+https://github.com/rust-lang/crates.io-index" 3379 + checksum = "716b4eeb6c4a1d3ecc956f75b43ec2e8e8ba80026413e70a3f41fd3313d3492b" 3380 + dependencies = [ 3381 + "num-traits", 3382 + "plotters-backend", 3383 + "plotters-svg", 3384 + "wasm-bindgen", 3385 + "web-sys", 3386 + ] 3387 + 3388 + [[package]] 3389 + name = "plotters-backend" 3390 + version = "0.3.4" 3391 + source = "registry+https://github.com/rust-lang/crates.io-index" 3392 + checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" 3393 + 3394 + [[package]] 3395 + name = "plotters-svg" 3396 + version = "0.3.3" 3397 + source = "registry+https://github.com/rust-lang/crates.io-index" 3398 + checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" 3399 + dependencies = [ 3400 + "plotters-backend", 3401 + ] 3402 + 3403 + [[package]] 3404 + name = "png" 3405 + version = "0.16.8" 3406 + source = "registry+https://github.com/rust-lang/crates.io-index" 3407 + checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6" 3408 + dependencies = [ 3409 + "bitflags", 3410 + "crc32fast", 3411 + "deflate 0.8.6", 3412 + "miniz_oxide 0.3.7", 3413 + ] 3414 + 3415 + [[package]] 3416 + name = "png" 3417 + version = "0.17.5" 3418 + source = "registry+https://github.com/rust-lang/crates.io-index" 3419 + checksum = "dc38c0ad57efb786dd57b9864e5b18bae478c00c824dc55a38bbc9da95dde3ba" 3420 + dependencies = [ 3421 + "bitflags", 3422 + "crc32fast", 3423 + "deflate 1.0.0", 3424 + "miniz_oxide 0.5.3", 3425 + ] 3426 + 3427 + [[package]] 3428 + name = "poly1305" 3429 + version = "0.7.2" 3430 + source = "registry+https://github.com/rust-lang/crates.io-index" 3431 + checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede" 3432 + dependencies = [ 3433 + "cpufeatures", 3434 + "opaque-debug", 3435 + "universal-hash", 3436 + ] 3437 + 3438 + [[package]] 3439 + name = "pprof" 3440 + version = "0.10.1" 3441 + source = "registry+https://github.com/rust-lang/crates.io-index" 3442 + checksum = "d6472bfed9475542ac46c518734a8d06d71b0f6cb2c17f904aa301711a57786f" 3443 + dependencies = [ 3444 + "backtrace", 3445 + "cfg-if", 3446 + "criterion", 3447 + "findshlibs", 3448 + "inferno", 3449 + "libc", 3450 + "log", 3451 + "nix", 3452 + "once_cell", 3453 + "parking_lot 0.12.1", 3454 + "smallvec", 3455 + "symbolic-demangle", 3456 + "tempfile", 3457 + "thiserror", 3458 + ] 3459 + 3460 + [[package]] 3461 + name = "ppv-lite86" 3462 + version = "0.2.16" 3463 + source = "registry+https://github.com/rust-lang/crates.io-index" 3464 + checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 3465 + 3466 + [[package]] 3467 + name = "proc-macro-crate" 3468 + version = "1.2.1" 3469 + source = "registry+https://github.com/rust-lang/crates.io-index" 3470 + checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9" 3471 + dependencies = [ 3472 + "once_cell", 3473 + "thiserror", 3474 + "toml", 3475 + ] 3476 + 3477 + [[package]] 3478 + name = "proc-macro-error" 3479 + version = "1.0.4" 3480 + source = "registry+https://github.com/rust-lang/crates.io-index" 3481 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3482 + dependencies = [ 3483 + "proc-macro-error-attr", 3484 + "proc-macro2", 3485 + "quote", 3486 + "syn", 3487 + "version_check", 3488 + ] 3489 + 3490 + [[package]] 3491 + name = "proc-macro-error-attr" 3492 + version = "1.0.4" 3493 + source = "registry+https://github.com/rust-lang/crates.io-index" 3494 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3495 + dependencies = [ 3496 + "proc-macro2", 3497 + "quote", 3498 + "version_check", 3499 + ] 3500 + 3501 + [[package]] 3502 + name = "proc-macro2" 3503 + version = "1.0.43" 3504 + source = "registry+https://github.com/rust-lang/crates.io-index" 3505 + checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" 3506 + dependencies = [ 3507 + "unicode-ident", 3508 + ] 3509 + 3510 + [[package]] 3511 + name = "proptest" 3512 + version = "1.0.0" 3513 + source = "registry+https://github.com/rust-lang/crates.io-index" 3514 + checksum = "1e0d9cc07f18492d879586c92b485def06bc850da3118075cd45d50e9c95b0e5" 3515 + dependencies = [ 3516 + "bitflags", 3517 + "byteorder", 3518 + "lazy_static", 3519 + "num-traits", 3520 + "quick-error", 3521 + "rand 0.8.5", 3522 + "rand_chacha 0.3.1", 3523 + "rand_xorshift", 3524 + "regex-syntax", 3525 + ] 3526 + 3527 + [[package]] 3528 + name = "prost" 3529 + version = "0.11.0" 3530 + source = "registry+https://github.com/rust-lang/crates.io-index" 3531 + checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7" 3532 + dependencies = [ 3533 + "bytes", 3534 + "prost-derive", 3535 + ] 3536 + 3537 + [[package]] 3538 + name = "prost-derive" 3539 + version = "0.11.0" 3540 + source = "registry+https://github.com/rust-lang/crates.io-index" 3541 + checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364" 3542 + dependencies = [ 3543 + "anyhow", 3544 + "itertools", 3545 + "proc-macro2", 3546 + "quote", 3547 + "syn", 3548 + ] 3549 + 3550 + [[package]] 3551 + name = "pulldown-cmark" 3552 + version = "0.9.2" 3553 + source = "registry+https://github.com/rust-lang/crates.io-index" 3554 + checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63" 3555 + dependencies = [ 3556 + "bitflags", 3557 + "memchr", 3558 + "unicase", 3559 + ] 3560 + 3561 + [[package]] 3562 + name = "qrcode" 3563 + version = "0.12.0" 3564 + source = "registry+https://github.com/rust-lang/crates.io-index" 3565 + checksum = "16d2f1455f3630c6e5107b4f2b94e74d76dea80736de0981fd27644216cff57f" 3566 + dependencies = [ 3567 + "checked_int_cast", 3568 + "image 0.23.14", 3569 + ] 3570 + 3571 + [[package]] 3572 + name = "quick-error" 3573 + version = "2.0.1" 3574 + source = "registry+https://github.com/rust-lang/crates.io-index" 3575 + checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 3576 + 3577 + [[package]] 3578 + name = "quick-xml" 3579 + version = "0.23.0" 3580 + source = "registry+https://github.com/rust-lang/crates.io-index" 3581 + checksum = "9279fbdacaad3baf559d8cabe0acc3d06e30ea14931af31af79578ac0946decc" 3582 + dependencies = [ 3583 + "memchr", 3584 + ] 3585 + 3586 + [[package]] 3587 + name = "quote" 3588 + version = "1.0.21" 3589 + source = "registry+https://github.com/rust-lang/crates.io-index" 3590 + checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 3591 + dependencies = [ 3592 + "proc-macro2", 3593 + ] 3594 + 3595 + [[package]] 3596 + name = "radix_trie" 3597 + version = "0.2.1" 3598 + source = "registry+https://github.com/rust-lang/crates.io-index" 3599 + checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 3600 + dependencies = [ 3601 + "endian-type", 3602 + "nibble_vec", 3603 + ] 3604 + 3605 + [[package]] 3606 + name = "rand" 3607 + version = "0.7.3" 3608 + source = "registry+https://github.com/rust-lang/crates.io-index" 3609 + checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 3610 + dependencies = [ 3611 + "getrandom 0.1.16", 3612 + "libc", 3613 + "rand_chacha 0.2.2", 3614 + "rand_core 0.5.1", 3615 + "rand_hc", 3616 + ] 3617 + 3618 + [[package]] 3619 + name = "rand" 3620 + version = "0.8.5" 3621 + source = "registry+https://github.com/rust-lang/crates.io-index" 3622 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3623 + dependencies = [ 3624 + "libc", 3625 + "rand_chacha 0.3.1", 3626 + "rand_core 0.6.3", 3627 + ] 3628 + 3629 + [[package]] 3630 + name = "rand_chacha" 3631 + version = "0.2.2" 3632 + source = "registry+https://github.com/rust-lang/crates.io-index" 3633 + checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 3634 + dependencies = [ 3635 + "ppv-lite86", 3636 + "rand_core 0.5.1", 3637 + ] 3638 + 3639 + [[package]] 3640 + name = "rand_chacha" 3641 + version = "0.3.1" 3642 + source = "registry+https://github.com/rust-lang/crates.io-index" 3643 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3644 + dependencies = [ 3645 + "ppv-lite86", 3646 + "rand_core 0.6.3", 3647 + ] 3648 + 3649 + [[package]] 3650 + name = "rand_core" 3651 + version = "0.5.1" 3652 + source = "registry+https://github.com/rust-lang/crates.io-index" 3653 + checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 3654 + dependencies = [ 3655 + "getrandom 0.1.16", 3656 + ] 3657 + 3658 + [[package]] 3659 + name = "rand_core" 3660 + version = "0.6.3" 3661 + source = "registry+https://github.com/rust-lang/crates.io-index" 3662 + checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 3663 + dependencies = [ 3664 + "getrandom 0.2.7", 3665 + ] 3666 + 3667 + [[package]] 3668 + name = "rand_hc" 3669 + version = "0.2.0" 3670 + source = "registry+https://github.com/rust-lang/crates.io-index" 3671 + checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 3672 + dependencies = [ 3673 + "rand_core 0.5.1", 3674 + ] 3675 + 3676 + [[package]] 3677 + name = "rand_xorshift" 3678 + version = "0.3.0" 3679 + source = "registry+https://github.com/rust-lang/crates.io-index" 3680 + checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 3681 + dependencies = [ 3682 + "rand_core 0.6.3", 3683 + ] 3684 + 3685 + [[package]] 3686 + name = "rayon" 3687 + version = "1.5.3" 3688 + source = "registry+https://github.com/rust-lang/crates.io-index" 3689 + checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" 3690 + dependencies = [ 3691 + "autocfg", 3692 + "crossbeam-deque", 3693 + "either", 3694 + "rayon-core", 3695 + ] 3696 + 3697 + [[package]] 3698 + name = "rayon-core" 3699 + version = "1.9.3" 3700 + source = "registry+https://github.com/rust-lang/crates.io-index" 3701 + checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" 3702 + dependencies = [ 3703 + "crossbeam-channel", 3704 + "crossbeam-deque", 3705 + "crossbeam-utils", 3706 + "num_cpus", 3707 + ] 3708 + 3709 + [[package]] 3710 + name = "redox_syscall" 3711 + version = "0.2.16" 3712 + source = "registry+https://github.com/rust-lang/crates.io-index" 3713 + checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 3714 + dependencies = [ 3715 + "bitflags", 3716 + ] 3717 + 3718 + [[package]] 3719 + name = "redox_users" 3720 + version = "0.4.3" 3721 + source = "registry+https://github.com/rust-lang/crates.io-index" 3722 + checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 3723 + dependencies = [ 3724 + "getrandom 0.2.7", 3725 + "redox_syscall", 3726 + "thiserror", 3727 + ] 3728 + 3729 + [[package]] 3730 + name = "regex" 3731 + version = "1.6.0" 3732 + source = "registry+https://github.com/rust-lang/crates.io-index" 3733 + checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" 3734 + dependencies = [ 3735 + "aho-corasick", 3736 + "memchr", 3737 + "regex-syntax", 3738 + ] 3739 + 3740 + [[package]] 3741 + name = "regex-automata" 3742 + version = "0.1.10" 3743 + source = "registry+https://github.com/rust-lang/crates.io-index" 3744 + checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 3745 + dependencies = [ 3746 + "regex-syntax", 3747 + ] 3748 + 3749 + [[package]] 3750 + name = "regex-syntax" 3751 + version = "0.6.27" 3752 + source = "registry+https://github.com/rust-lang/crates.io-index" 3753 + checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" 3754 + 3755 + [[package]] 3756 + name = "remove_dir_all" 3757 + version = "0.5.3" 3758 + source = "registry+https://github.com/rust-lang/crates.io-index" 3759 + checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 3760 + dependencies = [ 3761 + "winapi", 3762 + ] 3763 + 3764 + [[package]] 3765 + name = "reqwest" 3766 + version = "0.11.11" 3767 + source = "registry+https://github.com/rust-lang/crates.io-index" 3768 + checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92" 3769 + dependencies = [ 3770 + "base64", 3771 + "bytes", 3772 + "encoding_rs", 3773 + "futures-core", 3774 + "futures-util", 3775 + "h2", 3776 + "http", 3777 + "http-body", 3778 + "hyper", 3779 + "hyper-rustls", 3780 + "hyper-tls", 3781 + "ipnet", 3782 + "js-sys", 3783 + "lazy_static", 3784 + "log", 3785 + "mime", 3786 + "native-tls", 3787 + "percent-encoding", 3788 + "pin-project-lite", 3789 + "rustls", 3790 + "rustls-pemfile", 3791 + "serde", 3792 + "serde_json", 3793 + "serde_urlencoded", 3794 + "tokio", 3795 + "tokio-native-tls", 3796 + "tokio-rustls", 3797 + "tokio-socks", 3798 + "tower-service", 3799 + "url", 3800 + "wasm-bindgen", 3801 + "wasm-bindgen-futures", 3802 + "web-sys", 3803 + "webpki-roots", 3804 + "winreg", 3805 + ] 3806 + 3807 + [[package]] 3808 + name = "retain_mut" 3809 + version = "0.1.9" 3810 + source = "registry+https://github.com/rust-lang/crates.io-index" 3811 + checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0" 3812 + 3813 + [[package]] 3814 + name = "rgb" 3815 + version = "0.8.33" 3816 + source = "registry+https://github.com/rust-lang/crates.io-index" 3817 + checksum = "c3b221de559e4a29df3b957eec92bc0de6bc8eaf6ca9cfed43e5e1d67ff65a34" 3818 + dependencies = [ 3819 + "bytemuck", 3820 + ] 3821 + 3822 + [[package]] 3823 + name = "ring" 3824 + version = "0.16.20" 3825 + source = "registry+https://github.com/rust-lang/crates.io-index" 3826 + checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 3827 + dependencies = [ 3828 + "cc", 3829 + "libc", 3830 + "once_cell", 3831 + "spin", 3832 + "untrusted", 3833 + "web-sys", 3834 + "winapi", 3835 + ] 3836 + 3837 + [[package]] 3838 + name = "ruma" 3839 + version = "0.7.4" 3840 + source = "registry+https://github.com/rust-lang/crates.io-index" 3841 + checksum = "8dc348e3a4a18abc4e97fffa5e2e623f6edd50ba3a1dd5f47eb249fea713b69f" 3842 + dependencies = [ 3843 + "assign", 3844 + "js_int", 3845 + "js_option", 3846 + "ruma-appservice-api", 3847 + "ruma-client-api", 3848 + "ruma-common", 3849 + "ruma-federation-api", 3850 + ] 3851 + 3852 + [[package]] 3853 + name = "ruma-appservice-api" 3854 + version = "0.7.0" 3855 + source = "registry+https://github.com/rust-lang/crates.io-index" 3856 + checksum = "d4f8cecdd4e2729656fc4126b6b5b218834d4025e0ed0e5063087a0231098a5c" 3857 + dependencies = [ 3858 + "ruma-common", 3859 + "serde", 3860 + "serde_json", 3861 + ] 3862 + 3863 + [[package]] 3864 + name = "ruma-client-api" 3865 + version = "0.15.3" 3866 + source = "registry+https://github.com/rust-lang/crates.io-index" 3867 + checksum = "d1e72bc731b4dc8b569aa83915f13e419144b67110d858c65bb74aa05e2dc4b7" 3868 + dependencies = [ 3869 + "assign", 3870 + "bytes", 3871 + "http", 3872 + "js_int", 3873 + "maplit", 3874 + "percent-encoding", 3875 + "ruma-common", 3876 + "serde", 3877 + "serde_json", 3878 + ] 3879 + 3880 + [[package]] 3881 + name = "ruma-common" 3882 + version = "0.10.5" 3883 + source = "registry+https://github.com/rust-lang/crates.io-index" 3884 + checksum = "716889595f4edc3cfeb94d9f122e413f73e37d7d80ea1c14196e1004241a3889" 3885 + dependencies = [ 3886 + "base64", 3887 + "bytes", 3888 + "form_urlencoded", 3889 + "getrandom 0.2.7", 3890 + "http", 3891 + "indexmap", 3892 + "itoa 1.0.3", 3893 + "js-sys", 3894 + "js_int", 3895 + "js_option", 3896 + "percent-encoding", 3897 + "pulldown-cmark", 3898 + "rand 0.8.5", 3899 + "regex", 3900 + "ruma-identifiers-validation", 3901 + "ruma-macros", 3902 + "serde", 3903 + "serde_json", 3904 + "thiserror", 3905 + "tracing", 3906 + "url", 3907 + "uuid 1.1.2", 3908 + "wildmatch", 3909 + ] 3910 + 3911 + [[package]] 3912 + name = "ruma-federation-api" 3913 + version = "0.6.0" 3914 + source = "registry+https://github.com/rust-lang/crates.io-index" 3915 + checksum = "9f905d12f6144c7a754bd0339fa6893698c03d03a908abb20cc6eeb4ec7f9466" 3916 + dependencies = [ 3917 + "js_int", 3918 + "ruma-common", 3919 + "serde", 3920 + "serde_json", 3921 + ] 3922 + 3923 + [[package]] 3924 + name = "ruma-identifiers-validation" 3925 + version = "0.9.0" 3926 + source = "registry+https://github.com/rust-lang/crates.io-index" 3927 + checksum = "eabac62d16465a87435579c779d74dceabb93b09e44c766af6085050f3cc4275" 3928 + dependencies = [ 3929 + "js_int", 3930 + "thiserror", 3931 + ] 3932 + 3933 + [[package]] 3934 + name = "ruma-macros" 3935 + version = "0.10.5" 3936 + source = "registry+https://github.com/rust-lang/crates.io-index" 3937 + checksum = "0f82e91eb61cd86d9287303133ee55b54618eccb75a522cc22a42c15f5bda340" 3938 + dependencies = [ 3939 + "once_cell", 3940 + "proc-macro-crate", 3941 + "proc-macro2", 3942 + "quote", 3943 + "ruma-identifiers-validation", 3944 + "serde", 3945 + "syn", 3946 + "toml", 3947 + ] 3948 + 3949 + [[package]] 3950 + name = "rustc-demangle" 3951 + version = "0.1.21" 3952 + source = "registry+https://github.com/rust-lang/crates.io-index" 3953 + checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 3954 + 3955 + [[package]] 3956 + name = "rustix" 3957 + version = "0.35.9" 3958 + source = "registry+https://github.com/rust-lang/crates.io-index" 3959 + checksum = "72c825b8aa8010eb9ee99b75f05e10180b9278d161583034d7574c9d617aeada" 3960 + dependencies = [ 3961 + "bitflags", 3962 + "errno", 3963 + "io-lifetimes", 3964 + "libc", 3965 + "linux-raw-sys", 3966 + "windows-sys", 3967 + ] 3968 + 3969 + [[package]] 3970 + name = "rustls" 3971 + version = "0.20.6" 3972 + source = "registry+https://github.com/rust-lang/crates.io-index" 3973 + checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033" 3974 + dependencies = [ 3975 + "log", 3976 + "ring", 3977 + "sct", 3978 + "webpki", 3979 + ] 3980 + 3981 + [[package]] 3982 + name = "rustls-pemfile" 3983 + version = "1.0.1" 3984 + source = "registry+https://github.com/rust-lang/crates.io-index" 3985 + checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55" 3986 + dependencies = [ 3987 + "base64", 3988 + ] 3989 + 3990 + [[package]] 3991 + name = "rustyline" 3992 + version = "10.0.0" 3993 + source = "registry+https://github.com/rust-lang/crates.io-index" 3994 + checksum = "1d1cd5ae51d3f7bf65d7969d579d502168ef578f289452bd8ccc91de28fda20e" 3995 + dependencies = [ 3996 + "bitflags", 3997 + "cfg-if", 3998 + "clipboard-win", 3999 + "dirs-next", 4000 + "fd-lock", 4001 + "libc", 4002 + "log", 4003 + "memchr", 4004 + "nix", 4005 + "radix_trie", 4006 + "scopeguard", 4007 + "unicode-segmentation", 4008 + "unicode-width", 4009 + "utf8parse", 4010 + "winapi", 4011 + ] 4012 + 4013 + [[package]] 4014 + name = "rustyline-derive" 4015 + version = "0.7.0" 4016 + source = "registry+https://github.com/rust-lang/crates.io-index" 4017 + checksum = "107c3d5d7f370ac09efa62a78375f94d94b8a33c61d8c278b96683fb4dbf2d8d" 4018 + dependencies = [ 4019 + "proc-macro2", 4020 + "quote", 4021 + "syn", 4022 + ] 4023 + 4024 + [[package]] 4025 + name = "ryu" 4026 + version = "1.0.11" 4027 + source = "registry+https://github.com/rust-lang/crates.io-index" 4028 + checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" 4029 + 4030 + [[package]] 4031 + name = "same-file" 4032 + version = "1.0.6" 4033 + source = "registry+https://github.com/rust-lang/crates.io-index" 4034 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4035 + dependencies = [ 4036 + "winapi-util", 4037 + ] 4038 + 4039 + [[package]] 4040 + name = "sanitize-filename-reader-friendly" 4041 + version = "2.2.1" 4042 + source = "registry+https://github.com/rust-lang/crates.io-index" 4043 + checksum = "b750e71aac86f4b238844ac9416e7339a8de1225eb1ebe5fba89890f634c46bf" 4044 + dependencies = [ 4045 + "const_format", 4046 + ] 4047 + 4048 + [[package]] 4049 + name = "schannel" 4050 + version = "0.1.20" 4051 + source = "registry+https://github.com/rust-lang/crates.io-index" 4052 + checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" 4053 + dependencies = [ 4054 + "lazy_static", 4055 + "windows-sys", 4056 + ] 4057 + 4058 + [[package]] 4059 + name = "scoped-tls" 4060 + version = "1.0.0" 4061 + source = "registry+https://github.com/rust-lang/crates.io-index" 4062 + checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" 4063 + 4064 + [[package]] 4065 + name = "scoped_threadpool" 4066 + version = "0.1.9" 4067 + source = "registry+https://github.com/rust-lang/crates.io-index" 4068 + checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" 4069 + 4070 + [[package]] 4071 + name = "scopeguard" 4072 + version = "1.1.0" 4073 + source = "registry+https://github.com/rust-lang/crates.io-index" 4074 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 4075 + 4076 + [[package]] 4077 + name = "scroll" 4078 + version = "0.11.0" 4079 + source = "registry+https://github.com/rust-lang/crates.io-index" 4080 + checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da" 4081 + dependencies = [ 4082 + "scroll_derive", 4083 + ] 4084 + 4085 + [[package]] 4086 + name = "scroll_derive" 4087 + version = "0.11.0" 4088 + source = "registry+https://github.com/rust-lang/crates.io-index" 4089 + checksum = "bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e" 4090 + dependencies = [ 4091 + "proc-macro2", 4092 + "quote", 4093 + "syn", 4094 + ] 4095 + 4096 + [[package]] 4097 + name = "sct" 4098 + version = "0.7.0" 4099 + source = "registry+https://github.com/rust-lang/crates.io-index" 4100 + checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 4101 + dependencies = [ 4102 + "ring", 4103 + "untrusted", 4104 + ] 4105 + 4106 + [[package]] 4107 + name = "security-framework" 4108 + version = "2.7.0" 4109 + source = "registry+https://github.com/rust-lang/crates.io-index" 4110 + checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c" 4111 + dependencies = [ 4112 + "bitflags", 4113 + "core-foundation", 4114 + "core-foundation-sys", 4115 + "libc", 4116 + "security-framework-sys", 4117 + ] 4118 + 4119 + [[package]] 4120 + name = "security-framework-sys" 4121 + version = "2.6.1" 4122 + source = "registry+https://github.com/rust-lang/crates.io-index" 4123 + checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" 4124 + dependencies = [ 4125 + "core-foundation-sys", 4126 + "libc", 4127 + ] 4128 + 4129 + [[package]] 4130 + name = "semver" 4131 + version = "1.0.13" 4132 + source = "registry+https://github.com/rust-lang/crates.io-index" 4133 + checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711" 4134 + dependencies = [ 4135 + "serde", 4136 + ] 4137 + 4138 + [[package]] 4139 + name = "serde" 4140 + version = "1.0.144" 4141 + source = "registry+https://github.com/rust-lang/crates.io-index" 4142 + checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860" 4143 + dependencies = [ 4144 + "serde_derive", 4145 + ] 4146 + 4147 + [[package]] 4148 + name = "serde_bytes" 4149 + version = "0.11.7" 4150 + source = "registry+https://github.com/rust-lang/crates.io-index" 4151 + checksum = "cfc50e8183eeeb6178dcb167ae34a8051d63535023ae38b5d8d12beae193d37b" 4152 + dependencies = [ 4153 + "serde", 4154 + ] 4155 + 4156 + [[package]] 4157 + name = "serde_cbor" 4158 + version = "0.11.2" 4159 + source = "registry+https://github.com/rust-lang/crates.io-index" 4160 + checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" 4161 + dependencies = [ 4162 + "half", 4163 + "serde", 4164 + ] 4165 + 4166 + [[package]] 4167 + name = "serde_derive" 4168 + version = "1.0.144" 4169 + source = "registry+https://github.com/rust-lang/crates.io-index" 4170 + checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00" 4171 + dependencies = [ 4172 + "proc-macro2", 4173 + "quote", 4174 + "syn", 4175 + ] 4176 + 4177 + [[package]] 4178 + name = "serde_json" 4179 + version = "1.0.85" 4180 + source = "registry+https://github.com/rust-lang/crates.io-index" 4181 + checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" 4182 + dependencies = [ 4183 + "itoa 1.0.3", 4184 + "ryu", 4185 + "serde", 4186 + ] 4187 + 4188 + [[package]] 4189 + name = "serde_qs" 4190 + version = "0.8.5" 4191 + source = "registry+https://github.com/rust-lang/crates.io-index" 4192 + checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6" 4193 + dependencies = [ 4194 + "percent-encoding", 4195 + "serde", 4196 + "thiserror", 4197 + ] 4198 + 4199 + [[package]] 4200 + name = "serde_urlencoded" 4201 + version = "0.7.1" 4202 + source = "registry+https://github.com/rust-lang/crates.io-index" 4203 + checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4204 + dependencies = [ 4205 + "form_urlencoded", 4206 + "itoa 1.0.3", 4207 + "ryu", 4208 + "serde", 4209 + ] 4210 + 4211 + [[package]] 4212 + name = "serde_yaml" 4213 + version = "0.9.10" 4214 + source = "registry+https://github.com/rust-lang/crates.io-index" 4215 + checksum = "7a09f551ccc8210268ef848f0bab37b306e87b85b2e017b899e7fb815f5aed62" 4216 + dependencies = [ 4217 + "indexmap", 4218 + "itoa 1.0.3", 4219 + "ryu", 4220 + "serde", 4221 + "unsafe-libyaml", 4222 + ] 4223 + 4224 + [[package]] 4225 + name = "sha2" 4226 + version = "0.9.9" 4227 + source = "registry+https://github.com/rust-lang/crates.io-index" 4228 + checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" 4229 + dependencies = [ 4230 + "block-buffer 0.9.0", 4231 + "cfg-if", 4232 + "cpufeatures", 4233 + "digest 0.9.0", 4234 + "opaque-debug", 4235 + ] 4236 + 4237 + [[package]] 4238 + name = "sha2" 4239 + version = "0.10.3" 4240 + source = "registry+https://github.com/rust-lang/crates.io-index" 4241 + checksum = "899bf02746a2c92bf1053d9327dadb252b01af1f81f90cdb902411f518bc7215" 4242 + dependencies = [ 4243 + "cfg-if", 4244 + "cpufeatures", 4245 + "digest 0.10.3", 4246 + ] 4247 + 4248 + [[package]] 4249 + name = "sharded-slab" 4250 + version = "0.1.4" 4251 + source = "registry+https://github.com/rust-lang/crates.io-index" 4252 + checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 4253 + dependencies = [ 4254 + "lazy_static", 4255 + ] 4256 + 4257 + [[package]] 4258 + name = "signal-hook" 4259 + version = "0.3.14" 4260 + source = "registry+https://github.com/rust-lang/crates.io-index" 4261 + checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" 4262 + dependencies = [ 4263 + "libc", 4264 + "signal-hook-registry", 4265 + ] 4266 + 4267 + [[package]] 4268 + name = "signal-hook-mio" 4269 + version = "0.2.3" 4270 + source = "registry+https://github.com/rust-lang/crates.io-index" 4271 + checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 4272 + dependencies = [ 4273 + "libc", 4274 + "mio", 4275 + "signal-hook", 4276 + ] 4277 + 4278 + [[package]] 4279 + name = "signal-hook-registry" 4280 + version = "1.4.0" 4281 + source = "registry+https://github.com/rust-lang/crates.io-index" 4282 + checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 4283 + dependencies = [ 4284 + "libc", 4285 + ] 4286 + 4287 + [[package]] 4288 + name = "signature" 4289 + version = "1.6.0" 4290 + source = "registry+https://github.com/rust-lang/crates.io-index" 4291 + checksum = "f0ea32af43239f0d353a7dd75a22d94c329c8cdaafdcb4c1c1335aa10c298a4a" 4292 + 4293 + [[package]] 4294 + name = "slab" 4295 + version = "0.4.7" 4296 + source = "registry+https://github.com/rust-lang/crates.io-index" 4297 + checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 4298 + dependencies = [ 4299 + "autocfg", 4300 + ] 4301 + 4302 + [[package]] 4303 + name = "sled" 4304 + version = "0.34.7" 4305 + source = "registry+https://github.com/rust-lang/crates.io-index" 4306 + checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935" 4307 + dependencies = [ 4308 + "crc32fast", 4309 + "crossbeam-epoch", 4310 + "crossbeam-utils", 4311 + "fs2", 4312 + "fxhash", 4313 + "libc", 4314 + "log", 4315 + "parking_lot 0.11.2", 4316 + ] 4317 + 4318 + [[package]] 4319 + name = "sled-state-inspector" 4320 + version = "0.1.0" 4321 + dependencies = [ 4322 + "atty", 4323 + "clap 3.2.22", 4324 + "futures", 4325 + "matrix-sdk-base", 4326 + "matrix-sdk-sled", 4327 + "ruma", 4328 + "rustyline", 4329 + "rustyline-derive", 4330 + "serde", 4331 + "serde_json", 4332 + "syntect", 4333 + ] 4334 + 4335 + [[package]] 4336 + name = "slog" 4337 + version = "2.7.0" 4338 + source = "registry+https://github.com/rust-lang/crates.io-index" 4339 + checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06" 4340 + 4341 + [[package]] 4342 + name = "smallvec" 4343 + version = "1.9.0" 4344 + source = "registry+https://github.com/rust-lang/crates.io-index" 4345 + checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" 4346 + 4347 + [[package]] 4348 + name = "socket2" 4349 + version = "0.4.6" 4350 + source = "registry+https://github.com/rust-lang/crates.io-index" 4351 + checksum = "10c98bba371b9b22a71a9414e420f92ddeb2369239af08200816169d5e2dd7aa" 4352 + dependencies = [ 4353 + "libc", 4354 + "winapi", 4355 + ] 4356 + 4357 + [[package]] 4358 + name = "spin" 4359 + version = "0.5.2" 4360 + source = "registry+https://github.com/rust-lang/crates.io-index" 4361 + checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 4362 + 4363 + [[package]] 4364 + name = "spki" 4365 + version = "0.5.4" 4366 + source = "registry+https://github.com/rust-lang/crates.io-index" 4367 + checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27" 4368 + dependencies = [ 4369 + "der", 4370 + ] 4371 + 4372 + [[package]] 4373 + name = "stable_deref_trait" 4374 + version = "1.2.0" 4375 + source = "registry+https://github.com/rust-lang/crates.io-index" 4376 + checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 4377 + 4378 + [[package]] 4379 + name = "static_assertions" 4380 + version = "1.1.0" 4381 + source = "registry+https://github.com/rust-lang/crates.io-index" 4382 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4383 + 4384 + [[package]] 4385 + name = "str-buf" 4386 + version = "1.0.6" 4387 + source = "registry+https://github.com/rust-lang/crates.io-index" 4388 + checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" 4389 + 4390 + [[package]] 4391 + name = "str_stack" 4392 + version = "0.1.0" 4393 + source = "registry+https://github.com/rust-lang/crates.io-index" 4394 + checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb" 4395 + 4396 + [[package]] 4397 + name = "strsim" 4398 + version = "0.8.0" 4399 + source = "registry+https://github.com/rust-lang/crates.io-index" 4400 + checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 4401 + 4402 + [[package]] 4403 + name = "strsim" 4404 + version = "0.10.0" 4405 + source = "registry+https://github.com/rust-lang/crates.io-index" 4406 + checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 4407 + 4408 + [[package]] 4409 + name = "structopt" 4410 + version = "0.3.26" 4411 + source = "registry+https://github.com/rust-lang/crates.io-index" 4412 + checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10" 4413 + dependencies = [ 4414 + "clap 2.34.0", 4415 + "lazy_static", 4416 + "structopt-derive", 4417 + ] 4418 + 4419 + [[package]] 4420 + name = "structopt-derive" 4421 + version = "0.4.18" 4422 + source = "registry+https://github.com/rust-lang/crates.io-index" 4423 + checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" 4424 + dependencies = [ 4425 + "heck 0.3.3", 4426 + "proc-macro-error", 4427 + "proc-macro2", 4428 + "quote", 4429 + "syn", 4430 + ] 4431 + 4432 + [[package]] 4433 + name = "subtle" 4434 + version = "2.4.1" 4435 + source = "registry+https://github.com/rust-lang/crates.io-index" 4436 + checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 4437 + 4438 + [[package]] 4439 + name = "symbolic-common" 4440 + version = "9.1.1" 4441 + source = "registry+https://github.com/rust-lang/crates.io-index" 4442 + checksum = "3e555b2c3ebd97b963c8a3e94ce5e5137ba42da4a26687f81c700d8de1c997f0" 4443 + dependencies = [ 4444 + "debugid", 4445 + "memmap2", 4446 + "stable_deref_trait", 4447 + "uuid 1.1.2", 4448 + ] 4449 + 4450 + [[package]] 4451 + name = "symbolic-demangle" 4452 + version = "9.1.1" 4453 + source = "registry+https://github.com/rust-lang/crates.io-index" 4454 + checksum = "71a1425bccf0a24c68c9faea6c4f1f84b4865a3dd5976454d8a796c80216e38a" 4455 + dependencies = [ 4456 + "cpp_demangle", 4457 + "rustc-demangle", 4458 + "symbolic-common", 4459 + ] 4460 + 4461 + [[package]] 4462 + name = "syn" 4463 + version = "1.0.99" 4464 + source = "registry+https://github.com/rust-lang/crates.io-index" 4465 + checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" 4466 + dependencies = [ 4467 + "proc-macro2", 4468 + "quote", 4469 + "unicode-ident", 4470 + ] 4471 + 4472 + [[package]] 4473 + name = "sync_wrapper" 4474 + version = "0.1.1" 4475 + source = "registry+https://github.com/rust-lang/crates.io-index" 4476 + checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8" 4477 + 4478 + [[package]] 4479 + name = "synstructure" 4480 + version = "0.12.6" 4481 + source = "registry+https://github.com/rust-lang/crates.io-index" 4482 + checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 4483 + dependencies = [ 4484 + "proc-macro2", 4485 + "quote", 4486 + "syn", 4487 + "unicode-xid", 4488 + ] 4489 + 4490 + [[package]] 4491 + name = "syntect" 4492 + version = "5.0.0" 4493 + source = "registry+https://github.com/rust-lang/crates.io-index" 4494 + checksum = "c6c454c27d9d7d9a84c7803aaa3c50cd088d2906fe3c6e42da3209aa623576a8" 4495 + dependencies = [ 4496 + "bincode", 4497 + "bitflags", 4498 + "fancy-regex", 4499 + "flate2", 4500 + "fnv", 4501 + "lazy_static", 4502 + "once_cell", 4503 + "regex-syntax", 4504 + "serde", 4505 + "serde_derive", 4506 + "serde_json", 4507 + "thiserror", 4508 + "walkdir", 4509 + ] 4510 + 4511 + [[package]] 4512 + name = "tempfile" 4513 + version = "3.3.0" 4514 + source = "registry+https://github.com/rust-lang/crates.io-index" 4515 + checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 4516 + dependencies = [ 4517 + "cfg-if", 4518 + "fastrand", 4519 + "libc", 4520 + "redox_syscall", 4521 + "remove_dir_all", 4522 + "winapi", 4523 + ] 4524 + 4525 + [[package]] 4526 + name = "termcolor" 4527 + version = "1.1.3" 4528 + source = "registry+https://github.com/rust-lang/crates.io-index" 4529 + checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 4530 + dependencies = [ 4531 + "winapi-util", 4532 + ] 4533 + 4534 + [[package]] 4535 + name = "terminal_size" 4536 + version = "0.1.17" 4537 + source = "registry+https://github.com/rust-lang/crates.io-index" 4538 + checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" 4539 + dependencies = [ 4540 + "libc", 4541 + "winapi", 4542 + ] 4543 + 4544 + [[package]] 4545 + name = "textwrap" 4546 + version = "0.11.0" 4547 + source = "registry+https://github.com/rust-lang/crates.io-index" 4548 + checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 4549 + dependencies = [ 4550 + "unicode-width", 4551 + ] 4552 + 4553 + [[package]] 4554 + name = "textwrap" 4555 + version = "0.15.1" 4556 + source = "registry+https://github.com/rust-lang/crates.io-index" 4557 + checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16" 4558 + 4559 + [[package]] 4560 + name = "thiserror" 4561 + version = "1.0.33" 4562 + source = "registry+https://github.com/rust-lang/crates.io-index" 4563 + checksum = "3d0a539a918745651435ac7db7a18761589a94cd7e94cd56999f828bf73c8a57" 4564 + dependencies = [ 4565 + "thiserror-impl", 4566 + ] 4567 + 4568 + [[package]] 4569 + name = "thiserror-impl" 4570 + version = "1.0.33" 4571 + source = "registry+https://github.com/rust-lang/crates.io-index" 4572 + checksum = "c251e90f708e16c49a16f4917dc2131e75222b72edfa9cb7f7c58ae56aae0c09" 4573 + dependencies = [ 4574 + "proc-macro2", 4575 + "quote", 4576 + "syn", 4577 + ] 4578 + 4579 + [[package]] 4580 + name = "thread-id" 4581 + version = "4.0.0" 4582 + source = "registry+https://github.com/rust-lang/crates.io-index" 4583 + checksum = "5fdfe0627923f7411a43ec9ec9c39c3a9b4151be313e0922042581fb6c9b717f" 4584 + dependencies = [ 4585 + "libc", 4586 + "redox_syscall", 4587 + "winapi", 4588 + ] 4589 + 4590 + [[package]] 4591 + name = "thread_local" 4592 + version = "1.1.4" 4593 + source = "registry+https://github.com/rust-lang/crates.io-index" 4594 + checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" 4595 + dependencies = [ 4596 + "once_cell", 4597 + ] 4598 + 4599 + [[package]] 4600 + name = "tiff" 4601 + version = "0.6.1" 4602 + source = "registry+https://github.com/rust-lang/crates.io-index" 4603 + checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437" 4604 + dependencies = [ 4605 + "jpeg-decoder 0.1.22", 4606 + "miniz_oxide 0.4.4", 4607 + "weezl", 4608 + ] 4609 + 4610 + [[package]] 4611 + name = "tiff" 4612 + version = "0.7.3" 4613 + source = "registry+https://github.com/rust-lang/crates.io-index" 4614 + checksum = "7259662e32d1e219321eb309d5f9d898b779769d81b76e762c07c8e5d38fcb65" 4615 + dependencies = [ 4616 + "flate2", 4617 + "jpeg-decoder 0.2.6", 4618 + "weezl", 4619 + ] 4620 + 4621 + [[package]] 4622 + name = "time" 4623 + version = "0.1.44" 4624 + source = "registry+https://github.com/rust-lang/crates.io-index" 4625 + checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 4626 + dependencies = [ 4627 + "libc", 4628 + "wasi 0.10.0+wasi-snapshot-preview1", 4629 + "winapi", 4630 + ] 4631 + 4632 + [[package]] 4633 + name = "time" 4634 + version = "0.3.14" 4635 + source = "registry+https://github.com/rust-lang/crates.io-index" 4636 + checksum = "3c3f9a28b618c3a6b9251b6908e9c99e04b9e5c02e6581ccbb67d59c34ef7f9b" 4637 + dependencies = [ 4638 + "itoa 1.0.3", 4639 + "libc", 4640 + "num_threads", 4641 + ] 4642 + 4643 + [[package]] 4644 + name = "tinytemplate" 4645 + version = "1.2.1" 4646 + source = "registry+https://github.com/rust-lang/crates.io-index" 4647 + checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 4648 + dependencies = [ 4649 + "serde", 4650 + "serde_json", 4651 + ] 4652 + 4653 + [[package]] 4654 + name = "tinyvec" 4655 + version = "1.6.0" 4656 + source = "registry+https://github.com/rust-lang/crates.io-index" 4657 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 4658 + dependencies = [ 4659 + "tinyvec_macros", 4660 + ] 4661 + 4662 + [[package]] 4663 + name = "tinyvec_macros" 4664 + version = "0.1.0" 4665 + source = "registry+https://github.com/rust-lang/crates.io-index" 4666 + checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 4667 + 4668 + [[package]] 4669 + name = "tokio" 4670 + version = "1.21.2" 4671 + source = "registry+https://github.com/rust-lang/crates.io-index" 4672 + checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099" 4673 + dependencies = [ 4674 + "autocfg", 4675 + "bytes", 4676 + "libc", 4677 + "memchr", 4678 + "mio", 4679 + "num_cpus", 4680 + "pin-project-lite", 4681 + "socket2", 4682 + "tokio-macros", 4683 + "winapi", 4684 + ] 4685 + 4686 + [[package]] 4687 + name = "tokio-macros" 4688 + version = "1.8.0" 4689 + source = "registry+https://github.com/rust-lang/crates.io-index" 4690 + checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" 4691 + dependencies = [ 4692 + "proc-macro2", 4693 + "quote", 4694 + "syn", 4695 + ] 4696 + 4697 + [[package]] 4698 + name = "tokio-native-tls" 4699 + version = "0.3.0" 4700 + source = "registry+https://github.com/rust-lang/crates.io-index" 4701 + checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" 4702 + dependencies = [ 4703 + "native-tls", 4704 + "tokio", 4705 + ] 4706 + 4707 + [[package]] 4708 + name = "tokio-rustls" 4709 + version = "0.23.4" 4710 + source = "registry+https://github.com/rust-lang/crates.io-index" 4711 + checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 4712 + dependencies = [ 4713 + "rustls", 4714 + "tokio", 4715 + "webpki", 4716 + ] 4717 + 4718 + [[package]] 4719 + name = "tokio-socks" 4720 + version = "0.5.1" 4721 + source = "registry+https://github.com/rust-lang/crates.io-index" 4722 + checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0" 4723 + dependencies = [ 4724 + "either", 4725 + "futures-util", 4726 + "thiserror", 4727 + "tokio", 4728 + ] 4729 + 4730 + [[package]] 4731 + name = "tokio-stream" 4732 + version = "0.1.9" 4733 + source = "registry+https://github.com/rust-lang/crates.io-index" 4734 + checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" 4735 + dependencies = [ 4736 + "futures-core", 4737 + "pin-project-lite", 4738 + "tokio", 4739 + ] 4740 + 4741 + [[package]] 4742 + name = "tokio-util" 4743 + version = "0.7.3" 4744 + source = "registry+https://github.com/rust-lang/crates.io-index" 4745 + checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" 4746 + dependencies = [ 4747 + "bytes", 4748 + "futures-core", 4749 + "futures-sink", 4750 + "pin-project-lite", 4751 + "tokio", 4752 + "tracing", 4753 + ] 4754 + 4755 + [[package]] 4756 + name = "toml" 4757 + version = "0.5.9" 4758 + source = "registry+https://github.com/rust-lang/crates.io-index" 4759 + checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" 4760 + dependencies = [ 4761 + "serde", 4762 + ] 4763 + 4764 + [[package]] 4765 + name = "tower" 4766 + version = "0.4.13" 4767 + source = "registry+https://github.com/rust-lang/crates.io-index" 4768 + checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 4769 + dependencies = [ 4770 + "futures-core", 4771 + "futures-util", 4772 + "pin-project", 4773 + "pin-project-lite", 4774 + "tokio", 4775 + "tower-layer", 4776 + "tower-service", 4777 + "tracing", 4778 + ] 4779 + 4780 + [[package]] 4781 + name = "tower-http" 4782 + version = "0.3.4" 4783 + source = "registry+https://github.com/rust-lang/crates.io-index" 4784 + checksum = "3c530c8675c1dbf98facee631536fa116b5fb6382d7dd6dc1b118d970eafe3ba" 4785 + dependencies = [ 4786 + "bitflags", 4787 + "bytes", 4788 + "futures-core", 4789 + "futures-util", 4790 + "http", 4791 + "http-body", 4792 + "http-range-header", 4793 + "pin-project-lite", 4794 + "tower", 4795 + "tower-layer", 4796 + "tower-service", 4797 + ] 4798 + 4799 + [[package]] 4800 + name = "tower-layer" 4801 + version = "0.3.2" 4802 + source = "registry+https://github.com/rust-lang/crates.io-index" 4803 + checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 4804 + 4805 + [[package]] 4806 + name = "tower-service" 4807 + version = "0.3.2" 4808 + source = "registry+https://github.com/rust-lang/crates.io-index" 4809 + checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 4810 + 4811 + [[package]] 4812 + name = "tracing" 4813 + version = "0.1.36" 4814 + source = "registry+https://github.com/rust-lang/crates.io-index" 4815 + checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307" 4816 + dependencies = [ 4817 + "cfg-if", 4818 + "log", 4819 + "pin-project-lite", 4820 + "tracing-attributes", 4821 + "tracing-core", 4822 + ] 4823 + 4824 + [[package]] 4825 + name = "tracing-attributes" 4826 + version = "0.1.22" 4827 + source = "registry+https://github.com/rust-lang/crates.io-index" 4828 + checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2" 4829 + dependencies = [ 4830 + "proc-macro2", 4831 + "quote", 4832 + "syn", 4833 + ] 4834 + 4835 + [[package]] 4836 + name = "tracing-core" 4837 + version = "0.1.30" 4838 + source = "registry+https://github.com/rust-lang/crates.io-index" 4839 + checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 4840 + dependencies = [ 4841 + "once_cell", 4842 + "valuable", 4843 + ] 4844 + 4845 + [[package]] 4846 + name = "tracing-flame" 4847 + version = "0.2.0" 4848 + source = "registry+https://github.com/rust-lang/crates.io-index" 4849 + checksum = "0bae117ee14789185e129aaee5d93750abe67fdc5a9a62650452bfe4e122a3a9" 4850 + dependencies = [ 4851 + "lazy_static", 4852 + "tracing", 4853 + "tracing-subscriber", 4854 + ] 4855 + 4856 + [[package]] 4857 + name = "tracing-log" 4858 + version = "0.1.3" 4859 + source = "registry+https://github.com/rust-lang/crates.io-index" 4860 + checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 4861 + dependencies = [ 4862 + "lazy_static", 4863 + "log", 4864 + "tracing-core", 4865 + ] 4866 + 4867 + [[package]] 4868 + name = "tracing-subscriber" 4869 + version = "0.3.16" 4870 + source = "registry+https://github.com/rust-lang/crates.io-index" 4871 + checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" 4872 + dependencies = [ 4873 + "matchers", 4874 + "nu-ansi-term", 4875 + "once_cell", 4876 + "regex", 4877 + "sharded-slab", 4878 + "smallvec", 4879 + "thread_local", 4880 + "time 0.3.14", 4881 + "tracing", 4882 + "tracing-core", 4883 + "tracing-log", 4884 + ] 4885 + 4886 + [[package]] 4887 + name = "try-lock" 4888 + version = "0.2.3" 4889 + source = "registry+https://github.com/rust-lang/crates.io-index" 4890 + checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 4891 + 4892 + [[package]] 4893 + name = "tui" 4894 + version = "0.18.0" 4895 + source = "registry+https://github.com/rust-lang/crates.io-index" 4896 + checksum = "96fe69244ec2af261bced1d9046a6fee6c8c2a6b0228e59e5ba39bc8ba4ed729" 4897 + dependencies = [ 4898 + "bitflags", 4899 + "cassowary", 4900 + "crossterm", 4901 + "unicode-segmentation", 4902 + "unicode-width", 4903 + ] 4904 + 4905 + [[package]] 4906 + name = "tui-logger" 4907 + version = "0.8.0" 4908 + source = "registry+https://github.com/rust-lang/crates.io-index" 4909 + checksum = "5c9564fd9c18a1f9a20fb8613494744778e357aa0cd5c7d85fdf699a4e5b4962" 4910 + dependencies = [ 4911 + "chrono", 4912 + "fxhash", 4913 + "lazy_static", 4914 + "log", 4915 + "parking_lot 0.12.1", 4916 + "slog", 4917 + "tui", 4918 + ] 4919 + 4920 + [[package]] 4921 + name = "tuirealm" 4922 + version = "1.7.1" 4923 + source = "registry+https://github.com/rust-lang/crates.io-index" 4924 + checksum = "f0241dbec136199389efb5420fc88dd62cf2543a994547726cabcb76d7e94336" 4925 + dependencies = [ 4926 + "bitflags", 4927 + "crossterm", 4928 + "lazy-regex", 4929 + "thiserror", 4930 + "tui", 4931 + "tuirealm_derive", 4932 + ] 4933 + 4934 + [[package]] 4935 + name = "tuirealm_derive" 4936 + version = "1.0.0" 4937 + source = "registry+https://github.com/rust-lang/crates.io-index" 4938 + checksum = "e0adcdaf59881626555558eae08f8a53003c8a1961723b4d7a10c51599abbc81" 4939 + dependencies = [ 4940 + "proc-macro2", 4941 + "quote", 4942 + "syn", 4943 + ] 4944 + 4945 + [[package]] 4946 + name = "typenum" 4947 + version = "1.15.0" 4948 + source = "registry+https://github.com/rust-lang/crates.io-index" 4949 + checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" 4950 + 4951 + [[package]] 4952 + name = "unicase" 4953 + version = "2.6.0" 4954 + source = "registry+https://github.com/rust-lang/crates.io-index" 4955 + checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 4956 + dependencies = [ 4957 + "version_check", 4958 + ] 4959 + 4960 + [[package]] 4961 + name = "unicode-bidi" 4962 + version = "0.3.8" 4963 + source = "registry+https://github.com/rust-lang/crates.io-index" 4964 + checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" 4965 + 4966 + [[package]] 4967 + name = "unicode-ident" 4968 + version = "1.0.3" 4969 + source = "registry+https://github.com/rust-lang/crates.io-index" 4970 + checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" 4971 + 4972 + [[package]] 4973 + name = "unicode-normalization" 4974 + version = "0.1.21" 4975 + source = "registry+https://github.com/rust-lang/crates.io-index" 4976 + checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6" 4977 + dependencies = [ 4978 + "tinyvec", 4979 + ] 4980 + 4981 + [[package]] 4982 + name = "unicode-segmentation" 4983 + version = "1.9.0" 4984 + source = "registry+https://github.com/rust-lang/crates.io-index" 4985 + checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" 4986 + 4987 + [[package]] 4988 + name = "unicode-width" 4989 + version = "0.1.9" 4990 + source = "registry+https://github.com/rust-lang/crates.io-index" 4991 + checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" 4992 + 4993 + [[package]] 4994 + name = "unicode-xid" 4995 + version = "0.2.3" 4996 + source = "registry+https://github.com/rust-lang/crates.io-index" 4997 + checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" 4998 + 4999 + [[package]] 5000 + name = "uniffi" 5001 + version = "0.21.0" 5002 + source = "git+https://github.com/mozilla/uniffi-rs?rev=779e955f21a70e4aba43a7408f1841dcdf728b32#779e955f21a70e4aba43a7408f1841dcdf728b32" 5003 + dependencies = [ 5004 + "anyhow", 5005 + "bytes", 5006 + "camino", 5007 + "cargo_metadata", 5008 + "log", 5009 + "once_cell", 5010 + "paste", 5011 + "static_assertions", 5012 + "uniffi_macros", 5013 + ] 5014 + 5015 + [[package]] 5016 + name = "uniffi_bindgen" 5017 + version = "0.21.0" 5018 + source = "git+https://github.com/mozilla/uniffi-rs?rev=779e955f21a70e4aba43a7408f1841dcdf728b32#779e955f21a70e4aba43a7408f1841dcdf728b32" 5019 + dependencies = [ 5020 + "anyhow", 5021 + "askama", 5022 + "bincode", 5023 + "camino", 5024 + "clap 3.2.22", 5025 + "fs-err", 5026 + "goblin", 5027 + "heck 0.4.0", 5028 + "once_cell", 5029 + "paste", 5030 + "serde", 5031 + "serde_json", 5032 + "toml", 5033 + "uniffi_meta", 5034 + "weedle2", 5035 + ] 5036 + 5037 + [[package]] 5038 + name = "uniffi_build" 5039 + version = "0.21.0" 5040 + source = "git+https://github.com/mozilla/uniffi-rs?rev=779e955f21a70e4aba43a7408f1841dcdf728b32#779e955f21a70e4aba43a7408f1841dcdf728b32" 5041 + dependencies = [ 5042 + "anyhow", 5043 + "camino", 5044 + "uniffi_bindgen", 5045 + ] 5046 + 5047 + [[package]] 5048 + name = "uniffi_macros" 5049 + version = "0.21.0" 5050 + source = "git+https://github.com/mozilla/uniffi-rs?rev=779e955f21a70e4aba43a7408f1841dcdf728b32#779e955f21a70e4aba43a7408f1841dcdf728b32" 5051 + dependencies = [ 5052 + "bincode", 5053 + "camino", 5054 + "fs-err", 5055 + "once_cell", 5056 + "proc-macro2", 5057 + "quote", 5058 + "serde", 5059 + "syn", 5060 + "toml", 5061 + "uniffi_build", 5062 + "uniffi_meta", 5063 + ] 5064 + 5065 + [[package]] 5066 + name = "uniffi_meta" 5067 + version = "0.21.0" 5068 + source = "git+https://github.com/mozilla/uniffi-rs?rev=779e955f21a70e4aba43a7408f1841dcdf728b32#779e955f21a70e4aba43a7408f1841dcdf728b32" 5069 + dependencies = [ 5070 + "serde", 5071 + ] 5072 + 5073 + [[package]] 5074 + name = "universal-hash" 5075 + version = "0.4.1" 5076 + source = "registry+https://github.com/rust-lang/crates.io-index" 5077 + checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" 5078 + dependencies = [ 5079 + "generic-array", 5080 + "subtle", 5081 + ] 5082 + 5083 + [[package]] 5084 + name = "unsafe-libyaml" 5085 + version = "0.2.2" 5086 + source = "registry+https://github.com/rust-lang/crates.io-index" 5087 + checksum = "931179334a56395bcf64ba5e0ff56781381c1a5832178280c7d7f91d1679aeb0" 5088 + 5089 + [[package]] 5090 + name = "untrusted" 5091 + version = "0.7.1" 5092 + source = "registry+https://github.com/rust-lang/crates.io-index" 5093 + checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 5094 + 5095 + [[package]] 5096 + name = "url" 5097 + version = "2.3.1" 5098 + source = "registry+https://github.com/rust-lang/crates.io-index" 5099 + checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 5100 + dependencies = [ 5101 + "form_urlencoded", 5102 + "idna", 5103 + "percent-encoding", 5104 + "serde", 5105 + ] 5106 + 5107 + [[package]] 5108 + name = "utf8parse" 5109 + version = "0.2.0" 5110 + source = "registry+https://github.com/rust-lang/crates.io-index" 5111 + checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372" 5112 + 5113 + [[package]] 5114 + name = "uuid" 5115 + version = "0.8.2" 5116 + source = "registry+https://github.com/rust-lang/crates.io-index" 5117 + checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" 5118 + dependencies = [ 5119 + "getrandom 0.2.7", 5120 + ] 5121 + 5122 + [[package]] 5123 + name = "uuid" 5124 + version = "1.1.2" 5125 + source = "registry+https://github.com/rust-lang/crates.io-index" 5126 + checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" 5127 + dependencies = [ 5128 + "getrandom 0.2.7", 5129 + ] 5130 + 5131 + [[package]] 5132 + name = "valuable" 5133 + version = "0.1.0" 5134 + source = "registry+https://github.com/rust-lang/crates.io-index" 5135 + checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 5136 + 5137 + [[package]] 5138 + name = "vcpkg" 5139 + version = "0.2.15" 5140 + source = "registry+https://github.com/rust-lang/crates.io-index" 5141 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 5142 + 5143 + [[package]] 5144 + name = "vec_map" 5145 + version = "0.8.2" 5146 + source = "registry+https://github.com/rust-lang/crates.io-index" 5147 + checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 5148 + 5149 + [[package]] 5150 + name = "version_check" 5151 + version = "0.9.4" 5152 + source = "registry+https://github.com/rust-lang/crates.io-index" 5153 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 5154 + 5155 + [[package]] 5156 + name = "vodozemac" 5157 + version = "0.3.0" 5158 + source = "registry+https://github.com/rust-lang/crates.io-index" 5159 + checksum = "f6f20153a1c82ac5f1243b62e80f067ae608facc415c6ef82f88426a61c79886" 5160 + dependencies = [ 5161 + "aes", 5162 + "arrayvec 0.7.2", 5163 + "base64", 5164 + "cbc", 5165 + "ed25519-dalek", 5166 + "hkdf", 5167 + "hmac", 5168 + "pkcs7", 5169 + "prost", 5170 + "rand 0.7.3", 5171 + "serde", 5172 + "serde_json", 5173 + "sha2 0.10.3", 5174 + "subtle", 5175 + "thiserror", 5176 + "x25519-dalek", 5177 + "zeroize", 5178 + ] 5179 + 5180 + [[package]] 5181 + name = "waker-fn" 5182 + version = "1.1.0" 5183 + source = "registry+https://github.com/rust-lang/crates.io-index" 5184 + checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 5185 + 5186 + [[package]] 5187 + name = "walkdir" 5188 + version = "2.3.2" 5189 + source = "registry+https://github.com/rust-lang/crates.io-index" 5190 + checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 5191 + dependencies = [ 5192 + "same-file", 5193 + "winapi", 5194 + "winapi-util", 5195 + ] 5196 + 5197 + [[package]] 5198 + name = "want" 5199 + version = "0.3.0" 5200 + source = "registry+https://github.com/rust-lang/crates.io-index" 5201 + checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 5202 + dependencies = [ 5203 + "log", 5204 + "try-lock", 5205 + ] 5206 + 5207 + [[package]] 5208 + name = "wasi" 5209 + version = "0.9.0+wasi-snapshot-preview1" 5210 + source = "registry+https://github.com/rust-lang/crates.io-index" 5211 + checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 5212 + 5213 + [[package]] 5214 + name = "wasi" 5215 + version = "0.10.0+wasi-snapshot-preview1" 5216 + source = "registry+https://github.com/rust-lang/crates.io-index" 5217 + checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 5218 + 5219 + [[package]] 5220 + name = "wasi" 5221 + version = "0.11.0+wasi-snapshot-preview1" 5222 + source = "registry+https://github.com/rust-lang/crates.io-index" 5223 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5224 + 5225 + [[package]] 5226 + name = "wasm-bindgen" 5227 + version = "0.2.83" 5228 + source = "registry+https://github.com/rust-lang/crates.io-index" 5229 + checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" 5230 + dependencies = [ 5231 + "cfg-if", 5232 + "wasm-bindgen-macro", 5233 + ] 5234 + 5235 + [[package]] 5236 + name = "wasm-bindgen-backend" 5237 + version = "0.2.83" 5238 + source = "registry+https://github.com/rust-lang/crates.io-index" 5239 + checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" 5240 + dependencies = [ 5241 + "bumpalo", 5242 + "log", 5243 + "once_cell", 5244 + "proc-macro2", 5245 + "quote", 5246 + "syn", 5247 + "wasm-bindgen-shared", 5248 + ] 5249 + 5250 + [[package]] 5251 + name = "wasm-bindgen-futures" 5252 + version = "0.4.33" 5253 + source = "registry+https://github.com/rust-lang/crates.io-index" 5254 + checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d" 5255 + dependencies = [ 5256 + "cfg-if", 5257 + "js-sys", 5258 + "wasm-bindgen", 5259 + "web-sys", 5260 + ] 5261 + 5262 + [[package]] 5263 + name = "wasm-bindgen-macro" 5264 + version = "0.2.83" 5265 + source = "registry+https://github.com/rust-lang/crates.io-index" 5266 + checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" 5267 + dependencies = [ 5268 + "quote", 5269 + "wasm-bindgen-macro-support", 5270 + ] 5271 + 5272 + [[package]] 5273 + name = "wasm-bindgen-macro-support" 5274 + version = "0.2.83" 5275 + source = "registry+https://github.com/rust-lang/crates.io-index" 5276 + checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" 5277 + dependencies = [ 5278 + "proc-macro2", 5279 + "quote", 5280 + "syn", 5281 + "wasm-bindgen-backend", 5282 + "wasm-bindgen-shared", 5283 + ] 5284 + 5285 + [[package]] 5286 + name = "wasm-bindgen-shared" 5287 + version = "0.2.83" 5288 + source = "registry+https://github.com/rust-lang/crates.io-index" 5289 + checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" 5290 + 5291 + [[package]] 5292 + name = "wasm-bindgen-test" 5293 + version = "0.3.33" 5294 + source = "registry+https://github.com/rust-lang/crates.io-index" 5295 + checksum = "09d2fff962180c3fadf677438054b1db62bee4aa32af26a45388af07d1287e1d" 5296 + dependencies = [ 5297 + "console_error_panic_hook", 5298 + "js-sys", 5299 + "scoped-tls", 5300 + "wasm-bindgen", 5301 + "wasm-bindgen-futures", 5302 + "wasm-bindgen-test-macro", 5303 + ] 5304 + 5305 + [[package]] 5306 + name = "wasm-bindgen-test-macro" 5307 + version = "0.3.33" 5308 + source = "registry+https://github.com/rust-lang/crates.io-index" 5309 + checksum = "4683da3dfc016f704c9f82cf401520c4f1cb3ee440f7f52b3d6ac29506a49ca7" 5310 + dependencies = [ 5311 + "proc-macro2", 5312 + "quote", 5313 + ] 5314 + 5315 + [[package]] 5316 + name = "wasm-command-bot" 5317 + version = "0.1.0" 5318 + dependencies = [ 5319 + "console_error_panic_hook", 5320 + "matrix-sdk", 5321 + "url", 5322 + "wasm-bindgen", 5323 + "wasm-bindgen-futures", 5324 + "wasm-bindgen-test", 5325 + "web-sys", 5326 + ] 5327 + 5328 + [[package]] 5329 + name = "wasm-timer" 5330 + version = "0.2.5" 5331 + source = "registry+https://github.com/rust-lang/crates.io-index" 5332 + checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" 5333 + dependencies = [ 5334 + "futures", 5335 + "js-sys", 5336 + "parking_lot 0.11.2", 5337 + "pin-utils", 5338 + "wasm-bindgen", 5339 + "wasm-bindgen-futures", 5340 + "web-sys", 5341 + ] 5342 + 5343 + [[package]] 5344 + name = "web-sys" 5345 + version = "0.3.59" 5346 + source = "registry+https://github.com/rust-lang/crates.io-index" 5347 + checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1" 5348 + dependencies = [ 5349 + "js-sys", 5350 + "wasm-bindgen", 5351 + ] 5352 + 5353 + [[package]] 5354 + name = "webpki" 5355 + version = "0.22.0" 5356 + source = "registry+https://github.com/rust-lang/crates.io-index" 5357 + checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 5358 + dependencies = [ 5359 + "ring", 5360 + "untrusted", 5361 + ] 5362 + 5363 + [[package]] 5364 + name = "webpki-roots" 5365 + version = "0.22.4" 5366 + source = "registry+https://github.com/rust-lang/crates.io-index" 5367 + checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf" 5368 + dependencies = [ 5369 + "webpki", 5370 + ] 5371 + 5372 + [[package]] 5373 + name = "weedle2" 5374 + version = "4.0.0" 5375 + source = "git+https://github.com/mozilla/uniffi-rs?rev=779e955f21a70e4aba43a7408f1841dcdf728b32#779e955f21a70e4aba43a7408f1841dcdf728b32" 5376 + dependencies = [ 5377 + "nom", 5378 + ] 5379 + 5380 + [[package]] 5381 + name = "weezl" 5382 + version = "0.1.7" 5383 + source = "registry+https://github.com/rust-lang/crates.io-index" 5384 + checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 5385 + 5386 + [[package]] 5387 + name = "wildmatch" 5388 + version = "2.1.1" 5389 + source = "registry+https://github.com/rust-lang/crates.io-index" 5390 + checksum = "ee583bdc5ff1cf9db20e9db5bb3ff4c3089a8f6b8b31aff265c9aba85812db86" 5391 + 5392 + [[package]] 5393 + name = "winapi" 5394 + version = "0.3.9" 5395 + source = "registry+https://github.com/rust-lang/crates.io-index" 5396 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5397 + dependencies = [ 5398 + "winapi-i686-pc-windows-gnu", 5399 + "winapi-x86_64-pc-windows-gnu", 5400 + ] 5401 + 5402 + [[package]] 5403 + name = "winapi-i686-pc-windows-gnu" 5404 + version = "0.4.0" 5405 + source = "registry+https://github.com/rust-lang/crates.io-index" 5406 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5407 + 5408 + [[package]] 5409 + name = "winapi-util" 5410 + version = "0.1.5" 5411 + source = "registry+https://github.com/rust-lang/crates.io-index" 5412 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 5413 + dependencies = [ 5414 + "winapi", 5415 + ] 5416 + 5417 + [[package]] 5418 + name = "winapi-x86_64-pc-windows-gnu" 5419 + version = "0.4.0" 5420 + source = "registry+https://github.com/rust-lang/crates.io-index" 5421 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5422 + 5423 + [[package]] 5424 + name = "windows-sys" 5425 + version = "0.36.1" 5426 + source = "registry+https://github.com/rust-lang/crates.io-index" 5427 + checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 5428 + dependencies = [ 5429 + "windows_aarch64_msvc", 5430 + "windows_i686_gnu", 5431 + "windows_i686_msvc", 5432 + "windows_x86_64_gnu", 5433 + "windows_x86_64_msvc", 5434 + ] 5435 + 5436 + [[package]] 5437 + name = "windows_aarch64_msvc" 5438 + version = "0.36.1" 5439 + source = "registry+https://github.com/rust-lang/crates.io-index" 5440 + checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 5441 + 5442 + [[package]] 5443 + name = "windows_i686_gnu" 5444 + version = "0.36.1" 5445 + source = "registry+https://github.com/rust-lang/crates.io-index" 5446 + checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 5447 + 5448 + [[package]] 5449 + name = "windows_i686_msvc" 5450 + version = "0.36.1" 5451 + source = "registry+https://github.com/rust-lang/crates.io-index" 5452 + checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 5453 + 5454 + [[package]] 5455 + name = "windows_x86_64_gnu" 5456 + version = "0.36.1" 5457 + source = "registry+https://github.com/rust-lang/crates.io-index" 5458 + checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 5459 + 5460 + [[package]] 5461 + name = "windows_x86_64_msvc" 5462 + version = "0.36.1" 5463 + source = "registry+https://github.com/rust-lang/crates.io-index" 5464 + checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 5465 + 5466 + [[package]] 5467 + name = "winreg" 5468 + version = "0.10.1" 5469 + source = "registry+https://github.com/rust-lang/crates.io-index" 5470 + checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 5471 + dependencies = [ 5472 + "winapi", 5473 + ] 5474 + 5475 + [[package]] 5476 + name = "wiremock" 5477 + version = "0.5.14" 5478 + source = "registry+https://github.com/rust-lang/crates.io-index" 5479 + checksum = "cc3c7b7557dbfdad6431b5a51196c9110cef9d83f6a9b26699f35cdc0ae113ec" 5480 + dependencies = [ 5481 + "assert-json-diff", 5482 + "async-trait", 5483 + "base64", 5484 + "deadpool", 5485 + "futures", 5486 + "futures-timer", 5487 + "http-types", 5488 + "hyper", 5489 + "log", 5490 + "once_cell", 5491 + "regex", 5492 + "serde", 5493 + "serde_json", 5494 + "tokio", 5495 + ] 5496 + 5497 + [[package]] 5498 + name = "x25519-dalek" 5499 + version = "1.2.0" 5500 + source = "registry+https://github.com/rust-lang/crates.io-index" 5501 + checksum = "2392b6b94a576b4e2bf3c5b2757d63f10ada8020a2e4d08ac849ebcf6ea8e077" 5502 + dependencies = [ 5503 + "curve25519-dalek", 5504 + "rand_core 0.5.1", 5505 + "serde", 5506 + "zeroize", 5507 + ] 5508 + 5509 + [[package]] 5510 + name = "xdg" 5511 + version = "2.4.1" 5512 + source = "registry+https://github.com/rust-lang/crates.io-index" 5513 + checksum = "0c4583db5cbd4c4c0303df2d15af80f0539db703fa1c68802d4cbbd2dd0f88f6" 5514 + dependencies = [ 5515 + "dirs", 5516 + ] 5517 + 5518 + [[package]] 5519 + name = "xshell" 5520 + version = "0.1.17" 5521 + source = "registry+https://github.com/rust-lang/crates.io-index" 5522 + checksum = "eaad2035244c56da05573d4d7fda5f903c60a5f35b9110e157a14a1df45a9f14" 5523 + dependencies = [ 5524 + "xshell-macros", 5525 + ] 5526 + 5527 + [[package]] 5528 + name = "xshell-macros" 5529 + version = "0.1.17" 5530 + source = "registry+https://github.com/rust-lang/crates.io-index" 5531 + checksum = "4916a4a3cad759e499a3620523bf9545cc162d7a06163727dde97ce9aaa4cf39" 5532 + 5533 + [[package]] 5534 + name = "xtask" 5535 + version = "0.1.0" 5536 + dependencies = [ 5537 + "camino", 5538 + "clap 4.0.18", 5539 + "serde", 5540 + "serde_json", 5541 + "uniffi_bindgen", 5542 + "xshell", 5543 + ] 5544 + 5545 + [[package]] 5546 + name = "zeroize" 5547 + version = "1.3.0" 5548 + source = "registry+https://github.com/rust-lang/crates.io-index" 5549 + checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd" 5550 + dependencies = [ 5551 + "zeroize_derive", 5552 + ] 5553 + 5554 + [[package]] 5555 + name = "zeroize_derive" 5556 + version = "1.3.2" 5557 + source = "registry+https://github.com/rust-lang/crates.io-index" 5558 + checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17" 5559 + dependencies = [ 5560 + "proc-macro2", 5561 + "quote", 5562 + "syn", 5563 + "synstructure", 5564 + ]
+7 -6
pkgs/development/libraries/matrix-sdk-crypto-nodejs/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "matrix-sdk-crypto-nodejs"; 5 - version = "0.1.0-beta.2"; 5 + version = "0.1.0-beta.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "matrix-org"; 9 9 repo = "matrix-rust-sdk"; 10 10 rev = "${pname}-v${version}"; 11 - hash = "sha256-E++0tm/2d8/3zAXwovJ71uF2sxDORWyJNnA3e1Q3NLA="; 11 + hash = "sha256-0p+1cMn9PU+Jk2JW7G+sdzxhMaI3gEAk5w2nm05oBSU="; 12 12 }; 13 13 14 14 patches = [ ··· 17 17 ./remove-duplicate-dependency.patch 18 18 ]; 19 19 20 - cargoDeps = rustPlatform.fetchCargoTarball { 21 - inherit src patches; 22 - name = "${pname}-${version}"; 23 - hash = "sha256-G2Um7vHinOuOx9U2BH14LAx+s/0Sxtlc9Nz6nPJfmU8="; 20 + cargoDeps = rustPlatform.importCargoLock { 21 + lockFile = ./Cargo.lock; 22 + outputHashes = { 23 + "uniffi-0.21.0" = "sha256-blKCfCsSNtr8NtO7Let7VJ/9oGuW9Eu8j9A6/oHUcP0="; 24 + }; 24 25 }; 25 26 26 27 nativeBuildInputs = [
+25 -17
pkgs/development/libraries/matrix-sdk-crypto-nodejs/remove-duplicate-dependency.patch
··· 1 1 diff --git a/Cargo.lock b/Cargo.lock 2 - index 2ddfdd0..3fcca5f 100644 2 + index 208ef4ff..b5045040 100644 3 3 --- a/Cargo.lock 4 4 +++ b/Cargo.lock 5 - @@ -1985,20 +1985,6 @@ version = "0.3.3" 6 - source = "registry+https://github.com/rust-lang/crates.io-index" 7 - checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" 5 + @@ -2124,19 +2124,6 @@ dependencies = [ 6 + "web-sys", 7 + ] 8 8 9 9 -[[package]] 10 10 -name = "indexed_db_futures" 11 11 -version = "0.2.3" 12 - -source = "registry+https://github.com/rust-lang/crates.io-index" 13 - -checksum = "d26ac735f676c52305becf53264b91cea9866a8de61ccbf464405b377b9cbca9" 12 + -source = "git+https://github.com/Hywan/rust-indexed-db?branch=feat-factory-nodejs#5dab67890cea0ab88b967031adc09179a537d77c" 14 13 -dependencies = [ 15 14 - "cfg-if", 16 15 - "js-sys", ··· 21 20 -] 22 21 - 23 22 [[package]] 24 - name = "indexed_db_futures" 25 - version = "0.2.3" 26 - @@ -2558,8 +2544,7 @@ dependencies = [ 23 + name = "indexmap" 24 + version = "1.9.1" 25 + @@ -2726,8 +2713,7 @@ dependencies = [ 27 26 "derive_builder", 28 - "futures-util", 29 27 "getrandom 0.2.7", 28 + "gloo-utils", 30 29 - "indexed_db_futures 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 31 30 - "indexed_db_futures 0.2.3 (git+https://github.com/Hywan/rust-indexed-db?branch=feat-factory-nodejs)", 32 31 + "indexed_db_futures", ··· 34 33 "matrix-sdk-base", 35 34 "matrix-sdk-common", 36 35 diff --git a/crates/matrix-sdk-indexeddb/Cargo.toml b/crates/matrix-sdk-indexeddb/Cargo.toml 37 - index 7f23dfc..c57e29a 100644 36 + index 5b0ef4f4..da73979b 100644 38 37 --- a/crates/matrix-sdk-indexeddb/Cargo.toml 39 38 +++ b/crates/matrix-sdk-indexeddb/Cargo.toml 40 - @@ -30,7 +30,6 @@ js-sys = { version = "0.3.58" } 39 + @@ -16,7 +16,7 @@ rustdoc-args = ["--cfg", "docsrs"] 40 + [features] 41 + default = ["e2e-encryption"] 42 + e2e-encryption = ["matrix-sdk-base/e2e-encryption", "dep:matrix-sdk-crypto", "dashmap"] 43 + -experimental-nodejs = ["indexed_db_futures_nodejs"] 44 + +experimental-nodejs = [] 45 + 46 + [dependencies] 47 + anyhow = "1.0.57" 48 + @@ -26,7 +26,6 @@ dashmap = { version = "5.2.0", optional = true } 49 + derive_builder = "0.11.2" 50 + gloo-utils = { version = "0.1", features = ["serde"] } 51 + indexed_db_futures = "0.2.3" 52 + -indexed_db_futures_nodejs = { version = "0.2.3", package = "indexed_db_futures", git = "https://github.com/Hywan/rust-indexed-db", branch = "feat-factory-nodejs", optional = true } 53 + js-sys = { version = "0.3.58" } 41 54 matrix-sdk-base = { version = "0.6.0", path = "../matrix-sdk-base", features = ["js"] } 42 55 matrix-sdk-crypto = { version = "0.6.0", path = "../matrix-sdk-crypto", features = ["js"], optional = true } 43 - matrix-sdk-store-encryption = { version = "0.2.0", path = "../matrix-sdk-store-encryption" } 44 - -indexed_db_futures = "0.2.3" 45 - indexed_db_futures_nodejs = { package = "indexed_db_futures", git = "https://github.com/Hywan/rust-indexed-db", branch = "feat-factory-nodejs", optional = true } 46 - ruma = "0.7.0" 47 - serde = "1.0.136"
-4
pkgs/development/libraries/webkitgtk/default.nix
··· 209 209 "-DENABLE_GTKDOC=OFF" 210 210 "-DENABLE_MINIBROWSER=OFF" 211 211 "-DENABLE_QUARTZ_TARGET=ON" 212 - "-DENABLE_VIDEO=ON" 213 - "-DENABLE_WEBGL=OFF" 214 - "-DENABLE_WEB_AUDIO=OFF" 215 212 "-DENABLE_X11_TARGET=OFF" 216 213 "-DUSE_APPLE_ICU=OFF" 217 214 "-DUSE_OPENGL_OR_ES=OFF" 218 - "-DUSE_SYSTEM_MALLOC=ON" 219 215 ] ++ lib.optionals (lib.versionAtLeast gtk3.version "4.0") [ 220 216 "-DUSE_GTK4=ON" 221 217 ] ++ lib.optionals (!systemdSupport) [
+33
pkgs/development/ocaml-modules/morbig/default.nix
··· 1 + { lib, buildDunePackage, fetchFromGitHub, ocamlPackages }: 2 + 3 + buildDunePackage rec { 4 + pname = "morbig"; 5 + version = "0.11.0"; 6 + 7 + src = fetchFromGitHub { 8 + owner = "colis-anr"; 9 + repo = pname; 10 + rev = "v${version}"; 11 + sha256 = "sha256-fOBaJHHP/Imi9UDLflI52OdKDcmMxpl+NH3pfofmv/o="; 12 + }; 13 + 14 + duneVersion = "3"; 15 + 16 + nativeBuildInputs = with ocamlPackages; [ 17 + menhir 18 + ]; 19 + 20 + propagatedBuildInputs = with ocamlPackages; [ 21 + menhirLib 22 + ppx_deriving_yojson 23 + visitors 24 + yojson 25 + ]; 26 + 27 + meta = with lib; { 28 + homepage = "https://github.com/colis-anr/${pname}"; 29 + description = "A static parser for POSIX Shell"; 30 + license = licenses.gpl3Plus; 31 + maintainers = with maintainers; [ niols ]; 32 + }; 33 + }
+22 -6
pkgs/development/octave-modules/control/default.nix
··· 1 1 { buildOctavePackage 2 2 , lib 3 - , fetchurl 3 + , fetchFromGitHub 4 4 , gfortran 5 5 , lapack, blas 6 + , autoreconfHook 6 7 }: 7 8 8 9 buildOctavePackage rec { 9 10 pname = "control"; 10 - version = "3.5.1"; 11 + version = "3.5.2"; 11 12 12 - src = fetchurl { 13 - url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz"; 14 - sha256 = "sha256-U/o0RQoHdDhPP3xuiR9gCFb60CKrA30bpc/dH/ozDpg="; 13 + src = fetchFromGitHub { 14 + owner = "gnu-octave"; 15 + repo = "pkg-control"; 16 + rev = "${pname}-${version}"; 17 + sha256 = "sha256-isUHovpknIFclspHjAtUxGLkrdxitdWSnQMED9n+R3s="; 15 18 }; 16 19 20 + # Running autoreconfHook inside the src directory fixes a compile issue about 21 + # the config.h header for control missing. 22 + # This is supposed to be handled by control's top-level Makefile, but does not 23 + # appear to be working. This manually forces it instead. 24 + preAutoreconf = '' 25 + pushd src 26 + ''; 27 + 28 + postAutoreconf = '' 29 + popd 30 + ''; 31 + 17 32 nativeBuildInputs = [ 18 33 gfortran 34 + autoreconfHook 19 35 ]; 20 36 21 37 buildInputs = [ ··· 23 39 ]; 24 40 25 41 meta = with lib; { 26 - homepage = "https://octave.sourceforge.io/control/index.html"; 42 + homepage = "https://gnu-octave.github.io/packages/control/"; 27 43 license = licenses.gpl3Plus; 28 44 maintainers = with maintainers; [ KarlJoad ]; 29 45 description = "Computer-Aided Control System Design (CACSD) Tools for GNU Octave, based on the proven SLICOT Library";
+2 -2
pkgs/development/python-modules/adafruit-platformdetect/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "adafruit-platformdetect"; 10 - version = "3.45.0"; 10 + version = "3.45.1"; 11 11 format = "pyproject"; 12 12 13 13 disabled = pythonOlder "3.7"; ··· 15 15 src = fetchPypi { 16 16 pname = "Adafruit-PlatformDetect"; 17 17 inherit version; 18 - hash = "sha256-xhcwEEUAgk1QJjmdAglfLnUlQpG3Pxof4g8c4NuyuPo="; 18 + hash = "sha256-dMXHjI4J/Bp4dBpymyzgWZxBi0al3N5eY7QxVoSNdxc="; 19 19 }; 20 20 21 21 SETUPTOOLS_SCM_PRETEND_VERSION = version;
+4 -5
pkgs/development/python-modules/aio-pika/default.nix
··· 1 1 { lib 2 - , aiomisc 2 + , aiomisc-pytest 3 3 , aiormq 4 4 , buildPythonPackage 5 5 , fetchFromGitHub 6 + , pamqp 6 7 , poetry-core 7 8 , pytestCheckHook 8 9 , pythonOlder ··· 39 40 ]; 40 41 41 42 nativeCheckInputs = [ 43 + aiomisc-pytest 44 + pamqp 42 45 pytestCheckHook 43 - ]; 44 - 45 - checkInputs = [ 46 - aiomisc 47 46 shortuuid 48 47 ]; 49 48
+2 -2
pkgs/development/python-modules/aiocsv/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "aiocsv"; 13 - version = "1.2.3"; 13 + version = "1.2.4"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "MKuranowski"; 20 20 repo = pname; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-cgPD9JdauPIHOdCNxsWInJWytj4niXozFAzJxKn52bE="; 22 + hash = "sha256-R9gZqiHYKexXXjbAkKu9YqhZnzC/VAMSDzBYT/mF5v0="; 23 23 }; 24 24 25 25 nativeBuildInputs = [
+5 -11
pkgs/development/python-modules/aiofile/default.nix
··· 1 1 { lib 2 2 , aiomisc 3 + , aiomisc-pytest 3 4 , caio 4 5 , buildPythonPackage 5 6 , fetchFromGitHub 6 - , fetchpatch 7 7 , pytestCheckHook 8 8 , pythonOlder 9 9 }: 10 10 11 11 buildPythonPackage rec { 12 12 pname = "aiofile"; 13 - version = "3.8.0"; 13 + version = "3.8.5"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "mosquito"; 20 20 repo = pname; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-PIImQZ1ymazsOg8qmlO91tNYHwXqK/d8AuKPsWYvh0w="; 22 + hash = "sha256-jQ97jtYhkqQgQjtHhtlk5JlvkzbFQw3kY6uXuV81ZkQ="; 23 23 }; 24 24 25 - patches = [ 26 - (fetchpatch { 27 - name = "remove-asynctest.patch"; 28 - url = "https://github.com/mosquito/aiofile/commit/9253ca42022f17f630ccfb6811f67876910f8b13.patch"; 29 - hash = "sha256-yMRfqEbdxApFypEj27v1zTgF/4kuLf5aS/+clo3mfZo="; 30 - }) 31 - ]; 32 - 33 25 propagatedBuildInputs = [ 34 26 caio 35 27 ]; 36 28 37 29 nativeCheckInputs = [ 38 30 aiomisc 31 + aiomisc-pytest 39 32 pytestCheckHook 40 33 ]; 41 34 ··· 63 56 meta = with lib; { 64 57 description = "File operations with asyncio support"; 65 58 homepage = "https://github.com/mosquito/aiofile"; 59 + changelog = "https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md"; 66 60 license = licenses.asl20; 67 61 maintainers = with maintainers; [ fab ]; 68 62 };
+48
pkgs/development/python-modules/aiomisc-pytest/default.nix
··· 1 + { lib 2 + , aiomisc 3 + , buildPythonPackage 4 + , fetchPypi 5 + , poetry-core 6 + , pytest 7 + , pythonOlder 8 + }: 9 + 10 + buildPythonPackage rec { 11 + pname = "aiomisc-pytest"; 12 + version = "1.1.1"; 13 + format = "pyproject"; 14 + 15 + disabled = pythonOlder "3.7"; 16 + 17 + src = fetchPypi { 18 + pname = "aiomisc_pytest"; 19 + inherit version; 20 + hash = "sha256-LDeMQbB4wFdgJ95r9/vFN6fmkoXSPq9NRXONXQ3lbdM="; 21 + }; 22 + 23 + nativeBuildInputs = [ 24 + poetry-core 25 + ]; 26 + 27 + buildInputs = [ 28 + pytest 29 + ]; 30 + 31 + propagatedBuildInputs = [ 32 + aiomisc 33 + ]; 34 + 35 + pythonImportsCheck = [ 36 + "aiomisc_pytest" 37 + ]; 38 + 39 + # Module has no tests 40 + doCheck = false; 41 + 42 + meta = with lib; { 43 + description = "Pytest integration for aiomisc"; 44 + homepage = "https://github.com/aiokitchen/aiomisc"; 45 + license = licenses.asl20; 46 + maintainers = with maintainers; [ fab ]; 47 + }; 48 + }
+11 -3
pkgs/development/python-modules/aiomisc/default.nix
··· 10 10 , fastapi 11 11 , fetchPypi 12 12 , logging-journald 13 + , poetry-core 13 14 , pytestCheckHook 14 15 , pythonOlder 15 16 , raven 16 17 #, raven-aiohttp 17 18 , setproctitle 19 + , setuptools 18 20 , uvloop 19 21 }: 20 22 21 23 buildPythonPackage rec { 22 24 pname = "aiomisc"; 23 - version = "16.3.15"; 24 - format = "setuptools"; 25 + version = "17.0.8"; 26 + format = "pyproject"; 25 27 26 28 disabled = pythonOlder "3.7"; 27 29 28 30 src = fetchPypi { 29 31 inherit pname version; 30 - hash = "sha256-lHDjsK8ds1ftovY2IAbJwk3jnn4FoDo6f/Nu/MSAhqM="; 32 + hash = "sha256-URN9ACnHbQnq7UqfKwhofOdpE/Bjz7WrbdWQikxpVOU="; 31 33 }; 32 34 35 + nativeBuildInputs = [ 36 + poetry-core 37 + ]; 38 + 33 39 propagatedBuildInputs = [ 34 40 colorlog 35 41 logging-journald 42 + setuptools 36 43 ]; 37 44 38 45 nativeCheckInputs = [ ··· 83 90 meta = with lib; { 84 91 description = "Miscellaneous utils for asyncio"; 85 92 homepage = "https://github.com/aiokitchen/aiomisc"; 93 + changelog = "https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md"; 86 94 license = licenses.asl20; 87 95 maintainers = with maintainers; [ fab ]; 88 96 };
+4 -3
pkgs/development/python-modules/aiormq/default.nix
··· 1 1 { lib 2 + , aiomisc-pytest 2 3 , buildPythonPackage 3 4 , fetchFromGitHub 4 5 , pythonOlder ··· 12 13 13 14 buildPythonPackage rec { 14 15 pname = "aiormq"; 15 - version = "6.7.2"; 16 + version = "6.7.4"; 16 17 format = "pyproject"; 17 18 18 19 disabled = pythonOlder "3.7"; ··· 21 22 owner = "mosquito"; 22 23 repo = pname; 23 24 rev = "refs/tags/${version}"; 24 - hash = "sha256-ujRw+trXOZaCRsZdkE3WoomOSdYoQkHmtlyFg1mp3Sg="; 25 + hash = "sha256-vORo5Kqy+Rg8WCyFU5lyQHS4EALYkycY4XxYhABV/4A="; 25 26 }; 26 27 27 28 nativeBuildInputs = [ ··· 39 40 ]; 40 41 41 42 checkInputs = [ 42 - aiomisc 43 + aiomisc-pytest 43 44 ]; 44 45 45 46 # Tests attempt to connect to a RabbitMQ server
+2
pkgs/development/python-modules/caio/default.nix
··· 2 2 , aiomisc 3 3 , buildPythonPackage 4 4 , fetchFromGitHub 5 + , pytest-aiohttp 5 6 , pytestCheckHook 6 7 , pythonOlder 7 8 }: ··· 22 23 23 24 nativeCheckInputs = [ 24 25 aiomisc 26 + pytest-aiohttp 25 27 pytestCheckHook 26 28 ]; 27 29
+2 -2
pkgs/development/python-modules/devolo-plc-api/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "devolo-plc-api"; 18 - version = "1.2.0"; 18 + version = "1.3.0"; 19 19 format = "pyproject"; 20 20 21 21 disabled = pythonOlder "3.8"; ··· 24 24 owner = "2Fake"; 25 25 repo = "devolo_plc_api"; 26 26 rev = "refs/tags/v${version}"; 27 - hash = "sha256-Ua6XxFmvF2EDtCZTeVHGRfwNAMjX3p5s4Jo5ylutYqY="; 27 + hash = "sha256-ika0mypHo7a8GCa2eNhOLIhMZ2ASwJOxV4mmAzvJm0E="; 28 28 }; 29 29 30 30 SETUPTOOLS_SCM_PRETEND_VERSION = version;
+2 -2
pkgs/development/python-modules/google-cloud-container/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "google-cloud-container"; 16 - version = "2.19.0"; 16 + version = "2.20.0"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-2EsqTVf65OCvT1i0whgCSvKGGHuHHE27bEg1S4kb+a8="; 23 + hash = "sha256-l/ENHQVW35pGuSkLsFDM5BRCAoD6KTmJgs+djuR6SM0="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/google-cloud-securitycenter/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "google-cloud-securitycenter"; 15 - version = "1.19.1"; 15 + version = "1.20.0"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.7"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-xI9CFp3esSxOsOsO5mVWUkMROpuX2QjzKVhKCBUpDhc="; 22 + hash = "sha256-r6HulAsKLJvL6jS/cKiMgdbYHeiChje4a7PCz6qA2yM="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/openai/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "openai"; 26 - version = "0.27.2"; 26 + version = "0.27.4"; 27 27 format = "setuptools"; 28 28 29 29 disabled = pythonOlder "3.7.1"; ··· 32 32 owner = "openai"; 33 33 repo = "openai-python"; 34 34 rev = "refs/tags/v${version}"; 35 - hash = "sha256-eHaYOJB/Ujadq71Ow3aTgiahYoiqoHwtNXr68nJUqGc="; 35 + hash = "sha256-E6Y4PdxwR1V4j48bbbuV6DtgAtXRyEMa9ipA1URL2Ac="; 36 36 }; 37 37 38 38 propagatedBuildInputs = [
+19 -21
pkgs/development/tools/cocoapods/Gemfile-beta.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - CFPropertyList (3.0.5) 4 + CFPropertyList (3.0.6) 5 5 rexml 6 - activesupport (6.1.6) 6 + activesupport (7.0.4.3) 7 7 concurrent-ruby (~> 1.0, >= 1.0.2) 8 8 i18n (>= 1.6, < 2) 9 9 minitest (>= 5.1) 10 10 tzinfo (~> 2.0) 11 - zeitwerk (~> 2.3) 12 - addressable (2.8.0) 13 - public_suffix (>= 2.0.2, < 5.0) 11 + addressable (2.8.4) 12 + public_suffix (>= 2.0.2, < 6.0) 14 13 algoliasearch (1.27.5) 15 14 httpclient (~> 2.8, >= 2.8.3) 16 15 json (>= 1.5.1) 17 16 atomos (0.1.3) 18 17 claide (1.1.0) 19 - cocoapods (1.11.3) 18 + cocoapods (1.12.0) 20 19 addressable (~> 2.8) 21 20 claide (>= 1.0.2, < 2.0) 22 - cocoapods-core (= 1.11.3) 21 + cocoapods-core (= 1.12.0) 23 22 cocoapods-deintegrate (>= 1.0.3, < 2.0) 24 - cocoapods-downloader (>= 1.4.0, < 2.0) 23 + cocoapods-downloader (>= 1.6.0, < 2.0) 25 24 cocoapods-plugins (>= 1.0.0, < 2.0) 26 25 cocoapods-search (>= 1.0.0, < 2.0) 27 - cocoapods-trunk (>= 1.4.0, < 2.0) 26 + cocoapods-trunk (>= 1.6.0, < 2.0) 28 27 cocoapods-try (>= 1.1.0, < 2.0) 29 28 colored2 (~> 3.1) 30 29 escape (~> 0.0.4) ··· 32 31 gh_inspector (~> 1.0) 33 32 molinillo (~> 0.8.0) 34 33 nap (~> 1.0) 35 - ruby-macho (>= 1.0, < 3.0) 34 + ruby-macho (>= 2.3.0, < 3.0) 36 35 xcodeproj (>= 1.21.0, < 2.0) 37 - cocoapods-core (1.11.3) 38 - activesupport (>= 5.0, < 7) 36 + cocoapods-core (1.12.0) 37 + activesupport (>= 5.0, < 8) 39 38 addressable (~> 2.8) 40 39 algoliasearch (~> 1.0) 41 40 concurrent-ruby (~> 1.1) ··· 54 53 netrc (~> 0.11) 55 54 cocoapods-try (1.2.0) 56 55 colored2 (3.1.2) 57 - concurrent-ruby (1.1.10) 56 + concurrent-ruby (1.2.2) 58 57 escape (0.0.4) 59 - ethon (0.15.0) 58 + ethon (0.16.0) 60 59 ffi (>= 1.15.0) 61 60 ffi (1.15.5) 62 61 fourflusher (2.3.1) 63 62 fuzzy_match (2.0.4) 64 63 gh_inspector (1.1.3) 65 64 httpclient (2.8.3) 66 - i18n (1.10.0) 65 + i18n (1.12.0) 67 66 concurrent-ruby (~> 1.0) 68 - json (2.6.2) 69 - minitest (5.15.0) 67 + json (2.6.3) 68 + minitest (5.18.0) 70 69 molinillo (0.8.0) 71 70 nanaimo (0.3.0) 72 71 nap (1.1.0) ··· 76 75 ruby-macho (2.5.1) 77 76 typhoeus (1.4.0) 78 77 ethon (>= 0.9.0) 79 - tzinfo (2.0.4) 78 + tzinfo (2.0.6) 80 79 concurrent-ruby (~> 1.0) 81 - xcodeproj (1.21.0) 80 + xcodeproj (1.22.0) 82 81 CFPropertyList (>= 2.3.3, < 4.0) 83 82 atomos (~> 0.1.3) 84 83 claide (>= 1.0.2, < 2.0) 85 84 colored2 (~> 3.1) 86 85 nanaimo (~> 0.3.0) 87 86 rexml (~> 3.2.4) 88 - zeitwerk (2.5.4) 89 87 90 88 PLATFORMS 91 89 ruby ··· 94 92 cocoapods (>= 1.7.0.beta.1) 95 93 96 94 BUNDLED WITH 97 - 2.2.20 95 + 2.3.20
+19 -21
pkgs/development/tools/cocoapods/Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - CFPropertyList (3.0.5) 4 + CFPropertyList (3.0.6) 5 5 rexml 6 - activesupport (6.1.6) 6 + activesupport (7.0.4.3) 7 7 concurrent-ruby (~> 1.0, >= 1.0.2) 8 8 i18n (>= 1.6, < 2) 9 9 minitest (>= 5.1) 10 10 tzinfo (~> 2.0) 11 - zeitwerk (~> 2.3) 12 - addressable (2.8.0) 13 - public_suffix (>= 2.0.2, < 5.0) 11 + addressable (2.8.4) 12 + public_suffix (>= 2.0.2, < 6.0) 14 13 algoliasearch (1.27.5) 15 14 httpclient (~> 2.8, >= 2.8.3) 16 15 json (>= 1.5.1) 17 16 atomos (0.1.3) 18 17 claide (1.1.0) 19 - cocoapods (1.11.3) 18 + cocoapods (1.12.0) 20 19 addressable (~> 2.8) 21 20 claide (>= 1.0.2, < 2.0) 22 - cocoapods-core (= 1.11.3) 21 + cocoapods-core (= 1.12.0) 23 22 cocoapods-deintegrate (>= 1.0.3, < 2.0) 24 - cocoapods-downloader (>= 1.4.0, < 2.0) 23 + cocoapods-downloader (>= 1.6.0, < 2.0) 25 24 cocoapods-plugins (>= 1.0.0, < 2.0) 26 25 cocoapods-search (>= 1.0.0, < 2.0) 27 - cocoapods-trunk (>= 1.4.0, < 2.0) 26 + cocoapods-trunk (>= 1.6.0, < 2.0) 28 27 cocoapods-try (>= 1.1.0, < 2.0) 29 28 colored2 (~> 3.1) 30 29 escape (~> 0.0.4) ··· 32 31 gh_inspector (~> 1.0) 33 32 molinillo (~> 0.8.0) 34 33 nap (~> 1.0) 35 - ruby-macho (>= 1.0, < 3.0) 34 + ruby-macho (>= 2.3.0, < 3.0) 36 35 xcodeproj (>= 1.21.0, < 2.0) 37 - cocoapods-core (1.11.3) 38 - activesupport (>= 5.0, < 7) 36 + cocoapods-core (1.12.0) 37 + activesupport (>= 5.0, < 8) 39 38 addressable (~> 2.8) 40 39 algoliasearch (~> 1.0) 41 40 concurrent-ruby (~> 1.1) ··· 54 53 netrc (~> 0.11) 55 54 cocoapods-try (1.2.0) 56 55 colored2 (3.1.2) 57 - concurrent-ruby (1.1.10) 56 + concurrent-ruby (1.2.2) 58 57 escape (0.0.4) 59 - ethon (0.15.0) 58 + ethon (0.16.0) 60 59 ffi (>= 1.15.0) 61 60 ffi (1.15.5) 62 61 fourflusher (2.3.1) 63 62 fuzzy_match (2.0.4) 64 63 gh_inspector (1.1.3) 65 64 httpclient (2.8.3) 66 - i18n (1.10.0) 65 + i18n (1.12.0) 67 66 concurrent-ruby (~> 1.0) 68 - json (2.6.2) 69 - minitest (5.15.0) 67 + json (2.6.3) 68 + minitest (5.18.0) 70 69 molinillo (0.8.0) 71 70 nanaimo (0.3.0) 72 71 nap (1.1.0) ··· 76 75 ruby-macho (2.5.1) 77 76 typhoeus (1.4.0) 78 77 ethon (>= 0.9.0) 79 - tzinfo (2.0.4) 78 + tzinfo (2.0.6) 80 79 concurrent-ruby (~> 1.0) 81 - xcodeproj (1.21.0) 80 + xcodeproj (1.22.0) 82 81 CFPropertyList (>= 2.3.3, < 4.0) 83 82 atomos (~> 0.1.3) 84 83 claide (>= 1.0.2, < 2.0) 85 84 colored2 (~> 3.1) 86 85 nanaimo (~> 0.3.0) 87 86 rexml (~> 3.2.4) 88 - zeitwerk (2.5.4) 89 87 90 88 PLATFORMS 91 89 ruby ··· 94 92 cocoapods 95 93 96 94 BUNDLED WITH 97 - 2.2.20 95 + 2.3.20
+25 -35
pkgs/development/tools/cocoapods/gemset-beta.nix
··· 1 1 { 2 2 activesupport = { 3 - dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"]; 3 + dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"]; 4 4 groups = ["default"]; 5 5 platforms = []; 6 6 source = { 7 7 remotes = ["https://rubygems.org"]; 8 - sha256 = "08wzpwgdm03vzb8gqr8bvfdarb89g5ah0skvwqk6qv87p55xqkyw"; 8 + sha256 = "15m0b1im6i401ab51vzr7f8nk8kys1qa0snnl741y3sir3xd07jp"; 9 9 type = "gem"; 10 10 }; 11 - version = "6.1.6"; 11 + version = "7.0.4.3"; 12 12 }; 13 13 addressable = { 14 14 dependencies = ["public_suffix"]; ··· 16 16 platforms = []; 17 17 source = { 18 18 remotes = ["https://rubygems.org"]; 19 - sha256 = "022r3m9wdxljpbya69y2i3h9g3dhhfaqzidf95m6qjzms792jvgp"; 19 + sha256 = "15s8van7r2ad3dq6i03l3z4hqnvxcq75a3h72kxvf9an53sqma20"; 20 20 type = "gem"; 21 21 }; 22 - version = "2.8.0"; 22 + version = "2.8.4"; 23 23 }; 24 24 algoliasearch = { 25 25 dependencies = ["httpclient" "json"]; ··· 48 48 platforms = []; 49 49 source = { 50 50 remotes = ["https://rubygems.org"]; 51 - sha256 = "193l8r1ycd3dcxa7lsb4pqcghbk56dzc5244m6y8xmv88z6m31d7"; 51 + sha256 = "1a36zn77yyibqsfpka0i8vgf3yv98ic2b9wwlbc29566y8wpa2bq"; 52 52 type = "gem"; 53 53 }; 54 - version = "3.0.5"; 54 + version = "3.0.6"; 55 55 }; 56 56 claide = { 57 57 groups = ["default"]; ··· 69 69 platforms = []; 70 70 source = { 71 71 remotes = ["https://rubygems.org"]; 72 - sha256 = "0cix57b2si8lc1m15mzg3mr1kmvn5sq0cy01vqwlfvvirrkf3ky3"; 72 + sha256 = "071kl1d0wi0v3w4gqjh9hzf8jclk59m2xn5dynmr0waammmm1yhw"; 73 73 type = "gem"; 74 74 }; 75 - version = "1.11.3"; 75 + version = "1.12.0"; 76 76 }; 77 77 cocoapods-core = { 78 78 dependencies = ["activesupport" "addressable" "algoliasearch" "concurrent-ruby" "fuzzy_match" "nap" "netrc" "public_suffix" "typhoeus"]; ··· 80 80 platforms = []; 81 81 source = { 82 82 remotes = ["https://rubygems.org"]; 83 - sha256 = "1lqcq7pk3znc9par217h4hv8g70w25m2a2llgyayp30dlgdj45iy"; 83 + sha256 = "0gz84agvxbcp7ngkixkgyj9dcjd3q4q8qffx0b75kzg8p31ywl5b"; 84 84 type = "gem"; 85 85 }; 86 - version = "1.11.3"; 86 + version = "1.12.0"; 87 87 }; 88 88 cocoapods-deintegrate = { 89 89 groups = ["default"]; ··· 162 162 platforms = []; 163 163 source = { 164 164 remotes = ["https://rubygems.org"]; 165 - sha256 = "0s4fpn3mqiizpmpy2a24k4v365pv75y50292r8ajrv4i1p5b2k14"; 165 + sha256 = "0krcwb6mn0iklajwngwsg850nk8k9b35dhmc2qkbdqvmifdi2y9q"; 166 166 type = "gem"; 167 167 }; 168 - version = "1.1.10"; 168 + version = "1.2.2"; 169 169 }; 170 170 escape = { 171 171 groups = ["default"]; ··· 183 183 platforms = []; 184 184 source = { 185 185 remotes = ["https://rubygems.org"]; 186 - sha256 = "0kd7c61f28f810fgxg480j7457nlvqarza9c2ra0zhav0dd80288"; 186 + sha256 = "17ix0mijpsy3y0c6ywrk5ibarmvqzjsirjyprpsy3hwax8fdm85v"; 187 187 type = "gem"; 188 188 }; 189 - version = "0.15.0"; 189 + version = "0.16.0"; 190 190 }; 191 191 ffi = { 192 192 groups = ["default"]; ··· 244 244 platforms = []; 245 245 source = { 246 246 remotes = ["https://rubygems.org"]; 247 - sha256 = "0b2qyvnk4yynlg17ymkq4g5xgr275637fhl1mjh0valw3cb1fhhg"; 247 + sha256 = "1vdcchz7jli1p0gnc669a7bj3q1fv09y9ppf0y3k0vb1jwdwrqwi"; 248 248 type = "gem"; 249 249 }; 250 - version = "1.10.0"; 250 + version = "1.12.0"; 251 251 }; 252 252 json = { 253 253 groups = ["default"]; 254 254 platforms = []; 255 255 source = { 256 256 remotes = ["https://rubygems.org"]; 257 - sha256 = "0yk5d10yvspkc5jyvx9gc1a9pn1z8v4k2hvjk1l88zixwf3wf3cl"; 257 + sha256 = "0nalhin1gda4v8ybk6lq8f407cgfrj6qzn234yra4ipkmlbfmal6"; 258 258 type = "gem"; 259 259 }; 260 - version = "2.6.2"; 260 + version = "2.6.3"; 261 261 }; 262 262 minitest = { 263 263 groups = ["default"]; 264 264 platforms = []; 265 265 source = { 266 266 remotes = ["https://rubygems.org"]; 267 - sha256 = "06xf558gid4w8lwx13jwfdafsch9maz8m0g85wnfymqj63x5nbbd"; 267 + sha256 = "0ic7i5z88zcaqnpzprf7saimq2f6sad57g5mkkqsrqrcd6h3mx06"; 268 268 type = "gem"; 269 269 }; 270 - version = "5.15.0"; 270 + version = "5.18.0"; 271 271 }; 272 272 molinillo = { 273 273 groups = ["default"]; ··· 356 356 platforms = []; 357 357 source = { 358 358 remotes = ["https://rubygems.org"]; 359 - sha256 = "10qp5x7f9hvlc0psv9gsfbxg4a7s0485wsbq1kljkxq94in91l4z"; 359 + sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd"; 360 360 type = "gem"; 361 361 }; 362 - version = "2.0.4"; 362 + version = "2.0.6"; 363 363 }; 364 364 xcodeproj = { 365 365 dependencies = ["CFPropertyList" "atomos" "claide" "colored2" "nanaimo" "rexml"]; ··· 367 367 platforms = []; 368 368 source = { 369 369 remotes = ["https://rubygems.org"]; 370 - sha256 = "0xmzb1mdsnkpf7v07whz0n2wc8kg6785sc7i5zyawd8dl8517rp4"; 371 - type = "gem"; 372 - }; 373 - version = "1.21.0"; 374 - }; 375 - zeitwerk = { 376 - groups = ["default"]; 377 - platforms = []; 378 - source = { 379 - remotes = ["https://rubygems.org"]; 380 - sha256 = "09bq7j2p6mkbxnsg71s253dm2463kg51xc7bmjcxgyblqbh4ln7m"; 370 + sha256 = "1s7hxaqd1fi4rlmm2jbrglyvka1r95frlxan61vfcnd8n6pxynpi"; 381 371 type = "gem"; 382 372 }; 383 - version = "2.5.4"; 373 + version = "1.22.0"; 384 374 }; 385 375 }
+25 -35
pkgs/development/tools/cocoapods/gemset.nix
··· 1 1 { 2 2 activesupport = { 3 - dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"]; 3 + dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"]; 4 4 groups = ["default"]; 5 5 platforms = []; 6 6 source = { 7 7 remotes = ["https://rubygems.org"]; 8 - sha256 = "08wzpwgdm03vzb8gqr8bvfdarb89g5ah0skvwqk6qv87p55xqkyw"; 8 + sha256 = "15m0b1im6i401ab51vzr7f8nk8kys1qa0snnl741y3sir3xd07jp"; 9 9 type = "gem"; 10 10 }; 11 - version = "6.1.6"; 11 + version = "7.0.4.3"; 12 12 }; 13 13 addressable = { 14 14 dependencies = ["public_suffix"]; ··· 16 16 platforms = []; 17 17 source = { 18 18 remotes = ["https://rubygems.org"]; 19 - sha256 = "022r3m9wdxljpbya69y2i3h9g3dhhfaqzidf95m6qjzms792jvgp"; 19 + sha256 = "15s8van7r2ad3dq6i03l3z4hqnvxcq75a3h72kxvf9an53sqma20"; 20 20 type = "gem"; 21 21 }; 22 - version = "2.8.0"; 22 + version = "2.8.4"; 23 23 }; 24 24 algoliasearch = { 25 25 dependencies = ["httpclient" "json"]; ··· 46 46 platforms = []; 47 47 source = { 48 48 remotes = ["https://rubygems.org"]; 49 - sha256 = "193l8r1ycd3dcxa7lsb4pqcghbk56dzc5244m6y8xmv88z6m31d7"; 49 + sha256 = "1a36zn77yyibqsfpka0i8vgf3yv98ic2b9wwlbc29566y8wpa2bq"; 50 50 type = "gem"; 51 51 }; 52 - version = "3.0.5"; 52 + version = "3.0.6"; 53 53 }; 54 54 claide = { 55 55 groups = ["default"]; ··· 67 67 platforms = []; 68 68 source = { 69 69 remotes = ["https://rubygems.org"]; 70 - sha256 = "0cix57b2si8lc1m15mzg3mr1kmvn5sq0cy01vqwlfvvirrkf3ky3"; 70 + sha256 = "071kl1d0wi0v3w4gqjh9hzf8jclk59m2xn5dynmr0waammmm1yhw"; 71 71 type = "gem"; 72 72 }; 73 - version = "1.11.3"; 73 + version = "1.12.0"; 74 74 }; 75 75 cocoapods-core = { 76 76 dependencies = ["activesupport" "addressable" "algoliasearch" "concurrent-ruby" "fuzzy_match" "nap" "netrc" "public_suffix" "typhoeus"]; ··· 78 78 platforms = []; 79 79 source = { 80 80 remotes = ["https://rubygems.org"]; 81 - sha256 = "1lqcq7pk3znc9par217h4hv8g70w25m2a2llgyayp30dlgdj45iy"; 81 + sha256 = "0gz84agvxbcp7ngkixkgyj9dcjd3q4q8qffx0b75kzg8p31ywl5b"; 82 82 type = "gem"; 83 83 }; 84 - version = "1.11.3"; 84 + version = "1.12.0"; 85 85 }; 86 86 cocoapods-deintegrate = { 87 87 groups = ["default"]; ··· 156 156 platforms = []; 157 157 source = { 158 158 remotes = ["https://rubygems.org"]; 159 - sha256 = "0s4fpn3mqiizpmpy2a24k4v365pv75y50292r8ajrv4i1p5b2k14"; 159 + sha256 = "0krcwb6mn0iklajwngwsg850nk8k9b35dhmc2qkbdqvmifdi2y9q"; 160 160 type = "gem"; 161 161 }; 162 - version = "1.1.10"; 162 + version = "1.2.2"; 163 163 }; 164 164 escape = { 165 165 source = { ··· 175 175 platforms = []; 176 176 source = { 177 177 remotes = ["https://rubygems.org"]; 178 - sha256 = "0kd7c61f28f810fgxg480j7457nlvqarza9c2ra0zhav0dd80288"; 178 + sha256 = "17ix0mijpsy3y0c6ywrk5ibarmvqzjsirjyprpsy3hwax8fdm85v"; 179 179 type = "gem"; 180 180 }; 181 - version = "0.15.0"; 181 + version = "0.16.0"; 182 182 }; 183 183 ffi = { 184 184 groups = ["default"]; ··· 232 232 platforms = []; 233 233 source = { 234 234 remotes = ["https://rubygems.org"]; 235 - sha256 = "0b2qyvnk4yynlg17ymkq4g5xgr275637fhl1mjh0valw3cb1fhhg"; 235 + sha256 = "1vdcchz7jli1p0gnc669a7bj3q1fv09y9ppf0y3k0vb1jwdwrqwi"; 236 236 type = "gem"; 237 237 }; 238 - version = "1.10.0"; 238 + version = "1.12.0"; 239 239 }; 240 240 json = { 241 241 groups = ["default"]; 242 242 platforms = []; 243 243 source = { 244 244 remotes = ["https://rubygems.org"]; 245 - sha256 = "0yk5d10yvspkc5jyvx9gc1a9pn1z8v4k2hvjk1l88zixwf3wf3cl"; 245 + sha256 = "0nalhin1gda4v8ybk6lq8f407cgfrj6qzn234yra4ipkmlbfmal6"; 246 246 type = "gem"; 247 247 }; 248 - version = "2.6.2"; 248 + version = "2.6.3"; 249 249 }; 250 250 minitest = { 251 251 groups = ["default"]; 252 252 platforms = []; 253 253 source = { 254 254 remotes = ["https://rubygems.org"]; 255 - sha256 = "06xf558gid4w8lwx13jwfdafsch9maz8m0g85wnfymqj63x5nbbd"; 255 + sha256 = "0ic7i5z88zcaqnpzprf7saimq2f6sad57g5mkkqsrqrcd6h3mx06"; 256 256 type = "gem"; 257 257 }; 258 - version = "5.15.0"; 258 + version = "5.18.0"; 259 259 }; 260 260 molinillo = { 261 261 groups = ["default"]; ··· 340 340 platforms = []; 341 341 source = { 342 342 remotes = ["https://rubygems.org"]; 343 - sha256 = "10qp5x7f9hvlc0psv9gsfbxg4a7s0485wsbq1kljkxq94in91l4z"; 343 + sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd"; 344 344 type = "gem"; 345 345 }; 346 - version = "2.0.4"; 346 + version = "2.0.6"; 347 347 }; 348 348 xcodeproj = { 349 349 dependencies = ["CFPropertyList" "atomos" "claide" "colored2" "nanaimo" "rexml"]; ··· 351 351 platforms = []; 352 352 source = { 353 353 remotes = ["https://rubygems.org"]; 354 - sha256 = "0xmzb1mdsnkpf7v07whz0n2wc8kg6785sc7i5zyawd8dl8517rp4"; 355 - type = "gem"; 356 - }; 357 - version = "1.21.0"; 358 - }; 359 - zeitwerk = { 360 - groups = ["default"]; 361 - platforms = []; 362 - source = { 363 - remotes = ["https://rubygems.org"]; 364 - sha256 = "09bq7j2p6mkbxnsg71s253dm2463kg51xc7bmjcxgyblqbh4ln7m"; 354 + sha256 = "1s7hxaqd1fi4rlmm2jbrglyvka1r95frlxan61vfcnd8n6pxynpi"; 365 355 type = "gem"; 366 356 }; 367 - version = "2.5.4"; 357 + version = "1.22.0"; 368 358 }; 369 359 }
+26
pkgs/development/tools/dec-decode/default.nix
··· 1 + { lib 2 + , buildGoModule 3 + , fetchFromGitHub 4 + }: 5 + 6 + buildGoModule rec { 7 + pname = "dec-decode"; 8 + version = "unstable-2022-12-24"; 9 + 10 + src = fetchFromGitHub { 11 + owner = "sammiq"; 12 + repo = pname; 13 + rev = "6ee103c"; 14 + hash = "sha256-vOYKVl00oaXwp77pRLqUPnXQT5QuJfqnGGkQVBMq5W0="; 15 + }; 16 + 17 + vendorHash = "sha256-zGWRzw1KUmifIsTudlgoKCR3+K0FLehHRSB3lNX+OWY="; 18 + 19 + meta = with lib; { 20 + description = "Nintendo Wii iso.dec decoder"; 21 + homepage = "https://github.com/sammiq/dec-decode"; 22 + license = licenses.unlicense; 23 + maintainers = with maintainers; [ hughobrien ]; 24 + platforms = with platforms; linux ++ darwin; 25 + }; 26 + }
+2 -2
pkgs/development/tools/skopeo/default.nix
··· 18 18 19 19 buildGoModule rec { 20 20 pname = "skopeo"; 21 - version = "1.11.2"; 21 + version = "1.12.0"; 22 22 23 23 src = fetchFromGitHub { 24 24 rev = "v${version}"; 25 25 owner = "containers"; 26 26 repo = "skopeo"; 27 - hash = "sha256-+FYq6Far8zFlIsaPtt/1mvfjMHb0gc4rat+M+aK+XW4="; 27 + hash = "sha256-a4uM2WjDhjz4zTiM2HWoDHQQ9aT38HV9GNUJAJmZR+w="; 28 28 }; 29 29 30 30 outputs = [ "out" "man" ];
+8
pkgs/development/web/nodejs/nodejs.nix
··· 96 96 97 97 enableParallelBuilding = true; 98 98 99 + # Don't allow enabling content addressed conversion as `nodejs` 100 + # checksums it's image before conversion happens and image loading 101 + # breaks: 102 + # $ nix build -f. nodejs --arg config '{ contentAddressedByDefault = true; }' 103 + # $ ./result/bin/node 104 + # Check failed: VerifyChecksum(blob). 105 + __contentAddressed = false; 106 + 99 107 passthru.interpreterName = "nodejs"; 100 108 101 109 passthru.pkgs = callPackage ../../node-packages/default.nix {
+2 -2
pkgs/games/openttd/default.nix
··· 29 29 in 30 30 stdenv.mkDerivation rec { 31 31 pname = "openttd"; 32 - version = "13.0"; 32 + version = "13.1"; 33 33 34 34 src = fetchurl { 35 35 url = "https://cdn.openttd.org/openttd-releases/${version}/${pname}-${version}-source.tar.xz"; 36 - hash = "sha256-M5344OCCcIfIOv54+O/GpzsKPYqVCgtTE3zm6KrXq2c="; 36 + hash = "sha256-Xt8i03A1I4KF72cql9WeZCgL66sj5YR4CDTM1r4KWLs="; 37 37 }; 38 38 39 39 nativeBuildInputs = [ cmake makeWrapper ];
+5 -5
pkgs/misc/fastly/default.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "fastly"; 13 - version = "8.2.1"; 13 + version = "8.2.4"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "fastly"; 17 17 repo = "cli"; 18 18 rev = "refs/tags/v${version}"; 19 - hash = "sha256-QJNXmSM8xIw8gN3rB1mGT7GRf1nx0Y0Z+8yf0gjddBo="; 19 + hash = "sha256-31lXYqve1vYRwfNJWT1auWti8vHUqsqEtMr2dgPokLU="; 20 20 # The git commit is part of the `fastly version` original output; 21 21 # leave that output the same in nixpkgs. Use the `.git` directory 22 22 # to retrieve the commit SHA, and remove the directory afterwards, ··· 33 33 "cmd/fastly" 34 34 ]; 35 35 36 - vendorHash = "sha256-lNb/RPL+MM2NeAVzGWfkrYJz+z8Lb9jPRmQP9Ht5Meo="; 36 + vendorHash = "sha256-FxG9AQNVBS2T43VB5u8GG2GgGwjf2pGLH9jsBMOK2Fw="; 37 37 38 38 nativeBuildInputs = [ 39 39 installShellFiles ··· 52 52 ]; 53 53 preBuild = let 54 54 cliConfigToml = fetchurl { 55 - url = "https://web.archive.org/web/20230308181550/https://developer.fastly.com/api/internal/cli-config"; 56 - hash = "sha256-Y2KBTiUQlugKjfhOY+8W7/IUSjgeRVc2NgmL+nhb6aQ="; 55 + url = "https://web.archive.org/web/20230412222811/https://developer.fastly.com/api/internal/cli-config"; 56 + hash = "sha256-NACjeBGOvBL6kUBZtSx4ChZgn7V69f4K2yyDCwTZsbU="; 57 57 }; 58 58 in '' 59 59 cp ${cliConfigToml} ./pkg/config/config.toml
+6 -2
pkgs/os-specific/linux/libnvme/default.nix
··· 1 1 { fetchFromGitHub 2 2 , json_c 3 + , keyutils 3 4 , lib 4 5 , meson 5 6 , ninja ··· 8 9 , pkg-config 9 10 , python3 10 11 , stdenv 12 + , swig 11 13 , systemd 12 14 }: 13 15 14 16 stdenv.mkDerivation rec { 15 17 pname = "libnvme"; 16 - version = "1.2"; 18 + version = "1.4"; 17 19 18 20 outputs = [ "out" "man" ]; 19 21 ··· 21 23 owner = "linux-nvme"; 22 24 repo = "libnvme"; 23 25 rev = "v${version}"; 24 - sha256 = "sha256-U9Fj3OcBe32C0PKhI05eF/6jikHAvdyvXH16IY0rWxI="; 26 + sha256 = "sha256-8DlEQ4LH6UhIHr0znJGqkuCosLHqA6hkJjmiCawNE1k="; 25 27 }; 26 28 27 29 postPatch = '' ··· 36 38 perl # for kernel-doc 37 39 pkg-config 38 40 python3 41 + swig 39 42 ]; 40 43 41 44 buildInputs = [ 45 + keyutils 42 46 json_c 43 47 openssl 44 48 systemd
+1 -1
pkgs/os-specific/linux/nvidia-x11/generic.nix
··· 127 127 description = "X.org driver and kernel module for NVIDIA graphics cards"; 128 128 license = licenses.unfreeRedistributable; 129 129 platforms = [ "x86_64-linux" ] ++ optionals (!i686bundled) [ "i686-linux" ]; 130 - maintainers = with maintainers; [ jonringer ]; 130 + maintainers = with maintainers; [ jonringer kiskae ]; 131 131 priority = 4; # resolves collision with xorg-server's "lib/xorg/modules/extensions/libglx.so" 132 132 inherit broken; 133 133 };
+2 -2
pkgs/os-specific/linux/nvme-cli/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "nvme-cli"; 12 - version = "2.2.1"; 12 + version = "2.4"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "linux-nvme"; 16 16 repo = "nvme-cli"; 17 17 rev = "v${version}"; 18 - hash = "sha256-okYtGiKUPNO31ntD9j5iAgdcnS5OQ/g1QAY+svhga4c="; 18 + hash = "sha256-vnhvVVfEDnmEIdIkfTRoiLB7dZ1rJV3U4PmUUoaxTUs="; 19 19 }; 20 20 21 21 mesonFlags = [
+5 -1
pkgs/stdenv/generic/make-derivation.nix
··· 309 309 hostSuffix = lib.optionalString 310 310 (stdenv.hostPlatform != stdenv.buildPlatform && !dontAddHostSuffix) 311 311 "-${stdenv.hostPlatform.config}"; 312 + 312 313 # Disambiguate statically built packages. This was originally 313 314 # introduce as a means to prevent nix-env to get confused between 314 315 # nix and nixStatic. This should be also achieved by moving the ··· 319 320 lib.strings.sanitizeDerivationName ( 320 321 if attrs ? name 321 322 then attrs.name + hostSuffix 322 - else "${attrs.pname}${staticMarker}${hostSuffix}-${attrs.version}" 323 + else 324 + # we cannot coerce null to a string below 325 + assert lib.assertMsg (attrs ? version && attrs.version != null) "The ‘version’ attribute cannot be null."; 326 + "${attrs.pname}${staticMarker}${hostSuffix}-${attrs.version}" 323 327 ); 324 328 }) // lib.optionalAttrs __structuredAttrs { env = checkedEnv; } // { 325 329 builder = attrs.realBuilder or stdenv.shell;
+415 -286
pkgs/tools/security/ripasso/Cargo.lock
··· 10 10 11 11 [[package]] 12 12 name = "ahash" 13 - version = "0.8.2" 13 + version = "0.8.3" 14 14 source = "registry+https://github.com/rust-lang/crates.io-index" 15 - checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107" 15 + checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" 16 16 dependencies = [ 17 17 "cfg-if", 18 18 "getrandom 0.2.8", ··· 40 40 41 41 [[package]] 42 42 name = "anyhow" 43 - version = "1.0.68" 43 + version = "1.0.69" 44 44 source = "registry+https://github.com/rust-lang/crates.io-index" 45 - checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" 45 + checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" 46 46 47 47 [[package]] 48 48 name = "arrayvec" ··· 120 120 121 121 [[package]] 122 122 name = "bindgen" 123 - version = "0.57.0" 123 + version = "0.63.0" 124 124 source = "registry+https://github.com/rust-lang/crates.io-index" 125 - checksum = "fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d" 125 + checksum = "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885" 126 126 dependencies = [ 127 127 "bitflags", 128 128 "cexpr", ··· 135 135 "regex", 136 136 "rustc-hash", 137 137 "shlex", 138 + "syn", 138 139 ] 139 140 140 141 [[package]] ··· 163 164 version = "0.1.6" 164 165 source = "registry+https://github.com/rust-lang/crates.io-index" 165 166 checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 166 - 167 - [[package]] 168 - name = "block-buffer" 169 - version = "0.9.0" 170 - source = "registry+https://github.com/rust-lang/crates.io-index" 171 - checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 172 - dependencies = [ 173 - "generic-array", 174 - ] 175 167 176 168 [[package]] 177 169 name = "block-buffer" ··· 183 175 ] 184 176 185 177 [[package]] 186 - name = "bstr" 187 - version = "0.2.17" 188 - source = "registry+https://github.com/rust-lang/crates.io-index" 189 - checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 190 - dependencies = [ 191 - "lazy_static 1.4.0", 192 - "memchr", 193 - "regex-automata", 194 - "serde", 195 - ] 196 - 197 - [[package]] 198 178 name = "buffered-reader" 199 179 version = "1.1.4" 200 180 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 214 194 215 195 [[package]] 216 196 name = "bumpalo" 217 - version = "3.11.1" 197 + version = "3.12.0" 218 198 source = "registry+https://github.com/rust-lang/crates.io-index" 219 - checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" 199 + checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 220 200 221 201 [[package]] 222 202 name = "bytecount" ··· 232 212 233 213 [[package]] 234 214 name = "bytes" 235 - version = "1.3.0" 215 + version = "1.4.0" 236 216 source = "registry+https://github.com/rust-lang/crates.io-index" 237 - checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c" 217 + checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 238 218 239 219 [[package]] 240 220 name = "bzip2" ··· 316 296 317 297 [[package]] 318 298 name = "cc" 319 - version = "1.0.78" 299 + version = "1.0.79" 320 300 source = "registry+https://github.com/rust-lang/crates.io-index" 321 - checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d" 301 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 322 302 dependencies = [ 323 303 "jobserver", 324 304 ] 325 305 326 306 [[package]] 327 307 name = "cexpr" 328 - version = "0.4.0" 308 + version = "0.6.0" 329 309 source = "registry+https://github.com/rust-lang/crates.io-index" 330 - checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27" 310 + checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 331 311 dependencies = [ 332 - "nom 5.1.2", 312 + "nom 7.1.3", 333 313 ] 334 314 335 315 [[package]] ··· 364 344 365 345 [[package]] 366 346 name = "clang-sys" 367 - version = "1.4.0" 347 + version = "1.6.0" 368 348 source = "registry+https://github.com/rust-lang/crates.io-index" 369 - checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3" 349 + checksum = "77ed9a53e5d4d9c573ae844bfac6872b159cb1d1585a83b29e7a64b7eef7332a" 370 350 dependencies = [ 371 351 "glob", 372 352 "libc", ··· 385 365 ] 386 366 387 367 [[package]] 368 + name = "cli-clipboard" 369 + version = "0.4.0" 370 + source = "registry+https://github.com/rust-lang/crates.io-index" 371 + checksum = "04087c1d4a2aa259784a563932aee09cbb0869d490775e051096174b070f3e3d" 372 + dependencies = [ 373 + "clipboard-win 4.5.0", 374 + "objc", 375 + "objc-foundation", 376 + "objc_id", 377 + "wl-clipboard-rs", 378 + "x11-clipboard 0.7.0", 379 + ] 380 + 381 + [[package]] 388 382 name = "clipboard" 389 383 version = "0.5.0" 390 384 source = "registry+https://github.com/rust-lang/crates.io-index" 391 385 checksum = "25a904646c0340239dcf7c51677b33928bf24fdf424b79a57909c0109075b2e7" 392 386 dependencies = [ 393 - "clipboard-win", 387 + "clipboard-win 2.2.0", 394 388 "objc", 395 389 "objc-foundation", 396 390 "objc_id", 397 - "x11-clipboard", 391 + "x11-clipboard 0.3.3", 398 392 ] 399 393 400 394 [[package]] ··· 403 397 source = "registry+https://github.com/rust-lang/crates.io-index" 404 398 checksum = "e3a093d6fed558e5fe24c3dfc85a68bb68f1c824f440d3ba5aca189e2998786b" 405 399 dependencies = [ 400 + "winapi", 401 + ] 402 + 403 + [[package]] 404 + name = "clipboard-win" 405 + version = "4.5.0" 406 + source = "registry+https://github.com/rust-lang/crates.io-index" 407 + checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362" 408 + dependencies = [ 409 + "error-code", 410 + "str-buf", 406 411 "winapi", 407 412 ] 408 413 ··· 524 529 525 530 [[package]] 526 531 name = "crossbeam-channel" 527 - version = "0.5.6" 532 + version = "0.5.7" 528 533 source = "registry+https://github.com/rust-lang/crates.io-index" 529 - checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" 534 + checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" 530 535 dependencies = [ 531 536 "cfg-if", 532 537 "crossbeam-utils", ··· 534 539 535 540 [[package]] 536 541 name = "crossbeam-deque" 537 - version = "0.8.2" 542 + version = "0.8.3" 538 543 source = "registry+https://github.com/rust-lang/crates.io-index" 539 - checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" 544 + checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 540 545 dependencies = [ 541 546 "cfg-if", 542 547 "crossbeam-epoch", ··· 545 550 546 551 [[package]] 547 552 name = "crossbeam-epoch" 548 - version = "0.9.13" 553 + version = "0.9.14" 549 554 source = "registry+https://github.com/rust-lang/crates.io-index" 550 - checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a" 555 + checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 551 556 dependencies = [ 552 557 "autocfg", 553 558 "cfg-if", 554 559 "crossbeam-utils", 555 - "memoffset 0.7.1", 560 + "memoffset 0.8.0", 556 561 "scopeguard", 557 562 ] 558 563 559 564 [[package]] 560 565 name = "crossbeam-utils" 561 - version = "0.8.14" 566 + version = "0.8.15" 562 567 source = "registry+https://github.com/rust-lang/crates.io-index" 563 - checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" 568 + checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 564 569 dependencies = [ 565 570 "cfg-if", 566 571 ] ··· 618 623 619 624 [[package]] 620 625 name = "csv" 621 - version = "1.1.6" 626 + version = "1.2.0" 622 627 source = "registry+https://github.com/rust-lang/crates.io-index" 623 - checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" 628 + checksum = "af91f40b7355f82b0a891f50e70399475945bb0b0da4f1700ce60761c9d3e359" 624 629 dependencies = [ 625 - "bstr", 626 630 "csv-core", 627 - "itoa 0.4.8", 631 + "itoa", 628 632 "ryu", 629 633 "serde", 630 634 ] ··· 681 685 "log", 682 686 "num", 683 687 "owning_ref", 684 - "time 0.3.17", 688 + "time 0.3.20", 685 689 "toml", 686 690 "unicode-segmentation", 687 691 "unicode-width", ··· 696 700 697 701 [[package]] 698 702 name = "cxx" 699 - version = "1.0.86" 703 + version = "1.0.91" 700 704 source = "registry+https://github.com/rust-lang/crates.io-index" 701 - checksum = "51d1075c37807dcf850c379432f0df05ba52cc30f279c5cfc43cc221ce7f8579" 705 + checksum = "86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62" 702 706 dependencies = [ 703 707 "cc", 704 708 "cxxbridge-flags", ··· 708 712 709 713 [[package]] 710 714 name = "cxx-build" 711 - version = "1.0.86" 715 + version = "1.0.91" 712 716 source = "registry+https://github.com/rust-lang/crates.io-index" 713 - checksum = "5044281f61b27bc598f2f6647d480aed48d2bf52d6eb0b627d84c0361b17aa70" 717 + checksum = "48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690" 714 718 dependencies = [ 715 719 "cc", 716 720 "codespan-reporting", ··· 723 727 724 728 [[package]] 725 729 name = "cxxbridge-flags" 726 - version = "1.0.86" 730 + version = "1.0.91" 727 731 source = "registry+https://github.com/rust-lang/crates.io-index" 728 - checksum = "61b50bc93ba22c27b0d31128d2d130a0a6b3d267ae27ef7e4fae2167dfe8781c" 732 + checksum = "a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf" 729 733 730 734 [[package]] 731 735 name = "cxxbridge-macro" 732 - version = "1.0.86" 736 + version = "1.0.91" 733 737 source = "registry+https://github.com/rust-lang/crates.io-index" 734 - checksum = "39e61fda7e62115119469c7b3591fd913ecca96fb766cfd3f2e2502ab7bc87a5" 738 + checksum = "086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892" 735 739 dependencies = [ 736 740 "proc-macro2", 737 741 "quote", ··· 740 744 741 745 [[package]] 742 746 name = "darling" 743 - version = "0.14.2" 747 + version = "0.14.3" 744 748 source = "registry+https://github.com/rust-lang/crates.io-index" 745 - checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa" 749 + checksum = "c0808e1bd8671fb44a113a14e13497557533369847788fa2ae912b6ebfce9fa8" 746 750 dependencies = [ 747 751 "darling_core", 748 752 "darling_macro", ··· 750 754 751 755 [[package]] 752 756 name = "darling_core" 753 - version = "0.14.2" 757 + version = "0.14.3" 754 758 source = "registry+https://github.com/rust-lang/crates.io-index" 755 - checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f" 759 + checksum = "001d80444f28e193f30c2f293455da62dcf9a6b29918a4253152ae2b1de592cb" 756 760 dependencies = [ 757 761 "fnv", 758 762 "ident_case", ··· 763 767 764 768 [[package]] 765 769 name = "darling_macro" 766 - version = "0.14.2" 770 + version = "0.14.3" 767 771 source = "registry+https://github.com/rust-lang/crates.io-index" 768 - checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e" 772 + checksum = "b36230598a2d5de7ec1c6f51f72d8a99a9208daff41de2084d06e3fd3ea56685" 769 773 dependencies = [ 770 774 "darling_core", 771 775 "quote", ··· 804 808 source = "registry+https://github.com/rust-lang/crates.io-index" 805 809 checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 806 810 dependencies = [ 807 - "block-buffer 0.10.3", 811 + "block-buffer", 808 812 "crypto-common", 809 813 "subtle", 810 814 ] ··· 869 873 870 874 [[package]] 871 875 name = "dyn-clone" 872 - version = "1.0.10" 876 + version = "1.0.11" 873 877 source = "registry+https://github.com/rust-lang/crates.io-index" 874 - checksum = "c9b0705efd4599c15a38151f4721f7bc388306f61084d3bfd50bd07fbca5cb60" 878 + checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30" 875 879 876 880 [[package]] 877 881 name = "either" 878 - version = "1.8.0" 882 + version = "1.8.1" 879 883 source = "registry+https://github.com/rust-lang/crates.io-index" 880 - checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" 884 + checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 881 885 882 886 [[package]] 883 887 name = "ena" 884 - version = "0.14.0" 888 + version = "0.14.1" 885 889 source = "registry+https://github.com/rust-lang/crates.io-index" 886 - checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3" 890 + checksum = "b2e5d13ca2353ab7d0230988629def93914a8c4015f621f9b13ed2955614731d" 887 891 dependencies = [ 888 892 "log", 889 893 ] ··· 954 958 955 959 [[package]] 956 960 name = "encoding_rs" 957 - version = "0.8.31" 961 + version = "0.8.32" 958 962 source = "registry+https://github.com/rust-lang/crates.io-index" 959 - checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b" 963 + checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 960 964 dependencies = [ 961 965 "cfg-if", 962 966 ] ··· 1003 1007 ] 1004 1008 1005 1009 [[package]] 1010 + name = "errno" 1011 + version = "0.2.8" 1012 + source = "registry+https://github.com/rust-lang/crates.io-index" 1013 + checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 1014 + dependencies = [ 1015 + "errno-dragonfly", 1016 + "libc", 1017 + "winapi", 1018 + ] 1019 + 1020 + [[package]] 1021 + name = "errno-dragonfly" 1022 + version = "0.1.2" 1023 + source = "registry+https://github.com/rust-lang/crates.io-index" 1024 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 1025 + dependencies = [ 1026 + "cc", 1027 + "libc", 1028 + ] 1029 + 1030 + [[package]] 1031 + name = "error-code" 1032 + version = "2.3.1" 1033 + source = "registry+https://github.com/rust-lang/crates.io-index" 1034 + checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" 1035 + dependencies = [ 1036 + "libc", 1037 + "str-buf", 1038 + ] 1039 + 1040 + [[package]] 1006 1041 name = "fastrand" 1007 - version = "1.8.0" 1042 + version = "1.9.0" 1008 1043 source = "registry+https://github.com/rust-lang/crates.io-index" 1009 - checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 1044 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1010 1045 dependencies = [ 1011 1046 "instant", 1012 1047 ] ··· 1023 1058 1024 1059 [[package]] 1025 1060 name = "filetime" 1026 - version = "0.2.19" 1061 + version = "0.2.20" 1027 1062 source = "registry+https://github.com/rust-lang/crates.io-index" 1028 - checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9" 1063 + checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" 1029 1064 dependencies = [ 1030 1065 "cfg-if", 1031 1066 "libc", 1032 1067 "redox_syscall", 1033 - "windows-sys", 1068 + "windows-sys 0.45.0", 1034 1069 ] 1035 1070 1036 1071 [[package]] ··· 1091 1126 1092 1127 [[package]] 1093 1128 name = "futures" 1094 - version = "0.3.25" 1129 + version = "0.3.26" 1095 1130 source = "registry+https://github.com/rust-lang/crates.io-index" 1096 - checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0" 1131 + checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84" 1097 1132 dependencies = [ 1098 1133 "futures-channel", 1099 1134 "futures-core", ··· 1106 1141 1107 1142 [[package]] 1108 1143 name = "futures-channel" 1109 - version = "0.3.25" 1144 + version = "0.3.26" 1110 1145 source = "registry+https://github.com/rust-lang/crates.io-index" 1111 - checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed" 1146 + checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5" 1112 1147 dependencies = [ 1113 1148 "futures-core", 1114 1149 "futures-sink", ··· 1116 1151 1117 1152 [[package]] 1118 1153 name = "futures-core" 1119 - version = "0.3.25" 1154 + version = "0.3.26" 1120 1155 source = "registry+https://github.com/rust-lang/crates.io-index" 1121 - checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" 1156 + checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" 1122 1157 1123 1158 [[package]] 1124 1159 name = "futures-executor" 1125 - version = "0.3.25" 1160 + version = "0.3.26" 1126 1161 source = "registry+https://github.com/rust-lang/crates.io-index" 1127 - checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2" 1162 + checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e" 1128 1163 dependencies = [ 1129 1164 "futures-core", 1130 1165 "futures-task", ··· 1133 1168 1134 1169 [[package]] 1135 1170 name = "futures-io" 1136 - version = "0.3.25" 1171 + version = "0.3.26" 1137 1172 source = "registry+https://github.com/rust-lang/crates.io-index" 1138 - checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb" 1173 + checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531" 1139 1174 1140 1175 [[package]] 1141 1176 name = "futures-macro" 1142 - version = "0.3.25" 1177 + version = "0.3.26" 1143 1178 source = "registry+https://github.com/rust-lang/crates.io-index" 1144 - checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d" 1179 + checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70" 1145 1180 dependencies = [ 1146 1181 "proc-macro2", 1147 1182 "quote", ··· 1150 1185 1151 1186 [[package]] 1152 1187 name = "futures-sink" 1153 - version = "0.3.25" 1188 + version = "0.3.26" 1154 1189 source = "registry+https://github.com/rust-lang/crates.io-index" 1155 - checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9" 1190 + checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364" 1156 1191 1157 1192 [[package]] 1158 1193 name = "futures-task" 1159 - version = "0.3.25" 1194 + version = "0.3.26" 1160 1195 source = "registry+https://github.com/rust-lang/crates.io-index" 1161 - checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea" 1196 + checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366" 1162 1197 1163 1198 [[package]] 1164 1199 name = "futures-util" 1165 - version = "0.3.25" 1200 + version = "0.3.26" 1166 1201 source = "registry+https://github.com/rust-lang/crates.io-index" 1167 - checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6" 1202 + checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1" 1168 1203 dependencies = [ 1169 1204 "futures-channel", 1170 1205 "futures-core", ··· 1248 1283 ] 1249 1284 1250 1285 [[package]] 1286 + name = "gethostname" 1287 + version = "0.2.3" 1288 + source = "registry+https://github.com/rust-lang/crates.io-index" 1289 + checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" 1290 + dependencies = [ 1291 + "libc", 1292 + "winapi", 1293 + ] 1294 + 1295 + [[package]] 1251 1296 name = "getrandom" 1252 1297 version = "0.1.16" 1253 1298 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1315 1360 1316 1361 [[package]] 1317 1362 name = "git2" 1318 - version = "0.16.0" 1363 + version = "0.16.1" 1319 1364 source = "registry+https://github.com/rust-lang/crates.io-index" 1320 - checksum = "be36bc9e0546df253c0cc41fd0af34f5e92845ad8509462ec76672fac6997f5b" 1365 + checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc" 1321 1366 dependencies = [ 1322 1367 "bitflags", 1323 1368 "libc", ··· 1488 1533 1489 1534 [[package]] 1490 1535 name = "h2" 1491 - version = "0.3.15" 1536 + version = "0.3.16" 1492 1537 source = "registry+https://github.com/rust-lang/crates.io-index" 1493 - checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4" 1538 + checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" 1494 1539 dependencies = [ 1495 1540 "bytes", 1496 1541 "fnv", ··· 1501 1546 "indexmap", 1502 1547 "slab", 1503 1548 "tokio", 1504 - "tokio-util 0.7.4", 1549 + "tokio-util 0.7.7", 1505 1550 "tracing", 1506 1551 ] 1507 1552 ··· 1519 1564 1520 1565 [[package]] 1521 1566 name = "heck" 1522 - version = "0.4.0" 1567 + version = "0.4.1" 1523 1568 source = "registry+https://github.com/rust-lang/crates.io-index" 1524 - checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 1569 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1525 1570 1526 1571 [[package]] 1527 1572 name = "hermit-abi" ··· 1558 1603 1559 1604 [[package]] 1560 1605 name = "http" 1561 - version = "0.2.8" 1606 + version = "0.2.9" 1562 1607 source = "registry+https://github.com/rust-lang/crates.io-index" 1563 - checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 1608 + checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 1564 1609 dependencies = [ 1565 1610 "bytes", 1566 1611 "fnv", 1567 - "itoa 1.0.5", 1612 + "itoa", 1568 1613 ] 1569 1614 1570 1615 [[package]] ··· 1592 1637 1593 1638 [[package]] 1594 1639 name = "hyper" 1595 - version = "0.14.23" 1640 + version = "0.14.24" 1596 1641 source = "registry+https://github.com/rust-lang/crates.io-index" 1597 - checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c" 1642 + checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" 1598 1643 dependencies = [ 1599 1644 "bytes", 1600 1645 "futures-channel", ··· 1605 1650 "http-body", 1606 1651 "httparse", 1607 1652 "httpdate", 1608 - "itoa 1.0.5", 1653 + "itoa", 1609 1654 "pin-project-lite", 1610 1655 "socket2", 1611 1656 "tokio", ··· 1687 1732 ] 1688 1733 1689 1734 [[package]] 1735 + name = "io-lifetimes" 1736 + version = "1.0.5" 1737 + source = "registry+https://github.com/rust-lang/crates.io-index" 1738 + checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3" 1739 + dependencies = [ 1740 + "libc", 1741 + "windows-sys 0.45.0", 1742 + ] 1743 + 1744 + [[package]] 1690 1745 name = "ipnet" 1691 1746 version = "2.7.1" 1692 1747 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1703 1758 1704 1759 [[package]] 1705 1760 name = "itoa" 1706 - version = "0.4.8" 1707 - source = "registry+https://github.com/rust-lang/crates.io-index" 1708 - checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 1709 - 1710 - [[package]] 1711 - name = "itoa" 1712 - version = "1.0.5" 1761 + version = "1.0.6" 1713 1762 source = "registry+https://github.com/rust-lang/crates.io-index" 1714 - checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" 1763 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 1715 1764 1716 1765 [[package]] 1717 1766 name = "jobserver" 1718 - version = "0.1.25" 1767 + version = "0.1.26" 1719 1768 source = "registry+https://github.com/rust-lang/crates.io-index" 1720 - checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b" 1769 + checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 1721 1770 dependencies = [ 1722 1771 "libc", 1723 1772 ] 1724 1773 1725 1774 [[package]] 1726 1775 name = "js-sys" 1727 - version = "0.3.60" 1776 + version = "0.3.61" 1728 1777 source = "registry+https://github.com/rust-lang/crates.io-index" 1729 - checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" 1778 + checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 1730 1779 dependencies = [ 1731 1780 "wasm-bindgen", 1732 1781 ] ··· 1802 1851 1803 1852 [[package]] 1804 1853 name = "libgit2-sys" 1805 - version = "0.14.1+1.5.0" 1854 + version = "0.14.2+1.5.1" 1806 1855 source = "registry+https://github.com/rust-lang/crates.io-index" 1807 - checksum = "4a07fb2692bc3593bda59de45a502bb3071659f2c515e28c71e728306b038e17" 1856 + checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4" 1808 1857 dependencies = [ 1809 1858 "cc", 1810 1859 "libc", ··· 1871 1920 ] 1872 1921 1873 1922 [[package]] 1923 + name = "linux-raw-sys" 1924 + version = "0.1.4" 1925 + source = "registry+https://github.com/rust-lang/crates.io-index" 1926 + checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 1927 + 1928 + [[package]] 1874 1929 name = "locale_config" 1875 1930 version = "0.3.0" 1876 1931 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1945 2000 ] 1946 2001 1947 2002 [[package]] 2003 + name = "memoffset" 2004 + version = "0.8.0" 2005 + source = "registry+https://github.com/rust-lang/crates.io-index" 2006 + checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 2007 + dependencies = [ 2008 + "autocfg", 2009 + ] 2010 + 2011 + [[package]] 1948 2012 name = "memsec" 1949 - version = "0.6.2" 2013 + version = "0.6.3" 1950 2014 source = "registry+https://github.com/rust-lang/crates.io-index" 1951 - checksum = "9ac78937f19a0c7807e45a931eac41f766f210173ec664ec046d58e6d388a5cb" 2015 + checksum = "0fa0916b001582d253822171bd23f4a0229d32b9507fae236f5da8cad515ba7c" 1952 2016 1953 2017 [[package]] 1954 2018 name = "mime" ··· 1973 2037 1974 2038 [[package]] 1975 2039 name = "mio" 1976 - version = "0.8.5" 2040 + version = "0.8.6" 1977 2041 source = "registry+https://github.com/rust-lang/crates.io-index" 1978 - checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de" 2042 + checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 1979 2043 dependencies = [ 1980 2044 "libc", 1981 2045 "log", 1982 2046 "wasi 0.11.0+wasi-snapshot-preview1", 1983 - "windows-sys", 2047 + "windows-sys 0.45.0", 1984 2048 ] 1985 2049 1986 2050 [[package]] ··· 2015 2079 2016 2080 [[package]] 2017 2081 name = "nettle-sys" 2018 - version = "2.1.0" 2082 + version = "2.1.1" 2019 2083 source = "registry+https://github.com/rust-lang/crates.io-index" 2020 - checksum = "b13b685c7883e3a32196ccf3ce594947ec37ace43d74e157de7ca03d3fe62d17" 2084 + checksum = "5df7cd7e8d5d2997055f31318d1ec648c84886e662bbef7b4a60e3cbc899522b" 2021 2085 dependencies = [ 2022 2086 "bindgen", 2023 2087 "cc", ··· 2058 2122 2059 2123 [[package]] 2060 2124 name = "nom" 2061 - version = "7.1.2" 2125 + version = "7.1.3" 2062 2126 source = "registry+https://github.com/rust-lang/crates.io-index" 2063 - checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c" 2127 + checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2064 2128 dependencies = [ 2065 2129 "memchr", 2066 2130 "minimal-lexical", ··· 2081 2145 2082 2146 [[package]] 2083 2147 name = "num-complex" 2084 - version = "0.4.2" 2148 + version = "0.4.3" 2085 2149 source = "registry+https://github.com/rust-lang/crates.io-index" 2086 - checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19" 2150 + checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" 2087 2151 dependencies = [ 2088 2152 "num-traits", 2089 2153 ] ··· 2179 2243 2180 2244 [[package]] 2181 2245 name = "once_cell" 2182 - version = "1.17.0" 2246 + version = "1.17.1" 2183 2247 source = "registry+https://github.com/rust-lang/crates.io-index" 2184 - checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" 2248 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 2185 2249 2186 2250 [[package]] 2187 2251 name = "oorandom" 2188 2252 version = "11.1.3" 2189 2253 source = "registry+https://github.com/rust-lang/crates.io-index" 2190 2254 checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 2191 - 2192 - [[package]] 2193 - name = "opaque-debug" 2194 - version = "0.3.0" 2195 - source = "registry+https://github.com/rust-lang/crates.io-index" 2196 - checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 2197 2255 2198 2256 [[package]] 2199 2257 name = "openssl" ··· 2242 2300 2243 2301 [[package]] 2244 2302 name = "os_pipe" 2245 - version = "1.1.2" 2303 + version = "1.1.3" 2246 2304 source = "registry+https://github.com/rust-lang/crates.io-index" 2247 - checksum = "c6a252f1f8c11e84b3ab59d7a488e48e4478a93937e027076638c49536204639" 2305 + checksum = "a53dbb20faf34b16087a931834cba2d7a73cc74af2b7ef345a4c8324e2409a12" 2248 2306 dependencies = [ 2249 2307 "libc", 2250 - "windows-sys", 2308 + "windows-sys 0.45.0", 2251 2309 ] 2252 2310 2253 2311 [[package]] ··· 2296 2354 2297 2355 [[package]] 2298 2356 name = "parking_lot_core" 2299 - version = "0.9.6" 2357 + version = "0.9.7" 2300 2358 source = "registry+https://github.com/rust-lang/crates.io-index" 2301 - checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf" 2359 + checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 2302 2360 dependencies = [ 2303 2361 "cfg-if", 2304 2362 "libc", 2305 2363 "redox_syscall", 2306 2364 "smallvec", 2307 - "windows-sys", 2365 + "windows-sys 0.45.0", 2308 2366 ] 2309 2367 2310 2368 [[package]] ··· 2321 2379 2322 2380 [[package]] 2323 2381 name = "pest" 2324 - version = "2.5.3" 2382 + version = "2.5.5" 2325 2383 source = "registry+https://github.com/rust-lang/crates.io-index" 2326 - checksum = "4257b4a04d91f7e9e6290be5d3da4804dd5784fafde3a497d73eb2b4a158c30a" 2384 + checksum = "028accff104c4e513bad663bbcd2ad7cfd5304144404c31ed0a77ac103d00660" 2327 2385 dependencies = [ 2328 2386 "thiserror", 2329 2387 "ucd-trie", ··· 2331 2389 2332 2390 [[package]] 2333 2391 name = "petgraph" 2334 - version = "0.6.2" 2392 + version = "0.6.3" 2335 2393 source = "registry+https://github.com/rust-lang/crates.io-index" 2336 - checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143" 2394 + checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" 2337 2395 dependencies = [ 2338 2396 "fixedbitset", 2339 2397 "indexmap", ··· 2414 2472 2415 2473 [[package]] 2416 2474 name = "proc-macro-crate" 2417 - version = "1.2.1" 2475 + version = "1.3.1" 2418 2476 source = "registry+https://github.com/rust-lang/crates.io-index" 2419 - checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9" 2477 + checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 2420 2478 dependencies = [ 2421 2479 "once_cell", 2422 - "thiserror", 2423 - "toml", 2480 + "toml_edit", 2424 2481 ] 2425 2482 2426 2483 [[package]] ··· 2449 2506 2450 2507 [[package]] 2451 2508 name = "proc-macro2" 2452 - version = "1.0.49" 2509 + version = "1.0.51" 2453 2510 source = "registry+https://github.com/rust-lang/crates.io-index" 2454 - checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5" 2511 + checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" 2455 2512 dependencies = [ 2456 2513 "unicode-ident", 2457 2514 ] ··· 2549 2606 2550 2607 [[package]] 2551 2608 name = "rayon" 2552 - version = "1.6.1" 2609 + version = "1.7.0" 2553 2610 source = "registry+https://github.com/rust-lang/crates.io-index" 2554 - checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7" 2611 + checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 2555 2612 dependencies = [ 2556 2613 "either", 2557 2614 "rayon-core", ··· 2559 2616 2560 2617 [[package]] 2561 2618 name = "rayon-core" 2562 - version = "1.10.1" 2619 + version = "1.11.0" 2563 2620 source = "registry+https://github.com/rust-lang/crates.io-index" 2564 - checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3" 2621 + checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 2565 2622 dependencies = [ 2566 2623 "crossbeam-channel", 2567 2624 "crossbeam-deque", ··· 2599 2656 "memchr", 2600 2657 "regex-syntax", 2601 2658 ] 2602 - 2603 - [[package]] 2604 - name = "regex-automata" 2605 - version = "0.1.10" 2606 - source = "registry+https://github.com/rust-lang/crates.io-index" 2607 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2608 2659 2609 2660 [[package]] 2610 2661 name = "regex-syntax" ··· 2613 2664 checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 2614 2665 2615 2666 [[package]] 2616 - name = "remove_dir_all" 2617 - version = "0.5.3" 2618 - source = "registry+https://github.com/rust-lang/crates.io-index" 2619 - checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 2620 - dependencies = [ 2621 - "winapi", 2622 - ] 2623 - 2624 - [[package]] 2625 2667 name = "reqwest" 2626 - version = "0.11.13" 2668 + version = "0.11.14" 2627 2669 source = "registry+https://github.com/rust-lang/crates.io-index" 2628 - checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c" 2670 + checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" 2629 2671 dependencies = [ 2630 - "base64 0.13.1", 2672 + "base64 0.21.0", 2631 2673 "bytes", 2632 2674 "encoding_rs", 2633 2675 "futures-core", ··· 2660 2702 2661 2703 [[package]] 2662 2704 name = "ripasso" 2663 - version = "0.6.2" 2705 + version = "0.6.4" 2664 2706 dependencies = [ 2665 2707 "anyhow", 2666 2708 "base64 0.21.0", ··· 2678 2720 "sequoia-ipc", 2679 2721 "sequoia-openpgp", 2680 2722 "sha1", 2681 - "sha256", 2723 + "sha2", 2682 2724 "tar", 2683 2725 "tempfile", 2684 2726 "toml", ··· 2688 2730 2689 2731 [[package]] 2690 2732 name = "ripasso-cursive" 2691 - version = "0.6.2" 2733 + version = "0.6.4" 2692 2734 dependencies = [ 2693 2735 "chrono", 2736 + "cli-clipboard", 2694 2737 "clipboard", 2695 2738 "config", 2696 2739 "cursive", ··· 2710 2753 2711 2754 [[package]] 2712 2755 name = "ripasso-gtk" 2713 - version = "0.6.2" 2756 + version = "0.6.4" 2714 2757 dependencies = [ 2715 2758 "clipboard", 2716 2759 "gdk", ··· 2722 2765 2723 2766 [[package]] 2724 2767 name = "ripasso-qt" 2725 - version = "0.6.2" 2768 + version = "0.6.4" 2726 2769 dependencies = [ 2727 2770 "clipboard", 2728 2771 "qml", ··· 2751 2794 ] 2752 2795 2753 2796 [[package]] 2797 + name = "rustix" 2798 + version = "0.36.9" 2799 + source = "registry+https://github.com/rust-lang/crates.io-index" 2800 + checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc" 2801 + dependencies = [ 2802 + "bitflags", 2803 + "errno", 2804 + "io-lifetimes", 2805 + "libc", 2806 + "linux-raw-sys", 2807 + "windows-sys 0.45.0", 2808 + ] 2809 + 2810 + [[package]] 2754 2811 name = "rustversion" 2755 2812 version = "1.0.11" 2756 2813 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2758 2815 2759 2816 [[package]] 2760 2817 name = "ryu" 2761 - version = "1.0.12" 2818 + version = "1.0.13" 2762 2819 source = "registry+https://github.com/rust-lang/crates.io-index" 2763 - checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" 2820 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 2764 2821 2765 2822 [[package]] 2766 2823 name = "same-file" ··· 2777 2834 source = "registry+https://github.com/rust-lang/crates.io-index" 2778 2835 checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 2779 2836 dependencies = [ 2780 - "windows-sys", 2837 + "windows-sys 0.42.0", 2781 2838 ] 2782 2839 2783 2840 [[package]] ··· 2788 2845 2789 2846 [[package]] 2790 2847 name = "scratch" 2791 - version = "1.0.3" 2848 + version = "1.0.4" 2792 2849 source = "registry+https://github.com/rust-lang/crates.io-index" 2793 - checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2" 2850 + checksum = "5d5e082f6ea090deaf0e6dd04b68360fd5cddb152af6ce8927c9d25db299f98c" 2794 2851 2795 2852 [[package]] 2796 2853 name = "security-framework" 2797 - version = "2.7.0" 2854 + version = "2.8.2" 2798 2855 source = "registry+https://github.com/rust-lang/crates.io-index" 2799 - checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c" 2856 + checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" 2800 2857 dependencies = [ 2801 2858 "bitflags", 2802 2859 "core-foundation", ··· 2807 2864 2808 2865 [[package]] 2809 2866 name = "security-framework-sys" 2810 - version = "2.6.1" 2867 + version = "2.8.0" 2811 2868 source = "registry+https://github.com/rust-lang/crates.io-index" 2812 - checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" 2869 + checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" 2813 2870 dependencies = [ 2814 2871 "core-foundation-sys", 2815 2872 "libc", ··· 2919 2976 2920 2977 [[package]] 2921 2978 name = "serde_json" 2922 - version = "1.0.91" 2979 + version = "1.0.93" 2923 2980 source = "registry+https://github.com/rust-lang/crates.io-index" 2924 - checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" 2981 + checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" 2925 2982 dependencies = [ 2926 - "itoa 1.0.5", 2983 + "itoa", 2927 2984 "ryu", 2928 2985 "serde", 2929 2986 ] ··· 2935 2992 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2936 2993 dependencies = [ 2937 2994 "form_urlencoded", 2938 - "itoa 1.0.5", 2995 + "itoa", 2939 2996 "ryu", 2940 2997 "serde", 2941 2998 ] ··· 2963 3020 2964 3021 [[package]] 2965 3022 name = "sha2" 2966 - version = "0.9.9" 2967 - source = "registry+https://github.com/rust-lang/crates.io-index" 2968 - checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" 2969 - dependencies = [ 2970 - "block-buffer 0.9.0", 2971 - "cfg-if", 2972 - "cpufeatures", 2973 - "digest 0.9.0", 2974 - "opaque-debug", 2975 - ] 2976 - 2977 - [[package]] 2978 - name = "sha2" 2979 3023 version = "0.10.6" 2980 3024 source = "registry+https://github.com/rust-lang/crates.io-index" 2981 3025 checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" ··· 2986 3030 ] 2987 3031 2988 3032 [[package]] 2989 - name = "sha256" 2990 - version = "1.1.1" 2991 - source = "registry+https://github.com/rust-lang/crates.io-index" 2992 - checksum = "e334db67871c14c18fc066ad14af13f9fdf5f9a91c61af432d1e3a39c8c6a141" 2993 - dependencies = [ 2994 - "hex", 2995 - "sha2 0.9.9", 2996 - ] 2997 - 2998 - [[package]] 2999 3033 name = "shlex" 3000 - version = "0.1.1" 3034 + version = "1.1.0" 3001 3035 source = "registry+https://github.com/rust-lang/crates.io-index" 3002 - checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" 3036 + checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 3003 3037 3004 3038 [[package]] 3005 3039 name = "signal-hook" 3006 - version = "0.3.14" 3040 + version = "0.3.15" 3007 3041 source = "registry+https://github.com/rust-lang/crates.io-index" 3008 - checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" 3042 + checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 3009 3043 dependencies = [ 3010 3044 "libc", 3011 3045 "signal-hook-registry", ··· 3024 3058 3025 3059 [[package]] 3026 3060 name = "signal-hook-registry" 3027 - version = "1.4.0" 3061 + version = "1.4.1" 3028 3062 source = "registry+https://github.com/rust-lang/crates.io-index" 3029 - checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 3063 + checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 3030 3064 dependencies = [ 3031 3065 "libc", 3032 3066 ] ··· 3039 3073 3040 3074 [[package]] 3041 3075 name = "slab" 3042 - version = "0.4.7" 3076 + version = "0.4.8" 3043 3077 source = "registry+https://github.com/rust-lang/crates.io-index" 3044 - checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 3078 + checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 3045 3079 dependencies = [ 3046 3080 "autocfg", 3047 3081 ] ··· 3054 3088 3055 3089 [[package]] 3056 3090 name = "socket2" 3057 - version = "0.4.7" 3091 + version = "0.4.9" 3058 3092 source = "registry+https://github.com/rust-lang/crates.io-index" 3059 - checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" 3093 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 3060 3094 dependencies = [ 3061 3095 "libc", 3062 3096 "winapi", ··· 3075 3109 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3076 3110 3077 3111 [[package]] 3112 + name = "str-buf" 3113 + version = "1.0.6" 3114 + source = "registry+https://github.com/rust-lang/crates.io-index" 3115 + checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" 3116 + 3117 + [[package]] 3078 3118 name = "string_cache" 3079 - version = "0.8.4" 3119 + version = "0.8.6" 3080 3120 source = "registry+https://github.com/rust-lang/crates.io-index" 3081 - checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08" 3121 + checksum = "7d69e88b23f23030bf4d0e9ca7b07434f70e1c1f4d3ca7e93ce958b373654d9f" 3082 3122 dependencies = [ 3083 3123 "new_debug_unreachable", 3084 3124 "once_cell", ··· 3095 3135 3096 3136 [[package]] 3097 3137 name = "syn" 3098 - version = "1.0.107" 3138 + version = "1.0.109" 3099 3139 source = "registry+https://github.com/rust-lang/crates.io-index" 3100 - checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" 3140 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3101 3141 dependencies = [ 3102 3142 "proc-macro2", 3103 3143 "quote", ··· 3130 3170 3131 3171 [[package]] 3132 3172 name = "tempfile" 3133 - version = "3.3.0" 3173 + version = "3.4.0" 3134 3174 source = "registry+https://github.com/rust-lang/crates.io-index" 3135 - checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 3175 + checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" 3136 3176 dependencies = [ 3137 3177 "cfg-if", 3138 3178 "fastrand", 3139 - "libc", 3140 3179 "redox_syscall", 3141 - "remove_dir_all", 3142 - "winapi", 3180 + "rustix", 3181 + "windows-sys 0.42.0", 3143 3182 ] 3144 3183 3145 3184 [[package]] ··· 3165 3204 3166 3205 [[package]] 3167 3206 name = "termcolor" 3168 - version = "1.1.3" 3207 + version = "1.2.0" 3169 3208 source = "registry+https://github.com/rust-lang/crates.io-index" 3170 - checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 3209 + checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 3171 3210 dependencies = [ 3172 3211 "winapi-util", 3173 3212 ] ··· 3214 3253 3215 3254 [[package]] 3216 3255 name = "time" 3217 - version = "0.3.17" 3256 + version = "0.3.20" 3218 3257 source = "registry+https://github.com/rust-lang/crates.io-index" 3219 - checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376" 3258 + checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" 3220 3259 dependencies = [ 3221 - "itoa 1.0.5", 3260 + "itoa", 3222 3261 "libc", 3223 3262 "num_threads", 3224 3263 "serde", ··· 3234 3273 3235 3274 [[package]] 3236 3275 name = "time-macros" 3237 - version = "0.2.6" 3276 + version = "0.2.8" 3238 3277 source = "registry+https://github.com/rust-lang/crates.io-index" 3239 - checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2" 3278 + checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" 3240 3279 dependencies = [ 3241 3280 "time-core", 3242 3281 ] ··· 3252 3291 3253 3292 [[package]] 3254 3293 name = "tinystr" 3255 - version = "0.7.0" 3294 + version = "0.7.1" 3256 3295 source = "registry+https://github.com/rust-lang/crates.io-index" 3257 - checksum = "f8aeafdfd935e4a7fe16a91ab711fa52d54df84f9c8f7ca5837a9d1d902ef4c2" 3296 + checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef" 3258 3297 dependencies = [ 3259 3298 "displaydoc", 3260 3299 ] ··· 3280 3319 3281 3320 [[package]] 3282 3321 name = "tinyvec_macros" 3283 - version = "0.1.0" 3322 + version = "0.1.1" 3284 3323 source = "registry+https://github.com/rust-lang/crates.io-index" 3285 - checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 3324 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3286 3325 3287 3326 [[package]] 3288 3327 name = "tokio" 3289 - version = "1.24.1" 3328 + version = "1.26.0" 3290 3329 source = "registry+https://github.com/rust-lang/crates.io-index" 3291 - checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae" 3330 + checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" 3292 3331 dependencies = [ 3293 3332 "autocfg", 3294 3333 "bytes", ··· 3298 3337 "num_cpus", 3299 3338 "pin-project-lite", 3300 3339 "socket2", 3301 - "windows-sys", 3340 + "windows-sys 0.45.0", 3302 3341 ] 3303 3342 3304 3343 [[package]] 3305 3344 name = "tokio-native-tls" 3306 - version = "0.3.0" 3345 + version = "0.3.1" 3307 3346 source = "registry+https://github.com/rust-lang/crates.io-index" 3308 - checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" 3347 + checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3309 3348 dependencies = [ 3310 3349 "native-tls", 3311 3350 "tokio", ··· 3328 3367 3329 3368 [[package]] 3330 3369 name = "tokio-util" 3331 - version = "0.7.4" 3370 + version = "0.7.7" 3332 3371 source = "registry+https://github.com/rust-lang/crates.io-index" 3333 - checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" 3372 + checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 3334 3373 dependencies = [ 3335 3374 "bytes", 3336 3375 "futures-core", ··· 3342 3381 3343 3382 [[package]] 3344 3383 name = "toml" 3345 - version = "0.5.10" 3384 + version = "0.5.11" 3346 3385 source = "registry+https://github.com/rust-lang/crates.io-index" 3347 - checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f" 3386 + checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 3348 3387 dependencies = [ 3349 3388 "serde", 3350 3389 ] 3351 3390 3352 3391 [[package]] 3392 + name = "toml_datetime" 3393 + version = "0.6.1" 3394 + source = "registry+https://github.com/rust-lang/crates.io-index" 3395 + checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 3396 + 3397 + [[package]] 3398 + name = "toml_edit" 3399 + version = "0.19.4" 3400 + source = "registry+https://github.com/rust-lang/crates.io-index" 3401 + checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825" 3402 + dependencies = [ 3403 + "indexmap", 3404 + "toml_datetime", 3405 + "winnow", 3406 + ] 3407 + 3408 + [[package]] 3353 3409 name = "totp-rs" 3354 3410 version = "3.1.0" 3355 3411 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3359 3415 "constant_time_eq", 3360 3416 "hmac", 3361 3417 "sha1", 3362 - "sha2 0.10.6", 3418 + "sha2", 3363 3419 "url", 3364 3420 "urlencoding", 3365 3421 ] ··· 3399 3455 "bytecount", 3400 3456 "fnv", 3401 3457 "lazy_static 1.4.0", 3402 - "nom 7.1.2", 3458 + "nom 7.1.3", 3403 3459 "once_cell", 3404 3460 "petgraph", 3405 3461 ] ··· 3442 3498 3443 3499 [[package]] 3444 3500 name = "unicode-bidi" 3445 - version = "0.3.8" 3501 + version = "0.3.10" 3446 3502 source = "registry+https://github.com/rust-lang/crates.io-index" 3447 - checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" 3503 + checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58" 3448 3504 3449 3505 [[package]] 3450 3506 name = "unicode-ident" 3451 - version = "1.0.6" 3507 + version = "1.0.7" 3452 3508 source = "registry+https://github.com/rust-lang/crates.io-index" 3453 - checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 3509 + checksum = "775c11906edafc97bc378816b94585fbd9a054eabaf86fdd0ced94af449efab7" 3454 3510 3455 3511 [[package]] 3456 3512 name = "unicode-normalization" ··· 3463 3519 3464 3520 [[package]] 3465 3521 name = "unicode-segmentation" 3466 - version = "1.10.0" 3522 + version = "1.10.1" 3467 3523 source = "registry+https://github.com/rust-lang/crates.io-index" 3468 - checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a" 3524 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 3469 3525 3470 3526 [[package]] 3471 3527 name = "unicode-width" ··· 3555 3611 3556 3612 [[package]] 3557 3613 name = "wasm-bindgen" 3558 - version = "0.2.83" 3614 + version = "0.2.84" 3559 3615 source = "registry+https://github.com/rust-lang/crates.io-index" 3560 - checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" 3616 + checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 3561 3617 dependencies = [ 3562 3618 "cfg-if", 3563 3619 "wasm-bindgen-macro", ··· 3565 3621 3566 3622 [[package]] 3567 3623 name = "wasm-bindgen-backend" 3568 - version = "0.2.83" 3624 + version = "0.2.84" 3569 3625 source = "registry+https://github.com/rust-lang/crates.io-index" 3570 - checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" 3626 + checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 3571 3627 dependencies = [ 3572 3628 "bumpalo", 3573 3629 "log", ··· 3580 3636 3581 3637 [[package]] 3582 3638 name = "wasm-bindgen-futures" 3583 - version = "0.4.33" 3639 + version = "0.4.34" 3584 3640 source = "registry+https://github.com/rust-lang/crates.io-index" 3585 - checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d" 3641 + checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 3586 3642 dependencies = [ 3587 3643 "cfg-if", 3588 3644 "js-sys", ··· 3592 3648 3593 3649 [[package]] 3594 3650 name = "wasm-bindgen-macro" 3595 - version = "0.2.83" 3651 + version = "0.2.84" 3596 3652 source = "registry+https://github.com/rust-lang/crates.io-index" 3597 - checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" 3653 + checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 3598 3654 dependencies = [ 3599 3655 "quote", 3600 3656 "wasm-bindgen-macro-support", ··· 3602 3658 3603 3659 [[package]] 3604 3660 name = "wasm-bindgen-macro-support" 3605 - version = "0.2.83" 3661 + version = "0.2.84" 3606 3662 source = "registry+https://github.com/rust-lang/crates.io-index" 3607 - checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" 3663 + checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 3608 3664 dependencies = [ 3609 3665 "proc-macro2", 3610 3666 "quote", ··· 3615 3671 3616 3672 [[package]] 3617 3673 name = "wasm-bindgen-shared" 3618 - version = "0.2.83" 3674 + version = "0.2.84" 3619 3675 source = "registry+https://github.com/rust-lang/crates.io-index" 3620 - checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" 3676 + checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 3621 3677 3622 3678 [[package]] 3623 3679 name = "wayland-client" ··· 3680 3736 3681 3737 [[package]] 3682 3738 name = "web-sys" 3683 - version = "0.3.60" 3739 + version = "0.3.61" 3684 3740 source = "registry+https://github.com/rust-lang/crates.io-index" 3685 - checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f" 3741 + checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 3686 3742 dependencies = [ 3687 3743 "js-sys", 3688 3744 "wasm-bindgen", ··· 3724 3780 ] 3725 3781 3726 3782 [[package]] 3783 + name = "winapi-wsapoll" 3784 + version = "0.1.1" 3785 + source = "registry+https://github.com/rust-lang/crates.io-index" 3786 + checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e" 3787 + dependencies = [ 3788 + "winapi", 3789 + ] 3790 + 3791 + [[package]] 3727 3792 name = "winapi-x86_64-pc-windows-gnu" 3728 3793 version = "0.4.0" 3729 3794 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3745 3810 ] 3746 3811 3747 3812 [[package]] 3813 + name = "windows-sys" 3814 + version = "0.45.0" 3815 + source = "registry+https://github.com/rust-lang/crates.io-index" 3816 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 3817 + dependencies = [ 3818 + "windows-targets", 3819 + ] 3820 + 3821 + [[package]] 3822 + name = "windows-targets" 3823 + version = "0.42.1" 3824 + source = "registry+https://github.com/rust-lang/crates.io-index" 3825 + checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 3826 + dependencies = [ 3827 + "windows_aarch64_gnullvm", 3828 + "windows_aarch64_msvc", 3829 + "windows_i686_gnu", 3830 + "windows_i686_msvc", 3831 + "windows_x86_64_gnu", 3832 + "windows_x86_64_gnullvm", 3833 + "windows_x86_64_msvc", 3834 + ] 3835 + 3836 + [[package]] 3748 3837 name = "windows_aarch64_gnullvm" 3749 3838 version = "0.42.1" 3750 3839 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3787 3876 checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 3788 3877 3789 3878 [[package]] 3879 + name = "winnow" 3880 + version = "0.3.3" 3881 + source = "registry+https://github.com/rust-lang/crates.io-index" 3882 + checksum = "faf09497b8f8b5ac5d3bb4d05c0a99be20f26fd3d5f2db7b0716e946d5103658" 3883 + dependencies = [ 3884 + "memchr", 3885 + ] 3886 + 3887 + [[package]] 3790 3888 name = "winreg" 3791 3889 version = "0.10.1" 3792 3890 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3820 3918 checksum = "89bd49c06c9eb5d98e6ba6536cf64ac9f7ee3a009b2f53996d405b3944f6bcea" 3821 3919 dependencies = [ 3822 3920 "xcb", 3921 + ] 3922 + 3923 + [[package]] 3924 + name = "x11-clipboard" 3925 + version = "0.7.0" 3926 + source = "registry+https://github.com/rust-lang/crates.io-index" 3927 + checksum = "0827f86aa910c4e73329a4f619deabe88ebb4b042370bf023c2d5d8b4eb54695" 3928 + dependencies = [ 3929 + "x11rb", 3930 + ] 3931 + 3932 + [[package]] 3933 + name = "x11rb" 3934 + version = "0.10.1" 3935 + source = "registry+https://github.com/rust-lang/crates.io-index" 3936 + checksum = "592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507" 3937 + dependencies = [ 3938 + "gethostname", 3939 + "nix", 3940 + "winapi", 3941 + "winapi-wsapoll", 3942 + "x11rb-protocol", 3943 + ] 3944 + 3945 + [[package]] 3946 + name = "x11rb-protocol" 3947 + version = "0.10.0" 3948 + source = "registry+https://github.com/rust-lang/crates.io-index" 3949 + checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67" 3950 + dependencies = [ 3951 + "nix", 3823 3952 ] 3824 3953 3825 3954 [[package]]
-55
pkgs/tools/security/ripasso/build-on-macos.patch
··· 1 - diff --git a/cursive/Cargo.toml b/cursive/Cargo.toml 2 - index 8cc0c1e..815c170 100644 3 - --- a/cursive/Cargo.toml 4 - +++ b/cursive/Cargo.toml 5 - @@ -20,8 +20,9 @@ gettext = "0.4.0" 6 - lazy_static = "1.4.0" 7 - toml = "0.5.9" 8 - term_size = "0.3.2" 9 - -wl-clipboard-rs = "0.7.0" 10 - hex = "0.4.3" 11 - +[target.'cfg(target_os = "linux")'.dependencies] 12 - +wl-clipboard-rs = "0.7.0" 13 - 14 - [dependencies.config] 15 - version = "0.11.0" 16 - diff --git a/cursive/src/helpers.rs b/cursive/src/helpers.rs 17 - index 7c2f733..9d63760 100644 18 - --- a/cursive/src/helpers.rs 19 - +++ b/cursive/src/helpers.rs 20 - @@ -23,6 +23,7 @@ use cursive::{ 21 - }; 22 - use pass::Result; 23 - use ripasso::{crypto::CryptoImpl, pass}; 24 - +#[cfg(target_os = "linux")] 25 - use wl_clipboard_rs::copy::{MimeType, Options, Source}; 26 - 27 - /// Displays an error in a cursive dialog 28 - @@ -48,7 +49,8 @@ pub fn errorbox(ui: &mut Cursive, err: &pass::Error) { 29 - 30 - /// Copies content to the clipboard. 31 - /// It first tries to copy to a wayland clipboard, and if that's not availible due to that the 32 - -/// user runs x11/mac/windows we instead try the more generic clipboard crate. 33 - +/// user runs x11 we instead try the more generic clipboard crate. 34 - +#[cfg(target_os = "linux")] 35 - pub fn set_clipboard(content: String) -> Result<()> { 36 - let opts = Options::new(); 37 - let result = opts.copy( 38 - @@ -62,6 +64,17 @@ pub fn set_clipboard(content: String) -> Result<()> { 39 - Ok(()) 40 - } 41 - 42 - +/// Copies content to the clipboard. 43 - +/// It first tries to copy to a wayland clipboard, and if that's not availible due to that the 44 - +/// user runs mac/windows we instead try the more generic clipboard crate. 45 - +#[cfg(not(target_os = "linux"))] 46 - +pub fn set_clipboard(content: String) -> Result<()> { 47 - + let mut ctx = clipboard::ClipboardContext::new()?; 48 - + ctx.set_contents(content)?; 49 - + 50 - + Ok(()) 51 - +} 52 - + 53 - pub fn get_value_from_input(s: &mut Cursive, input_name: &str) -> Option<std::rc::Rc<String>> { 54 - let mut password = None; 55 - s.call_on_name(input_name, |e: &mut EditView| {
+45 -10
pkgs/tools/security/ripasso/cursive.nix
··· 1 - { stdenv, lib, rustPlatform, fetchFromGitHub, pkg-config, python3, openssl, libgpg-error, gpgme, xorg, nettle, llvmPackages, clang, AppKit, Security, installShellFiles }: 1 + { stdenv 2 + , lib 3 + , rustPlatform 4 + , fetchFromGitHub 5 + , fetchpatch 6 + , pkg-config 7 + , python3 8 + , openssl 9 + , libgpg-error 10 + , gpgme 11 + , xorg 12 + , nettle 13 + , llvmPackages 14 + , clang 15 + , AppKit 16 + , Security 17 + , installShellFiles 18 + }: 2 19 3 20 with rustPlatform; 4 21 buildRustPackage rec { 5 - version = "0.6.2"; 22 + version = "0.6.4"; 6 23 pname = "ripasso-cursive"; 7 24 8 25 src = fetchFromGitHub { 9 26 owner = "cortex"; 10 27 repo = "ripasso"; 11 - rev = "release-${version}"; 12 - sha256 = "sha256-OKFgBfm4d9IqSJFjg+J1XdsgQrfuIaoRIhVJQeZ+558="; 28 + rev = "release-${version}"; 29 + hash = "sha256-9wBaFq2KVfLTd1j8ZPoUlmZJDW2UhvGBAaCGX+qg92s="; 13 30 }; 14 31 15 - patches = [ ./fix-tests.patch ./build-on-macos.patch ]; 32 + patches = [ 33 + ./fix-tests.patch 34 + ]; 16 35 17 - # Needed so bindgen can find libclang.so 18 - LIBCLANG_PATH="${llvmPackages.libclang.lib}/lib"; 36 + cargoPatches = [ 37 + ./fix-build.patch 38 + ]; 19 39 20 40 cargoLock = { 21 41 lockFile = ./Cargo.lock; ··· 26 46 27 47 cargoBuildFlags = [ "-p ripasso-cursive" ]; 28 48 29 - nativeBuildInputs = [ pkg-config gpgme python3 installShellFiles clang ]; 49 + nativeBuildInputs = [ 50 + pkg-config 51 + gpgme 52 + python3 53 + installShellFiles 54 + clang 55 + rustPlatform.bindgenHook 56 + ]; 57 + 30 58 buildInputs = [ 31 - openssl libgpg-error gpgme xorg.libxcb nettle 32 - ] ++ lib.optionals stdenv.isDarwin [ AppKit Security ]; 59 + openssl 60 + libgpg-error 61 + gpgme 62 + xorg.libxcb 63 + nettle 64 + ] ++ lib.optionals stdenv.isDarwin [ 65 + AppKit 66 + Security 67 + ]; 33 68 34 69 preCheck = '' 35 70 export HOME=$TMPDIR
+40
pkgs/tools/security/ripasso/fix-build.patch
··· 1 + diff --git a/Cargo.lock b/Cargo.lock 2 + index 8464bf70..659e66c0 100644 3 + --- a/Cargo.lock 4 + +++ b/Cargo.lock 5 + @@ -2702,7 +2702,7 @@ dependencies = [ 6 + 7 + [[package]] 8 + name = "ripasso" 9 + -version = "0.6.3" 10 + +version = "0.6.4" 11 + dependencies = [ 12 + "anyhow", 13 + "base64 0.21.0", 14 + @@ -2730,7 +2730,7 @@ dependencies = [ 15 + 16 + [[package]] 17 + name = "ripasso-cursive" 18 + -version = "0.6.3" 19 + +version = "0.6.4" 20 + dependencies = [ 21 + "chrono", 22 + "cli-clipboard", 23 + @@ -2753,7 +2753,7 @@ dependencies = [ 24 + 25 + [[package]] 26 + name = "ripasso-gtk" 27 + -version = "0.6.3" 28 + +version = "0.6.4" 29 + dependencies = [ 30 + "clipboard", 31 + "gdk", 32 + @@ -2765,7 +2765,7 @@ dependencies = [ 33 + 34 + [[package]] 35 + name = "ripasso-qt" 36 + -version = "0.6.3" 37 + +version = "0.6.4" 38 + dependencies = [ 39 + "clipboard", 40 + "qml",
+4
pkgs/top-level/all-packages.nix
··· 514 514 515 515 deadnix = callPackage ../development/tools/deadnix { }; 516 516 517 + dec-decode = callPackage ../development/tools/dec-decode { }; 518 + 517 519 dsq = callPackage ../tools/misc/dsq { }; 518 520 519 521 dtv-scan-tables = callPackage ../data/misc/dtv-scan-tables { }; ··· 31361 31363 kiwix = libsForQt5.callPackage ../applications/misc/kiwix { }; 31362 31364 31363 31365 kiwix-tools = callPackage ../applications/misc/kiwix/tools.nix { }; 31366 + 31367 + kickoff = callPackage ../applications/misc/kickoff { }; 31364 31368 31365 31369 klayout = libsForQt5.callPackage ../applications/misc/klayout { }; 31366 31370
+2
pkgs/top-level/ocaml-packages.nix
··· 1042 1042 1043 1043 mmap = callPackage ../development/ocaml-modules/mmap { }; 1044 1044 1045 + morbig = callPackage ../development/ocaml-modules/morbig { }; 1046 + 1045 1047 mparser = callPackage ../development/ocaml-modules/mparser { }; 1046 1048 1047 1049 mparser-pcre = callPackage ../development/ocaml-modules/mparser/pcre.nix { };
+2
pkgs/top-level/python-packages.nix
··· 258 258 259 259 aiomisc = callPackage ../development/python-modules/aiomisc { }; 260 260 261 + aiomisc-pytest = callPackage ../development/python-modules/aiomisc-pytest { }; 262 + 261 263 aiomodernforms = callPackage ../development/python-modules/aiomodernforms { }; 262 264 263 265 aiomultiprocess = callPackage ../development/python-modules/aiomultiprocess { };