Merge staging-next into staging

authored by

nixpkgs-ci[bot] and committed by
GitHub
6cbc9451 9a9ab6b9

+3696 -13587
+1
maintainers/maintainer-list.nix
··· 23735 23735 email = "admin@snappeh.com"; 23736 23736 github = "tris203"; 23737 23737 githubId = 18444302; 23738 + name = " Tristan Knight"; 23738 23739 }; 23739 23740 trishtzy = { 23740 23741 github = "trishtzy";
+16 -12
nixos/tests/mysql/mysql-autobackup.nix
··· 20 20 meta.maintainers = [ lib.maintainers.aanderse ]; 21 21 22 22 nodes.machine = { 23 - services.mysql = { 24 - inherit package; 25 - enable = true; 26 - initialDatabases = [ 27 - { 28 - name = "testdb"; 29 - schema = ./testdb.sql; 30 - } 31 - ]; 32 - }; 23 + services = { 24 + mysql = { 25 + inherit package; 26 + enable = true; 27 + initialDatabases = [ 28 + { 29 + name = "testdb"; 30 + schema = ./testdb.sql; 31 + } 32 + ]; 33 + }; 33 34 34 - services.automysqlbackup.enable = true; 35 - automysqlbackup.settings.mysql_dump_port = ""; 35 + automysqlbackup = { 36 + enable = true; 37 + settings.mysql_dump_port = ""; 38 + }; 39 + }; 36 40 }; 37 41 38 42 testScript = ''
-1
pkgs/applications/editors/neovim/tests/default.nix
··· 364 364 # for instance luasnip has a dependency on jsregexp 365 365 can_require_transitive_deps = 366 366 runTest nvim-with-luasnip '' 367 - cat ${nvim-with-luasnip}/nvim 368 367 ${nvim-with-luasnip}/bin/nvim -i NONE --cmd "lua require'jsregexp'" -e +quitall! 369 368 ''; 370 369
+2 -6
pkgs/applications/editors/neovim/wrapper.nix
··· 84 84 pluginRC = lib.foldl (acc: p: if p.config != null then acc ++ [p.config] else acc) [] pluginsNormalized; 85 85 86 86 # a limited RC script used only to generate the manifest for remote plugins 87 - manifestRc = vimUtils.vimrcContent { customRC = ""; }; 87 + manifestRc = ""; 88 88 # we call vimrcContent without 'packages' to avoid the init.vim generation 89 - neovimRcContent' = vimUtils.vimrcContent { 90 - beforePlugins = ""; 91 - customRC = lib.concatStringsSep "\n" (pluginRC ++ lib.optional (neovimRcContent != null) neovimRcContent); 92 - packages = null; 93 - }; 89 + neovimRcContent' = lib.concatStringsSep "\n" (pluginRC ++ lib.optional (neovimRcContent != null) neovimRcContent); 94 90 95 91 packpathDirs.myNeovimPackages = myVimPackage; 96 92 finalPackdir = neovimUtils.packDir packpathDirs;
+2 -2
pkgs/applications/editors/vscode/extensions/ms-toolsai.jupyter/default.nix
··· 9 9 mktplcRef = { 10 10 name = "jupyter"; 11 11 publisher = "ms-toolsai"; 12 - version = "2024.11.0"; 13 - hash = "sha256-BwZLF52ilEaLU6swUFEa+PtrxzsFOLIYd8TVD7xRgPg="; 12 + version = "2025.1.0"; 13 + hash = "sha256-xZMk7eNnmWviqpUvl9hXcoKL3Uwii0ZJz6DCCI9UM2k="; 14 14 }; 15 15 16 16 nativeBuildInputs = [
+6 -6
pkgs/applications/editors/vscode/vscodium.nix
··· 26 26 27 27 sha256 = 28 28 { 29 - x86_64-linux = "1l8w890xb3hszz1xf17xh1h8w0n2vcxc2jg3w1yzlx06rdb8bdy5"; 30 - x86_64-darwin = "1pb8i73bnpgcxzjdbcnb0cgjzr07a8pkb204m1w0zgl4ffjfhak0"; 31 - aarch64-linux = "0qkjrnhafbdam068gz8fzwpjb6cc3r70m9n11rkcw50i3m4gljrh"; 32 - aarch64-darwin = "0y3wwzpqwx6hk3rpnjjj8w3la6hw0g1y1fxw73paj9zcsmmz9l0a"; 33 - armv7l-linux = "053zkdjdvgmibqdd8jwr7msf9awdblqcxkim0wq1zxjxq5xnzz8j"; 29 + x86_64-linux = "095ilb9b8703lik5ssgs94b7z640pnmwwphnrilwzdj639ldjzf8"; 30 + x86_64-darwin = "1i08ylzmnfpqmzdm5yx4wx9nq4z2ghcsfvhla3afnw9ah91yf278"; 31 + aarch64-linux = "0m9yf7ks4y6mw1qz5h1clw0s7vwn8yca830f98v69a3f2axb2x8i"; 32 + aarch64-darwin = "0lg05v1mzbsrmqjg20chr4rywbrg45j8d7irkzxg4kqbz8z7z9w6"; 33 + armv7l-linux = "0b8y5qffacxwis3fhif9d4vsi8268gff8daqavj4rzdaahvjxdhj"; 34 34 } 35 35 .${system} or throwSystem; 36 36 ··· 41 41 42 42 # Please backport all compatible updates to the stable release. 43 43 # This is important for the extension ecosystem. 44 - version = "1.96.4.25017"; 44 + version = "1.96.4.25026"; 45 45 pname = "vscodium"; 46 46 47 47 executableName = "codium";
+3 -3
pkgs/applications/emulators/libretro/cores/same_cdi.nix
··· 12 12 }: 13 13 mkLibretroCore { 14 14 core = "same_cdi"; 15 - version = "0-unstable-2023-02-28"; 15 + version = "0-unstable-2025-01-31"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "libretro"; 19 19 repo = "same_cdi"; 20 - rev = "54cf493c2dee4c46666059c452f8aaaa0bd7c8e0"; 21 - hash = "sha256-/+4coMzj/o82Q04Z65DQiPaykK6N56W6PRQLtyJOd8E="; 20 + rev = "7ee1d8e9cb4307b7cd44ee1dd757e9b3f48f41d5"; 21 + hash = "sha256-EGE3NuO0gpZ8MKPypH8rFwJiv4QsdKuIyLKVuKTcvws="; 22 22 }; 23 23 24 24 extraNativeBuildInputs = [ python3 ];
+2 -2
pkgs/applications/video/kodi/addons/controller-topology-project/default.nix
··· 8 8 let 9 9 drv = stdenv.mkDerivation rec { 10 10 pname = "controller-topology-project"; 11 - version = "1.0.1"; 11 + version = "1.0.2"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "kodi-game"; 15 15 repo = "controller-topology-project"; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-NRoI28LqXbsF6Icym98SWLHNl+WD8TsJ0P+ELf/JhyQ="; 17 + sha256 = "sha256-pbYFNCDhKhYKREffWbMbcd9xBL4ZiKWR7hMZUCTUHRg="; 18 18 }; 19 19 20 20 postPatch = ''
+2 -2
pkgs/applications/video/kodi/addons/idna/default.nix
··· 8 8 buildKodiAddon rec { 9 9 pname = "idna"; 10 10 namespace = "script.module.idna"; 11 - version = "3.4.0"; 11 + version = "3.10.0"; 12 12 13 13 src = fetchzip { 14 14 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip"; 15 - sha256 = "sha256-wS1d1L18v4+RGwxDh7OpKRHB2A4qYwiq6b5mAz7l8Pk="; 15 + sha256 = "sha256-wFS7rETO+VGeg1MxMEdb/cwVw5/TEoZF2CS3BjkxDlk="; 16 16 }; 17 17 18 18 passthru = {
+2 -2
pkgs/by-name/al/alpaca/package.nix
··· 20 20 21 21 python3Packages.buildPythonApplication rec { 22 22 pname = "alpaca"; 23 - version = "3.5.0"; 23 + version = "4.0.1"; 24 24 pyproject = false; # Built with meson 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "Jeffser"; 28 28 repo = "Alpaca"; 29 29 tag = version; 30 - hash = "sha256-YheyeT9KiH9LphFfExie7RU7q/qVni5pFdpz32rM8RQ="; 30 + hash = "sha256-BTTqSYoyhtFh+sk95hTNpg9AK/mdnXKz3hy/nqSbSTQ="; 31 31 }; 32 32 33 33 nativeBuildInputs = [
+3 -3
pkgs/by-name/ca/cargo-deb/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "cargo-deb"; 11 - version = "2.11.0"; 11 + version = "2.11.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "kornelski"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - hash = "sha256-Nr6Hl8kjLHVrxqj5Xm147gb13xF2dQ5C+KuPD+PQglU="; 17 + hash = "sha256-5XAlgXWYZiq5Y2dXw0CtzObORII1baMo7yuLwlh8s4A="; 18 18 }; 19 19 20 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-4YEomAErh8+0NyLYtpGe5NVol308z3JkClpKz2GB/C4="; 21 + cargoHash = "sha256-t+7EcvlJ9f/6Uja3c3HTnrR9hoyLjUxtCqfkHWqSv08="; 22 22 23 23 nativeBuildInputs = [ 24 24 makeWrapper
+3 -3
pkgs/by-name/ca/cargo-public-api/package.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "cargo-public-api"; 14 - version = "0.43.0"; 14 + version = "0.44.0"; 15 15 16 16 src = fetchCrate { 17 17 inherit pname version; 18 - hash = "sha256-oAtAfoWJ4YZ9YcU7DQtj6QqF1DSEMOUjauQxqo1a6GA="; 18 + hash = "sha256-DInUd9r2ABvehc/SoJI9VmbfllbYNwwORWSTfsL9EwE="; 19 19 }; 20 20 21 21 useFetchCargoVendor = true; 22 - cargoHash = "sha256-VcblQw9EZSvV8rw9Krp5ZTXwVdZJe0FqJbqpptkpJfU="; 22 + cargoHash = "sha256-CcDoGAt3CMDO7NFyx+0Jk2RRvQT+vFWUu0vz40Ogpgo="; 23 23 24 24 nativeBuildInputs = [ pkg-config ]; 25 25
+1 -2
pkgs/by-name/ca/castxml/package.nix
··· 5 5 libffi, 6 6 libxml2, 7 7 llvmPackages, 8 - python3, 8 + sphinx, 9 9 stdenv, 10 10 testers, 11 11 zlib, ··· 16 16 17 17 let 18 18 inherit (llvmPackages) libclang llvm; 19 - inherit (python3.pkgs) sphinx; 20 19 in 21 20 stdenv.mkDerivation (finalAttrs: { 22 21 pname = "castxml";
+3 -3
pkgs/by-name/cl/cloud-nuke/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "cloud-nuke"; 10 - version = "0.38.1"; 10 + version = "0.38.2"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "gruntwork-io"; 14 14 repo = pname; 15 15 tag = "v${version}"; 16 - hash = "sha256-i+mhxcY7201YADNb+OHLoh4zLIBLwkWVBZ6RnYPOJaM="; 16 + hash = "sha256-hQFuHEIxsvyCmP4DR9MsrWmPbo3BFU3k5nYNsQVNy/U="; 17 17 }; 18 18 19 - vendorHash = "sha256-OrTRHje3ks3eGsJNusWJTpL740OWj5jy1es52DfNDbI="; 19 + vendorHash = "sha256-ExZZHCGmU9r1DrJ3alN6Y39P6rfFymQSpK8b+ZD7h0s="; 20 20 21 21 nativeBuildInputs = [ 22 22 makeBinaryWrapper
+2 -2
pkgs/by-name/dd/dduper/package.nix
··· 11 11 btrfsProgsPatched = btrfs-progs.overrideAttrs { 12 12 patches = [ 13 13 (fetchpatch { 14 - url = "https://raw.githubusercontent.com/Lakshmipathi/dduper/1f1d29eff61430e118f88239545a29f0bcf3e15d/patch/btrfs-progs-v6.3.3/0001-Print-csum-for-a-given-file-on-stdout.patch"; 15 - hash = "sha256-bO0t8QePnUbMkQQPesZlBF/khD/H8AaWHr2GkOnT6x8="; 14 + url = "https://raw.githubusercontent.com/Lakshmipathi/dduper/7e8f995a3a6179a31d15ce073bce6cfbaefb81ed/patch/btrfs-progs-v6.11/0001-Print-csum-for-a-given-file-on-stdout.patch"; 15 + hash = "sha256-ndydH5tHKYLKhstNdpfuJVCUrwl+6VJwprKy4hz8uwM="; 16 16 }) 17 17 ]; 18 18 };
+2 -2
pkgs/by-name/dn/dnf5/package.nix
··· 33 33 34 34 stdenv.mkDerivation (finalAttrs: { 35 35 pname = "dnf5"; 36 - version = "5.2.9.0"; 36 + version = "5.2.10.0"; 37 37 38 38 outputs = [ 39 39 "out" ··· 44 44 owner = "rpm-software-management"; 45 45 repo = "dnf5"; 46 46 rev = finalAttrs.version; 47 - hash = "sha256-TkWFSxbxsRRRMDkTKlaOnKC0VLmcV0LuZmmnvqtywaw="; 47 + hash = "sha256-FDC9va2UKnmAHMQeoH7Rwvu/IN+vZCspvupYvo81nkY="; 48 48 }; 49 49 50 50 nativeBuildInputs =
+2 -2
pkgs/by-name/do/doctl/package.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "doctl"; 5 - version = "1.120.2"; 5 + version = "1.121.0"; 6 6 7 7 vendorHash = null; 8 8 ··· 31 31 owner = "digitalocean"; 32 32 repo = "doctl"; 33 33 rev = "v${version}"; 34 - sha256 = "sha256-zIpwR9tgv1vO2xI5DaLTY/eFuv91G4tlQAtJBi0pXfA="; 34 + sha256 = "sha256-2bXUbzNt1xsy1ZHVrMvTrih2qhuacnS2Qo0g1vt4qYk="; 35 35 }; 36 36 37 37 meta = with lib; {
+3 -3
pkgs/by-name/ei/eigenmath/package.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "eigenmath"; 11 - version = "337-unstable-2025-01-25"; 11 + version = "337-unstable-2025-01-31"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "georgeweigt"; 15 15 repo = pname; 16 - rev = "ae71bdf698283760ad3ac74ce57158f25c8d9198"; 17 - hash = "sha256-vmbujai7xW4U6fmsp4Gv63Tl3AcxOUsUA2rPTfFL3ZQ="; 16 + rev = "42a92c35d0ccc85fd8b16aa432c641edd3fa5b87"; 17 + hash = "sha256-59iD5ivu2hPBfoxItfmTek4944ch6PlkAiVIimmvI5o="; 18 18 }; 19 19 20 20 checkPhase =
+3 -3
pkgs/by-name/fl/flintlock/package.nix
··· 11 11 12 12 buildGoModule rec { 13 13 pname = "flintlock"; 14 - version = "0.7.0"; 14 + version = "0.8.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "weaveworks"; 18 18 repo = "flintlock"; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-ODr6rZYrWtGZ7S/QmRHHjK9Krb9I+0A3A98cNuyIHz0="; 20 + sha256 = "sha256-dBwuguOSIc4+cdxfW91kdyprayYu2m2WjBg3qBnVM98="; 21 21 }; 22 22 23 - vendorHash = "sha256-I8An3QbgN+dYMIvFX2M7U54AbJBlvpO3pfkzixZaHrY="; 23 + vendorHash = "sha256-Iv1qHEQLgw6huCA/6PKNmm+dS2yHgOvY/oy2fKjwEpY="; 24 24 25 25 subPackages = [ 26 26 "cmd/flintlock-metrics"
+3 -3
pkgs/by-name/fl/flyctl/package.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "flyctl"; 12 - version = "0.3.68"; 12 + version = "0.3.75"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "superfly"; 16 16 repo = "flyctl"; 17 17 rev = "v${version}"; 18 - hash = "sha256-6/84MC7wmMCfCtuV0HJ/zMG96RO55LQxudejI5exVAM="; 18 + hash = "sha256-uNJzJpeJpDNDgnBIzveK2dKVdRpEWFW912c/vZgeXQo="; 19 19 }; 20 20 21 - vendorHash = "sha256-aKDziIx0xyWOczc9G0YQ7mdWdc5cWHjpjTDyJMsFriM="; 21 + vendorHash = "sha256-ylz8O/HW1rtOCI6/YzIT/byYmSdMkSrF0AX7nIzALTU="; 22 22 23 23 subPackages = [ "." ]; 24 24
+2 -2
pkgs/by-name/fo/foot/package.nix
··· 27 27 }: 28 28 29 29 let 30 - version = "1.20.1"; 30 + version = "1.20.2"; 31 31 32 32 # build stimuli file for PGO build and the script to generate it 33 33 # independently of the foot's build, so we can cache the result ··· 104 104 owner = "dnkl"; 105 105 repo = "foot"; 106 106 rev = version; 107 - hash = "sha256-0tnB6fCZEUAlQ3iPxXXlJ5EXPMeWSNIHsIWV4d3cuKM="; 107 + hash = "sha256-tnBoRRKHcuvBSnqvJ/772UWuepvpUiSg6t+gx4MZ0VQ="; 108 108 }; 109 109 110 110 separateDebugInfo = true;
+8 -7
pkgs/by-name/ga/gamja/package.nix
··· 1 1 { 2 2 lib, 3 - fetchFromSourcehut, 3 + fetchFromGitea, 4 4 buildNpmPackage, 5 5 writeText, 6 - # https://git.sr.ht/~emersion/gamja/tree/master/doc/config-file.md 6 + # https://codeberg.org/emersion/gamja/src/branch/master/doc/config-file.md 7 7 gamjaConfig ? null, 8 8 }: 9 9 buildNpmPackage rec { 10 10 pname = "gamja"; 11 - version = "1.0.0-beta.9"; 11 + version = "1.0.0-beta.10"; 12 12 13 - src = fetchFromSourcehut { 14 - owner = "~emersion"; 13 + src = fetchFromGitea { 14 + domain = "codeberg.org"; 15 + owner = "emersion"; 15 16 repo = "gamja"; 16 17 rev = "v${version}"; 17 - hash = "sha256-09rCj9oMzldRrxMGH4rUnQ6wugfhfmJP3rHET5b+NC8="; 18 + hash = "sha256-JqnEiPnYRGSeIZm34Guu7MgMfwcySc42aTXweMqL8BQ="; 18 19 }; 19 20 20 - npmDepsHash = "sha256-LxShwZacCctKAfMNCUMyrSaI1hIVN80Wseq/d8WITkc="; 21 + npmDepsHash = "sha256-dAfbluNNBF1e9oagej+SRxO/YffCdLLAUUgt8krnWvg="; 21 22 22 23 installPhase = '' 23 24 runHook preInstall
+32 -34
pkgs/by-name/gi/git-cola/package.nix
··· 6 6 gettext, 7 7 git, 8 8 qt5, 9 - gitUpdater, 9 + versionCheckHook, 10 + nix-update-script, 10 11 }: 11 12 12 13 python3Packages.buildPythonApplication rec { 13 14 pname = "git-cola"; 14 - version = "4.10.1"; 15 + version = "4.11.0"; 15 16 pyproject = true; 16 17 17 18 src = fetchFromGitHub { 18 19 owner = "git-cola"; 19 20 repo = "git-cola"; 20 - rev = "v${version}"; 21 - hash = "sha256-tOd+LSS6inGLRb6Wm92tta0JbjSZw+88hqFDJmSSJlY="; 21 + tag = "v${version}"; 22 + hash = "sha256-aFdjkuQrVYgYALTnupdwVL58kSsp4SC6xsXefA1NnKI="; 22 23 }; 23 24 24 - buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ 25 - qt5.qtwayland 26 - ]; 25 + buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ qt5.qtwayland ]; 27 26 28 - propagatedBuildInputs = with python3Packages; [ 29 - setuptools 30 - git 31 - pyqt5 32 - qtpy 33 - send2trash 34 - polib 35 - ]; 27 + propagatedBuildInputs = 28 + [ git ] 29 + ++ (with python3Packages; [ 30 + setuptools 31 + pyqt5 32 + qtpy 33 + send2trash 34 + polib 35 + ]); 36 36 37 - nativeBuildInputs = with python3Packages; [ 38 - setuptools-scm 37 + nativeBuildInputs = [ 39 38 gettext 40 39 qt5.wrapQtAppsHook 40 + python3Packages.setuptools-scm 41 41 ]; 42 42 43 - nativeCheckInputs = with python3Packages; [ 43 + nativeCheckInputs = [ 44 44 git 45 - pytestCheckHook 45 + python3Packages.pytestCheckHook 46 + versionCheckHook 46 47 ]; 47 48 48 - disabledTestPaths = 49 - [ 50 - "qtpy/" 51 - "contrib/win32" 52 - ] 53 - ++ lib.optionals stdenv.hostPlatform.isDarwin [ 54 - "cola/inotify.py" 55 - ]; 49 + versionCheckProgramArg = "--version"; 50 + 51 + disabledTestPaths = [ 52 + "qtpy/" 53 + "contrib/win32" 54 + ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "cola/inotify.py" ]; 56 55 57 56 preFixup = '' 58 57 makeWrapperArgs+=("''${qtWrapperArgs[@]}") 59 58 ''; 60 59 61 - passthru.updateScript = gitUpdater { 62 - rev-prefix = "v"; 63 - }; 60 + passthru.updateScript = nix-update-script { }; 64 61 65 - meta = with lib; { 66 - homepage = "https://github.com/git-cola/git-cola"; 62 + meta = { 67 63 description = "Sleek and powerful Git GUI"; 68 - license = licenses.gpl2; 69 - maintainers = [ maintainers.bobvanderlinden ]; 64 + homepage = "https://git-cola.github.io/"; 65 + changelog = "https://github.com/git-cola/git-cola/blob/v${version}/CHANGES.rst"; 66 + license = lib.licenses.gpl2Plus; 67 + maintainers = with lib.maintainers; [ bobvanderlinden ]; 70 68 mainProgram = "git-cola"; 71 69 }; 72 70 }
+2 -2
pkgs/by-name/go/go-minimock/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "go-minimock"; 9 - version = "3.4.3"; 9 + version = "3.4.4"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "gojuno"; 13 13 repo = "minimock"; 14 14 rev = "v${version}"; 15 - hash = "sha256-K7b77EqcXl4fZcpp93Jwg3fXLVmDuantv4QJYHj/Fik="; 15 + hash = "sha256-pXSi5gdEqTrvSOQ2yJysowRKJ0bZjhgCkV9Vxx1J5Lk="; 16 16 }; 17 17 18 18 ldflags = [
+19 -20
pkgs/by-name/ha/hashrat/package.nix
··· 2 2 lib, 3 3 stdenv, 4 4 fetchFromGitHub, 5 - fetchpatch, 5 + versionCheckHook, 6 + nix-update-script, 6 7 }: 7 8 8 - stdenv.mkDerivation rec { 9 + stdenv.mkDerivation (finalAttrs: { 9 10 pname = "hashrat"; 10 - version = "1.22"; 11 + version = "1.23"; 11 12 12 13 src = fetchFromGitHub { 13 14 owner = "ColumPaget"; 14 15 repo = "Hashrat"; 15 - rev = "v${version}"; 16 - hash = "sha256-mjjK315OUUFVdUY+zcCvm7yeo7XxourR1sghWbeFT7c="; 16 + tag = "v${finalAttrs.version}"; 17 + hash = "sha256-dDtn01eoODgRtsbEdtuXhib3fZLosP8ajJBGaG8Skss="; 17 18 }; 18 - 19 - patches = [ 20 - # fix cross compilation by replacing hardcoded ar with AC_PROG_AR 21 - # https://github.com/ColumPaget/Hashrat/pull/27 22 - (fetchpatch { 23 - url = "https://github.com/ColumPaget/Hashrat/commit/a82615e02021245850a1703e613055da2520c8fd.patch"; 24 - hash = "sha256-tjyhM2ahZBRoRP8WjyQhrI3l20oaqMtfYmOeAZVEZqU="; 25 - }) 26 - ]; 27 19 28 20 configureFlags = [ "--enable-xattr" ]; 29 21 30 22 makeFlags = [ "PREFIX=$(out)" ]; 31 23 32 - meta = with lib; { 24 + nativeInstallCheckInputs = [ versionCheckHook ]; 25 + versionCheckProgramArg = "--version"; 26 + doInstallCheck = true; 27 + 28 + passthru.updateScript = nix-update-script { }; 29 + 30 + meta = { 33 31 description = "Command-line hash-generation utility"; 34 32 mainProgram = "hashrat"; 35 33 longDescription = '' 36 34 Hashing tool supporting md5,sha1,sha256,sha512,whirlpool,jh and hmac versions of these. 37 35 Includes recursive file hashing and other features. 38 36 ''; 39 - homepage = "http://www.cjpaget.co.uk/Code/Hashrat"; 40 - license = licenses.gpl3Plus; 41 - platforms = platforms.linux; 42 - maintainers = with maintainers; [ zendo ]; 37 + homepage = "https://github.com/ColumPaget/Hashrat"; 38 + changelog = "https://github.com/ColumPaget/Hashrat/blob/v${finalAttrs.version}/CHANGELOG"; 39 + license = lib.licenses.gpl3Plus; 40 + platforms = lib.platforms.linux; 41 + maintainers = with lib.maintainers; [ zendo ]; 43 42 }; 44 - } 43 + })
+11 -5
pkgs/by-name/hy/hyprpaper/package.nix
··· 4 4 fetchFromGitHub, 5 5 cmake, 6 6 cairo, 7 + bash, 7 8 expat, 8 9 file, 9 10 fribidi, ··· 41 42 hash = "sha256-pmkJCzjflvsOytiu2mgn2wfSeyL6mTfoi214T4A2OZQ="; 42 43 }; 43 44 45 + prePatch = '' 46 + substituteInPlace src/main.cpp \ 47 + --replace-fail GIT_COMMIT_HASH '"${finalAttrs.src.rev}"' 48 + ''; 49 + postPatch = '' 50 + substituteInPlace src/helpers/MiscFunctions.cpp \ 51 + --replace-fail '/bin/bash' '${bash}/bin/bash' 52 + ''; 53 + 44 54 nativeBuildInputs = [ 45 55 cmake 46 56 pkg-config ··· 50 60 51 61 buildInputs = [ 52 62 cairo 63 + bash 53 64 expat 54 65 file 55 66 fribidi ··· 72 83 hyprutils 73 84 hyprgraphics 74 85 ]; 75 - 76 - prePatch = '' 77 - substituteInPlace src/main.cpp \ 78 - --replace-fail GIT_COMMIT_HASH '"${finalAttrs.src.rev}"' 79 - ''; 80 86 81 87 meta = with lib; { 82 88 inherit (finalAttrs.src.meta) homepage;
+3 -3
pkgs/by-name/ky/kyverno/package.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "kyverno"; 5 - version = "1.13.2"; 5 + version = "1.13.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "kyverno"; 9 9 repo = "kyverno"; 10 10 rev = "v${version}"; 11 - hash = "sha256-dJyNurdJ5A09ouiJsyWiBaAeGM/xE/U2HdYNmPfY6VI="; 11 + hash = "sha256-sRfVxNSUMjTszeKjPu6YlED3L7lzZEaPHxC4f0ztiMM="; 12 12 }; 13 13 14 14 ldflags = [ ··· 18 18 "-X github.com/kyverno/kyverno/pkg/version.BuildTime=1970-01-01_00:00:00" 19 19 ]; 20 20 21 - vendorHash = "sha256-euHYTd2iyfVWsJhWZux5OCv2CPWqmsIPB1/rGD22a5Q="; 21 + vendorHash = "sha256-U53CYkQlf2Ejmpe2XltZUA+zsXcKZl7e8A5X/M1E1so="; 22 22 23 23 subPackages = [ "cmd/cli/kubectl-kyverno" ]; 24 24
+2 -2
pkgs/by-name/lx/lxgw-neoxihei/package.nix
··· 6 6 7 7 stdenvNoCC.mkDerivation rec { 8 8 pname = "lxgw-neoxihei"; 9 - version = "1.212"; 9 + version = "1.213"; 10 10 11 11 src = fetchurl { 12 12 url = "https://github.com/lxgw/LxgwNeoXiHei/releases/download/v${version}/LXGWNeoXiHei.ttf"; 13 - hash = "sha256-g64kMY/9kHSlUH2rvDxKy4nmS+TH//SNJfCnQXHC4Q8="; 13 + hash = "sha256-5vztvpOkUMbnZb7apT19ksLQlro7lQeT0iTqGjlPJdM="; 14 14 }; 15 15 16 16 dontUnpack = true;
+2 -1
pkgs/by-name/ma/matrix-authentication-service/package.nix
··· 26 26 hash = "sha256-rFex6stw++xNrcCYnYn3N0HrUQd91DAw9QU0R2MUzyQ="; 27 27 }; 28 28 29 - cargoHash = "sha256-0RqCgIiH7O4bAuzy1To0+8wfvZWnZ8irZNSCthaKqAk="; 29 + useFetchCargoVendor = true; 30 + cargoHash = "sha256-u3C6JmaPU4/pyg8Ko01Y33UkuqrVa2lV/jYdMUAF6ng="; 30 31 31 32 npmDeps = fetchNpmDeps { 32 33 name = "${pname}-${version}-npm-deps";
+2 -2
pkgs/by-name/md/mdds/package.nix
··· 9 9 10 10 stdenv.mkDerivation (finalAttrs: { 11 11 pname = "mdds"; 12 - version = "3.0.0"; 12 + version = "2.1.1"; 13 13 14 14 src = fetchFromGitLab { 15 15 owner = "mdds"; 16 16 repo = "mdds"; 17 17 rev = finalAttrs.version; 18 - hash = "sha256-XIfrbnjY3bpnbRBnE44dQNJm3lhL0Y1Mm0sayh3T2aY="; 18 + hash = "sha256-a412LpgDiYM8TMToaUrTlHtblYS1HehzrDOwvIAAxiA="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ autoreconfHook ];
+35 -4
pkgs/by-name/mu/music-assistant/package.nix
··· 12 12 python = python3.override { 13 13 self = python; 14 14 packageOverrides = self: super: { 15 + aiojellyfin = super.aiojellyfin.overridePythonAttrs (oldAttrs: rec { 16 + version = "0.10.1"; 17 + 18 + src = fetchFromGitHub { 19 + owner = "Jc2k"; 20 + repo = "aiojellyfin"; 21 + tag = "v${version}"; 22 + hash = "sha256-A+uvM1/7HntRMIdknfHr0TMGIjHk7BCwsZopXdVoEO8="; 23 + }; 24 + }); 25 + 15 26 music-assistant-frontend = self.callPackage ./frontend.nix { }; 27 + 28 + music-assistant-models = super.music-assistant-models.overridePythonAttrs (oldAttrs: rec { 29 + version = "1.1.4"; 30 + 31 + src = fetchFromGitHub { 32 + owner = "music-assistant"; 33 + repo = "models"; 34 + tag = version; 35 + hash = "sha256-keig18o32X53q/QcoaPO0o9AT4XTEZ+dQ3L6u6BVkLU="; 36 + }; 37 + 38 + postPatch = '' 39 + substituteInPlace pyproject.toml \ 40 + --replace-fail "0.0.0" "${version}" 41 + ''; 42 + }); 16 43 }; 17 44 }; 18 45 ··· 27 54 28 55 python.pkgs.buildPythonApplication rec { 29 56 pname = "music-assistant"; 30 - version = "2.3.4"; 57 + version = "2.3.6"; 31 58 pyproject = true; 32 59 33 60 src = fetchFromGitHub { 34 61 owner = "music-assistant"; 35 62 repo = "server"; 36 63 tag = version; 37 - hash = "sha256-HV2R5zMTao8akUNZMGRKbU8BIxWmdjKFLsGMqA5cfBs="; 64 + hash = "sha256-CSGpG1E4ou1TGz/S1mXFHyk49p7dStEwxUTB+xxfNEc="; 38 65 }; 39 66 40 67 patches = [ ··· 58 85 59 86 pythonRelaxDeps = [ 60 87 "aiohttp" 88 + "certifi" 61 89 "colorlog" 62 90 "cryptography" 63 91 "mashumaro" ··· 111 139 aiojellyfin 112 140 pytest-aiohttp 113 141 pytest-cov-stub 142 + pytest-timeout 114 143 pytestCheckHook 115 144 syrupy 116 145 pytest-timeout ··· 118 147 ++ lib.flatten (lib.attrValues optional-dependencies); 119 148 120 149 pytestFlagsArray = [ 121 - # blocks in setup 122 - "--deselect=tests/server/providers/jellyfin/test_init.py::test_initial_sync" 150 + # blocks in poll() 151 + "--deselect=tests/providers/jellyfin/test_init.py::test_initial_sync" 152 + "--deselect=tests/core/test_server_base.py::test_start_and_stop_server" 153 + "--deselect=tests/core/test_server_base.py::test_events" 123 154 ]; 124 155 125 156 pythonImportsCheck = [ "music_assistant" ];
+1 -1
pkgs/by-name/mu/music-assistant/providers.nix
··· 1 1 # Do not edit manually, run ./update-providers.py 2 2 3 3 { 4 - version = "2.3.4"; 4 + version = "2.3.6"; 5 5 providers = { 6 6 airplay = ps: [ 7 7 ];
-11
pkgs/by-name/ne/netatalk/000-no-suid.patch
··· 1 - diff --git a/bin/afppasswd/Makefile.am b/bin/afppasswd/Makefile.am 2 - index 578eac1..d17aa22 100644 3 - --- a/bin/afppasswd/Makefile.am 4 - +++ b/bin/afppasswd/Makefile.am 5 - @@ -16,5 +16,5 @@ AM_CFLAGS = @SSL_CFLAGS@ -I$(top_srcdir)/sys \ 6 - 7 - install-exec-hook: 8 - if HAVE_OPENSSL 9 - - chmod u+s $(DESTDIR)$(bindir)/afppasswd 10 - +# chmod u+s $(DESTDIR)$(bindir)/afppasswd 11 - endif
-19
pkgs/by-name/ne/netatalk/001-omit-localstatedir-creation.patch
··· 1 - diff --git a/config/Makefile.am b/config/Makefile.am 2 - index c98a2ab..58b7f0a 100644 3 - --- a/config/Makefile.am 4 - +++ b/config/Makefile.am 5 - @@ -36,10 +36,10 @@ endif 6 - # 7 - 8 - install-data-local: install-config-files 9 - - mkdir -pm 0755 $(DESTDIR)$(localstatedir)/netatalk/ 10 - - mkdir -pm 0755 $(DESTDIR)$(localstatedir)/netatalk/CNID/ 11 - - $(INSTALL_DATA) $(srcdir)/README $(DESTDIR)$(localstatedir)/netatalk/ 12 - - $(INSTALL_DATA) $(srcdir)/README $(DESTDIR)$(localstatedir)/netatalk/CNID/ 13 - +# mkdir -pm 0755 $(DESTDIR)$(localstatedir)/netatalk/ 14 - +# mkdir -pm 0755 $(DESTDIR)$(localstatedir)/netatalk/CNID/ 15 - +# $(INSTALL_DATA) $(srcdir)/README $(DESTDIR)$(localstatedir)/netatalk/ 16 - +# $(INSTALL_DATA) $(srcdir)/README $(DESTDIR)$(localstatedir)/netatalk/CNID/ 17 - 18 - uninstall-local: 19 - @for f in $(CONFFILES) $(GENFILES); do \
+37 -25
pkgs/by-name/ne/netatalk/package.nix
··· 13 13 pam, 14 14 perl, 15 15 pkg-config, 16 - python3, 16 + meson, 17 + ninja, 18 + file, 19 + cracklib, 20 + cups, 21 + libtirpc, 22 + openldap, 23 + glib, 24 + dbus, 25 + docbook-xsl-nons, 26 + libxslt, 17 27 }: 18 28 19 29 stdenv.mkDerivation (finalAttrs: { 20 30 pname = "netatalk"; 21 - version = "3.1.19"; 31 + version = "4.1.1"; 22 32 23 33 src = fetchurl { 24 - url = "mirror://sourceforge/netatalk/netatalk/netatalk-${finalAttrs.version}.tar.bz2"; 25 - hash = "sha256-p0pzHwnjNNWPsWRBflgaZB+ijMP5bF99TEdLs4mVKsI="; 34 + url = "mirror://sourceforge/netatalk/netatalk/netatalk-${finalAttrs.version}.tar.xz"; 35 + hash = "sha256-LI0xIkWzmotzSsmo60URC8A94wiJKOV0MQqZDTuAAkE="; 26 36 }; 27 37 28 - patches = [ 29 - ./000-no-suid.patch 30 - ./001-omit-localstatedir-creation.patch 31 - ]; 32 - 33 38 nativeBuildInputs = [ 34 - autoreconfHook 35 39 pkg-config 36 - perl 37 - python3 38 - python3.pkgs.wrapPython 40 + meson 41 + ninja 42 + file 39 43 ]; 40 44 41 45 buildInputs = [ ··· 47 51 libiconv 48 52 openssl 49 53 pam 54 + cracklib 55 + cups 56 + libtirpc 57 + openldap 58 + glib 59 + perl 60 + dbus 61 + docbook-xsl-nons 62 + libxslt 50 63 ]; 51 64 52 - configureFlags = [ 53 - "--with-bdb=${db.dev}" 54 - "--with-ssl-dir=${openssl.dev}" 55 - "--with-lockfile=/run/lock/netatalk" 56 - "--localstatedir=/var/lib" 65 + mesonFlags = [ 66 + "-Dwith-appletalk=true" 67 + "-Dwith-bdb-path=${db.out}" 68 + "-Dwith-bdb-include-path=${db.dev}/include" 69 + "-Dwith-install-hooks=false" 70 + "-Dwith-init-hooks=false" 71 + "-Dwith-lockfile-path=/run/lock/" 72 + "-Dwith-cracklib=true" 73 + "-Dwith-cracklib-path=${cracklib.out}" 74 + "-Dwith-docbook-path=${docbook-xsl-nons.out}/share/xml/docbook-xsl-nons/" 57 75 ]; 58 76 59 - postInstall = '' 60 - sed -i -e "s%/usr/bin/env python%${python3}/bin/python3%" $out/bin/afpstats 61 - buildPythonPath ${python3.pkgs.dbus-python} 62 - patchPythonScript $out/bin/afpstats 63 - ''; 64 - 65 77 enableParallelBuilding = true; 66 78 67 79 meta = with lib; { 68 80 description = "Apple Filing Protocol Server"; 69 - homepage = "http://netatalk.sourceforge.net/"; 81 + homepage = "https://netatalk.io/"; 70 82 license = licenses.gpl2Plus; 71 83 platforms = platforms.linux; 72 84 maintainers = with maintainers; [ jcumming ];
+2 -2
pkgs/by-name/oe/oelint-adv/package.nix
··· 7 7 8 8 python3Packages.buildPythonApplication rec { 9 9 pname = "oelint-adv"; 10 - version = "6.6.9"; 10 + version = "6.7.1"; 11 11 pyproject = true; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "priv-kweihmann"; 15 15 repo = "oelint-adv"; 16 16 tag = version; 17 - hash = "sha256-2QV8fYfqi+UvPL1WiGtVZWwjHEs4r8siy3TLwy9uHH0="; 17 + hash = "sha256-rJ1M5YRXcKbDEGhy0G+N2dGD3sx8KFUfLJSLthYQNtU="; 18 18 }; 19 19 20 20 build-system = with python3Packages; [
+3 -3
pkgs/by-name/ok/okteto/package.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "okteto"; 12 - version = "3.3.1"; 12 + version = "3.4.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "okteto"; 16 16 repo = "okteto"; 17 17 rev = version; 18 - hash = "sha256-9EGtcSOCRtt1Jw/e6EyZ5i4vTpof2fjV+XhF87IrUPU="; 18 + hash = "sha256-vi2ow95a3btiR4yINunEa56SUGWlbgNdMdS/T747a+U="; 19 19 }; 20 20 21 - vendorHash = "sha256-4fw3Qc1VPrPFVtQNtCRW6RqPqV7aF+t9GQDL/sCqNvw="; 21 + vendorHash = "sha256-tlZr1IOGOSbahd0Wh3yozbBrVL3RAWQLKNv/3XlMKqM="; 22 22 23 23 postPatch = '' 24 24 # Disable some tests that need file system & network access.
+2
pkgs/by-name/op/optar/package.nix
··· 27 27 --replace 'convert ' "${lib.getBin imagemagick}/bin/convert " 28 28 ''; 29 29 30 + env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=implicit-int" ]; 31 + 30 32 preInstall = '' 31 33 mkdir -p $out/bin 32 34 '';
+15 -25
pkgs/by-name/pa/pamix/package.nix
··· 2 2 lib, 3 3 stdenv, 4 4 fetchFromGitHub, 5 - fetchpatch, 6 5 pkg-config, 7 6 cmake, 8 7 libpulseaudio, 9 8 ncurses, 9 + nix-update-script, 10 10 }: 11 11 12 - stdenv.mkDerivation rec { 12 + stdenv.mkDerivation (finalAttrs: { 13 13 pname = "pamix"; 14 - version = "1.6"; 14 + version = "2.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "patroclos"; 18 18 repo = "pamix"; 19 - rev = version; 20 - sha256 = "1d44ggnwkf2gff62959pj45v3a2k091q8v154wc5pmzamam458wp"; 19 + tag = finalAttrs.version; 20 + hash = "sha256-7UPz6YpsnZHpW7sOJdJU2wQ5jyFPWTHxoknago0W+Ss="; 21 21 }; 22 22 23 - patches = [ 24 - # ncurses-6.3 support, included in next release 25 - (fetchpatch { 26 - name = "ncurses-6.3-p1.patch"; 27 - url = "https://github.com/patroclos/PAmix/commit/3400b9c048706c572373e4617b4d5fcdb8dd2505.patch"; 28 - sha256 = "0rw56a844pz876ad9p8hfvn2fkd5rh29gpp47h55g08spf0vwb2z"; 29 - }) 30 - (fetchpatch { 31 - name = "ncurses-6.3-p2.patch"; 32 - url = "https://github.com/patroclos/PAmix/commit/5ef67fc5ef6fc0dc0b48ff07ba48093881561d9c.patch"; 33 - sha256 = "0f8shpdv2swxdz04bkqgmkvl6c17r5mn4slzr7xd6pvw8hh51p4h"; 34 - }) 35 - ]; 36 - 37 23 preConfigure = '' 38 - substituteInPlace CMakeLists.txt --replace "/etc" "$out/etc/xdg" 24 + substituteInPlace CMakeLists.txt --replace-fail "/etc" "$out/etc/xdg" 39 25 ''; 40 26 41 27 nativeBuildInputs = [ 42 28 cmake 43 29 pkg-config 44 30 ]; 31 + 45 32 buildInputs = [ 46 33 libpulseaudio 47 34 ncurses 48 35 ]; 49 36 50 - meta = with lib; { 37 + passthru.updateScript = nix-update-script { }; 38 + 39 + meta = { 51 40 description = "Pulseaudio terminal mixer"; 52 41 homepage = "https://github.com/patroclos/PAmix"; 53 - license = licenses.mit; 54 - platforms = platforms.linux; 55 - maintainers = with maintainers; [ ericsagnes ]; 42 + changelog = "https://github.com/patroclos/PAmix/releases/tag/${finalAttrs.version}"; 43 + license = lib.licenses.mit; 44 + platforms = lib.platforms.linux; 45 + maintainers = with lib.maintainers; [ ericsagnes ]; 56 46 mainProgram = "pamix"; 57 47 }; 58 - } 48 + })
+5 -5
pkgs/by-name/pd/pdfium-binaries/package.nix
··· 6 6 }: 7 7 let 8 8 # also update rev of headers in python3Packages.pypdfium2 9 - version = "6968"; 9 + version = "6996"; 10 10 src = 11 11 let 12 12 inherit (stdenv.hostPlatform) system; ··· 18 18 aarch64-darwin = "mac-arm64"; 19 19 }; 20 20 hash = selectSystem { 21 - x86_64-linux = "sha256-jITBi7w8jhZVkwimFp4nmWpQahPWXAGIJj/zHe5TVCU="; 22 - aarch64-linux = "sha256-rDyLhRuRzw/R9Z1ZuSadXKJ+74U+RVJIC9NSCddd5lg="; 23 - x86_64-darwin = "sha256-ofqKS54ZKcXLVGEs2mhFGC4W7+d87JfhCS+HqcJkzTg="; 24 - aarch64-darwin = "sha256-g8iHsGVp/wCu4FU9ds6RBzabuMIONPA1H/M14BNjPu8="; 21 + x86_64-linux = "sha256-DAu9t7PA8R3F2BotYaoPLoQFMkDIdJOnf4ljkJYMXxI="; 22 + aarch64-linux = "sha256-pNXBX0t6+ShaXGTSmM6J1UWaTLW/ZXoyfF7/gWl7rhc="; 23 + x86_64-darwin = "sha256-GlEoDifWTVC2tAVoHmkRpVdV+V6vsPUkZZVYP15oeXc="; 24 + aarch64-darwin = "sha256-OtUpNxo7HvrEIWSdCWC6MVf0fLQL2vqovhtRMzrrb5I="; 25 25 }; 26 26 in 27 27 fetchzip {
+3 -3
pkgs/by-name/po/popeye/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "popeye"; 10 - version = "0.21.7"; 10 + version = "0.22.1"; 11 11 12 12 src = fetchFromGitHub { 13 13 rev = "v${version}"; 14 14 owner = "derailed"; 15 15 repo = "popeye"; 16 - sha256 = "sha256-8X/L9je5TaxSx/RtPQlO/6CKd+zUIxFBfTDrNZAA2fU="; 16 + sha256 = "sha256-CbVYQIE7kjUah+SDEjs5Qz+n4+f3HriQNxYPqDcdr/I="; 17 17 }; 18 18 19 19 ldflags = [ ··· 23 23 "-X github.com/derailed/popeye/cmd.commit=${version}" 24 24 ]; 25 25 26 - vendorHash = "sha256-JX9afHS76kUkOdIZZP44UjcZt69YqzW/S1JKhGxLVOw="; 26 + vendorHash = "sha256-Xhn1iOqzCY8fW2lODXwqY4XQZTAPWXaZ0XM5j02bnCs="; 27 27 28 28 nativeBuildInputs = [ installShellFiles ]; 29 29
+50 -50
pkgs/by-name/ps/ps3-disc-dumper/deps.json
··· 1 1 [ 2 2 { 3 3 "pname": "Avalonia", 4 - "version": "11.2.0", 5 - "hash": "sha256-kG3tnsLdodlvIjYd5feBZ0quGd2FsvV8FIy7uD5UZ5Q=" 4 + "version": "11.2.3", 5 + "hash": "sha256-NUoyXJkIsgbkcKFVb10VRafM4ViHs801c/7vhu3ssUY=" 6 6 }, 7 7 { 8 8 "pname": "Avalonia.Angle.Windows.Natives", ··· 16 16 }, 17 17 { 18 18 "pname": "Avalonia.Desktop", 19 - "version": "11.2.0", 20 - "hash": "sha256-+5ISi6WXe8AIjClVo3UqZHgzZpFbMgFk13YvHHhx9MM=" 19 + "version": "11.2.3", 20 + "hash": "sha256-srtZi+kDbhRtMl33l91zssBWETU5oHodKbbWyfEsb/I=" 21 21 }, 22 22 { 23 23 "pname": "Avalonia.Fonts.Inter", 24 - "version": "11.2.0", 25 - "hash": "sha256-0xa+Gnnoo+WRVhCF8lU0chA0w6znOyG0kjH03Xmj4+A=" 24 + "version": "11.2.3", 25 + "hash": "sha256-ySsCXVpjqjCX/uYkwluSfrAoBtuq9k7fC1bFjxKC9/Q=" 26 26 }, 27 27 { 28 28 "pname": "Avalonia.FreeDesktop", 29 - "version": "11.2.0", 30 - "hash": "sha256-u4CQvG6EdsyaHSWa+Y704sDiWZlqbArB0g4gcoCFwQo=" 29 + "version": "11.2.3", 30 + "hash": "sha256-3sNemBmZE06w2ul87T5HrEeHUxXMOa9MfQhpI4AoxDY=" 31 31 }, 32 32 { 33 33 "pname": "Avalonia.Native", 34 - "version": "11.2.0", 35 - "hash": "sha256-fMikurP2RAnOahZkORxuGOKGn5iQ0saZCEYsvoFiFQI=" 34 + "version": "11.2.3", 35 + "hash": "sha256-2Gp98NGWcrILqF+P5PDMPRdsMby/lZiT3eWAUskFim8=" 36 36 }, 37 37 { 38 38 "pname": "Avalonia.ReactiveUI", 39 - "version": "11.2.0", 40 - "hash": "sha256-6GXX1ZA6gS9CpkQnGepx1PFNoKiwcHQyLSK5qOGmjYo=" 39 + "version": "11.2.3", 40 + "hash": "sha256-NqRetBiFg5gNCS8C0J1JJJsZ4sz+w+GoEegGFddBGDg=" 41 41 }, 42 42 { 43 43 "pname": "Avalonia.Remote.Protocol", 44 - "version": "11.2.0", 45 - "hash": "sha256-QwYY3bpShJ1ayHUx+mjnwaEhCPDzTk+YeasCifAtGzM=" 44 + "version": "11.2.3", 45 + "hash": "sha256-dSeu7rnTD9rIvlyro2iFS52oi0vvfeaGV3kDm90BkKw=" 46 46 }, 47 47 { 48 48 "pname": "Avalonia.Skia", 49 - "version": "11.2.0", 50 - "hash": "sha256-rNR+l+vLtlzTU+F51FpOi4Ujy7nR5+lbTc3NQte8s/o=" 49 + "version": "11.2.3", 50 + "hash": "sha256-QBp8wTA92hGwbmNSVL4gsjrqA9CfwDPgdTiOEqcogGA=" 51 51 }, 52 52 { 53 53 "pname": "Avalonia.Themes.Fluent", 54 - "version": "11.2.0", 55 - "hash": "sha256-Ate6KC61pwXmTAk5h1uh7rjwAViuiO/qgAVMl3F1BA8=" 54 + "version": "11.2.3", 55 + "hash": "sha256-DRl+267mUtJDUJpreUj6BxDLGGYGkEEo5vDGtGguoC8=" 56 56 }, 57 57 { 58 58 "pname": "Avalonia.Win32", 59 - "version": "11.2.0", 60 - "hash": "sha256-A9PB6Bt61jLdQlMOkchWy/3BwROgxS9BP8FObs/KFiU=" 59 + "version": "11.2.3", 60 + "hash": "sha256-xKFKObvqdJaQjphEktRJvzmAoDEsKg3WqlEG31V3qLE=" 61 61 }, 62 62 { 63 63 "pname": "Avalonia.X11", 64 - "version": "11.2.0", 65 - "hash": "sha256-EP9cCqriEh8d+Wwyv27QGK/CY6w2LcCjtcIv79PZqkM=" 64 + "version": "11.2.3", 65 + "hash": "sha256-SD4dmpKx4l8YOyUnrA0fnf2Bb+tHSNyARh7GAtHyg60=" 66 66 }, 67 67 { 68 68 "pname": "CommunityToolkit.Mvvm", 69 - "version": "8.3.2", 70 - "hash": "sha256-zY+iB5Rj/8ru0xpRWwFLFO6JI3UFB/XHnx9pWmrZCAs=" 69 + "version": "8.4.0", 70 + "hash": "sha256-a0D550q+ffreU9Z+kQPdzJYPNaj1UjgyPofLzUg02ZI=" 71 71 }, 72 72 { 73 73 "pname": "DiscUtils.Core", ··· 101 101 }, 102 102 { 103 103 "pname": "HarfBuzzSharp", 104 - "version": "7.3.0.2", 105 - "hash": "sha256-ibgoqzT1NV7Qo5e7X2W6Vt7989TKrkd2M2pu+lhSDg8=" 104 + "version": "7.3.0.3", 105 + "hash": "sha256-1vDIcG1aVwVABOfzV09eAAbZLFJqibip9LaIx5k+JxM=" 106 106 }, 107 107 { 108 108 "pname": "HarfBuzzSharp.NativeAssets.Linux", 109 - "version": "7.3.0.2", 110 - "hash": "sha256-SSfyuyBaduGobJW+reqyioWHhFWsQ+FXa2Gn7TiWxrU=" 109 + "version": "7.3.0.3", 110 + "hash": "sha256-HW5r16wdlgDMbE/IfE5AQGDVFJ6TS6oipldfMztx+LM=" 111 111 }, 112 112 { 113 113 "pname": "HarfBuzzSharp.NativeAssets.macOS", 114 - "version": "7.3.0.2", 115 - "hash": "sha256-dmEqR9MmpCwK8AuscfC7xUlnKIY7+Nvi06V0u5Jff08=" 114 + "version": "7.3.0.3", 115 + "hash": "sha256-UpAVfRIYY8Wh8xD4wFjrXHiJcvlBLuc2Xdm15RwQ76w=" 116 116 }, 117 117 { 118 118 "pname": "HarfBuzzSharp.NativeAssets.WebAssembly", 119 - "version": "7.3.0.3-preview.2.2", 120 - "hash": "sha256-1NlcTnXrWUYZ2r2/N3SPxNIjNcyIpiiv3g7h8XxpNkM=" 119 + "version": "7.3.0.3", 120 + "hash": "sha256-jHrU70rOADAcsVfVfozU33t/5B5Tk0CurRTf4fVQe3I=" 121 121 }, 122 122 { 123 123 "pname": "HarfBuzzSharp.NativeAssets.Win32", 124 - "version": "7.3.0.2", 125 - "hash": "sha256-x4iM3NHs9VyweG57xA74yd4uLuXly147ooe0mvNQ8zo=" 124 + "version": "7.3.0.3", 125 + "hash": "sha256-v/PeEfleJcx9tsEQAo5+7Q0XPNgBqiSLNnB2nnAGp+I=" 126 126 }, 127 127 { 128 128 "pname": "MicroCom.Runtime", ··· 161 161 }, 162 162 { 163 163 "pname": "SkiaSharp", 164 - "version": "2.88.8", 165 - "hash": "sha256-rD5gc4SnlRTXwz367uHm8XG5eAIQpZloGqLRGnvNu0A=" 164 + "version": "2.88.9", 165 + "hash": "sha256-jZ/4nVXYJtrz9SBf6sYc/s0FxS7ReIYM4kMkrhZS+24=" 166 166 }, 167 167 { 168 168 "pname": "SkiaSharp.NativeAssets.Linux", 169 - "version": "2.88.8", 170 - "hash": "sha256-fOmNbbjuTazIasOvPkd2NPmuQHVCWPnow7AxllRGl7Y=" 169 + "version": "2.88.9", 170 + "hash": "sha256-mQ/oBaqRR71WfS66mJCvcc3uKW7CNEHoPN2JilDbw/A=" 171 171 }, 172 172 { 173 173 "pname": "SkiaSharp.NativeAssets.macOS", 174 - "version": "2.88.8", 175 - "hash": "sha256-CdcrzQHwCcmOCPtS8EGtwsKsgdljnH41sFytW7N9PmI=" 174 + "version": "2.88.9", 175 + "hash": "sha256-qvGuAmjXGjGKMzOPBvP9VWRVOICSGb7aNVejU0lLe/g=" 176 176 }, 177 177 { 178 178 "pname": "SkiaSharp.NativeAssets.WebAssembly", 179 - "version": "2.88.8", 180 - "hash": "sha256-GWWsE98f869LiOlqZuXMc9+yuuIhey2LeftGNk3/z3w=" 179 + "version": "2.88.9", 180 + "hash": "sha256-vgFL4Pdy3O1RKBp+T9N3W4nkH9yurZ0suo8u3gPmmhY=" 181 181 }, 182 182 { 183 183 "pname": "SkiaSharp.NativeAssets.Win32", 184 - "version": "2.88.8", 185 - "hash": "sha256-b8Vb94rNjwPKSJDQgZ0Xv2dWV7gMVFl5GwTK/QiZPPM=" 184 + "version": "2.88.9", 185 + "hash": "sha256-kP5XM5GgwHGfNJfe4T2yO5NIZtiF71Ddp0pd1vG5V/4=" 186 186 }, 187 187 { 188 188 "pname": "Splat", ··· 191 191 }, 192 192 { 193 193 "pname": "System.CodeDom", 194 - "version": "9.0.0", 195 - "hash": "sha256-578lcBgswW0eM16r0EnJzfGodPx86RxxFoZHc2PSzsw=" 194 + "version": "9.0.1", 195 + "hash": "sha256-AhoLbz7WIP5tV7dExnYxRgFGl4NgSXA3R7h2SzaW0Wc=" 196 196 }, 197 197 { 198 198 "pname": "System.ComponentModel.Annotations", ··· 201 201 }, 202 202 { 203 203 "pname": "System.IO.Hashing", 204 - "version": "9.0.0", 205 - "hash": "sha256-k6Pdndm5fTD6CB1QsQfP7G+2h4B30CWIsuvjHuBg3fc=" 204 + "version": "9.0.1", 205 + "hash": "sha256-IJru9BdFNsNs7FbG+F9djJdkkWdpoz2IxQ+GgvKvUOs=" 206 206 }, 207 207 { 208 208 "pname": "System.IO.Pipelines", ··· 211 211 }, 212 212 { 213 213 "pname": "System.Management", 214 - "version": "9.0.0", 215 - "hash": "sha256-UyLO5dgNVC7rBT1S6o/Ix6EQGlVTSWUQtVC+/cyTkfQ=" 214 + "version": "9.0.1", 215 + "hash": "sha256-dHSBGiI5OWxNQF/7ZrcVDRybYwdDOMyIUNDSGh0Gpz0=" 216 216 }, 217 217 { 218 218 "pname": "System.Memory",
+2 -2
pkgs/by-name/ps/ps3-disc-dumper/package.nix
··· 9 9 10 10 buildDotnetModule rec { 11 11 pname = "ps3-disc-dumper"; 12 - version = "4.2.5"; 12 + version = "4.3.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "13xforever"; 16 16 repo = "ps3-disc-dumper"; 17 17 tag = "v${version}"; 18 - hash = "sha256-ax2Q1VodzktXSdZBvO1fys+xigk/jzbMWHxqoLIKE7w="; 18 + hash = "sha256-FtKFX7w60lAt7aMg/KNumFGESluYZf1/vzjdkLctkqs="; 19 19 }; 20 20 21 21 dotnet-sdk = dotnetCorePackages.sdk_9_0;
+2 -2
pkgs/by-name/py/pyenv/package.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "pyenv"; 9 - version = "2.5.1"; 9 + version = "2.5.2"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "pyenv"; 13 13 repo = "pyenv"; 14 14 tag = "v${version}"; 15 - hash = "sha256-i4CQTaz4VDYxUOGcmyIQN+n9yd1ptQ+rqiES/JR189A="; 15 + hash = "sha256-RDBIe26IAGn3Mj+zof55GxMI7mwL9JQGjN3egUhhhgg="; 16 16 }; 17 17 18 18 nativeBuildInputs = [
+3 -3
pkgs/by-name/ra/raycast/package.nix
··· 12 12 13 13 stdenvNoCC.mkDerivation (finalAttrs: { 14 14 pname = "raycast"; 15 - version = "1.90.0"; 15 + version = "1.91.0"; 16 16 17 17 src = 18 18 { 19 19 aarch64-darwin = fetchurl { 20 20 name = "Raycast.dmg"; 21 21 url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=arm"; 22 - hash = "sha256-3++hipn/7dJKQhY1gh8v/OsY+R316n5EJcEcmOheYnM="; 22 + hash = "sha256-FvYgJw/iOijnEixt2hbn7abYOCuaK9UN5uXEj6nArKY="; 23 23 }; 24 24 x86_64-darwin = fetchurl { 25 25 name = "Raycast.dmg"; 26 26 url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=x86_64"; 27 - hash = "sha256-qa4ESWW6voh45Kl0ydL6kyTwH8MNUNnyRSlFJcu3trI="; 27 + hash = "sha256-iks3C/S42TdXYZIMgg0vY4VzCRFx4dNsOhaPHA2MlR4="; 28 28 }; 29 29 } 30 30 .${stdenvNoCC.system} or (throw "raycast: ${stdenvNoCC.system} is unsupported.");
+2 -2
pkgs/by-name/rd/rdma-core/package.nix
··· 16 16 17 17 stdenv.mkDerivation (finalAttrs: { 18 18 pname = "rdma-core"; 19 - version = "55.0"; 19 + version = "56.0"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "linux-rdma"; 23 23 repo = "rdma-core"; 24 24 rev = "v${finalAttrs.version}"; 25 - hash = "sha256-ZXs0yxwL00Kyp8b516sKslm4yvyQEm/UMtag2a2X+5c="; 25 + hash = "sha256-nzd7BDP72o0TsSTrCGT6HOF7td+3ex4/c68GdjIA6Bc="; 26 26 }; 27 27 28 28 strictDeps = true;
+15 -14
pkgs/by-name/re/redmine/Gemfile.lock
··· 79 79 xpath (~> 3.2) 80 80 chunky_png (1.4.0) 81 81 commonmarker (0.23.11) 82 - concurrent-ruby (1.3.4) 82 + concurrent-ruby (1.3.5) 83 83 crass (1.0.6) 84 84 css_parser (1.21.0) 85 85 addressable ··· 89 89 html-pipeline 90 90 docile (1.4.1) 91 91 erubi (1.13.1) 92 - ffi (1.17.0) 92 + ffi (1.17.1) 93 93 globalid (1.2.1) 94 94 activesupport (>= 6.1) 95 95 html-pipeline (2.13.2) 96 96 activesupport (>= 2) 97 97 nokogiri (>= 1.4) 98 98 htmlentities (4.3.4) 99 - i18n (1.14.6) 99 + i18n (1.14.7) 100 100 concurrent-ruby (~> 1.0) 101 101 json (2.9.1) 102 - language_server-protocol (3.17.0.3) 102 + language_server-protocol (3.17.0.4) 103 103 listen (3.9.0) 104 104 rb-fsevent (~> 0.10, >= 0.10.3) 105 105 rb-inotify (~> 0.9, >= 0.9.10) 106 - logger (1.6.4) 107 - loofah (2.23.1) 106 + logger (1.6.5) 107 + loofah (2.24.0) 108 108 crass (~> 1.0.2) 109 109 nokogiri (>= 1.12.0) 110 110 mail (2.8.1) ··· 137 137 mini_portile2 (~> 2.8.2) 138 138 racc (~> 1.4) 139 139 parallel (1.26.3) 140 - parser (3.3.6.0) 140 + parser (3.3.7.0) 141 141 ast (~> 2.4.1) 142 142 racc 143 143 pg (1.5.9) 144 144 public_suffix (6.0.1) 145 - puma (6.5.0) 145 + puma (6.6.0) 146 146 nio4r (~> 2.0) 147 147 racc (1.8.1) 148 148 rack (2.2.10) 149 - rack-test (2.1.0) 149 + rack-test (2.2.0) 150 150 rack (>= 1.3) 151 151 rails (6.1.7.10) 152 152 actioncable (= 6.1.7.10) ··· 186 186 rbpdf-font (~> 1.19.0) 187 187 rbpdf-font (1.19.1) 188 188 redcarpet (3.6.0) 189 - regexp_parser (2.9.3) 189 + regexp_parser (2.10.0) 190 190 request_store (1.5.1) 191 191 rack (>= 1.4) 192 192 rexml (3.4.0) ··· 213 213 rubocop-ast (>= 1.28.1, < 2.0) 214 214 ruby-progressbar (~> 1.7) 215 215 unicode-display_width (>= 2.4.0, < 3.0) 216 - rubocop-ast (1.37.0) 216 + rubocop-ast (1.38.0) 217 217 parser (>= 3.3.1.0) 218 218 rubocop-performance (1.19.1) 219 219 rubocop (>= 1.7.0, < 2.0) ··· 229 229 sanitize (6.1.3) 230 230 crass (~> 1.0.2) 231 231 nokogiri (>= 1.12.0) 232 - selenium-webdriver (4.27.0) 232 + selenium-webdriver (4.28.0) 233 233 base64 (~> 0.2) 234 234 logger (~> 1.4) 235 235 rexml (~> 3.2, >= 3.2.5) ··· 257 257 unicode-display_width (2.6.0) 258 258 webrick (1.9.1) 259 259 websocket (1.2.11) 260 - websocket-driver (0.7.6) 260 + websocket-driver (0.7.7) 261 + base64 261 262 websocket-extensions (>= 0.1.0) 262 263 websocket-extensions (0.1.5) 263 264 with_advisory_lock (5.1.0) ··· 319 320 yard 320 321 321 322 RUBY VERSION 322 - ruby 3.3.5p100 323 + ruby 3.3.6p108 323 324 324 325 BUNDLED WITH 325 326 2.5.22
+27 -27
pkgs/by-name/re/redmine/gemset.nix
··· 208 208 platforms = []; 209 209 source = { 210 210 remotes = ["https://rubygems.org"]; 211 - sha256 = "0chwfdq2a6kbj6xz9l6zrdfnyghnh32si82la1dnpa5h75ir5anl"; 211 + sha256 = "1ipbrgvf0pp6zxdk5ascp6i29aybz2bx9wdrlchjmpx6mhvkwfw1"; 212 212 type = "gem"; 213 213 }; 214 - version = "1.3.4"; 214 + version = "1.3.5"; 215 215 }; 216 216 crass = { 217 217 groups = ["default"]; ··· 300 300 }]; 301 301 source = { 302 302 remotes = ["https://rubygems.org"]; 303 - sha256 = "07139870npj59jnl8vmk39ja3gdk3fb5z9vc0lf32y2h891hwqsi"; 303 + sha256 = "0fgwn1grxf4zxmyqmb9i4z2hr111585n9jnk17y6y7hhs7dv1xi6"; 304 304 type = "gem"; 305 305 }; 306 - version = "1.17.0"; 306 + version = "1.17.1"; 307 307 }; 308 308 globalid = { 309 309 dependencies = ["activesupport"]; ··· 343 343 platforms = []; 344 344 source = { 345 345 remotes = ["https://rubygems.org"]; 346 - sha256 = "0k31wcgnvcvd14snz0pfqj976zv6drfsnq6x8acz10fiyms9l8nw"; 346 + sha256 = "03sx3ahz1v5kbqjwxj48msw3maplpp2iyzs22l4jrzrqh4zmgfnf"; 347 347 type = "gem"; 348 348 }; 349 - version = "1.14.6"; 349 + version = "1.14.7"; 350 350 }; 351 351 json = { 352 352 groups = ["default" "test"]; ··· 363 363 platforms = []; 364 364 source = { 365 365 remotes = ["https://rubygems.org"]; 366 - sha256 = "0gvb1j8xsqxms9mww01rmdl78zkd72zgxaap56bhv8j45z05hp1x"; 366 + sha256 = "0scnz2fvdczdgadvjn0j9d49118aqm3hj66qh8sd2kv6g1j65164"; 367 367 type = "gem"; 368 368 }; 369 - version = "3.17.0.3"; 369 + version = "3.17.0.4"; 370 370 }; 371 371 listen = { 372 372 dependencies = ["rb-fsevent" "rb-inotify"]; ··· 384 384 platforms = []; 385 385 source = { 386 386 remotes = ["https://rubygems.org"]; 387 - sha256 = "1rrf3y8j3fjjmn74d2i3l85pjm7yhvl8xgz7684hac92j8fbj9xn"; 387 + sha256 = "0sz584vw17pwrrc5zg6yd8lqcgfpjf4qplq3s7fr0r3505nybky3"; 388 388 type = "gem"; 389 389 }; 390 - version = "1.6.4"; 390 + version = "1.6.5"; 391 391 }; 392 392 loofah = { 393 393 dependencies = ["crass" "nokogiri"]; ··· 395 395 platforms = []; 396 396 source = { 397 397 remotes = ["https://rubygems.org"]; 398 - sha256 = "0ppp2cgli5avzk0z3dwnah6y65ymyr793yja28p2fs9vrci7986h"; 398 + sha256 = "07pfa5kgl7k2hxlzzn89qna6bmiyrxlchgbzi0885frsi08agrk1"; 399 399 type = "gem"; 400 400 }; 401 - version = "2.23.1"; 401 + version = "2.24.0"; 402 402 }; 403 403 mail = { 404 404 dependencies = ["mini_mime" "net-imap" "net-pop" "net-smtp"]; ··· 609 609 platforms = []; 610 610 source = { 611 611 remotes = ["https://rubygems.org"]; 612 - sha256 = "0fxw738al3qxa4s4ghqkxb908sav03i3h7xflawwmxzhqiyfdm15"; 612 + sha256 = "16qi2qhpszm842awxghmsp64yvvawafq96w5jw98irz3f4bh2jbl"; 613 613 type = "gem"; 614 614 }; 615 - version = "3.3.6.0"; 615 + version = "3.3.7.0"; 616 616 }; 617 617 pg = { 618 618 groups = ["default"]; ··· 648 648 platforms = []; 649 649 source = { 650 650 remotes = ["https://rubygems.org"]; 651 - sha256 = "1wl9q4fl8gvhwdpfxghx6jdqi4508287pcgiwi96sdbzmdfbglcl"; 651 + sha256 = "11xd3207k5rl6bz0qxhcb3zcr941rhx7ig2f19gxxmdk7s3hcp7j"; 652 652 type = "gem"; 653 653 }; 654 - version = "6.5.0"; 654 + version = "6.6.0"; 655 655 }; 656 656 racc = { 657 657 groups = ["common_mark" "default" "test"]; ··· 679 679 platforms = []; 680 680 source = { 681 681 remotes = ["https://rubygems.org"]; 682 - sha256 = "1ysx29gk9k14a14zsp5a8czys140wacvp91fja8xcja0j1hzqq8c"; 682 + sha256 = "0qy4ylhcfdn65a5mz2hly7g9vl0g13p5a0rmm6sc0sih5ilkcnh0"; 683 683 type = "gem"; 684 684 }; 685 - version = "2.1.0"; 685 + version = "2.2.0"; 686 686 }; 687 687 rails = { 688 688 dependencies = ["actioncable" "actionmailbox" "actionmailer" "actionpack" "actiontext" "actionview" "activejob" "activemodel" "activerecord" "activestorage" "activesupport" "railties" "sprockets-rails"]; ··· 805 805 platforms = []; 806 806 source = { 807 807 remotes = ["https://rubygems.org"]; 808 - sha256 = "0yb3iycaj3krvlnicijm99qxvfbrbi0pd81i2cpdhjc3xmbhcqjb"; 808 + sha256 = "0qccah61pjvzyyg6mrp27w27dlv6vxlbznzipxjcswl7x3fhsvyb"; 809 809 type = "gem"; 810 810 }; 811 - version = "2.9.3"; 811 + version = "2.10.0"; 812 812 }; 813 813 request_store = { 814 814 dependencies = ["rack"]; ··· 911 911 platforms = []; 912 912 source = { 913 913 remotes = ["https://rubygems.org"]; 914 - sha256 = "10604xc4bcji3ca43anlc89xwxb4wkzk69cia95x04zima4aq4wm"; 914 + sha256 = "1bi6pgnii77763dzwhafcp8lrmnh4n1bqbdimhc9lfj4zs96gpsg"; 915 915 type = "gem"; 916 916 }; 917 - version = "1.37.0"; 917 + version = "1.38.0"; 918 918 }; 919 919 rubocop-performance = { 920 920 dependencies = ["rubocop" "rubocop-ast"]; ··· 985 985 platforms = []; 986 986 source = { 987 987 remotes = ["https://rubygems.org"]; 988 - sha256 = "1q5nbszbxz566yzyiv0a4lvfk56q89k0lk4mqp6wyddrc2nz88c8"; 988 + sha256 = "1lw9b8gxr921akpc02zvwkig5m0m6y6xd438c6f1ysf3c8h75xsc"; 989 989 type = "gem"; 990 990 }; 991 - version = "4.27.0"; 991 + version = "4.28.0"; 992 992 }; 993 993 simplecov = { 994 994 dependencies = ["docile" "simplecov-html" "simplecov_json_formatter"]; ··· 1124 1124 version = "1.2.11"; 1125 1125 }; 1126 1126 websocket-driver = { 1127 - dependencies = ["websocket-extensions"]; 1127 + dependencies = ["base64" "websocket-extensions"]; 1128 1128 groups = ["default"]; 1129 1129 platforms = []; 1130 1130 source = { 1131 1131 remotes = ["https://rubygems.org"]; 1132 - sha256 = "1nyh873w4lvahcl8kzbjfca26656d5c6z3md4sbqg5y1gfz0157n"; 1132 + sha256 = "1d26l4qn55ivzahbc7fwc4k4z3j7wzym05i9n77i4mslrpr9jv85"; 1133 1133 type = "gem"; 1134 1134 }; 1135 - version = "0.7.6"; 1135 + version = "0.7.7"; 1136 1136 }; 1137 1137 websocket-extensions = { 1138 1138 groups = ["default"];
+2 -2
pkgs/by-name/re/redmine/package.nix
··· 1 1 { lib, stdenv, fetchurl, bundlerEnv, ruby_3_2, makeWrapper, nixosTests }: 2 2 3 3 let 4 - version = "5.1.5"; 4 + version = "5.1.6"; 5 5 rubyEnv = bundlerEnv { 6 6 name = "redmine-env-${version}"; 7 7 ··· 16 16 17 17 src = fetchurl { 18 18 url = "https://www.redmine.org/releases/redmine-${version}.tar.gz"; 19 - hash = "sha256-LJc5URcS/BOB2VhPoAX5EaMCLoNm0dalP+wPAU2sAWg="; 19 + hash = "sha256-1zWE501pKqlGRHmdmG306Eb7WaQyBcFr2FftVs8Kvtk="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ makeWrapper ];
+3 -2
pkgs/by-name/rz/rzip/package.nix
··· 4 4 fetchurl, 5 5 fetchpatch, 6 6 bzip2, 7 + autoreconfHook, 7 8 }: 8 9 9 10 stdenv.mkDerivation rec { ··· 14 15 url = "mirror://samba/rzip/rzip-${version}.tar.gz"; 15 16 sha256 = "4bb96f4d58ccf16749ed3f836957ce97dbcff3e3ee5fd50266229a48f89815b7"; 16 17 }; 18 + 19 + nativeBuildInputs = [ autoreconfHook ]; 17 20 buildInputs = [ bzip2 ]; 18 21 19 22 patches = [ ··· 23 26 sha256 = "0jcjlx9ksdvxvjyxmyzscx9ar9992iy5icw0sc3n0p09qi4d6x1r"; 24 27 }) 25 28 ]; 26 - 27 - env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-error=implicit-int"; 28 29 29 30 meta = with lib; { 30 31 homepage = "https://rzip.samba.org/";
+3 -3
pkgs/by-name/su/supermariowar/package.nix
··· 16 16 17 17 stdenv.mkDerivation (finalAttrs: { 18 18 pname = "supermariowar"; 19 - version = "2023-unstable-2024-10-17"; 19 + version = "2024-unstable-2025-01-30"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "mmatyas"; 23 23 repo = "supermariowar"; 24 - rev = "a04d6f4069d2ef90a76bf562d1fd937c9cf56140"; 25 - hash = "sha256-4WsjSjT3uN5hBqUtH6UaTxHUYkwvjiYrWzRqY3vBpAE="; 24 + rev = "8192bbda2eca807cfe1e2793018bd55ecdaac50a"; 25 + hash = "sha256-i/UdKXIOUViv+FJFyss3Xa4Z8+OwW2CQjJ3hROZVaRA="; 26 26 fetchSubmodules = true; 27 27 }; 28 28
+3 -3
pkgs/by-name/to/tor-browser/package.nix
··· 109 109 ++ lib.optionals mediaSupport [ ffmpeg ] 110 110 ); 111 111 112 - version = "14.0.4"; 112 + version = "14.0.5"; 113 113 114 114 sources = { 115 115 x86_64-linux = fetchurl { ··· 119 119 "https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz" 120 120 "https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz" 121 121 ]; 122 - hash = "sha256-u5UlGYXVeTVSJcIJBJYn2L6+si8XmguB59Pf/bWfj7g="; 122 + hash = "sha256-S+v0w6lMuWnzYoDvIEJ9/7Rus2wcKbwx2/J1LYXOfhw="; 123 123 }; 124 124 125 125 i686-linux = fetchurl { ··· 129 129 "https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz" 130 130 "https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz" 131 131 ]; 132 - hash = "sha256-e1FMcTCgVPUud8hZNwl4r6J2ltATa0gBSiLqx/3DxzQ="; 132 + hash = "sha256-ThGKSb3lTwblUTyKbd54I5ZyA0xXeEiQeXFK3IDhOmw="; 133 133 }; 134 134 }; 135 135
+2 -2
pkgs/by-name/ve/vencord/package.nix
··· 14 14 }: 15 15 stdenv.mkDerivation (finalAttrs: { 16 16 pname = "vencord"; 17 - version = "1.11.3"; 17 + version = "1.11.4"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "Vendicated"; 21 21 repo = "Vencord"; 22 22 rev = "v${finalAttrs.version}"; 23 - hash = "sha256-hx8YXkkpZoNq1aDsgdU5+Usmcp/mrlTo9sV2X4vqRuY="; 23 + hash = "sha256-7bFn3+mpiXC4+PGhoJ10QN1oBjj7zS5U2MJf8cJm114="; 24 24 }; 25 25 26 26 pnpmDeps = pnpm_9.fetchDeps {
+3 -3
pkgs/by-name/vu/vuls/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "vuls"; 9 - version = "0.28.1"; 9 + version = "0.29.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "future-architect"; 13 13 repo = "vuls"; 14 14 tag = "v${version}"; 15 - hash = "sha256-mrptQSTxTdste6UgbkAm3aqgpYfaoOykHX0eYOTojgA="; 15 + hash = "sha256-aQwQgQPuzsqm05m4Qf4cJBPrKU/TLai88CbDOWs9s58="; 16 16 fetchSubmodules = true; 17 17 }; 18 18 19 - vendorHash = "sha256-KufQPVnNRoyaHiuVaVIjwifh5CsoCoF7CrqvBKcG7kA="; 19 + vendorHash = "sha256-OOU4m3qo6AFAXzCZMQyhdwj9USE9PV4zv4NjDwgZnxE="; 20 20 21 21 ldflags = [ 22 22 "-s"
+2 -2
pkgs/by-name/wa/wavelog/package.nix
··· 8 8 9 9 stdenvNoCC.mkDerivation rec { 10 10 pname = "wavelog"; 11 - version = "1.9.1"; 11 + version = "2.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "wavelog"; 15 15 repo = pname; 16 16 tag = version; 17 - hash = "sha256-BYCRqb27QWOo74w3O6tfZGEDF3UInsgshsIm9uxOm+8="; 17 + hash = "sha256-njolFPtcNzF/AGchJd8BwdJDFPe4+6xgRBi1JKo4r0k="; 18 18 }; 19 19 20 20 installPhase = ''
-4946
pkgs/by-name/wg/wgpu-utils/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 = "ab_glyph" 7 - version = "0.2.28" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "79faae4620f45232f599d9bc7b290f88247a0834162c4495ab2f02d60004adfb" 10 - dependencies = [ 11 - "ab_glyph_rasterizer", 12 - "owned_ttf_parser", 13 - ] 14 - 15 - [[package]] 16 - name = "ab_glyph_rasterizer" 17 - version = "0.1.8" 18 - source = "registry+https://github.com/rust-lang/crates.io-index" 19 - checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" 20 - 21 - [[package]] 22 - name = "addr2line" 23 - version = "0.22.0" 24 - source = "registry+https://github.com/rust-lang/crates.io-index" 25 - checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" 26 - dependencies = [ 27 - "gimli", 28 - ] 29 - 30 - [[package]] 31 - name = "adler" 32 - version = "1.0.2" 33 - source = "registry+https://github.com/rust-lang/crates.io-index" 34 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 35 - 36 - [[package]] 37 - name = "ahash" 38 - version = "0.8.11" 39 - source = "registry+https://github.com/rust-lang/crates.io-index" 40 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 41 - dependencies = [ 42 - "cfg-if", 43 - "getrandom", 44 - "once_cell", 45 - "version_check", 46 - "zerocopy", 47 - ] 48 - 49 - [[package]] 50 - name = "aho-corasick" 51 - version = "1.1.3" 52 - source = "registry+https://github.com/rust-lang/crates.io-index" 53 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 54 - dependencies = [ 55 - "memchr", 56 - ] 57 - 58 - [[package]] 59 - name = "allocator-api2" 60 - version = "0.2.18" 61 - source = "registry+https://github.com/rust-lang/crates.io-index" 62 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 63 - 64 - [[package]] 65 - name = "android-activity" 66 - version = "0.5.2" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "ee91c0c2905bae44f84bfa4e044536541df26b7703fd0888deeb9060fcc44289" 69 - dependencies = [ 70 - "android-properties", 71 - "bitflags 2.6.0", 72 - "cc", 73 - "cesu8", 74 - "jni", 75 - "jni-sys", 76 - "libc", 77 - "log", 78 - "ndk 0.8.0", 79 - "ndk-context", 80 - "ndk-sys 0.5.0+25.2.9519653", 81 - "num_enum 0.7.2", 82 - "thiserror", 83 - ] 84 - 85 - [[package]] 86 - name = "android-properties" 87 - version = "0.2.2" 88 - source = "registry+https://github.com/rust-lang/crates.io-index" 89 - checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 90 - 91 - [[package]] 92 - name = "android_system_properties" 93 - version = "0.1.5" 94 - source = "registry+https://github.com/rust-lang/crates.io-index" 95 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 96 - dependencies = [ 97 - "libc", 98 - ] 99 - 100 - [[package]] 101 - name = "anes" 102 - version = "0.1.6" 103 - source = "registry+https://github.com/rust-lang/crates.io-index" 104 - checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 105 - 106 - [[package]] 107 - name = "anstream" 108 - version = "0.6.14" 109 - source = "registry+https://github.com/rust-lang/crates.io-index" 110 - checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" 111 - dependencies = [ 112 - "anstyle", 113 - "anstyle-parse", 114 - "anstyle-query", 115 - "anstyle-wincon", 116 - "colorchoice", 117 - "is_terminal_polyfill", 118 - "utf8parse", 119 - ] 120 - 121 - [[package]] 122 - name = "anstyle" 123 - version = "1.0.7" 124 - source = "registry+https://github.com/rust-lang/crates.io-index" 125 - checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" 126 - 127 - [[package]] 128 - name = "anstyle-parse" 129 - version = "0.2.4" 130 - source = "registry+https://github.com/rust-lang/crates.io-index" 131 - checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" 132 - dependencies = [ 133 - "utf8parse", 134 - ] 135 - 136 - [[package]] 137 - name = "anstyle-query" 138 - version = "1.1.0" 139 - source = "registry+https://github.com/rust-lang/crates.io-index" 140 - checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" 141 - dependencies = [ 142 - "windows-sys 0.52.0", 143 - ] 144 - 145 - [[package]] 146 - name = "anstyle-wincon" 147 - version = "3.0.3" 148 - source = "registry+https://github.com/rust-lang/crates.io-index" 149 - checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" 150 - dependencies = [ 151 - "anstyle", 152 - "windows-sys 0.52.0", 153 - ] 154 - 155 - [[package]] 156 - name = "anyhow" 157 - version = "1.0.86" 158 - source = "registry+https://github.com/rust-lang/crates.io-index" 159 - checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 160 - 161 - [[package]] 162 - name = "arbitrary" 163 - version = "1.3.2" 164 - source = "registry+https://github.com/rust-lang/crates.io-index" 165 - checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" 166 - dependencies = [ 167 - "derive_arbitrary", 168 - ] 169 - 170 - [[package]] 171 - name = "argh" 172 - version = "0.1.12" 173 - source = "registry+https://github.com/rust-lang/crates.io-index" 174 - checksum = "7af5ba06967ff7214ce4c7419c7d185be7ecd6cc4965a8f6e1d8ce0398aad219" 175 - dependencies = [ 176 - "argh_derive", 177 - "argh_shared", 178 - ] 179 - 180 - [[package]] 181 - name = "argh_derive" 182 - version = "0.1.12" 183 - source = "registry+https://github.com/rust-lang/crates.io-index" 184 - checksum = "56df0aeedf6b7a2fc67d06db35b09684c3e8da0c95f8f27685cb17e08413d87a" 185 - dependencies = [ 186 - "argh_shared", 187 - "proc-macro2", 188 - "quote", 189 - "syn 2.0.71", 190 - ] 191 - 192 - [[package]] 193 - name = "argh_shared" 194 - version = "0.1.12" 195 - source = "registry+https://github.com/rust-lang/crates.io-index" 196 - checksum = "5693f39141bda5760ecc4111ab08da40565d1771038c4a0250f03457ec707531" 197 - dependencies = [ 198 - "serde", 199 - ] 200 - 201 - [[package]] 202 - name = "arrayref" 203 - version = "0.3.7" 204 - source = "registry+https://github.com/rust-lang/crates.io-index" 205 - checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 206 - 207 - [[package]] 208 - name = "arrayvec" 209 - version = "0.5.2" 210 - source = "registry+https://github.com/rust-lang/crates.io-index" 211 - checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 212 - 213 - [[package]] 214 - name = "arrayvec" 215 - version = "0.7.4" 216 - source = "registry+https://github.com/rust-lang/crates.io-index" 217 - checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 218 - dependencies = [ 219 - "serde", 220 - ] 221 - 222 - [[package]] 223 - name = "as-raw-xcb-connection" 224 - version = "1.0.1" 225 - source = "registry+https://github.com/rust-lang/crates.io-index" 226 - checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 227 - 228 - [[package]] 229 - name = "ash" 230 - version = "0.38.0+1.3.281" 231 - source = "registry+https://github.com/rust-lang/crates.io-index" 232 - checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 233 - dependencies = [ 234 - "libloading 0.8.4", 235 - ] 236 - 237 - [[package]] 238 - name = "async-trait" 239 - version = "0.1.81" 240 - source = "registry+https://github.com/rust-lang/crates.io-index" 241 - checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" 242 - dependencies = [ 243 - "proc-macro2", 244 - "quote", 245 - "syn 2.0.71", 246 - ] 247 - 248 - [[package]] 249 - name = "atomic-waker" 250 - version = "1.1.2" 251 - source = "registry+https://github.com/rust-lang/crates.io-index" 252 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 253 - 254 - [[package]] 255 - name = "autocfg" 256 - version = "1.3.0" 257 - source = "registry+https://github.com/rust-lang/crates.io-index" 258 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 259 - 260 - [[package]] 261 - name = "backtrace" 262 - version = "0.3.73" 263 - source = "registry+https://github.com/rust-lang/crates.io-index" 264 - checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" 265 - dependencies = [ 266 - "addr2line", 267 - "cc", 268 - "cfg-if", 269 - "libc", 270 - "miniz_oxide", 271 - "object", 272 - "rustc-demangle", 273 - ] 274 - 275 - [[package]] 276 - name = "base64" 277 - version = "0.21.7" 278 - source = "registry+https://github.com/rust-lang/crates.io-index" 279 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 280 - 281 - [[package]] 282 - name = "base64-simd" 283 - version = "0.7.0" 284 - source = "registry+https://github.com/rust-lang/crates.io-index" 285 - checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5" 286 - dependencies = [ 287 - "simd-abstraction", 288 - ] 289 - 290 - [[package]] 291 - name = "base64-simd" 292 - version = "0.8.0" 293 - source = "registry+https://github.com/rust-lang/crates.io-index" 294 - checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 295 - dependencies = [ 296 - "outref 0.5.1", 297 - "vsimd", 298 - ] 299 - 300 - [[package]] 301 - name = "bincode" 302 - version = "1.3.3" 303 - source = "registry+https://github.com/rust-lang/crates.io-index" 304 - checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 305 - dependencies = [ 306 - "serde", 307 - ] 308 - 309 - [[package]] 310 - name = "bit-set" 311 - version = "0.6.0" 312 - source = "registry+https://github.com/rust-lang/crates.io-index" 313 - checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f" 314 - dependencies = [ 315 - "bit-vec", 316 - ] 317 - 318 - [[package]] 319 - name = "bit-vec" 320 - version = "0.7.0" 321 - source = "registry+https://github.com/rust-lang/crates.io-index" 322 - checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22" 323 - 324 - [[package]] 325 - name = "bitflags" 326 - version = "1.3.2" 327 - source = "registry+https://github.com/rust-lang/crates.io-index" 328 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 329 - 330 - [[package]] 331 - name = "bitflags" 332 - version = "2.6.0" 333 - source = "registry+https://github.com/rust-lang/crates.io-index" 334 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 335 - dependencies = [ 336 - "arbitrary", 337 - "serde", 338 - ] 339 - 340 - [[package]] 341 - name = "block" 342 - version = "0.1.6" 343 - source = "registry+https://github.com/rust-lang/crates.io-index" 344 - checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 345 - 346 - [[package]] 347 - name = "block-sys" 348 - version = "0.2.1" 349 - source = "registry+https://github.com/rust-lang/crates.io-index" 350 - checksum = "ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7" 351 - dependencies = [ 352 - "objc-sys", 353 - ] 354 - 355 - [[package]] 356 - name = "block2" 357 - version = "0.3.0" 358 - source = "registry+https://github.com/rust-lang/crates.io-index" 359 - checksum = "15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68" 360 - dependencies = [ 361 - "block-sys", 362 - "objc2", 363 - ] 364 - 365 - [[package]] 366 - name = "bumpalo" 367 - version = "3.16.0" 368 - source = "registry+https://github.com/rust-lang/crates.io-index" 369 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 370 - 371 - [[package]] 372 - name = "bytemuck" 373 - version = "1.16.1" 374 - source = "registry+https://github.com/rust-lang/crates.io-index" 375 - checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e" 376 - dependencies = [ 377 - "bytemuck_derive", 378 - ] 379 - 380 - [[package]] 381 - name = "bytemuck_derive" 382 - version = "1.7.0" 383 - source = "registry+https://github.com/rust-lang/crates.io-index" 384 - checksum = "1ee891b04274a59bd38b412188e24b849617b2e45a0fd8d057deb63e7403761b" 385 - dependencies = [ 386 - "proc-macro2", 387 - "quote", 388 - "syn 2.0.71", 389 - ] 390 - 391 - [[package]] 392 - name = "byteorder" 393 - version = "1.5.0" 394 - source = "registry+https://github.com/rust-lang/crates.io-index" 395 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 396 - 397 - [[package]] 398 - name = "bytes" 399 - version = "1.6.1" 400 - source = "registry+https://github.com/rust-lang/crates.io-index" 401 - checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" 402 - 403 - [[package]] 404 - name = "calloop" 405 - version = "0.10.6" 406 - source = "registry+https://github.com/rust-lang/crates.io-index" 407 - checksum = "52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8" 408 - dependencies = [ 409 - "bitflags 1.3.2", 410 - "log", 411 - "nix 0.25.1", 412 - "slotmap", 413 - "thiserror", 414 - "vec_map", 415 - ] 416 - 417 - [[package]] 418 - name = "calloop" 419 - version = "0.12.4" 420 - source = "registry+https://github.com/rust-lang/crates.io-index" 421 - checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298" 422 - dependencies = [ 423 - "bitflags 2.6.0", 424 - "log", 425 - "polling", 426 - "rustix", 427 - "slab", 428 - "thiserror", 429 - ] 430 - 431 - [[package]] 432 - name = "calloop-wayland-source" 433 - version = "0.2.0" 434 - source = "registry+https://github.com/rust-lang/crates.io-index" 435 - checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02" 436 - dependencies = [ 437 - "calloop 0.12.4", 438 - "rustix", 439 - "wayland-backend", 440 - "wayland-client 0.31.2", 441 - ] 442 - 443 - [[package]] 444 - name = "cast" 445 - version = "0.3.0" 446 - source = "registry+https://github.com/rust-lang/crates.io-index" 447 - checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 448 - 449 - [[package]] 450 - name = "cc" 451 - version = "1.1.5" 452 - source = "registry+https://github.com/rust-lang/crates.io-index" 453 - checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052" 454 - dependencies = [ 455 - "jobserver", 456 - "libc", 457 - ] 458 - 459 - [[package]] 460 - name = "cesu8" 461 - version = "1.1.0" 462 - source = "registry+https://github.com/rust-lang/crates.io-index" 463 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 464 - 465 - [[package]] 466 - name = "cfg-if" 467 - version = "1.0.0" 468 - source = "registry+https://github.com/rust-lang/crates.io-index" 469 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 470 - 471 - [[package]] 472 - name = "cfg_aliases" 473 - version = "0.1.1" 474 - source = "registry+https://github.com/rust-lang/crates.io-index" 475 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 476 - 477 - [[package]] 478 - name = "cgl" 479 - version = "0.3.2" 480 - source = "registry+https://github.com/rust-lang/crates.io-index" 481 - checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" 482 - dependencies = [ 483 - "libc", 484 - ] 485 - 486 - [[package]] 487 - name = "ciborium" 488 - version = "0.2.2" 489 - source = "registry+https://github.com/rust-lang/crates.io-index" 490 - checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 491 - dependencies = [ 492 - "ciborium-io", 493 - "ciborium-ll", 494 - "serde", 495 - ] 496 - 497 - [[package]] 498 - name = "ciborium-io" 499 - version = "0.2.2" 500 - source = "registry+https://github.com/rust-lang/crates.io-index" 501 - checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 502 - 503 - [[package]] 504 - name = "ciborium-ll" 505 - version = "0.2.2" 506 - source = "registry+https://github.com/rust-lang/crates.io-index" 507 - checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 508 - dependencies = [ 509 - "ciborium-io", 510 - "half", 511 - ] 512 - 513 - [[package]] 514 - name = "clap" 515 - version = "4.5.9" 516 - source = "registry+https://github.com/rust-lang/crates.io-index" 517 - checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462" 518 - dependencies = [ 519 - "clap_builder", 520 - "clap_derive", 521 - ] 522 - 523 - [[package]] 524 - name = "clap_builder" 525 - version = "4.5.9" 526 - source = "registry+https://github.com/rust-lang/crates.io-index" 527 - checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942" 528 - dependencies = [ 529 - "anstream", 530 - "anstyle", 531 - "clap_lex", 532 - "strsim 0.11.1", 533 - ] 534 - 535 - [[package]] 536 - name = "clap_derive" 537 - version = "4.5.8" 538 - source = "registry+https://github.com/rust-lang/crates.io-index" 539 - checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085" 540 - dependencies = [ 541 - "heck 0.5.0", 542 - "proc-macro2", 543 - "quote", 544 - "syn 2.0.71", 545 - ] 546 - 547 - [[package]] 548 - name = "clap_lex" 549 - version = "0.7.1" 550 - source = "registry+https://github.com/rust-lang/crates.io-index" 551 - checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" 552 - 553 - [[package]] 554 - name = "cmake" 555 - version = "0.1.50" 556 - source = "registry+https://github.com/rust-lang/crates.io-index" 557 - checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" 558 - dependencies = [ 559 - "cc", 560 - ] 561 - 562 - [[package]] 563 - name = "cocoa" 564 - version = "0.24.1" 565 - source = "registry+https://github.com/rust-lang/crates.io-index" 566 - checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 567 - dependencies = [ 568 - "bitflags 1.3.2", 569 - "block", 570 - "cocoa-foundation", 571 - "core-foundation", 572 - "core-graphics 0.22.3", 573 - "foreign-types 0.3.2", 574 - "libc", 575 - "objc", 576 - ] 577 - 578 - [[package]] 579 - name = "cocoa" 580 - version = "0.25.0" 581 - source = "registry+https://github.com/rust-lang/crates.io-index" 582 - checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c" 583 - dependencies = [ 584 - "bitflags 1.3.2", 585 - "block", 586 - "cocoa-foundation", 587 - "core-foundation", 588 - "core-graphics 0.23.2", 589 - "foreign-types 0.5.0", 590 - "libc", 591 - "objc", 592 - ] 593 - 594 - [[package]] 595 - name = "cocoa-foundation" 596 - version = "0.1.2" 597 - source = "registry+https://github.com/rust-lang/crates.io-index" 598 - checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" 599 - dependencies = [ 600 - "bitflags 1.3.2", 601 - "block", 602 - "core-foundation", 603 - "core-graphics-types", 604 - "libc", 605 - "objc", 606 - ] 607 - 608 - [[package]] 609 - name = "codespan-reporting" 610 - version = "0.11.1" 611 - source = "registry+https://github.com/rust-lang/crates.io-index" 612 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 613 - dependencies = [ 614 - "termcolor", 615 - "unicode-width", 616 - ] 617 - 618 - [[package]] 619 - name = "color_quant" 620 - version = "1.1.0" 621 - source = "registry+https://github.com/rust-lang/crates.io-index" 622 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 623 - 624 - [[package]] 625 - name = "colorchoice" 626 - version = "1.0.1" 627 - source = "registry+https://github.com/rust-lang/crates.io-index" 628 - checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" 629 - 630 - [[package]] 631 - name = "com" 632 - version = "0.6.0" 633 - source = "registry+https://github.com/rust-lang/crates.io-index" 634 - checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6" 635 - dependencies = [ 636 - "com_macros", 637 - ] 638 - 639 - [[package]] 640 - name = "com_macros" 641 - version = "0.6.0" 642 - source = "registry+https://github.com/rust-lang/crates.io-index" 643 - checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5" 644 - dependencies = [ 645 - "com_macros_support", 646 - "proc-macro2", 647 - "syn 1.0.109", 648 - ] 649 - 650 - [[package]] 651 - name = "com_macros_support" 652 - version = "0.6.0" 653 - source = "registry+https://github.com/rust-lang/crates.io-index" 654 - checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c" 655 - dependencies = [ 656 - "proc-macro2", 657 - "quote", 658 - "syn 1.0.109", 659 - ] 660 - 661 - [[package]] 662 - name = "combine" 663 - version = "4.6.7" 664 - source = "registry+https://github.com/rust-lang/crates.io-index" 665 - checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 666 - dependencies = [ 667 - "bytes", 668 - "memchr", 669 - ] 670 - 671 - [[package]] 672 - name = "concurrent-queue" 673 - version = "2.5.0" 674 - source = "registry+https://github.com/rust-lang/crates.io-index" 675 - checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 676 - dependencies = [ 677 - "crossbeam-utils", 678 - ] 679 - 680 - [[package]] 681 - name = "console_error_panic_hook" 682 - version = "0.1.7" 683 - source = "registry+https://github.com/rust-lang/crates.io-index" 684 - checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 685 - dependencies = [ 686 - "cfg-if", 687 - "wasm-bindgen", 688 - ] 689 - 690 - [[package]] 691 - name = "console_log" 692 - version = "1.0.0" 693 - source = "registry+https://github.com/rust-lang/crates.io-index" 694 - checksum = "be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f" 695 - dependencies = [ 696 - "log", 697 - "web-sys", 698 - ] 699 - 700 - [[package]] 701 - name = "const_panic" 702 - version = "0.2.8" 703 - source = "registry+https://github.com/rust-lang/crates.io-index" 704 - checksum = "6051f239ecec86fde3410901ab7860d458d160371533842974fc61f96d15879b" 705 - 706 - [[package]] 707 - name = "convert_case" 708 - version = "0.4.0" 709 - source = "registry+https://github.com/rust-lang/crates.io-index" 710 - checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 711 - 712 - [[package]] 713 - name = "cooked-waker" 714 - version = "5.0.0" 715 - source = "registry+https://github.com/rust-lang/crates.io-index" 716 - checksum = "147be55d677052dabc6b22252d5dd0fd4c29c8c27aa4f2fbef0f94aa003b406f" 717 - 718 - [[package]] 719 - name = "core-foundation" 720 - version = "0.9.4" 721 - source = "registry+https://github.com/rust-lang/crates.io-index" 722 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 723 - dependencies = [ 724 - "core-foundation-sys", 725 - "libc", 726 - ] 727 - 728 - [[package]] 729 - name = "core-foundation-sys" 730 - version = "0.8.6" 731 - source = "registry+https://github.com/rust-lang/crates.io-index" 732 - checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 733 - 734 - [[package]] 735 - name = "core-graphics" 736 - version = "0.22.3" 737 - source = "registry+https://github.com/rust-lang/crates.io-index" 738 - checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 739 - dependencies = [ 740 - "bitflags 1.3.2", 741 - "core-foundation", 742 - "core-graphics-types", 743 - "foreign-types 0.3.2", 744 - "libc", 745 - ] 746 - 747 - [[package]] 748 - name = "core-graphics" 749 - version = "0.23.2" 750 - source = "registry+https://github.com/rust-lang/crates.io-index" 751 - checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 752 - dependencies = [ 753 - "bitflags 1.3.2", 754 - "core-foundation", 755 - "core-graphics-types", 756 - "foreign-types 0.5.0", 757 - "libc", 758 - ] 759 - 760 - [[package]] 761 - name = "core-graphics-types" 762 - version = "0.1.3" 763 - source = "registry+https://github.com/rust-lang/crates.io-index" 764 - checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 765 - dependencies = [ 766 - "bitflags 1.3.2", 767 - "core-foundation", 768 - "libc", 769 - ] 770 - 771 - [[package]] 772 - name = "core-text" 773 - version = "20.1.0" 774 - source = "registry+https://github.com/rust-lang/crates.io-index" 775 - checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5" 776 - dependencies = [ 777 - "core-foundation", 778 - "core-graphics 0.23.2", 779 - "foreign-types 0.5.0", 780 - "libc", 781 - ] 782 - 783 - [[package]] 784 - name = "crc32fast" 785 - version = "1.4.2" 786 - source = "registry+https://github.com/rust-lang/crates.io-index" 787 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 788 - dependencies = [ 789 - "cfg-if", 790 - ] 791 - 792 - [[package]] 793 - name = "criterion" 794 - version = "0.5.1" 795 - source = "registry+https://github.com/rust-lang/crates.io-index" 796 - checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" 797 - dependencies = [ 798 - "anes", 799 - "cast", 800 - "ciborium", 801 - "clap", 802 - "criterion-plot", 803 - "is-terminal", 804 - "itertools", 805 - "num-traits", 806 - "once_cell", 807 - "oorandom", 808 - "plotters", 809 - "rayon", 810 - "regex", 811 - "serde", 812 - "serde_derive", 813 - "serde_json", 814 - "tinytemplate", 815 - "walkdir", 816 - ] 817 - 818 - [[package]] 819 - name = "criterion-plot" 820 - version = "0.5.0" 821 - source = "registry+https://github.com/rust-lang/crates.io-index" 822 - checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 823 - dependencies = [ 824 - "cast", 825 - "itertools", 826 - ] 827 - 828 - [[package]] 829 - name = "crossbeam-deque" 830 - version = "0.8.5" 831 - source = "registry+https://github.com/rust-lang/crates.io-index" 832 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 833 - dependencies = [ 834 - "crossbeam-epoch", 835 - "crossbeam-utils", 836 - ] 837 - 838 - [[package]] 839 - name = "crossbeam-epoch" 840 - version = "0.9.18" 841 - source = "registry+https://github.com/rust-lang/crates.io-index" 842 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 843 - dependencies = [ 844 - "crossbeam-utils", 845 - ] 846 - 847 - [[package]] 848 - name = "crossbeam-utils" 849 - version = "0.8.20" 850 - source = "registry+https://github.com/rust-lang/crates.io-index" 851 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 852 - 853 - [[package]] 854 - name = "crossfont" 855 - version = "0.5.2" 856 - source = "registry+https://github.com/rust-lang/crates.io-index" 857 - checksum = "3eb5a3822b594afc99b503cc1859b94686d3c3efdd60507a28587dab80ee1071" 858 - dependencies = [ 859 - "cocoa 0.25.0", 860 - "core-foundation", 861 - "core-foundation-sys", 862 - "core-graphics 0.23.2", 863 - "core-text", 864 - "dwrote", 865 - "foreign-types 0.5.0", 866 - "freetype-rs", 867 - "libc", 868 - "log", 869 - "objc", 870 - "once_cell", 871 - "pkg-config", 872 - "servo-fontconfig", 873 - "winapi", 874 - ] 875 - 876 - [[package]] 877 - name = "crunchy" 878 - version = "0.2.2" 879 - source = "registry+https://github.com/rust-lang/crates.io-index" 880 - checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 881 - 882 - [[package]] 883 - name = "ctor" 884 - version = "0.2.8" 885 - source = "registry+https://github.com/rust-lang/crates.io-index" 886 - checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f" 887 - dependencies = [ 888 - "quote", 889 - "syn 2.0.71", 890 - ] 891 - 892 - [[package]] 893 - name = "cts_runner" 894 - version = "0.1.0" 895 - dependencies = [ 896 - "deno_console", 897 - "deno_core", 898 - "deno_url", 899 - "deno_web", 900 - "deno_webgpu", 901 - "deno_webidl", 902 - "termcolor", 903 - "tokio", 904 - ] 905 - 906 - [[package]] 907 - name = "cty" 908 - version = "0.2.2" 909 - source = "registry+https://github.com/rust-lang/crates.io-index" 910 - checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" 911 - 912 - [[package]] 913 - name = "cursor-icon" 914 - version = "1.1.0" 915 - source = "registry+https://github.com/rust-lang/crates.io-index" 916 - checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991" 917 - 918 - [[package]] 919 - name = "d3d12" 920 - version = "22.0.0" 921 - dependencies = [ 922 - "bitflags 2.6.0", 923 - "libloading 0.8.4", 924 - "winapi", 925 - ] 926 - 927 - [[package]] 928 - name = "darling" 929 - version = "0.13.4" 930 - source = "registry+https://github.com/rust-lang/crates.io-index" 931 - checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" 932 - dependencies = [ 933 - "darling_core", 934 - "darling_macro", 935 - ] 936 - 937 - [[package]] 938 - name = "darling_core" 939 - version = "0.13.4" 940 - source = "registry+https://github.com/rust-lang/crates.io-index" 941 - checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" 942 - dependencies = [ 943 - "fnv", 944 - "ident_case", 945 - "proc-macro2", 946 - "quote", 947 - "strsim 0.10.0", 948 - "syn 1.0.109", 949 - ] 950 - 951 - [[package]] 952 - name = "darling_macro" 953 - version = "0.13.4" 954 - source = "registry+https://github.com/rust-lang/crates.io-index" 955 - checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" 956 - dependencies = [ 957 - "darling_core", 958 - "quote", 959 - "syn 1.0.109", 960 - ] 961 - 962 - [[package]] 963 - name = "data-encoding" 964 - version = "2.6.0" 965 - source = "registry+https://github.com/rust-lang/crates.io-index" 966 - checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 967 - 968 - [[package]] 969 - name = "debugid" 970 - version = "0.8.0" 971 - source = "registry+https://github.com/rust-lang/crates.io-index" 972 - checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" 973 - dependencies = [ 974 - "serde", 975 - "uuid", 976 - ] 977 - 978 - [[package]] 979 - name = "deno_console" 980 - version = "0.143.0" 981 - source = "registry+https://github.com/rust-lang/crates.io-index" 982 - checksum = "1f770d8deb0eb0bfd596d242d9eaef5312ef57f0130964cb53c7f6a8107d13be" 983 - dependencies = [ 984 - "deno_core", 985 - ] 986 - 987 - [[package]] 988 - name = "deno_core" 989 - version = "0.272.0" 990 - source = "registry+https://github.com/rust-lang/crates.io-index" 991 - checksum = "07093891f2af763023614cfe2d1ce5f9ce5a7920c4fcf2f00911bd0d93083523" 992 - dependencies = [ 993 - "anyhow", 994 - "bincode", 995 - "bit-set", 996 - "bit-vec", 997 - "bytes", 998 - "cooked-waker", 999 - "deno_core_icudata", 1000 - "deno_ops", 1001 - "deno_unsync", 1002 - "futures", 1003 - "libc", 1004 - "log", 1005 - "memoffset 0.9.1", 1006 - "parking_lot", 1007 - "pin-project", 1008 - "serde", 1009 - "serde_json", 1010 - "serde_v8", 1011 - "smallvec", 1012 - "sourcemap", 1013 - "static_assertions", 1014 - "tokio", 1015 - "url", 1016 - "v8", 1017 - ] 1018 - 1019 - [[package]] 1020 - name = "deno_core_icudata" 1021 - version = "0.0.73" 1022 - source = "registry+https://github.com/rust-lang/crates.io-index" 1023 - checksum = "a13951ea98c0a4c372f162d669193b4c9d991512de9f2381dd161027f34b26b1" 1024 - 1025 - [[package]] 1026 - name = "deno_ops" 1027 - version = "0.148.0" 1028 - source = "registry+https://github.com/rust-lang/crates.io-index" 1029 - checksum = "5bc73fc07ad26e71715d5a726d1dd228587c0d121a591b1931a0fcf958a2ec3b" 1030 - dependencies = [ 1031 - "proc-macro-rules", 1032 - "proc-macro2", 1033 - "quote", 1034 - "strum", 1035 - "strum_macros", 1036 - "syn 2.0.71", 1037 - "thiserror", 1038 - ] 1039 - 1040 - [[package]] 1041 - name = "deno_unsync" 1042 - version = "0.3.10" 1043 - source = "registry+https://github.com/rust-lang/crates.io-index" 1044 - checksum = "c3c8b95582c2023dbb66fccc37421b374026f5915fa507d437cb566904db9a3a" 1045 - dependencies = [ 1046 - "parking_lot", 1047 - "tokio", 1048 - ] 1049 - 1050 - [[package]] 1051 - name = "deno_url" 1052 - version = "0.143.0" 1053 - source = "registry+https://github.com/rust-lang/crates.io-index" 1054 - checksum = "39d9e6ffd6a7157bfd3cf1385c59232e49587c9bbb898e64010f7f082242a203" 1055 - dependencies = [ 1056 - "deno_core", 1057 - "serde", 1058 - "urlpattern", 1059 - ] 1060 - 1061 - [[package]] 1062 - name = "deno_web" 1063 - version = "0.174.0" 1064 - source = "registry+https://github.com/rust-lang/crates.io-index" 1065 - checksum = "708666b5b346e6880c1372006615814db7fc5ef36bd1785f0b0e4f8617082999" 1066 - dependencies = [ 1067 - "async-trait", 1068 - "base64-simd 0.8.0", 1069 - "bytes", 1070 - "deno_core", 1071 - "encoding_rs", 1072 - "flate2", 1073 - "futures", 1074 - "serde", 1075 - "tokio", 1076 - "uuid", 1077 - "windows-sys 0.48.0", 1078 - ] 1079 - 1080 - [[package]] 1081 - name = "deno_webgpu" 1082 - version = "0.118.0" 1083 - dependencies = [ 1084 - "deno_core", 1085 - "raw-window-handle 0.6.2", 1086 - "serde", 1087 - "tokio", 1088 - "wgpu-core", 1089 - "wgpu-types", 1090 - ] 1091 - 1092 - [[package]] 1093 - name = "deno_webidl" 1094 - version = "0.143.0" 1095 - source = "registry+https://github.com/rust-lang/crates.io-index" 1096 - checksum = "bddad93aa68e3c3c2d36976cd401af27a6ce750c23060e02401daf240f2acbe2" 1097 - dependencies = [ 1098 - "deno_core", 1099 - ] 1100 - 1101 - [[package]] 1102 - name = "derive_arbitrary" 1103 - version = "1.3.2" 1104 - source = "registry+https://github.com/rust-lang/crates.io-index" 1105 - checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" 1106 - dependencies = [ 1107 - "proc-macro2", 1108 - "quote", 1109 - "syn 2.0.71", 1110 - ] 1111 - 1112 - [[package]] 1113 - name = "derive_more" 1114 - version = "0.99.18" 1115 - source = "registry+https://github.com/rust-lang/crates.io-index" 1116 - checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" 1117 - dependencies = [ 1118 - "convert_case", 1119 - "proc-macro2", 1120 - "quote", 1121 - "rustc_version 0.4.0", 1122 - "syn 2.0.71", 1123 - ] 1124 - 1125 - [[package]] 1126 - name = "diff" 1127 - version = "0.1.13" 1128 - source = "registry+https://github.com/rust-lang/crates.io-index" 1129 - checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 1130 - 1131 - [[package]] 1132 - name = "dispatch" 1133 - version = "0.2.0" 1134 - source = "registry+https://github.com/rust-lang/crates.io-index" 1135 - checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1136 - 1137 - [[package]] 1138 - name = "dlib" 1139 - version = "0.5.2" 1140 - source = "registry+https://github.com/rust-lang/crates.io-index" 1141 - checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1142 - dependencies = [ 1143 - "libloading 0.8.4", 1144 - ] 1145 - 1146 - [[package]] 1147 - name = "document-features" 1148 - version = "0.2.10" 1149 - source = "registry+https://github.com/rust-lang/crates.io-index" 1150 - checksum = "cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0" 1151 - dependencies = [ 1152 - "litrs", 1153 - ] 1154 - 1155 - [[package]] 1156 - name = "downcast-rs" 1157 - version = "1.2.1" 1158 - source = "registry+https://github.com/rust-lang/crates.io-index" 1159 - checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 1160 - 1161 - [[package]] 1162 - name = "dwrote" 1163 - version = "0.11.0" 1164 - source = "registry+https://github.com/rust-lang/crates.io-index" 1165 - checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b" 1166 - dependencies = [ 1167 - "lazy_static", 1168 - "libc", 1169 - "serde", 1170 - "serde_derive", 1171 - "winapi", 1172 - "wio", 1173 - ] 1174 - 1175 - [[package]] 1176 - name = "either" 1177 - version = "1.13.0" 1178 - source = "registry+https://github.com/rust-lang/crates.io-index" 1179 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 1180 - 1181 - [[package]] 1182 - name = "encase" 1183 - version = "0.9.0" 1184 - source = "registry+https://github.com/rust-lang/crates.io-index" 1185 - checksum = "0265fa0e7bcdb058128cdf7597cdacea42e33911713663a04d971a39cad16afa" 1186 - dependencies = [ 1187 - "const_panic", 1188 - "encase_derive", 1189 - "glam", 1190 - "thiserror", 1191 - ] 1192 - 1193 - [[package]] 1194 - name = "encase_derive" 1195 - version = "0.9.0" 1196 - source = "registry+https://github.com/rust-lang/crates.io-index" 1197 - checksum = "e3b6f7502bafc52a60b5582560a2aaee16921eef79a742ae48dd411fe7a9263b" 1198 - dependencies = [ 1199 - "encase_derive_impl", 1200 - ] 1201 - 1202 - [[package]] 1203 - name = "encase_derive_impl" 1204 - version = "0.9.0" 1205 - source = "registry+https://github.com/rust-lang/crates.io-index" 1206 - checksum = "b36f2ddfca91251bed7f931f24b192e4eaf0a0e0fa70cf81cfb1416a1973620e" 1207 - dependencies = [ 1208 - "proc-macro2", 1209 - "quote", 1210 - "syn 2.0.71", 1211 - ] 1212 - 1213 - [[package]] 1214 - name = "encoding_rs" 1215 - version = "0.8.33" 1216 - source = "registry+https://github.com/rust-lang/crates.io-index" 1217 - checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 1218 - dependencies = [ 1219 - "cfg-if", 1220 - ] 1221 - 1222 - [[package]] 1223 - name = "env_filter" 1224 - version = "0.1.0" 1225 - source = "registry+https://github.com/rust-lang/crates.io-index" 1226 - checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" 1227 - dependencies = [ 1228 - "log", 1229 - "regex", 1230 - ] 1231 - 1232 - [[package]] 1233 - name = "env_logger" 1234 - version = "0.11.3" 1235 - source = "registry+https://github.com/rust-lang/crates.io-index" 1236 - checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" 1237 - dependencies = [ 1238 - "anstream", 1239 - "anstyle", 1240 - "env_filter", 1241 - "humantime", 1242 - "log", 1243 - ] 1244 - 1245 - [[package]] 1246 - name = "equivalent" 1247 - version = "1.0.1" 1248 - source = "registry+https://github.com/rust-lang/crates.io-index" 1249 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1250 - 1251 - [[package]] 1252 - name = "errno" 1253 - version = "0.3.9" 1254 - source = "registry+https://github.com/rust-lang/crates.io-index" 1255 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1256 - dependencies = [ 1257 - "libc", 1258 - "windows-sys 0.52.0", 1259 - ] 1260 - 1261 - [[package]] 1262 - name = "expat-sys" 1263 - version = "2.1.6" 1264 - source = "registry+https://github.com/rust-lang/crates.io-index" 1265 - checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa" 1266 - dependencies = [ 1267 - "cmake", 1268 - "pkg-config", 1269 - ] 1270 - 1271 - [[package]] 1272 - name = "fastrand" 1273 - version = "2.1.0" 1274 - source = "registry+https://github.com/rust-lang/crates.io-index" 1275 - checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 1276 - 1277 - [[package]] 1278 - name = "fdeflate" 1279 - version = "0.3.4" 1280 - source = "registry+https://github.com/rust-lang/crates.io-index" 1281 - checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" 1282 - dependencies = [ 1283 - "simd-adler32", 1284 - ] 1285 - 1286 - [[package]] 1287 - name = "fern" 1288 - version = "0.6.2" 1289 - source = "registry+https://github.com/rust-lang/crates.io-index" 1290 - checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee" 1291 - dependencies = [ 1292 - "log", 1293 - ] 1294 - 1295 - [[package]] 1296 - name = "fixedbitset" 1297 - version = "0.4.2" 1298 - source = "registry+https://github.com/rust-lang/crates.io-index" 1299 - checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 1300 - 1301 - [[package]] 1302 - name = "flate2" 1303 - version = "1.0.30" 1304 - source = "registry+https://github.com/rust-lang/crates.io-index" 1305 - checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" 1306 - dependencies = [ 1307 - "crc32fast", 1308 - "miniz_oxide", 1309 - ] 1310 - 1311 - [[package]] 1312 - name = "flume" 1313 - version = "0.11.0" 1314 - source = "registry+https://github.com/rust-lang/crates.io-index" 1315 - checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 1316 - dependencies = [ 1317 - "futures-core", 1318 - "futures-sink", 1319 - "nanorand", 1320 - "spin", 1321 - ] 1322 - 1323 - [[package]] 1324 - name = "fnv" 1325 - version = "1.0.7" 1326 - source = "registry+https://github.com/rust-lang/crates.io-index" 1327 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1328 - 1329 - [[package]] 1330 - name = "foreign-types" 1331 - version = "0.3.2" 1332 - source = "registry+https://github.com/rust-lang/crates.io-index" 1333 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1334 - dependencies = [ 1335 - "foreign-types-shared 0.1.1", 1336 - ] 1337 - 1338 - [[package]] 1339 - name = "foreign-types" 1340 - version = "0.5.0" 1341 - source = "registry+https://github.com/rust-lang/crates.io-index" 1342 - checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1343 - dependencies = [ 1344 - "foreign-types-macros", 1345 - "foreign-types-shared 0.3.1", 1346 - ] 1347 - 1348 - [[package]] 1349 - name = "foreign-types-macros" 1350 - version = "0.2.3" 1351 - source = "registry+https://github.com/rust-lang/crates.io-index" 1352 - checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1353 - dependencies = [ 1354 - "proc-macro2", 1355 - "quote", 1356 - "syn 2.0.71", 1357 - ] 1358 - 1359 - [[package]] 1360 - name = "foreign-types-shared" 1361 - version = "0.1.1" 1362 - source = "registry+https://github.com/rust-lang/crates.io-index" 1363 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1364 - 1365 - [[package]] 1366 - name = "foreign-types-shared" 1367 - version = "0.3.1" 1368 - source = "registry+https://github.com/rust-lang/crates.io-index" 1369 - checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1370 - 1371 - [[package]] 1372 - name = "form_urlencoded" 1373 - version = "1.2.1" 1374 - source = "registry+https://github.com/rust-lang/crates.io-index" 1375 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1376 - dependencies = [ 1377 - "percent-encoding", 1378 - ] 1379 - 1380 - [[package]] 1381 - name = "freetype-rs" 1382 - version = "0.26.0" 1383 - source = "registry+https://github.com/rust-lang/crates.io-index" 1384 - checksum = "74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb" 1385 - dependencies = [ 1386 - "bitflags 1.3.2", 1387 - "freetype-sys", 1388 - "libc", 1389 - ] 1390 - 1391 - [[package]] 1392 - name = "freetype-sys" 1393 - version = "0.13.1" 1394 - source = "registry+https://github.com/rust-lang/crates.io-index" 1395 - checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a" 1396 - dependencies = [ 1397 - "cmake", 1398 - "libc", 1399 - "pkg-config", 1400 - ] 1401 - 1402 - [[package]] 1403 - name = "fslock" 1404 - version = "0.2.1" 1405 - source = "registry+https://github.com/rust-lang/crates.io-index" 1406 - checksum = "04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb" 1407 - dependencies = [ 1408 - "libc", 1409 - "winapi", 1410 - ] 1411 - 1412 - [[package]] 1413 - name = "futures" 1414 - version = "0.3.30" 1415 - source = "registry+https://github.com/rust-lang/crates.io-index" 1416 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 1417 - dependencies = [ 1418 - "futures-channel", 1419 - "futures-core", 1420 - "futures-executor", 1421 - "futures-io", 1422 - "futures-sink", 1423 - "futures-task", 1424 - "futures-util", 1425 - ] 1426 - 1427 - [[package]] 1428 - name = "futures-channel" 1429 - version = "0.3.30" 1430 - source = "registry+https://github.com/rust-lang/crates.io-index" 1431 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 1432 - dependencies = [ 1433 - "futures-core", 1434 - "futures-sink", 1435 - ] 1436 - 1437 - [[package]] 1438 - name = "futures-core" 1439 - version = "0.3.30" 1440 - source = "registry+https://github.com/rust-lang/crates.io-index" 1441 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 1442 - 1443 - [[package]] 1444 - name = "futures-executor" 1445 - version = "0.3.30" 1446 - source = "registry+https://github.com/rust-lang/crates.io-index" 1447 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 1448 - dependencies = [ 1449 - "futures-core", 1450 - "futures-task", 1451 - "futures-util", 1452 - ] 1453 - 1454 - [[package]] 1455 - name = "futures-io" 1456 - version = "0.3.30" 1457 - source = "registry+https://github.com/rust-lang/crates.io-index" 1458 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 1459 - 1460 - [[package]] 1461 - name = "futures-lite" 1462 - version = "2.3.0" 1463 - source = "registry+https://github.com/rust-lang/crates.io-index" 1464 - checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 1465 - dependencies = [ 1466 - "fastrand", 1467 - "futures-core", 1468 - "futures-io", 1469 - "parking", 1470 - "pin-project-lite", 1471 - ] 1472 - 1473 - [[package]] 1474 - name = "futures-macro" 1475 - version = "0.3.30" 1476 - source = "registry+https://github.com/rust-lang/crates.io-index" 1477 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 1478 - dependencies = [ 1479 - "proc-macro2", 1480 - "quote", 1481 - "syn 2.0.71", 1482 - ] 1483 - 1484 - [[package]] 1485 - name = "futures-sink" 1486 - version = "0.3.30" 1487 - source = "registry+https://github.com/rust-lang/crates.io-index" 1488 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 1489 - 1490 - [[package]] 1491 - name = "futures-task" 1492 - version = "0.3.30" 1493 - source = "registry+https://github.com/rust-lang/crates.io-index" 1494 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 1495 - 1496 - [[package]] 1497 - name = "futures-util" 1498 - version = "0.3.30" 1499 - source = "registry+https://github.com/rust-lang/crates.io-index" 1500 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 1501 - dependencies = [ 1502 - "futures-channel", 1503 - "futures-core", 1504 - "futures-io", 1505 - "futures-macro", 1506 - "futures-sink", 1507 - "futures-task", 1508 - "memchr", 1509 - "pin-project-lite", 1510 - "pin-utils", 1511 - "slab", 1512 - ] 1513 - 1514 - [[package]] 1515 - name = "generator" 1516 - version = "0.8.1" 1517 - source = "registry+https://github.com/rust-lang/crates.io-index" 1518 - checksum = "186014d53bc231d0090ef8d6f03e0920c54d85a5ed22f4f2f74315ec56cf83fb" 1519 - dependencies = [ 1520 - "cc", 1521 - "cfg-if", 1522 - "libc", 1523 - "log", 1524 - "rustversion", 1525 - "windows 0.54.0", 1526 - ] 1527 - 1528 - [[package]] 1529 - name = "gethostname" 1530 - version = "0.4.3" 1531 - source = "registry+https://github.com/rust-lang/crates.io-index" 1532 - checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" 1533 - dependencies = [ 1534 - "libc", 1535 - "windows-targets 0.48.5", 1536 - ] 1537 - 1538 - [[package]] 1539 - name = "getrandom" 1540 - version = "0.2.15" 1541 - source = "registry+https://github.com/rust-lang/crates.io-index" 1542 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1543 - dependencies = [ 1544 - "cfg-if", 1545 - "js-sys", 1546 - "libc", 1547 - "wasi", 1548 - "wasm-bindgen", 1549 - ] 1550 - 1551 - [[package]] 1552 - name = "gimli" 1553 - version = "0.29.0" 1554 - source = "registry+https://github.com/rust-lang/crates.io-index" 1555 - checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 1556 - 1557 - [[package]] 1558 - name = "gl_generator" 1559 - version = "0.14.0" 1560 - source = "registry+https://github.com/rust-lang/crates.io-index" 1561 - checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 1562 - dependencies = [ 1563 - "khronos_api", 1564 - "log", 1565 - "xml-rs", 1566 - ] 1567 - 1568 - [[package]] 1569 - name = "glam" 1570 - version = "0.28.0" 1571 - source = "registry+https://github.com/rust-lang/crates.io-index" 1572 - checksum = "779ae4bf7e8421cf91c0b3b64e7e8b40b862fba4d393f59150042de7c4965a94" 1573 - 1574 - [[package]] 1575 - name = "glow" 1576 - version = "0.13.1" 1577 - source = "registry+https://github.com/rust-lang/crates.io-index" 1578 - checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1" 1579 - dependencies = [ 1580 - "js-sys", 1581 - "slotmap", 1582 - "wasm-bindgen", 1583 - "web-sys", 1584 - ] 1585 - 1586 - [[package]] 1587 - name = "glutin" 1588 - version = "0.29.1" 1589 - source = "registry+https://github.com/rust-lang/crates.io-index" 1590 - checksum = "444c9ad294fdcaf20ccf6726b78f380b5450275540c9b68ab62f49726ad1c713" 1591 - dependencies = [ 1592 - "cgl", 1593 - "cocoa 0.24.1", 1594 - "core-foundation", 1595 - "glutin_egl_sys", 1596 - "glutin_gles2_sys", 1597 - "glutin_glx_sys", 1598 - "glutin_wgl_sys 0.1.5", 1599 - "libloading 0.7.4", 1600 - "log", 1601 - "objc", 1602 - "once_cell", 1603 - "osmesa-sys", 1604 - "parking_lot", 1605 - "raw-window-handle 0.5.2", 1606 - "wayland-client 0.29.5", 1607 - "wayland-egl", 1608 - "winapi", 1609 - "winit 0.27.5", 1610 - ] 1611 - 1612 - [[package]] 1613 - name = "glutin_egl_sys" 1614 - version = "0.1.6" 1615 - source = "registry+https://github.com/rust-lang/crates.io-index" 1616 - checksum = "68900f84b471f31ea1d1355567eb865a2cf446294f06cef8d653ed7bcf5f013d" 1617 - dependencies = [ 1618 - "gl_generator", 1619 - "winapi", 1620 - ] 1621 - 1622 - [[package]] 1623 - name = "glutin_gles2_sys" 1624 - version = "0.1.5" 1625 - source = "registry+https://github.com/rust-lang/crates.io-index" 1626 - checksum = "e8094e708b730a7c8a1954f4f8a31880af00eb8a1c5b5bf85d28a0a3c6d69103" 1627 - dependencies = [ 1628 - "gl_generator", 1629 - "objc", 1630 - ] 1631 - 1632 - [[package]] 1633 - name = "glutin_glx_sys" 1634 - version = "0.1.8" 1635 - source = "registry+https://github.com/rust-lang/crates.io-index" 1636 - checksum = "d93d0575865098580c5b3a423188cd959419912ea60b1e48e8b3b526f6d02468" 1637 - dependencies = [ 1638 - "gl_generator", 1639 - "x11-dl", 1640 - ] 1641 - 1642 - [[package]] 1643 - name = "glutin_wgl_sys" 1644 - version = "0.1.5" 1645 - source = "registry+https://github.com/rust-lang/crates.io-index" 1646 - checksum = "3da5951a1569dbab865c6f2a863efafff193a93caf05538d193e9e3816d21696" 1647 - dependencies = [ 1648 - "gl_generator", 1649 - ] 1650 - 1651 - [[package]] 1652 - name = "glutin_wgl_sys" 1653 - version = "0.6.0" 1654 - source = "registry+https://github.com/rust-lang/crates.io-index" 1655 - checksum = "0a4e1951bbd9434a81aa496fe59ccc2235af3820d27b85f9314e279609211e2c" 1656 - dependencies = [ 1657 - "gl_generator", 1658 - ] 1659 - 1660 - [[package]] 1661 - name = "gpu-alloc" 1662 - version = "0.6.0" 1663 - source = "registry+https://github.com/rust-lang/crates.io-index" 1664 - checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 1665 - dependencies = [ 1666 - "bitflags 2.6.0", 1667 - "gpu-alloc-types", 1668 - ] 1669 - 1670 - [[package]] 1671 - name = "gpu-alloc-types" 1672 - version = "0.3.0" 1673 - source = "registry+https://github.com/rust-lang/crates.io-index" 1674 - checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 1675 - dependencies = [ 1676 - "bitflags 2.6.0", 1677 - ] 1678 - 1679 - [[package]] 1680 - name = "gpu-allocator" 1681 - version = "0.26.0" 1682 - source = "registry+https://github.com/rust-lang/crates.io-index" 1683 - checksum = "fdd4240fc91d3433d5e5b0fc5b67672d771850dc19bbee03c1381e19322803d7" 1684 - dependencies = [ 1685 - "log", 1686 - "presser", 1687 - "thiserror", 1688 - "winapi", 1689 - "windows 0.52.0", 1690 - ] 1691 - 1692 - [[package]] 1693 - name = "gpu-descriptor" 1694 - version = "0.3.0" 1695 - source = "registry+https://github.com/rust-lang/crates.io-index" 1696 - checksum = "9c08c1f623a8d0b722b8b99f821eb0ba672a1618f0d3b16ddbee1cedd2dd8557" 1697 - dependencies = [ 1698 - "bitflags 2.6.0", 1699 - "gpu-descriptor-types", 1700 - "hashbrown", 1701 - ] 1702 - 1703 - [[package]] 1704 - name = "gpu-descriptor-types" 1705 - version = "0.2.0" 1706 - source = "registry+https://github.com/rust-lang/crates.io-index" 1707 - checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" 1708 - dependencies = [ 1709 - "bitflags 2.6.0", 1710 - ] 1711 - 1712 - [[package]] 1713 - name = "gzip-header" 1714 - version = "1.0.0" 1715 - source = "registry+https://github.com/rust-lang/crates.io-index" 1716 - checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2" 1717 - dependencies = [ 1718 - "crc32fast", 1719 - ] 1720 - 1721 - [[package]] 1722 - name = "half" 1723 - version = "2.4.1" 1724 - source = "registry+https://github.com/rust-lang/crates.io-index" 1725 - checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 1726 - dependencies = [ 1727 - "cfg-if", 1728 - "crunchy", 1729 - ] 1730 - 1731 - [[package]] 1732 - name = "hashbrown" 1733 - version = "0.14.5" 1734 - source = "registry+https://github.com/rust-lang/crates.io-index" 1735 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1736 - dependencies = [ 1737 - "ahash", 1738 - "allocator-api2", 1739 - ] 1740 - 1741 - [[package]] 1742 - name = "hassle-rs" 1743 - version = "0.11.0" 1744 - source = "registry+https://github.com/rust-lang/crates.io-index" 1745 - checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890" 1746 - dependencies = [ 1747 - "bitflags 2.6.0", 1748 - "com", 1749 - "libc", 1750 - "libloading 0.8.4", 1751 - "thiserror", 1752 - "widestring", 1753 - "winapi", 1754 - ] 1755 - 1756 - [[package]] 1757 - name = "heck" 1758 - version = "0.4.1" 1759 - source = "registry+https://github.com/rust-lang/crates.io-index" 1760 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1761 - 1762 - [[package]] 1763 - name = "heck" 1764 - version = "0.5.0" 1765 - source = "registry+https://github.com/rust-lang/crates.io-index" 1766 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1767 - 1768 - [[package]] 1769 - name = "hermit-abi" 1770 - version = "0.3.9" 1771 - source = "registry+https://github.com/rust-lang/crates.io-index" 1772 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1773 - 1774 - [[package]] 1775 - name = "hermit-abi" 1776 - version = "0.4.0" 1777 - source = "registry+https://github.com/rust-lang/crates.io-index" 1778 - checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 1779 - 1780 - [[package]] 1781 - name = "hexf-parse" 1782 - version = "0.2.1" 1783 - source = "registry+https://github.com/rust-lang/crates.io-index" 1784 - checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 1785 - 1786 - [[package]] 1787 - name = "hlsl-snapshots" 1788 - version = "0.1.0" 1789 - dependencies = [ 1790 - "anyhow", 1791 - "nanoserde", 1792 - ] 1793 - 1794 - [[package]] 1795 - name = "home" 1796 - version = "0.5.9" 1797 - source = "registry+https://github.com/rust-lang/crates.io-index" 1798 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 1799 - dependencies = [ 1800 - "windows-sys 0.52.0", 1801 - ] 1802 - 1803 - [[package]] 1804 - name = "humantime" 1805 - version = "2.1.0" 1806 - source = "registry+https://github.com/rust-lang/crates.io-index" 1807 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1808 - 1809 - [[package]] 1810 - name = "icrate" 1811 - version = "0.0.4" 1812 - source = "registry+https://github.com/rust-lang/crates.io-index" 1813 - checksum = "99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319" 1814 - dependencies = [ 1815 - "block2", 1816 - "dispatch", 1817 - "objc2", 1818 - ] 1819 - 1820 - [[package]] 1821 - name = "ident_case" 1822 - version = "1.0.1" 1823 - source = "registry+https://github.com/rust-lang/crates.io-index" 1824 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1825 - 1826 - [[package]] 1827 - name = "idna" 1828 - version = "0.5.0" 1829 - source = "registry+https://github.com/rust-lang/crates.io-index" 1830 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1831 - dependencies = [ 1832 - "unicode-bidi", 1833 - "unicode-normalization", 1834 - ] 1835 - 1836 - [[package]] 1837 - name = "if_chain" 1838 - version = "1.0.2" 1839 - source = "registry+https://github.com/rust-lang/crates.io-index" 1840 - checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" 1841 - 1842 - [[package]] 1843 - name = "image" 1844 - version = "0.24.9" 1845 - source = "registry+https://github.com/rust-lang/crates.io-index" 1846 - checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" 1847 - dependencies = [ 1848 - "bytemuck", 1849 - "byteorder", 1850 - "color_quant", 1851 - "num-traits", 1852 - "png", 1853 - ] 1854 - 1855 - [[package]] 1856 - name = "indexmap" 1857 - version = "2.2.6" 1858 - source = "registry+https://github.com/rust-lang/crates.io-index" 1859 - checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 1860 - dependencies = [ 1861 - "arbitrary", 1862 - "equivalent", 1863 - "hashbrown", 1864 - "serde", 1865 - ] 1866 - 1867 - [[package]] 1868 - name = "instant" 1869 - version = "0.1.13" 1870 - source = "registry+https://github.com/rust-lang/crates.io-index" 1871 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 1872 - dependencies = [ 1873 - "cfg-if", 1874 - "js-sys", 1875 - "wasm-bindgen", 1876 - "web-sys", 1877 - ] 1878 - 1879 - [[package]] 1880 - name = "is-terminal" 1881 - version = "0.4.12" 1882 - source = "registry+https://github.com/rust-lang/crates.io-index" 1883 - checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 1884 - dependencies = [ 1885 - "hermit-abi 0.3.9", 1886 - "libc", 1887 - "windows-sys 0.52.0", 1888 - ] 1889 - 1890 - [[package]] 1891 - name = "is_terminal_polyfill" 1892 - version = "1.70.0" 1893 - source = "registry+https://github.com/rust-lang/crates.io-index" 1894 - checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" 1895 - 1896 - [[package]] 1897 - name = "itertools" 1898 - version = "0.10.5" 1899 - source = "registry+https://github.com/rust-lang/crates.io-index" 1900 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1901 - dependencies = [ 1902 - "either", 1903 - ] 1904 - 1905 - [[package]] 1906 - name = "itoa" 1907 - version = "1.0.11" 1908 - source = "registry+https://github.com/rust-lang/crates.io-index" 1909 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 1910 - 1911 - [[package]] 1912 - name = "jni" 1913 - version = "0.21.1" 1914 - source = "registry+https://github.com/rust-lang/crates.io-index" 1915 - checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 1916 - dependencies = [ 1917 - "cesu8", 1918 - "cfg-if", 1919 - "combine", 1920 - "jni-sys", 1921 - "log", 1922 - "thiserror", 1923 - "walkdir", 1924 - "windows-sys 0.45.0", 1925 - ] 1926 - 1927 - [[package]] 1928 - name = "jni-sys" 1929 - version = "0.3.0" 1930 - source = "registry+https://github.com/rust-lang/crates.io-index" 1931 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 1932 - 1933 - [[package]] 1934 - name = "jobserver" 1935 - version = "0.1.31" 1936 - source = "registry+https://github.com/rust-lang/crates.io-index" 1937 - checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" 1938 - dependencies = [ 1939 - "libc", 1940 - ] 1941 - 1942 - [[package]] 1943 - name = "js-sys" 1944 - version = "0.3.69" 1945 - source = "registry+https://github.com/rust-lang/crates.io-index" 1946 - checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 1947 - dependencies = [ 1948 - "wasm-bindgen", 1949 - ] 1950 - 1951 - [[package]] 1952 - name = "khronos-egl" 1953 - version = "6.0.0" 1954 - source = "registry+https://github.com/rust-lang/crates.io-index" 1955 - checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 1956 - dependencies = [ 1957 - "libc", 1958 - "libloading 0.8.4", 1959 - "pkg-config", 1960 - ] 1961 - 1962 - [[package]] 1963 - name = "khronos_api" 1964 - version = "3.1.0" 1965 - source = "registry+https://github.com/rust-lang/crates.io-index" 1966 - checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 1967 - 1968 - [[package]] 1969 - name = "ktx2" 1970 - version = "0.3.0" 1971 - source = "registry+https://github.com/rust-lang/crates.io-index" 1972 - checksum = "87d65e08a9ec02e409d27a0139eaa6b9756b4d81fe7cde71f6941a83730ce838" 1973 - dependencies = [ 1974 - "bitflags 1.3.2", 1975 - ] 1976 - 1977 - [[package]] 1978 - name = "lazy_static" 1979 - version = "1.5.0" 1980 - source = "registry+https://github.com/rust-lang/crates.io-index" 1981 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1982 - 1983 - [[package]] 1984 - name = "libc" 1985 - version = "0.2.155" 1986 - source = "registry+https://github.com/rust-lang/crates.io-index" 1987 - checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 1988 - 1989 - [[package]] 1990 - name = "libfuzzer-sys" 1991 - version = "0.4.7" 1992 - source = "registry+https://github.com/rust-lang/crates.io-index" 1993 - checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7" 1994 - dependencies = [ 1995 - "arbitrary", 1996 - "cc", 1997 - "once_cell", 1998 - ] 1999 - 2000 - [[package]] 2001 - name = "libloading" 2002 - version = "0.7.4" 2003 - source = "registry+https://github.com/rust-lang/crates.io-index" 2004 - checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 2005 - dependencies = [ 2006 - "cfg-if", 2007 - "winapi", 2008 - ] 2009 - 2010 - [[package]] 2011 - name = "libloading" 2012 - version = "0.8.4" 2013 - source = "registry+https://github.com/rust-lang/crates.io-index" 2014 - checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d" 2015 - dependencies = [ 2016 - "cfg-if", 2017 - "windows-targets 0.52.5", 2018 - ] 2019 - 2020 - [[package]] 2021 - name = "libredox" 2022 - version = "0.0.2" 2023 - source = "registry+https://github.com/rust-lang/crates.io-index" 2024 - checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607" 2025 - dependencies = [ 2026 - "bitflags 2.6.0", 2027 - "libc", 2028 - "redox_syscall 0.4.1", 2029 - ] 2030 - 2031 - [[package]] 2032 - name = "libtest-mimic" 2033 - version = "0.6.1" 2034 - source = "registry+https://github.com/rust-lang/crates.io-index" 2035 - checksum = "6d8de370f98a6cb8a4606618e53e802f93b094ddec0f96988eaec2c27e6e9ce7" 2036 - dependencies = [ 2037 - "clap", 2038 - "termcolor", 2039 - "threadpool", 2040 - ] 2041 - 2042 - [[package]] 2043 - name = "linux-raw-sys" 2044 - version = "0.4.14" 2045 - source = "registry+https://github.com/rust-lang/crates.io-index" 2046 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 2047 - 2048 - [[package]] 2049 - name = "litrs" 2050 - version = "0.4.1" 2051 - source = "registry+https://github.com/rust-lang/crates.io-index" 2052 - checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" 2053 - 2054 - [[package]] 2055 - name = "lock_api" 2056 - version = "0.4.12" 2057 - source = "registry+https://github.com/rust-lang/crates.io-index" 2058 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2059 - dependencies = [ 2060 - "autocfg", 2061 - "scopeguard", 2062 - ] 2063 - 2064 - [[package]] 2065 - name = "log" 2066 - version = "0.4.22" 2067 - source = "registry+https://github.com/rust-lang/crates.io-index" 2068 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 2069 - 2070 - [[package]] 2071 - name = "loom" 2072 - version = "0.7.2" 2073 - source = "registry+https://github.com/rust-lang/crates.io-index" 2074 - checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 2075 - dependencies = [ 2076 - "cfg-if", 2077 - "generator", 2078 - "scoped-tls", 2079 - "tracing", 2080 - "tracing-subscriber", 2081 - ] 2082 - 2083 - [[package]] 2084 - name = "malloc_buf" 2085 - version = "0.0.6" 2086 - source = "registry+https://github.com/rust-lang/crates.io-index" 2087 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 2088 - dependencies = [ 2089 - "libc", 2090 - ] 2091 - 2092 - [[package]] 2093 - name = "matchers" 2094 - version = "0.1.0" 2095 - source = "registry+https://github.com/rust-lang/crates.io-index" 2096 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2097 - dependencies = [ 2098 - "regex-automata 0.1.10", 2099 - ] 2100 - 2101 - [[package]] 2102 - name = "memchr" 2103 - version = "2.7.4" 2104 - source = "registry+https://github.com/rust-lang/crates.io-index" 2105 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 2106 - 2107 - [[package]] 2108 - name = "memmap2" 2109 - version = "0.5.10" 2110 - source = "registry+https://github.com/rust-lang/crates.io-index" 2111 - checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 2112 - dependencies = [ 2113 - "libc", 2114 - ] 2115 - 2116 - [[package]] 2117 - name = "memmap2" 2118 - version = "0.9.4" 2119 - source = "registry+https://github.com/rust-lang/crates.io-index" 2120 - checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" 2121 - dependencies = [ 2122 - "libc", 2123 - ] 2124 - 2125 - [[package]] 2126 - name = "memoffset" 2127 - version = "0.6.5" 2128 - source = "registry+https://github.com/rust-lang/crates.io-index" 2129 - checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 2130 - dependencies = [ 2131 - "autocfg", 2132 - ] 2133 - 2134 - [[package]] 2135 - name = "memoffset" 2136 - version = "0.9.1" 2137 - source = "registry+https://github.com/rust-lang/crates.io-index" 2138 - checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 2139 - dependencies = [ 2140 - "autocfg", 2141 - ] 2142 - 2143 - [[package]] 2144 - name = "metal" 2145 - version = "0.29.0" 2146 - source = "registry+https://github.com/rust-lang/crates.io-index" 2147 - checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21" 2148 - dependencies = [ 2149 - "bitflags 2.6.0", 2150 - "block", 2151 - "core-graphics-types", 2152 - "foreign-types 0.5.0", 2153 - "log", 2154 - "objc", 2155 - "paste", 2156 - ] 2157 - 2158 - [[package]] 2159 - name = "miniz_oxide" 2160 - version = "0.7.4" 2161 - source = "registry+https://github.com/rust-lang/crates.io-index" 2162 - checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 2163 - dependencies = [ 2164 - "adler", 2165 - "simd-adler32", 2166 - ] 2167 - 2168 - [[package]] 2169 - name = "mio" 2170 - version = "0.8.11" 2171 - source = "registry+https://github.com/rust-lang/crates.io-index" 2172 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 2173 - dependencies = [ 2174 - "libc", 2175 - "log", 2176 - "wasi", 2177 - "windows-sys 0.48.0", 2178 - ] 2179 - 2180 - [[package]] 2181 - name = "naga" 2182 - version = "22.1.0" 2183 - dependencies = [ 2184 - "arbitrary", 2185 - "arrayvec 0.7.4", 2186 - "bit-set", 2187 - "bitflags 2.6.0", 2188 - "cfg_aliases", 2189 - "codespan-reporting", 2190 - "diff", 2191 - "env_logger", 2192 - "hexf-parse", 2193 - "hlsl-snapshots", 2194 - "indexmap", 2195 - "log", 2196 - "petgraph", 2197 - "pp-rs", 2198 - "ron", 2199 - "rspirv", 2200 - "rustc-hash", 2201 - "serde", 2202 - "spirv 0.3.0+sdk-1.3.268.0", 2203 - "termcolor", 2204 - "thiserror", 2205 - "unicode-xid", 2206 - ] 2207 - 2208 - [[package]] 2209 - name = "naga-cli" 2210 - version = "22.0.0" 2211 - dependencies = [ 2212 - "anyhow", 2213 - "argh", 2214 - "bincode", 2215 - "codespan-reporting", 2216 - "env_logger", 2217 - "naga", 2218 - ] 2219 - 2220 - [[package]] 2221 - name = "naga-fuzz" 2222 - version = "0.0.0" 2223 - dependencies = [ 2224 - "arbitrary", 2225 - "libfuzzer-sys", 2226 - "naga", 2227 - ] 2228 - 2229 - [[package]] 2230 - name = "nanorand" 2231 - version = "0.7.0" 2232 - source = "registry+https://github.com/rust-lang/crates.io-index" 2233 - checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 2234 - dependencies = [ 2235 - "getrandom", 2236 - ] 2237 - 2238 - [[package]] 2239 - name = "nanoserde" 2240 - version = "0.1.37" 2241 - source = "registry+https://github.com/rust-lang/crates.io-index" 2242 - checksum = "5de9cf844ab1e25a0353525bd74cb889843a6215fa4a0d156fd446f4857a1b99" 2243 - dependencies = [ 2244 - "nanoserde-derive", 2245 - ] 2246 - 2247 - [[package]] 2248 - name = "nanoserde-derive" 2249 - version = "0.1.22" 2250 - source = "registry+https://github.com/rust-lang/crates.io-index" 2251 - checksum = "e943b2c21337b7e3ec6678500687cdc741b7639ad457f234693352075c082204" 2252 - 2253 - [[package]] 2254 - name = "ndk" 2255 - version = "0.7.0" 2256 - source = "registry+https://github.com/rust-lang/crates.io-index" 2257 - checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0" 2258 - dependencies = [ 2259 - "bitflags 1.3.2", 2260 - "jni-sys", 2261 - "ndk-sys 0.4.1+23.1.7779620", 2262 - "num_enum 0.5.11", 2263 - "raw-window-handle 0.5.2", 2264 - "thiserror", 2265 - ] 2266 - 2267 - [[package]] 2268 - name = "ndk" 2269 - version = "0.8.0" 2270 - source = "registry+https://github.com/rust-lang/crates.io-index" 2271 - checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7" 2272 - dependencies = [ 2273 - "bitflags 2.6.0", 2274 - "jni-sys", 2275 - "log", 2276 - "ndk-sys 0.5.0+25.2.9519653", 2277 - "num_enum 0.7.2", 2278 - "raw-window-handle 0.6.2", 2279 - "thiserror", 2280 - ] 2281 - 2282 - [[package]] 2283 - name = "ndk-context" 2284 - version = "0.1.1" 2285 - source = "registry+https://github.com/rust-lang/crates.io-index" 2286 - checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2287 - 2288 - [[package]] 2289 - name = "ndk-glue" 2290 - version = "0.7.0" 2291 - source = "registry+https://github.com/rust-lang/crates.io-index" 2292 - checksum = "0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f" 2293 - dependencies = [ 2294 - "libc", 2295 - "log", 2296 - "ndk 0.7.0", 2297 - "ndk-context", 2298 - "ndk-macro", 2299 - "ndk-sys 0.4.1+23.1.7779620", 2300 - "once_cell", 2301 - "parking_lot", 2302 - ] 2303 - 2304 - [[package]] 2305 - name = "ndk-macro" 2306 - version = "0.3.0" 2307 - source = "registry+https://github.com/rust-lang/crates.io-index" 2308 - checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c" 2309 - dependencies = [ 2310 - "darling", 2311 - "proc-macro-crate 1.3.1", 2312 - "proc-macro2", 2313 - "quote", 2314 - "syn 1.0.109", 2315 - ] 2316 - 2317 - [[package]] 2318 - name = "ndk-sys" 2319 - version = "0.4.1+23.1.7779620" 2320 - source = "registry+https://github.com/rust-lang/crates.io-index" 2321 - checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3" 2322 - dependencies = [ 2323 - "jni-sys", 2324 - ] 2325 - 2326 - [[package]] 2327 - name = "ndk-sys" 2328 - version = "0.5.0+25.2.9519653" 2329 - source = "registry+https://github.com/rust-lang/crates.io-index" 2330 - checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" 2331 - dependencies = [ 2332 - "jni-sys", 2333 - ] 2334 - 2335 - [[package]] 2336 - name = "nix" 2337 - version = "0.24.3" 2338 - source = "registry+https://github.com/rust-lang/crates.io-index" 2339 - checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" 2340 - dependencies = [ 2341 - "bitflags 1.3.2", 2342 - "cfg-if", 2343 - "libc", 2344 - "memoffset 0.6.5", 2345 - ] 2346 - 2347 - [[package]] 2348 - name = "nix" 2349 - version = "0.25.1" 2350 - source = "registry+https://github.com/rust-lang/crates.io-index" 2351 - checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4" 2352 - dependencies = [ 2353 - "autocfg", 2354 - "bitflags 1.3.2", 2355 - "cfg-if", 2356 - "libc", 2357 - "memoffset 0.6.5", 2358 - ] 2359 - 2360 - [[package]] 2361 - name = "noise" 2362 - version = "0.8.2" 2363 - source = "git+https://github.com/Razaekel/noise-rs.git?rev=c6942d4fb70af26db4441edcf41f90fa115333f2#c6942d4fb70af26db4441edcf41f90fa115333f2" 2364 - dependencies = [ 2365 - "num-traits", 2366 - "rand", 2367 - "rand_xorshift", 2368 - ] 2369 - 2370 - [[package]] 2371 - name = "nu-ansi-term" 2372 - version = "0.46.0" 2373 - source = "registry+https://github.com/rust-lang/crates.io-index" 2374 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2375 - dependencies = [ 2376 - "overload", 2377 - "winapi", 2378 - ] 2379 - 2380 - [[package]] 2381 - name = "num-bigint" 2382 - version = "0.4.6" 2383 - source = "registry+https://github.com/rust-lang/crates.io-index" 2384 - checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 2385 - dependencies = [ 2386 - "num-integer", 2387 - "num-traits", 2388 - "rand", 2389 - ] 2390 - 2391 - [[package]] 2392 - name = "num-integer" 2393 - version = "0.1.46" 2394 - source = "registry+https://github.com/rust-lang/crates.io-index" 2395 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2396 - dependencies = [ 2397 - "num-traits", 2398 - ] 2399 - 2400 - [[package]] 2401 - name = "num-traits" 2402 - version = "0.2.19" 2403 - source = "registry+https://github.com/rust-lang/crates.io-index" 2404 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2405 - dependencies = [ 2406 - "autocfg", 2407 - ] 2408 - 2409 - [[package]] 2410 - name = "num_cpus" 2411 - version = "1.16.0" 2412 - source = "registry+https://github.com/rust-lang/crates.io-index" 2413 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2414 - dependencies = [ 2415 - "hermit-abi 0.3.9", 2416 - "libc", 2417 - ] 2418 - 2419 - [[package]] 2420 - name = "num_enum" 2421 - version = "0.5.11" 2422 - source = "registry+https://github.com/rust-lang/crates.io-index" 2423 - checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 2424 - dependencies = [ 2425 - "num_enum_derive 0.5.11", 2426 - ] 2427 - 2428 - [[package]] 2429 - name = "num_enum" 2430 - version = "0.7.2" 2431 - source = "registry+https://github.com/rust-lang/crates.io-index" 2432 - checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" 2433 - dependencies = [ 2434 - "num_enum_derive 0.7.2", 2435 - ] 2436 - 2437 - [[package]] 2438 - name = "num_enum_derive" 2439 - version = "0.5.11" 2440 - source = "registry+https://github.com/rust-lang/crates.io-index" 2441 - checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 2442 - dependencies = [ 2443 - "proc-macro-crate 1.3.1", 2444 - "proc-macro2", 2445 - "quote", 2446 - "syn 1.0.109", 2447 - ] 2448 - 2449 - [[package]] 2450 - name = "num_enum_derive" 2451 - version = "0.7.2" 2452 - source = "registry+https://github.com/rust-lang/crates.io-index" 2453 - checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" 2454 - dependencies = [ 2455 - "proc-macro-crate 3.1.0", 2456 - "proc-macro2", 2457 - "quote", 2458 - "syn 2.0.71", 2459 - ] 2460 - 2461 - [[package]] 2462 - name = "nv-flip" 2463 - version = "0.1.2" 2464 - source = "registry+https://github.com/rust-lang/crates.io-index" 2465 - checksum = "4ec3c68ac226790270de1d9d0eb5853832d82a34b62199ab2a1a4756df1a1974" 2466 - dependencies = [ 2467 - "nv-flip-sys", 2468 - ] 2469 - 2470 - [[package]] 2471 - name = "nv-flip-sys" 2472 - version = "0.1.1" 2473 - source = "registry+https://github.com/rust-lang/crates.io-index" 2474 - checksum = "932e1eed40002ba70fccac6dab3b64be3301607c3ee88bd14989c4d4e1c1c993" 2475 - dependencies = [ 2476 - "cc", 2477 - ] 2478 - 2479 - [[package]] 2480 - name = "obj" 2481 - version = "0.10.2" 2482 - source = "registry+https://github.com/rust-lang/crates.io-index" 2483 - checksum = "059c95245738cdc7b40078cdd51a23200252a4c0a0a6dd005136152b3f467a4a" 2484 - 2485 - [[package]] 2486 - name = "objc" 2487 - version = "0.2.7" 2488 - source = "registry+https://github.com/rust-lang/crates.io-index" 2489 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 2490 - dependencies = [ 2491 - "malloc_buf", 2492 - ] 2493 - 2494 - [[package]] 2495 - name = "objc-sys" 2496 - version = "0.3.5" 2497 - source = "registry+https://github.com/rust-lang/crates.io-index" 2498 - checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 2499 - 2500 - [[package]] 2501 - name = "objc2" 2502 - version = "0.4.1" 2503 - source = "registry+https://github.com/rust-lang/crates.io-index" 2504 - checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d" 2505 - dependencies = [ 2506 - "objc-sys", 2507 - "objc2-encode", 2508 - ] 2509 - 2510 - [[package]] 2511 - name = "objc2-encode" 2512 - version = "3.0.0" 2513 - source = "registry+https://github.com/rust-lang/crates.io-index" 2514 - checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666" 2515 - 2516 - [[package]] 2517 - name = "object" 2518 - version = "0.36.1" 2519 - source = "registry+https://github.com/rust-lang/crates.io-index" 2520 - checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce" 2521 - dependencies = [ 2522 - "memchr", 2523 - ] 2524 - 2525 - [[package]] 2526 - name = "once_cell" 2527 - version = "1.19.0" 2528 - source = "registry+https://github.com/rust-lang/crates.io-index" 2529 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 2530 - 2531 - [[package]] 2532 - name = "oorandom" 2533 - version = "11.1.4" 2534 - source = "registry+https://github.com/rust-lang/crates.io-index" 2535 - checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" 2536 - 2537 - [[package]] 2538 - name = "orbclient" 2539 - version = "0.3.47" 2540 - source = "registry+https://github.com/rust-lang/crates.io-index" 2541 - checksum = "52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166" 2542 - dependencies = [ 2543 - "libredox", 2544 - ] 2545 - 2546 - [[package]] 2547 - name = "osmesa-sys" 2548 - version = "0.1.2" 2549 - source = "registry+https://github.com/rust-lang/crates.io-index" 2550 - checksum = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b" 2551 - dependencies = [ 2552 - "shared_library", 2553 - ] 2554 - 2555 - [[package]] 2556 - name = "outref" 2557 - version = "0.1.0" 2558 - source = "registry+https://github.com/rust-lang/crates.io-index" 2559 - checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4" 2560 - 2561 - [[package]] 2562 - name = "outref" 2563 - version = "0.5.1" 2564 - source = "registry+https://github.com/rust-lang/crates.io-index" 2565 - checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 2566 - 2567 - [[package]] 2568 - name = "overload" 2569 - version = "0.1.1" 2570 - source = "registry+https://github.com/rust-lang/crates.io-index" 2571 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2572 - 2573 - [[package]] 2574 - name = "owned_ttf_parser" 2575 - version = "0.24.0" 2576 - source = "registry+https://github.com/rust-lang/crates.io-index" 2577 - checksum = "490d3a563d3122bf7c911a59b0add9389e5ec0f5f0c3ac6b91ff235a0e6a7f90" 2578 - dependencies = [ 2579 - "ttf-parser", 2580 - ] 2581 - 2582 - [[package]] 2583 - name = "parking" 2584 - version = "2.2.0" 2585 - source = "registry+https://github.com/rust-lang/crates.io-index" 2586 - checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 2587 - 2588 - [[package]] 2589 - name = "parking_lot" 2590 - version = "0.12.3" 2591 - source = "registry+https://github.com/rust-lang/crates.io-index" 2592 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 2593 - dependencies = [ 2594 - "lock_api", 2595 - "parking_lot_core", 2596 - ] 2597 - 2598 - [[package]] 2599 - name = "parking_lot_core" 2600 - version = "0.9.10" 2601 - source = "registry+https://github.com/rust-lang/crates.io-index" 2602 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 2603 - dependencies = [ 2604 - "backtrace", 2605 - "cfg-if", 2606 - "libc", 2607 - "petgraph", 2608 - "redox_syscall 0.5.1", 2609 - "smallvec", 2610 - "thread-id", 2611 - "windows-targets 0.52.5", 2612 - ] 2613 - 2614 - [[package]] 2615 - name = "paste" 2616 - version = "1.0.15" 2617 - source = "registry+https://github.com/rust-lang/crates.io-index" 2618 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2619 - 2620 - [[package]] 2621 - name = "percent-encoding" 2622 - version = "2.3.1" 2623 - source = "registry+https://github.com/rust-lang/crates.io-index" 2624 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2625 - 2626 - [[package]] 2627 - name = "petgraph" 2628 - version = "0.6.5" 2629 - source = "registry+https://github.com/rust-lang/crates.io-index" 2630 - checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 2631 - dependencies = [ 2632 - "fixedbitset", 2633 - "indexmap", 2634 - ] 2635 - 2636 - [[package]] 2637 - name = "pico-args" 2638 - version = "0.5.0" 2639 - source = "registry+https://github.com/rust-lang/crates.io-index" 2640 - checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 2641 - 2642 - [[package]] 2643 - name = "pin-project" 2644 - version = "1.1.5" 2645 - source = "registry+https://github.com/rust-lang/crates.io-index" 2646 - checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 2647 - dependencies = [ 2648 - "pin-project-internal", 2649 - ] 2650 - 2651 - [[package]] 2652 - name = "pin-project-internal" 2653 - version = "1.1.5" 2654 - source = "registry+https://github.com/rust-lang/crates.io-index" 2655 - checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 2656 - dependencies = [ 2657 - "proc-macro2", 2658 - "quote", 2659 - "syn 2.0.71", 2660 - ] 2661 - 2662 - [[package]] 2663 - name = "pin-project-lite" 2664 - version = "0.2.14" 2665 - source = "registry+https://github.com/rust-lang/crates.io-index" 2666 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 2667 - 2668 - [[package]] 2669 - name = "pin-utils" 2670 - version = "0.1.0" 2671 - source = "registry+https://github.com/rust-lang/crates.io-index" 2672 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2673 - 2674 - [[package]] 2675 - name = "pkg-config" 2676 - version = "0.3.30" 2677 - source = "registry+https://github.com/rust-lang/crates.io-index" 2678 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 2679 - 2680 - [[package]] 2681 - name = "player" 2682 - version = "22.1.0" 2683 - dependencies = [ 2684 - "env_logger", 2685 - "log", 2686 - "raw-window-handle 0.6.2", 2687 - "ron", 2688 - "serde", 2689 - "wgpu-core", 2690 - "wgpu-types", 2691 - "winit 0.29.15", 2692 - ] 2693 - 2694 - [[package]] 2695 - name = "plotters" 2696 - version = "0.3.6" 2697 - source = "registry+https://github.com/rust-lang/crates.io-index" 2698 - checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3" 2699 - dependencies = [ 2700 - "num-traits", 2701 - "plotters-backend", 2702 - "plotters-svg", 2703 - "wasm-bindgen", 2704 - "web-sys", 2705 - ] 2706 - 2707 - [[package]] 2708 - name = "plotters-backend" 2709 - version = "0.3.6" 2710 - source = "registry+https://github.com/rust-lang/crates.io-index" 2711 - checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7" 2712 - 2713 - [[package]] 2714 - name = "plotters-svg" 2715 - version = "0.3.6" 2716 - source = "registry+https://github.com/rust-lang/crates.io-index" 2717 - checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705" 2718 - dependencies = [ 2719 - "plotters-backend", 2720 - ] 2721 - 2722 - [[package]] 2723 - name = "png" 2724 - version = "0.17.13" 2725 - source = "registry+https://github.com/rust-lang/crates.io-index" 2726 - checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" 2727 - dependencies = [ 2728 - "bitflags 1.3.2", 2729 - "crc32fast", 2730 - "fdeflate", 2731 - "flate2", 2732 - "miniz_oxide", 2733 - ] 2734 - 2735 - [[package]] 2736 - name = "polling" 2737 - version = "3.7.2" 2738 - source = "registry+https://github.com/rust-lang/crates.io-index" 2739 - checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" 2740 - dependencies = [ 2741 - "cfg-if", 2742 - "concurrent-queue", 2743 - "hermit-abi 0.4.0", 2744 - "pin-project-lite", 2745 - "rustix", 2746 - "tracing", 2747 - "windows-sys 0.52.0", 2748 - ] 2749 - 2750 - [[package]] 2751 - name = "pollster" 2752 - version = "0.3.0" 2753 - source = "registry+https://github.com/rust-lang/crates.io-index" 2754 - checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" 2755 - 2756 - [[package]] 2757 - name = "pp-rs" 2758 - version = "0.2.1" 2759 - source = "registry+https://github.com/rust-lang/crates.io-index" 2760 - checksum = "bb458bb7f6e250e6eb79d5026badc10a3ebb8f9a15d1fff0f13d17c71f4d6dee" 2761 - dependencies = [ 2762 - "unicode-xid", 2763 - ] 2764 - 2765 - [[package]] 2766 - name = "presser" 2767 - version = "0.3.1" 2768 - source = "registry+https://github.com/rust-lang/crates.io-index" 2769 - checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" 2770 - 2771 - [[package]] 2772 - name = "proc-macro-crate" 2773 - version = "1.3.1" 2774 - source = "registry+https://github.com/rust-lang/crates.io-index" 2775 - checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 2776 - dependencies = [ 2777 - "once_cell", 2778 - "toml_edit 0.19.15", 2779 - ] 2780 - 2781 - [[package]] 2782 - name = "proc-macro-crate" 2783 - version = "3.1.0" 2784 - source = "registry+https://github.com/rust-lang/crates.io-index" 2785 - checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" 2786 - dependencies = [ 2787 - "toml_edit 0.21.1", 2788 - ] 2789 - 2790 - [[package]] 2791 - name = "proc-macro-rules" 2792 - version = "0.4.0" 2793 - source = "registry+https://github.com/rust-lang/crates.io-index" 2794 - checksum = "07c277e4e643ef00c1233393c673f655e3672cf7eb3ba08a00bdd0ea59139b5f" 2795 - dependencies = [ 2796 - "proc-macro-rules-macros", 2797 - "proc-macro2", 2798 - "syn 2.0.71", 2799 - ] 2800 - 2801 - [[package]] 2802 - name = "proc-macro-rules-macros" 2803 - version = "0.4.0" 2804 - source = "registry+https://github.com/rust-lang/crates.io-index" 2805 - checksum = "207fffb0fe655d1d47f6af98cc2793405e85929bdbc420d685554ff07be27ac7" 2806 - dependencies = [ 2807 - "once_cell", 2808 - "proc-macro2", 2809 - "quote", 2810 - "syn 2.0.71", 2811 - ] 2812 - 2813 - [[package]] 2814 - name = "proc-macro2" 2815 - version = "1.0.86" 2816 - source = "registry+https://github.com/rust-lang/crates.io-index" 2817 - checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 2818 - dependencies = [ 2819 - "unicode-ident", 2820 - ] 2821 - 2822 - [[package]] 2823 - name = "profiling" 2824 - version = "1.0.15" 2825 - source = "registry+https://github.com/rust-lang/crates.io-index" 2826 - checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58" 2827 - 2828 - [[package]] 2829 - name = "quick-xml" 2830 - version = "0.31.0" 2831 - source = "registry+https://github.com/rust-lang/crates.io-index" 2832 - checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" 2833 - dependencies = [ 2834 - "memchr", 2835 - ] 2836 - 2837 - [[package]] 2838 - name = "quote" 2839 - version = "1.0.36" 2840 - source = "registry+https://github.com/rust-lang/crates.io-index" 2841 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 2842 - dependencies = [ 2843 - "proc-macro2", 2844 - ] 2845 - 2846 - [[package]] 2847 - name = "rand" 2848 - version = "0.8.5" 2849 - source = "registry+https://github.com/rust-lang/crates.io-index" 2850 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2851 - dependencies = [ 2852 - "rand_core", 2853 - ] 2854 - 2855 - [[package]] 2856 - name = "rand_core" 2857 - version = "0.6.4" 2858 - source = "registry+https://github.com/rust-lang/crates.io-index" 2859 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2860 - 2861 - [[package]] 2862 - name = "rand_xorshift" 2863 - version = "0.3.0" 2864 - source = "registry+https://github.com/rust-lang/crates.io-index" 2865 - checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 2866 - dependencies = [ 2867 - "rand_core", 2868 - ] 2869 - 2870 - [[package]] 2871 - name = "range-alloc" 2872 - version = "0.1.3" 2873 - source = "registry+https://github.com/rust-lang/crates.io-index" 2874 - checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab" 2875 - 2876 - [[package]] 2877 - name = "raw-window-handle" 2878 - version = "0.4.3" 2879 - source = "registry+https://github.com/rust-lang/crates.io-index" 2880 - checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41" 2881 - dependencies = [ 2882 - "cty", 2883 - ] 2884 - 2885 - [[package]] 2886 - name = "raw-window-handle" 2887 - version = "0.5.2" 2888 - source = "registry+https://github.com/rust-lang/crates.io-index" 2889 - checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 2890 - 2891 - [[package]] 2892 - name = "raw-window-handle" 2893 - version = "0.6.2" 2894 - source = "registry+https://github.com/rust-lang/crates.io-index" 2895 - checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 2896 - 2897 - [[package]] 2898 - name = "rayon" 2899 - version = "1.10.0" 2900 - source = "registry+https://github.com/rust-lang/crates.io-index" 2901 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 2902 - dependencies = [ 2903 - "either", 2904 - "rayon-core", 2905 - ] 2906 - 2907 - [[package]] 2908 - name = "rayon-core" 2909 - version = "1.12.1" 2910 - source = "registry+https://github.com/rust-lang/crates.io-index" 2911 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 2912 - dependencies = [ 2913 - "crossbeam-deque", 2914 - "crossbeam-utils", 2915 - ] 2916 - 2917 - [[package]] 2918 - name = "redox_syscall" 2919 - version = "0.3.5" 2920 - source = "registry+https://github.com/rust-lang/crates.io-index" 2921 - checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 2922 - dependencies = [ 2923 - "bitflags 1.3.2", 2924 - ] 2925 - 2926 - [[package]] 2927 - name = "redox_syscall" 2928 - version = "0.4.1" 2929 - source = "registry+https://github.com/rust-lang/crates.io-index" 2930 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 2931 - dependencies = [ 2932 - "bitflags 1.3.2", 2933 - ] 2934 - 2935 - [[package]] 2936 - name = "redox_syscall" 2937 - version = "0.5.1" 2938 - source = "registry+https://github.com/rust-lang/crates.io-index" 2939 - checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" 2940 - dependencies = [ 2941 - "bitflags 2.6.0", 2942 - ] 2943 - 2944 - [[package]] 2945 - name = "regex" 2946 - version = "1.10.5" 2947 - source = "registry+https://github.com/rust-lang/crates.io-index" 2948 - checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" 2949 - dependencies = [ 2950 - "aho-corasick", 2951 - "memchr", 2952 - "regex-automata 0.4.6", 2953 - "regex-syntax 0.8.3", 2954 - ] 2955 - 2956 - [[package]] 2957 - name = "regex-automata" 2958 - version = "0.1.10" 2959 - source = "registry+https://github.com/rust-lang/crates.io-index" 2960 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2961 - dependencies = [ 2962 - "regex-syntax 0.6.29", 2963 - ] 2964 - 2965 - [[package]] 2966 - name = "regex-automata" 2967 - version = "0.4.6" 2968 - source = "registry+https://github.com/rust-lang/crates.io-index" 2969 - checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 2970 - dependencies = [ 2971 - "aho-corasick", 2972 - "memchr", 2973 - "regex-syntax 0.8.3", 2974 - ] 2975 - 2976 - [[package]] 2977 - name = "regex-syntax" 2978 - version = "0.6.29" 2979 - source = "registry+https://github.com/rust-lang/crates.io-index" 2980 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2981 - 2982 - [[package]] 2983 - name = "regex-syntax" 2984 - version = "0.8.3" 2985 - source = "registry+https://github.com/rust-lang/crates.io-index" 2986 - checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" 2987 - 2988 - [[package]] 2989 - name = "renderdoc-sys" 2990 - version = "1.1.0" 2991 - source = "registry+https://github.com/rust-lang/crates.io-index" 2992 - checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 2993 - 2994 - [[package]] 2995 - name = "ron" 2996 - version = "0.8.1" 2997 - source = "registry+https://github.com/rust-lang/crates.io-index" 2998 - checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" 2999 - dependencies = [ 3000 - "base64", 3001 - "bitflags 2.6.0", 3002 - "serde", 3003 - "serde_derive", 3004 - ] 3005 - 3006 - [[package]] 3007 - name = "rspirv" 3008 - version = "0.11.0+sdk-1.2.198" 3009 - source = "git+https://github.com/gfx-rs/rspirv?rev=b969f175d5663258b4891e44b76c1544da9661ab#b969f175d5663258b4891e44b76c1544da9661ab" 3010 - dependencies = [ 3011 - "rustc-hash", 3012 - "spirv 0.2.0+sdk-1.2.198", 3013 - ] 3014 - 3015 - [[package]] 3016 - name = "rustc-demangle" 3017 - version = "0.1.24" 3018 - source = "registry+https://github.com/rust-lang/crates.io-index" 3019 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 3020 - 3021 - [[package]] 3022 - name = "rustc-hash" 3023 - version = "1.1.0" 3024 - source = "registry+https://github.com/rust-lang/crates.io-index" 3025 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3026 - 3027 - [[package]] 3028 - name = "rustc_version" 3029 - version = "0.2.3" 3030 - source = "registry+https://github.com/rust-lang/crates.io-index" 3031 - checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 3032 - dependencies = [ 3033 - "semver 0.9.0", 3034 - ] 3035 - 3036 - [[package]] 3037 - name = "rustc_version" 3038 - version = "0.4.0" 3039 - source = "registry+https://github.com/rust-lang/crates.io-index" 3040 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 3041 - dependencies = [ 3042 - "semver 1.0.23", 3043 - ] 3044 - 3045 - [[package]] 3046 - name = "rustix" 3047 - version = "0.38.34" 3048 - source = "registry+https://github.com/rust-lang/crates.io-index" 3049 - checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 3050 - dependencies = [ 3051 - "bitflags 2.6.0", 3052 - "errno", 3053 - "libc", 3054 - "linux-raw-sys", 3055 - "windows-sys 0.52.0", 3056 - ] 3057 - 3058 - [[package]] 3059 - name = "rustversion" 3060 - version = "1.0.17" 3061 - source = "registry+https://github.com/rust-lang/crates.io-index" 3062 - checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 3063 - 3064 - [[package]] 3065 - name = "ryu" 3066 - version = "1.0.18" 3067 - source = "registry+https://github.com/rust-lang/crates.io-index" 3068 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 3069 - 3070 - [[package]] 3071 - name = "safe_arch" 3072 - version = "0.5.2" 3073 - source = "registry+https://github.com/rust-lang/crates.io-index" 3074 - checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05" 3075 - dependencies = [ 3076 - "bytemuck", 3077 - ] 3078 - 3079 - [[package]] 3080 - name = "same-file" 3081 - version = "1.0.6" 3082 - source = "registry+https://github.com/rust-lang/crates.io-index" 3083 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3084 - dependencies = [ 3085 - "winapi-util", 3086 - ] 3087 - 3088 - [[package]] 3089 - name = "scoped-tls" 3090 - version = "1.0.1" 3091 - source = "registry+https://github.com/rust-lang/crates.io-index" 3092 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3093 - 3094 - [[package]] 3095 - name = "scopeguard" 3096 - version = "1.2.0" 3097 - source = "registry+https://github.com/rust-lang/crates.io-index" 3098 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3099 - 3100 - [[package]] 3101 - name = "sctk-adwaita" 3102 - version = "0.4.3" 3103 - source = "registry+https://github.com/rust-lang/crates.io-index" 3104 - checksum = "61270629cc6b4d77ec1907db1033d5c2e1a404c412743621981a871dc9c12339" 3105 - dependencies = [ 3106 - "crossfont", 3107 - "log", 3108 - "smithay-client-toolkit 0.16.1", 3109 - "tiny-skia 0.7.0", 3110 - ] 3111 - 3112 - [[package]] 3113 - name = "sctk-adwaita" 3114 - version = "0.8.1" 3115 - source = "registry+https://github.com/rust-lang/crates.io-index" 3116 - checksum = "82b2eaf3a5b264a521b988b2e73042e742df700c4f962cde845d1541adb46550" 3117 - dependencies = [ 3118 - "ab_glyph", 3119 - "log", 3120 - "memmap2 0.9.4", 3121 - "smithay-client-toolkit 0.18.1", 3122 - "tiny-skia 0.11.4", 3123 - ] 3124 - 3125 - [[package]] 3126 - name = "semver" 3127 - version = "0.9.0" 3128 - source = "registry+https://github.com/rust-lang/crates.io-index" 3129 - checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 3130 - dependencies = [ 3131 - "semver-parser", 3132 - ] 3133 - 3134 - [[package]] 3135 - name = "semver" 3136 - version = "1.0.23" 3137 - source = "registry+https://github.com/rust-lang/crates.io-index" 3138 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 3139 - 3140 - [[package]] 3141 - name = "semver-parser" 3142 - version = "0.7.0" 3143 - source = "registry+https://github.com/rust-lang/crates.io-index" 3144 - checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 3145 - 3146 - [[package]] 3147 - name = "serde" 3148 - version = "1.0.204" 3149 - source = "registry+https://github.com/rust-lang/crates.io-index" 3150 - checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" 3151 - dependencies = [ 3152 - "serde_derive", 3153 - ] 3154 - 3155 - [[package]] 3156 - name = "serde_derive" 3157 - version = "1.0.204" 3158 - source = "registry+https://github.com/rust-lang/crates.io-index" 3159 - checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" 3160 - dependencies = [ 3161 - "proc-macro2", 3162 - "quote", 3163 - "syn 2.0.71", 3164 - ] 3165 - 3166 - [[package]] 3167 - name = "serde_json" 3168 - version = "1.0.120" 3169 - source = "registry+https://github.com/rust-lang/crates.io-index" 3170 - checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" 3171 - dependencies = [ 3172 - "indexmap", 3173 - "itoa", 3174 - "ryu", 3175 - "serde", 3176 - ] 3177 - 3178 - [[package]] 3179 - name = "serde_v8" 3180 - version = "0.181.0" 3181 - source = "registry+https://github.com/rust-lang/crates.io-index" 3182 - checksum = "fd25bb66a20a1a405fb3733aaaf8a8a77a14fd55c8f5fd9db2a2e95bbd7eeab9" 3183 - dependencies = [ 3184 - "bytes", 3185 - "num-bigint", 3186 - "serde", 3187 - "smallvec", 3188 - "thiserror", 3189 - "v8", 3190 - ] 3191 - 3192 - [[package]] 3193 - name = "servo-fontconfig" 3194 - version = "0.5.1" 3195 - source = "registry+https://github.com/rust-lang/crates.io-index" 3196 - checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c" 3197 - dependencies = [ 3198 - "libc", 3199 - "servo-fontconfig-sys", 3200 - ] 3201 - 3202 - [[package]] 3203 - name = "servo-fontconfig-sys" 3204 - version = "5.1.0" 3205 - source = "registry+https://github.com/rust-lang/crates.io-index" 3206 - checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388" 3207 - dependencies = [ 3208 - "expat-sys", 3209 - "freetype-sys", 3210 - "pkg-config", 3211 - ] 3212 - 3213 - [[package]] 3214 - name = "sharded-slab" 3215 - version = "0.1.7" 3216 - source = "registry+https://github.com/rust-lang/crates.io-index" 3217 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3218 - dependencies = [ 3219 - "lazy_static", 3220 - ] 3221 - 3222 - [[package]] 3223 - name = "shared_library" 3224 - version = "0.1.9" 3225 - source = "registry+https://github.com/rust-lang/crates.io-index" 3226 - checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11" 3227 - dependencies = [ 3228 - "lazy_static", 3229 - "libc", 3230 - ] 3231 - 3232 - [[package]] 3233 - name = "signal-hook-registry" 3234 - version = "1.4.2" 3235 - source = "registry+https://github.com/rust-lang/crates.io-index" 3236 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 3237 - dependencies = [ 3238 - "libc", 3239 - ] 3240 - 3241 - [[package]] 3242 - name = "simd-abstraction" 3243 - version = "0.7.1" 3244 - source = "registry+https://github.com/rust-lang/crates.io-index" 3245 - checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987" 3246 - dependencies = [ 3247 - "outref 0.1.0", 3248 - ] 3249 - 3250 - [[package]] 3251 - name = "simd-adler32" 3252 - version = "0.3.7" 3253 - source = "registry+https://github.com/rust-lang/crates.io-index" 3254 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 3255 - 3256 - [[package]] 3257 - name = "slab" 3258 - version = "0.4.9" 3259 - source = "registry+https://github.com/rust-lang/crates.io-index" 3260 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 3261 - dependencies = [ 3262 - "autocfg", 3263 - ] 3264 - 3265 - [[package]] 3266 - name = "slotmap" 3267 - version = "1.0.7" 3268 - source = "registry+https://github.com/rust-lang/crates.io-index" 3269 - checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" 3270 - dependencies = [ 3271 - "version_check", 3272 - ] 3273 - 3274 - [[package]] 3275 - name = "smallvec" 3276 - version = "1.13.2" 3277 - source = "registry+https://github.com/rust-lang/crates.io-index" 3278 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 3279 - 3280 - [[package]] 3281 - name = "smithay-client-toolkit" 3282 - version = "0.16.1" 3283 - source = "registry+https://github.com/rust-lang/crates.io-index" 3284 - checksum = "870427e30b8f2cbe64bf43ec4b86e88fe39b0a84b3f15efd9c9c2d020bc86eb9" 3285 - dependencies = [ 3286 - "bitflags 1.3.2", 3287 - "calloop 0.10.6", 3288 - "dlib", 3289 - "lazy_static", 3290 - "log", 3291 - "memmap2 0.5.10", 3292 - "nix 0.24.3", 3293 - "pkg-config", 3294 - "wayland-client 0.29.5", 3295 - "wayland-cursor 0.29.5", 3296 - "wayland-protocols 0.29.5", 3297 - ] 3298 - 3299 - [[package]] 3300 - name = "smithay-client-toolkit" 3301 - version = "0.18.1" 3302 - source = "registry+https://github.com/rust-lang/crates.io-index" 3303 - checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a" 3304 - dependencies = [ 3305 - "bitflags 2.6.0", 3306 - "calloop 0.12.4", 3307 - "calloop-wayland-source", 3308 - "cursor-icon", 3309 - "libc", 3310 - "log", 3311 - "memmap2 0.9.4", 3312 - "rustix", 3313 - "thiserror", 3314 - "wayland-backend", 3315 - "wayland-client 0.31.2", 3316 - "wayland-csd-frame", 3317 - "wayland-cursor 0.31.1", 3318 - "wayland-protocols 0.31.2", 3319 - "wayland-protocols-wlr", 3320 - "wayland-scanner 0.31.1", 3321 - "xkeysym", 3322 - ] 3323 - 3324 - [[package]] 3325 - name = "smol_str" 3326 - version = "0.2.2" 3327 - source = "registry+https://github.com/rust-lang/crates.io-index" 3328 - checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 3329 - dependencies = [ 3330 - "serde", 3331 - ] 3332 - 3333 - [[package]] 3334 - name = "socket2" 3335 - version = "0.5.7" 3336 - source = "registry+https://github.com/rust-lang/crates.io-index" 3337 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 3338 - dependencies = [ 3339 - "libc", 3340 - "windows-sys 0.52.0", 3341 - ] 3342 - 3343 - [[package]] 3344 - name = "sourcemap" 3345 - version = "7.1.1" 3346 - source = "registry+https://github.com/rust-lang/crates.io-index" 3347 - checksum = "e7768edd06c02535e0d50653968f46e1e0d3aa54742190d35dd9466f59de9c71" 3348 - dependencies = [ 3349 - "base64-simd 0.7.0", 3350 - "data-encoding", 3351 - "debugid", 3352 - "if_chain", 3353 - "rustc_version 0.2.3", 3354 - "serde", 3355 - "serde_json", 3356 - "unicode-id-start", 3357 - "url", 3358 - ] 3359 - 3360 - [[package]] 3361 - name = "spin" 3362 - version = "0.9.8" 3363 - source = "registry+https://github.com/rust-lang/crates.io-index" 3364 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3365 - dependencies = [ 3366 - "lock_api", 3367 - ] 3368 - 3369 - [[package]] 3370 - name = "spirv" 3371 - version = "0.2.0+sdk-1.2.198" 3372 - source = "git+https://github.com/gfx-rs/rspirv?rev=b969f175d5663258b4891e44b76c1544da9661ab#b969f175d5663258b4891e44b76c1544da9661ab" 3373 - dependencies = [ 3374 - "bitflags 1.3.2", 3375 - ] 3376 - 3377 - [[package]] 3378 - name = "spirv" 3379 - version = "0.3.0+sdk-1.3.268.0" 3380 - source = "registry+https://github.com/rust-lang/crates.io-index" 3381 - checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 3382 - dependencies = [ 3383 - "bitflags 2.6.0", 3384 - "serde", 3385 - ] 3386 - 3387 - [[package]] 3388 - name = "static_assertions" 3389 - version = "1.1.0" 3390 - source = "registry+https://github.com/rust-lang/crates.io-index" 3391 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3392 - 3393 - [[package]] 3394 - name = "strict-num" 3395 - version = "0.1.1" 3396 - source = "registry+https://github.com/rust-lang/crates.io-index" 3397 - checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 3398 - 3399 - [[package]] 3400 - name = "strsim" 3401 - version = "0.10.0" 3402 - source = "registry+https://github.com/rust-lang/crates.io-index" 3403 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 3404 - 3405 - [[package]] 3406 - name = "strsim" 3407 - version = "0.11.1" 3408 - source = "registry+https://github.com/rust-lang/crates.io-index" 3409 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3410 - 3411 - [[package]] 3412 - name = "strum" 3413 - version = "0.25.0" 3414 - source = "registry+https://github.com/rust-lang/crates.io-index" 3415 - checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" 3416 - dependencies = [ 3417 - "strum_macros", 3418 - ] 3419 - 3420 - [[package]] 3421 - name = "strum_macros" 3422 - version = "0.25.3" 3423 - source = "registry+https://github.com/rust-lang/crates.io-index" 3424 - checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" 3425 - dependencies = [ 3426 - "heck 0.4.1", 3427 - "proc-macro2", 3428 - "quote", 3429 - "rustversion", 3430 - "syn 2.0.71", 3431 - ] 3432 - 3433 - [[package]] 3434 - name = "syn" 3435 - version = "1.0.109" 3436 - source = "registry+https://github.com/rust-lang/crates.io-index" 3437 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3438 - dependencies = [ 3439 - "proc-macro2", 3440 - "quote", 3441 - "unicode-ident", 3442 - ] 3443 - 3444 - [[package]] 3445 - name = "syn" 3446 - version = "2.0.71" 3447 - source = "registry+https://github.com/rust-lang/crates.io-index" 3448 - checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462" 3449 - dependencies = [ 3450 - "proc-macro2", 3451 - "quote", 3452 - "unicode-ident", 3453 - ] 3454 - 3455 - [[package]] 3456 - name = "termcolor" 3457 - version = "1.4.1" 3458 - source = "registry+https://github.com/rust-lang/crates.io-index" 3459 - checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 3460 - dependencies = [ 3461 - "winapi-util", 3462 - ] 3463 - 3464 - [[package]] 3465 - name = "thiserror" 3466 - version = "1.0.62" 3467 - source = "registry+https://github.com/rust-lang/crates.io-index" 3468 - checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" 3469 - dependencies = [ 3470 - "thiserror-impl", 3471 - ] 3472 - 3473 - [[package]] 3474 - name = "thiserror-impl" 3475 - version = "1.0.62" 3476 - source = "registry+https://github.com/rust-lang/crates.io-index" 3477 - checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" 3478 - dependencies = [ 3479 - "proc-macro2", 3480 - "quote", 3481 - "syn 2.0.71", 3482 - ] 3483 - 3484 - [[package]] 3485 - name = "thread-id" 3486 - version = "4.2.1" 3487 - source = "registry+https://github.com/rust-lang/crates.io-index" 3488 - checksum = "f0ec81c46e9eb50deaa257be2f148adf052d1fb7701cfd55ccfab2525280b70b" 3489 - dependencies = [ 3490 - "libc", 3491 - "winapi", 3492 - ] 3493 - 3494 - [[package]] 3495 - name = "thread_local" 3496 - version = "1.1.8" 3497 - source = "registry+https://github.com/rust-lang/crates.io-index" 3498 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 3499 - dependencies = [ 3500 - "cfg-if", 3501 - "once_cell", 3502 - ] 3503 - 3504 - [[package]] 3505 - name = "threadpool" 3506 - version = "1.8.1" 3507 - source = "registry+https://github.com/rust-lang/crates.io-index" 3508 - checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 3509 - dependencies = [ 3510 - "num_cpus", 3511 - ] 3512 - 3513 - [[package]] 3514 - name = "tiny-skia" 3515 - version = "0.7.0" 3516 - source = "registry+https://github.com/rust-lang/crates.io-index" 3517 - checksum = "642680569bb895b16e4b9d181c60be1ed136fa0c9c7f11d004daf053ba89bf82" 3518 - dependencies = [ 3519 - "arrayref", 3520 - "arrayvec 0.5.2", 3521 - "bytemuck", 3522 - "cfg-if", 3523 - "png", 3524 - "safe_arch", 3525 - "tiny-skia-path 0.7.0", 3526 - ] 3527 - 3528 - [[package]] 3529 - name = "tiny-skia" 3530 - version = "0.11.4" 3531 - source = "registry+https://github.com/rust-lang/crates.io-index" 3532 - checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 3533 - dependencies = [ 3534 - "arrayref", 3535 - "arrayvec 0.7.4", 3536 - "bytemuck", 3537 - "cfg-if", 3538 - "log", 3539 - "tiny-skia-path 0.11.4", 3540 - ] 3541 - 3542 - [[package]] 3543 - name = "tiny-skia-path" 3544 - version = "0.7.0" 3545 - source = "registry+https://github.com/rust-lang/crates.io-index" 3546 - checksum = "c114d32f0c2ee43d585367cb013dfaba967ab9f62b90d9af0d696e955e70fa6c" 3547 - dependencies = [ 3548 - "arrayref", 3549 - "bytemuck", 3550 - ] 3551 - 3552 - [[package]] 3553 - name = "tiny-skia-path" 3554 - version = "0.11.4" 3555 - source = "registry+https://github.com/rust-lang/crates.io-index" 3556 - checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 3557 - dependencies = [ 3558 - "arrayref", 3559 - "bytemuck", 3560 - "strict-num", 3561 - ] 3562 - 3563 - [[package]] 3564 - name = "tinytemplate" 3565 - version = "1.2.1" 3566 - source = "registry+https://github.com/rust-lang/crates.io-index" 3567 - checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 3568 - dependencies = [ 3569 - "serde", 3570 - "serde_json", 3571 - ] 3572 - 3573 - [[package]] 3574 - name = "tinyvec" 3575 - version = "1.8.0" 3576 - source = "registry+https://github.com/rust-lang/crates.io-index" 3577 - checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 3578 - dependencies = [ 3579 - "tinyvec_macros", 3580 - ] 3581 - 3582 - [[package]] 3583 - name = "tinyvec_macros" 3584 - version = "0.1.1" 3585 - source = "registry+https://github.com/rust-lang/crates.io-index" 3586 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3587 - 3588 - [[package]] 3589 - name = "tokio" 3590 - version = "1.38.0" 3591 - source = "registry+https://github.com/rust-lang/crates.io-index" 3592 - checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" 3593 - dependencies = [ 3594 - "backtrace", 3595 - "bytes", 3596 - "libc", 3597 - "mio", 3598 - "num_cpus", 3599 - "parking_lot", 3600 - "pin-project-lite", 3601 - "signal-hook-registry", 3602 - "socket2", 3603 - "tokio-macros", 3604 - "windows-sys 0.48.0", 3605 - ] 3606 - 3607 - [[package]] 3608 - name = "tokio-macros" 3609 - version = "2.3.0" 3610 - source = "registry+https://github.com/rust-lang/crates.io-index" 3611 - checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" 3612 - dependencies = [ 3613 - "proc-macro2", 3614 - "quote", 3615 - "syn 2.0.71", 3616 - ] 3617 - 3618 - [[package]] 3619 - name = "toml_datetime" 3620 - version = "0.6.6" 3621 - source = "registry+https://github.com/rust-lang/crates.io-index" 3622 - checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" 3623 - 3624 - [[package]] 3625 - name = "toml_edit" 3626 - version = "0.19.15" 3627 - source = "registry+https://github.com/rust-lang/crates.io-index" 3628 - checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 3629 - dependencies = [ 3630 - "indexmap", 3631 - "toml_datetime", 3632 - "winnow", 3633 - ] 3634 - 3635 - [[package]] 3636 - name = "toml_edit" 3637 - version = "0.21.1" 3638 - source = "registry+https://github.com/rust-lang/crates.io-index" 3639 - checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" 3640 - dependencies = [ 3641 - "indexmap", 3642 - "toml_datetime", 3643 - "winnow", 3644 - ] 3645 - 3646 - [[package]] 3647 - name = "tracing" 3648 - version = "0.1.40" 3649 - source = "registry+https://github.com/rust-lang/crates.io-index" 3650 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 3651 - dependencies = [ 3652 - "pin-project-lite", 3653 - "tracing-core", 3654 - ] 3655 - 3656 - [[package]] 3657 - name = "tracing-core" 3658 - version = "0.1.32" 3659 - source = "registry+https://github.com/rust-lang/crates.io-index" 3660 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 3661 - dependencies = [ 3662 - "once_cell", 3663 - "valuable", 3664 - ] 3665 - 3666 - [[package]] 3667 - name = "tracing-log" 3668 - version = "0.2.0" 3669 - source = "registry+https://github.com/rust-lang/crates.io-index" 3670 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3671 - dependencies = [ 3672 - "log", 3673 - "once_cell", 3674 - "tracing-core", 3675 - ] 3676 - 3677 - [[package]] 3678 - name = "tracing-subscriber" 3679 - version = "0.3.18" 3680 - source = "registry+https://github.com/rust-lang/crates.io-index" 3681 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 3682 - dependencies = [ 3683 - "matchers", 3684 - "nu-ansi-term", 3685 - "once_cell", 3686 - "regex", 3687 - "sharded-slab", 3688 - "smallvec", 3689 - "thread_local", 3690 - "tracing", 3691 - "tracing-core", 3692 - "tracing-log", 3693 - ] 3694 - 3695 - [[package]] 3696 - name = "tracy-client" 3697 - version = "0.17.0" 3698 - source = "registry+https://github.com/rust-lang/crates.io-index" 3699 - checksum = "59fb931a64ff88984f86d3e9bcd1ae8843aa7fe44dd0f8097527bc172351741d" 3700 - dependencies = [ 3701 - "loom", 3702 - "once_cell", 3703 - "tracy-client-sys", 3704 - ] 3705 - 3706 - [[package]] 3707 - name = "tracy-client-sys" 3708 - version = "0.22.2" 3709 - source = "registry+https://github.com/rust-lang/crates.io-index" 3710 - checksum = "9d104d610dfa9dd154535102cc9c6164ae1fa37842bc2d9e83f9ac82b0ae0882" 3711 - dependencies = [ 3712 - "cc", 3713 - ] 3714 - 3715 - [[package]] 3716 - name = "ttf-parser" 3717 - version = "0.24.0" 3718 - source = "registry+https://github.com/rust-lang/crates.io-index" 3719 - checksum = "8686b91785aff82828ed725225925b33b4fde44c4bb15876e5f7c832724c420a" 3720 - 3721 - [[package]] 3722 - name = "unic-char-property" 3723 - version = "0.9.0" 3724 - source = "registry+https://github.com/rust-lang/crates.io-index" 3725 - checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 3726 - dependencies = [ 3727 - "unic-char-range", 3728 - ] 3729 - 3730 - [[package]] 3731 - name = "unic-char-range" 3732 - version = "0.9.0" 3733 - source = "registry+https://github.com/rust-lang/crates.io-index" 3734 - checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 3735 - 3736 - [[package]] 3737 - name = "unic-common" 3738 - version = "0.9.0" 3739 - source = "registry+https://github.com/rust-lang/crates.io-index" 3740 - checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 3741 - 3742 - [[package]] 3743 - name = "unic-ucd-ident" 3744 - version = "0.9.0" 3745 - source = "registry+https://github.com/rust-lang/crates.io-index" 3746 - checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" 3747 - dependencies = [ 3748 - "unic-char-property", 3749 - "unic-char-range", 3750 - "unic-ucd-version", 3751 - ] 3752 - 3753 - [[package]] 3754 - name = "unic-ucd-version" 3755 - version = "0.9.0" 3756 - source = "registry+https://github.com/rust-lang/crates.io-index" 3757 - checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 3758 - dependencies = [ 3759 - "unic-common", 3760 - ] 3761 - 3762 - [[package]] 3763 - name = "unicode-bidi" 3764 - version = "0.3.15" 3765 - source = "registry+https://github.com/rust-lang/crates.io-index" 3766 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 3767 - 3768 - [[package]] 3769 - name = "unicode-id-start" 3770 - version = "1.2.0" 3771 - source = "registry+https://github.com/rust-lang/crates.io-index" 3772 - checksum = "bc3882f69607a2ac8cc4de3ee7993d8f68bb06f2974271195065b3bd07f2edea" 3773 - 3774 - [[package]] 3775 - name = "unicode-ident" 3776 - version = "1.0.12" 3777 - source = "registry+https://github.com/rust-lang/crates.io-index" 3778 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 3779 - 3780 - [[package]] 3781 - name = "unicode-normalization" 3782 - version = "0.1.23" 3783 - source = "registry+https://github.com/rust-lang/crates.io-index" 3784 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 3785 - dependencies = [ 3786 - "tinyvec", 3787 - ] 3788 - 3789 - [[package]] 3790 - name = "unicode-segmentation" 3791 - version = "1.11.0" 3792 - source = "registry+https://github.com/rust-lang/crates.io-index" 3793 - checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 3794 - 3795 - [[package]] 3796 - name = "unicode-width" 3797 - version = "0.1.13" 3798 - source = "registry+https://github.com/rust-lang/crates.io-index" 3799 - checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 3800 - 3801 - [[package]] 3802 - name = "unicode-xid" 3803 - version = "0.2.4" 3804 - source = "registry+https://github.com/rust-lang/crates.io-index" 3805 - checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 3806 - 3807 - [[package]] 3808 - name = "url" 3809 - version = "2.5.2" 3810 - source = "registry+https://github.com/rust-lang/crates.io-index" 3811 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 3812 - dependencies = [ 3813 - "form_urlencoded", 3814 - "idna", 3815 - "percent-encoding", 3816 - "serde", 3817 - ] 3818 - 3819 - [[package]] 3820 - name = "urlpattern" 3821 - version = "0.2.0" 3822 - source = "registry+https://github.com/rust-lang/crates.io-index" 3823 - checksum = "f9bd5ff03aea02fa45b13a7980151fe45009af1980ba69f651ec367121a31609" 3824 - dependencies = [ 3825 - "derive_more", 3826 - "regex", 3827 - "serde", 3828 - "unic-ucd-ident", 3829 - "url", 3830 - ] 3831 - 3832 - [[package]] 3833 - name = "utf8parse" 3834 - version = "0.2.2" 3835 - source = "registry+https://github.com/rust-lang/crates.io-index" 3836 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 3837 - 3838 - [[package]] 3839 - name = "uuid" 3840 - version = "1.10.0" 3841 - source = "registry+https://github.com/rust-lang/crates.io-index" 3842 - checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" 3843 - dependencies = [ 3844 - "getrandom", 3845 - "serde", 3846 - ] 3847 - 3848 - [[package]] 3849 - name = "v8" 3850 - version = "0.89.0" 3851 - source = "registry+https://github.com/rust-lang/crates.io-index" 3852 - checksum = "fe2197fbef82c98f7953d13568a961d4e1c663793b5caf3c74455a13918cdf33" 3853 - dependencies = [ 3854 - "bitflags 2.6.0", 3855 - "fslock", 3856 - "gzip-header", 3857 - "home", 3858 - "miniz_oxide", 3859 - "once_cell", 3860 - "which", 3861 - ] 3862 - 3863 - [[package]] 3864 - name = "valuable" 3865 - version = "0.1.0" 3866 - source = "registry+https://github.com/rust-lang/crates.io-index" 3867 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 3868 - 3869 - [[package]] 3870 - name = "vec_map" 3871 - version = "0.8.2" 3872 - source = "registry+https://github.com/rust-lang/crates.io-index" 3873 - checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 3874 - 3875 - [[package]] 3876 - name = "version_check" 3877 - version = "0.9.4" 3878 - source = "registry+https://github.com/rust-lang/crates.io-index" 3879 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3880 - 3881 - [[package]] 3882 - name = "vsimd" 3883 - version = "0.8.0" 3884 - source = "registry+https://github.com/rust-lang/crates.io-index" 3885 - checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 3886 - 3887 - [[package]] 3888 - name = "walkdir" 3889 - version = "2.5.0" 3890 - source = "registry+https://github.com/rust-lang/crates.io-index" 3891 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 3892 - dependencies = [ 3893 - "same-file", 3894 - "winapi-util", 3895 - ] 3896 - 3897 - [[package]] 3898 - name = "wasi" 3899 - version = "0.11.0+wasi-snapshot-preview1" 3900 - source = "registry+https://github.com/rust-lang/crates.io-index" 3901 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3902 - 3903 - [[package]] 3904 - name = "wasm-bindgen" 3905 - version = "0.2.92" 3906 - source = "registry+https://github.com/rust-lang/crates.io-index" 3907 - checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 3908 - dependencies = [ 3909 - "cfg-if", 3910 - "wasm-bindgen-macro", 3911 - ] 3912 - 3913 - [[package]] 3914 - name = "wasm-bindgen-backend" 3915 - version = "0.2.92" 3916 - source = "registry+https://github.com/rust-lang/crates.io-index" 3917 - checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 3918 - dependencies = [ 3919 - "bumpalo", 3920 - "log", 3921 - "once_cell", 3922 - "proc-macro2", 3923 - "quote", 3924 - "syn 2.0.71", 3925 - "wasm-bindgen-shared", 3926 - ] 3927 - 3928 - [[package]] 3929 - name = "wasm-bindgen-futures" 3930 - version = "0.4.42" 3931 - source = "registry+https://github.com/rust-lang/crates.io-index" 3932 - checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 3933 - dependencies = [ 3934 - "cfg-if", 3935 - "js-sys", 3936 - "wasm-bindgen", 3937 - "web-sys", 3938 - ] 3939 - 3940 - [[package]] 3941 - name = "wasm-bindgen-macro" 3942 - version = "0.2.92" 3943 - source = "registry+https://github.com/rust-lang/crates.io-index" 3944 - checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 3945 - dependencies = [ 3946 - "quote", 3947 - "wasm-bindgen-macro-support", 3948 - ] 3949 - 3950 - [[package]] 3951 - name = "wasm-bindgen-macro-support" 3952 - version = "0.2.92" 3953 - source = "registry+https://github.com/rust-lang/crates.io-index" 3954 - checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 3955 - dependencies = [ 3956 - "proc-macro2", 3957 - "quote", 3958 - "syn 2.0.71", 3959 - "wasm-bindgen-backend", 3960 - "wasm-bindgen-shared", 3961 - ] 3962 - 3963 - [[package]] 3964 - name = "wasm-bindgen-shared" 3965 - version = "0.2.92" 3966 - source = "registry+https://github.com/rust-lang/crates.io-index" 3967 - checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 3968 - 3969 - [[package]] 3970 - name = "wasm-bindgen-test" 3971 - version = "0.3.42" 3972 - source = "registry+https://github.com/rust-lang/crates.io-index" 3973 - checksum = "d9bf62a58e0780af3e852044583deee40983e5886da43a271dd772379987667b" 3974 - dependencies = [ 3975 - "console_error_panic_hook", 3976 - "js-sys", 3977 - "scoped-tls", 3978 - "wasm-bindgen", 3979 - "wasm-bindgen-futures", 3980 - "wasm-bindgen-test-macro", 3981 - ] 3982 - 3983 - [[package]] 3984 - name = "wasm-bindgen-test-macro" 3985 - version = "0.3.42" 3986 - source = "registry+https://github.com/rust-lang/crates.io-index" 3987 - checksum = "b7f89739351a2e03cb94beb799d47fb2cac01759b40ec441f7de39b00cbf7ef0" 3988 - dependencies = [ 3989 - "proc-macro2", 3990 - "quote", 3991 - "syn 2.0.71", 3992 - ] 3993 - 3994 - [[package]] 3995 - name = "wayland-backend" 3996 - version = "0.3.5" 3997 - source = "registry+https://github.com/rust-lang/crates.io-index" 3998 - checksum = "269c04f203640d0da2092d1b8d89a2d081714ae3ac2f1b53e99f205740517198" 3999 - dependencies = [ 4000 - "cc", 4001 - "downcast-rs", 4002 - "rustix", 4003 - "scoped-tls", 4004 - "smallvec", 4005 - "wayland-sys 0.31.3", 4006 - ] 4007 - 4008 - [[package]] 4009 - name = "wayland-client" 4010 - version = "0.29.5" 4011 - source = "registry+https://github.com/rust-lang/crates.io-index" 4012 - checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715" 4013 - dependencies = [ 4014 - "bitflags 1.3.2", 4015 - "downcast-rs", 4016 - "libc", 4017 - "nix 0.24.3", 4018 - "scoped-tls", 4019 - "wayland-commons", 4020 - "wayland-scanner 0.29.5", 4021 - "wayland-sys 0.29.5", 4022 - ] 4023 - 4024 - [[package]] 4025 - name = "wayland-client" 4026 - version = "0.31.2" 4027 - source = "registry+https://github.com/rust-lang/crates.io-index" 4028 - checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f" 4029 - dependencies = [ 4030 - "bitflags 2.6.0", 4031 - "rustix", 4032 - "wayland-backend", 4033 - "wayland-scanner 0.31.1", 4034 - ] 4035 - 4036 - [[package]] 4037 - name = "wayland-commons" 4038 - version = "0.29.5" 4039 - source = "registry+https://github.com/rust-lang/crates.io-index" 4040 - checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902" 4041 - dependencies = [ 4042 - "nix 0.24.3", 4043 - "once_cell", 4044 - "smallvec", 4045 - "wayland-sys 0.29.5", 4046 - ] 4047 - 4048 - [[package]] 4049 - name = "wayland-csd-frame" 4050 - version = "0.3.0" 4051 - source = "registry+https://github.com/rust-lang/crates.io-index" 4052 - checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 4053 - dependencies = [ 4054 - "bitflags 2.6.0", 4055 - "cursor-icon", 4056 - "wayland-backend", 4057 - ] 4058 - 4059 - [[package]] 4060 - name = "wayland-cursor" 4061 - version = "0.29.5" 4062 - source = "registry+https://github.com/rust-lang/crates.io-index" 4063 - checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661" 4064 - dependencies = [ 4065 - "nix 0.24.3", 4066 - "wayland-client 0.29.5", 4067 - "xcursor", 4068 - ] 4069 - 4070 - [[package]] 4071 - name = "wayland-cursor" 4072 - version = "0.31.1" 4073 - source = "registry+https://github.com/rust-lang/crates.io-index" 4074 - checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba" 4075 - dependencies = [ 4076 - "rustix", 4077 - "wayland-client 0.31.2", 4078 - "xcursor", 4079 - ] 4080 - 4081 - [[package]] 4082 - name = "wayland-egl" 4083 - version = "0.29.5" 4084 - source = "registry+https://github.com/rust-lang/crates.io-index" 4085 - checksum = "402de949f81a012926d821a2d659f930694257e76dd92b6e0042ceb27be4107d" 4086 - dependencies = [ 4087 - "wayland-client 0.29.5", 4088 - "wayland-sys 0.29.5", 4089 - ] 4090 - 4091 - [[package]] 4092 - name = "wayland-protocols" 4093 - version = "0.29.5" 4094 - source = "registry+https://github.com/rust-lang/crates.io-index" 4095 - checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6" 4096 - dependencies = [ 4097 - "bitflags 1.3.2", 4098 - "wayland-client 0.29.5", 4099 - "wayland-commons", 4100 - "wayland-scanner 0.29.5", 4101 - ] 4102 - 4103 - [[package]] 4104 - name = "wayland-protocols" 4105 - version = "0.31.2" 4106 - source = "registry+https://github.com/rust-lang/crates.io-index" 4107 - checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4" 4108 - dependencies = [ 4109 - "bitflags 2.6.0", 4110 - "wayland-backend", 4111 - "wayland-client 0.31.2", 4112 - "wayland-scanner 0.31.1", 4113 - ] 4114 - 4115 - [[package]] 4116 - name = "wayland-protocols-plasma" 4117 - version = "0.2.0" 4118 - source = "registry+https://github.com/rust-lang/crates.io-index" 4119 - checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479" 4120 - dependencies = [ 4121 - "bitflags 2.6.0", 4122 - "wayland-backend", 4123 - "wayland-client 0.31.2", 4124 - "wayland-protocols 0.31.2", 4125 - "wayland-scanner 0.31.1", 4126 - ] 4127 - 4128 - [[package]] 4129 - name = "wayland-protocols-wlr" 4130 - version = "0.2.0" 4131 - source = "registry+https://github.com/rust-lang/crates.io-index" 4132 - checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6" 4133 - dependencies = [ 4134 - "bitflags 2.6.0", 4135 - "wayland-backend", 4136 - "wayland-client 0.31.2", 4137 - "wayland-protocols 0.31.2", 4138 - "wayland-scanner 0.31.1", 4139 - ] 4140 - 4141 - [[package]] 4142 - name = "wayland-scanner" 4143 - version = "0.29.5" 4144 - source = "registry+https://github.com/rust-lang/crates.io-index" 4145 - checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53" 4146 - dependencies = [ 4147 - "proc-macro2", 4148 - "quote", 4149 - "xml-rs", 4150 - ] 4151 - 4152 - [[package]] 4153 - name = "wayland-scanner" 4154 - version = "0.31.1" 4155 - source = "registry+https://github.com/rust-lang/crates.io-index" 4156 - checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283" 4157 - dependencies = [ 4158 - "proc-macro2", 4159 - "quick-xml", 4160 - "quote", 4161 - ] 4162 - 4163 - [[package]] 4164 - name = "wayland-sys" 4165 - version = "0.29.5" 4166 - source = "registry+https://github.com/rust-lang/crates.io-index" 4167 - checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4" 4168 - dependencies = [ 4169 - "dlib", 4170 - "lazy_static", 4171 - "pkg-config", 4172 - ] 4173 - 4174 - [[package]] 4175 - name = "wayland-sys" 4176 - version = "0.31.3" 4177 - source = "registry+https://github.com/rust-lang/crates.io-index" 4178 - checksum = "4a6754825230fa5b27bafaa28c30b3c9e72c55530581220cef401fa422c0fae7" 4179 - dependencies = [ 4180 - "dlib", 4181 - "log", 4182 - "once_cell", 4183 - "pkg-config", 4184 - ] 4185 - 4186 - [[package]] 4187 - name = "web-sys" 4188 - version = "0.3.69" 4189 - source = "registry+https://github.com/rust-lang/crates.io-index" 4190 - checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 4191 - dependencies = [ 4192 - "js-sys", 4193 - "wasm-bindgen", 4194 - ] 4195 - 4196 - [[package]] 4197 - name = "web-time" 4198 - version = "0.2.4" 4199 - source = "registry+https://github.com/rust-lang/crates.io-index" 4200 - checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0" 4201 - dependencies = [ 4202 - "js-sys", 4203 - "wasm-bindgen", 4204 - ] 4205 - 4206 - [[package]] 4207 - name = "wgpu" 4208 - version = "22.1.0" 4209 - dependencies = [ 4210 - "arrayvec 0.7.4", 4211 - "cfg_aliases", 4212 - "document-features", 4213 - "js-sys", 4214 - "log", 4215 - "naga", 4216 - "parking_lot", 4217 - "profiling", 4218 - "raw-window-handle 0.6.2", 4219 - "serde", 4220 - "smallvec", 4221 - "static_assertions", 4222 - "wasm-bindgen", 4223 - "wasm-bindgen-futures", 4224 - "web-sys", 4225 - "wgpu-core", 4226 - "wgpu-hal", 4227 - "wgpu-types", 4228 - ] 4229 - 4230 - [[package]] 4231 - name = "wgpu-benchmark" 4232 - version = "22.1.0" 4233 - dependencies = [ 4234 - "bincode", 4235 - "bytemuck", 4236 - "criterion", 4237 - "naga", 4238 - "nanorand", 4239 - "once_cell", 4240 - "pollster", 4241 - "profiling", 4242 - "rayon", 4243 - "tracy-client", 4244 - "wgpu", 4245 - ] 4246 - 4247 - [[package]] 4248 - name = "wgpu-core" 4249 - version = "22.1.0" 4250 - dependencies = [ 4251 - "arrayvec 0.7.4", 4252 - "bit-vec", 4253 - "bitflags 2.6.0", 4254 - "bytemuck", 4255 - "cfg_aliases", 4256 - "document-features", 4257 - "indexmap", 4258 - "log", 4259 - "naga", 4260 - "once_cell", 4261 - "parking_lot", 4262 - "profiling", 4263 - "raw-window-handle 0.6.2", 4264 - "ron", 4265 - "rustc-hash", 4266 - "serde", 4267 - "smallvec", 4268 - "thiserror", 4269 - "wgpu-hal", 4270 - "wgpu-types", 4271 - ] 4272 - 4273 - [[package]] 4274 - name = "wgpu-examples" 4275 - version = "22.1.0" 4276 - dependencies = [ 4277 - "bytemuck", 4278 - "cfg-if", 4279 - "console_error_panic_hook", 4280 - "console_log", 4281 - "encase", 4282 - "env_logger", 4283 - "fern", 4284 - "flume", 4285 - "getrandom", 4286 - "glam", 4287 - "ktx2", 4288 - "log", 4289 - "nanorand", 4290 - "noise", 4291 - "obj", 4292 - "png", 4293 - "pollster", 4294 - "wasm-bindgen", 4295 - "wasm-bindgen-futures", 4296 - "wasm-bindgen-test", 4297 - "web-sys", 4298 - "web-time", 4299 - "wgpu", 4300 - "wgpu-test", 4301 - "winit 0.29.15", 4302 - ] 4303 - 4304 - [[package]] 4305 - name = "wgpu-hal" 4306 - version = "22.0.0" 4307 - dependencies = [ 4308 - "android_system_properties", 4309 - "arrayvec 0.7.4", 4310 - "ash", 4311 - "bit-set", 4312 - "bitflags 2.6.0", 4313 - "block", 4314 - "cfg-if", 4315 - "cfg_aliases", 4316 - "core-graphics-types", 4317 - "d3d12", 4318 - "env_logger", 4319 - "glam", 4320 - "glow", 4321 - "glutin", 4322 - "glutin_wgl_sys 0.6.0", 4323 - "gpu-alloc", 4324 - "gpu-allocator", 4325 - "gpu-descriptor", 4326 - "hassle-rs", 4327 - "js-sys", 4328 - "khronos-egl", 4329 - "libc", 4330 - "libloading 0.7.4", 4331 - "log", 4332 - "metal", 4333 - "naga", 4334 - "ndk-sys 0.5.0+25.2.9519653", 4335 - "objc", 4336 - "once_cell", 4337 - "parking_lot", 4338 - "profiling", 4339 - "range-alloc", 4340 - "raw-window-handle 0.6.2", 4341 - "renderdoc-sys", 4342 - "rustc-hash", 4343 - "smallvec", 4344 - "thiserror", 4345 - "wasm-bindgen", 4346 - "web-sys", 4347 - "wgpu-types", 4348 - "winapi", 4349 - "winit 0.29.15", 4350 - ] 4351 - 4352 - [[package]] 4353 - name = "wgpu-info" 4354 - version = "22.1.0" 4355 - dependencies = [ 4356 - "anyhow", 4357 - "bitflags 2.6.0", 4358 - "env_logger", 4359 - "pico-args", 4360 - "serde", 4361 - "serde_json", 4362 - "wgpu", 4363 - ] 4364 - 4365 - [[package]] 4366 - name = "wgpu-macros" 4367 - version = "22.1.0" 4368 - dependencies = [ 4369 - "heck 0.5.0", 4370 - "quote", 4371 - "syn 2.0.71", 4372 - ] 4373 - 4374 - [[package]] 4375 - name = "wgpu-test" 4376 - version = "22.1.0" 4377 - dependencies = [ 4378 - "anyhow", 4379 - "arrayvec 0.7.4", 4380 - "bitflags 2.6.0", 4381 - "bytemuck", 4382 - "cfg-if", 4383 - "console_log", 4384 - "ctor", 4385 - "env_logger", 4386 - "futures-lite", 4387 - "image", 4388 - "itertools", 4389 - "js-sys", 4390 - "libtest-mimic", 4391 - "log", 4392 - "nv-flip", 4393 - "parking_lot", 4394 - "png", 4395 - "pollster", 4396 - "profiling", 4397 - "serde", 4398 - "serde_json", 4399 - "strum", 4400 - "wasm-bindgen", 4401 - "wasm-bindgen-futures", 4402 - "wasm-bindgen-test", 4403 - "web-sys", 4404 - "wgpu", 4405 - "wgpu-macros", 4406 - "wgpu-types", 4407 - ] 4408 - 4409 - [[package]] 4410 - name = "wgpu-types" 4411 - version = "22.0.0" 4412 - dependencies = [ 4413 - "bitflags 2.6.0", 4414 - "js-sys", 4415 - "serde", 4416 - "serde_json", 4417 - "web-sys", 4418 - ] 4419 - 4420 - [[package]] 4421 - name = "which" 4422 - version = "5.0.0" 4423 - source = "registry+https://github.com/rust-lang/crates.io-index" 4424 - checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14" 4425 - dependencies = [ 4426 - "either", 4427 - "home", 4428 - "once_cell", 4429 - "rustix", 4430 - "windows-sys 0.48.0", 4431 - ] 4432 - 4433 - [[package]] 4434 - name = "widestring" 4435 - version = "1.1.0" 4436 - source = "registry+https://github.com/rust-lang/crates.io-index" 4437 - checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" 4438 - 4439 - [[package]] 4440 - name = "winapi" 4441 - version = "0.3.9" 4442 - source = "registry+https://github.com/rust-lang/crates.io-index" 4443 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4444 - dependencies = [ 4445 - "winapi-i686-pc-windows-gnu", 4446 - "winapi-x86_64-pc-windows-gnu", 4447 - ] 4448 - 4449 - [[package]] 4450 - name = "winapi-i686-pc-windows-gnu" 4451 - version = "0.4.0" 4452 - source = "registry+https://github.com/rust-lang/crates.io-index" 4453 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4454 - 4455 - [[package]] 4456 - name = "winapi-util" 4457 - version = "0.1.8" 4458 - source = "registry+https://github.com/rust-lang/crates.io-index" 4459 - checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" 4460 - dependencies = [ 4461 - "windows-sys 0.52.0", 4462 - ] 4463 - 4464 - [[package]] 4465 - name = "winapi-x86_64-pc-windows-gnu" 4466 - version = "0.4.0" 4467 - source = "registry+https://github.com/rust-lang/crates.io-index" 4468 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4469 - 4470 - [[package]] 4471 - name = "windows" 4472 - version = "0.52.0" 4473 - source = "registry+https://github.com/rust-lang/crates.io-index" 4474 - checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 4475 - dependencies = [ 4476 - "windows-core 0.52.0", 4477 - "windows-targets 0.52.5", 4478 - ] 4479 - 4480 - [[package]] 4481 - name = "windows" 4482 - version = "0.54.0" 4483 - source = "registry+https://github.com/rust-lang/crates.io-index" 4484 - checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49" 4485 - dependencies = [ 4486 - "windows-core 0.54.0", 4487 - "windows-targets 0.52.5", 4488 - ] 4489 - 4490 - [[package]] 4491 - name = "windows-core" 4492 - version = "0.52.0" 4493 - source = "registry+https://github.com/rust-lang/crates.io-index" 4494 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 4495 - dependencies = [ 4496 - "windows-targets 0.52.5", 4497 - ] 4498 - 4499 - [[package]] 4500 - name = "windows-core" 4501 - version = "0.54.0" 4502 - source = "registry+https://github.com/rust-lang/crates.io-index" 4503 - checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65" 4504 - dependencies = [ 4505 - "windows-result", 4506 - "windows-targets 0.52.5", 4507 - ] 4508 - 4509 - [[package]] 4510 - name = "windows-result" 4511 - version = "0.1.2" 4512 - source = "registry+https://github.com/rust-lang/crates.io-index" 4513 - checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 4514 - dependencies = [ 4515 - "windows-targets 0.52.5", 4516 - ] 4517 - 4518 - [[package]] 4519 - name = "windows-sys" 4520 - version = "0.36.1" 4521 - source = "registry+https://github.com/rust-lang/crates.io-index" 4522 - checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 4523 - dependencies = [ 4524 - "windows_aarch64_msvc 0.36.1", 4525 - "windows_i686_gnu 0.36.1", 4526 - "windows_i686_msvc 0.36.1", 4527 - "windows_x86_64_gnu 0.36.1", 4528 - "windows_x86_64_msvc 0.36.1", 4529 - ] 4530 - 4531 - [[package]] 4532 - name = "windows-sys" 4533 - version = "0.45.0" 4534 - source = "registry+https://github.com/rust-lang/crates.io-index" 4535 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4536 - dependencies = [ 4537 - "windows-targets 0.42.2", 4538 - ] 4539 - 4540 - [[package]] 4541 - name = "windows-sys" 4542 - version = "0.48.0" 4543 - source = "registry+https://github.com/rust-lang/crates.io-index" 4544 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4545 - dependencies = [ 4546 - "windows-targets 0.48.5", 4547 - ] 4548 - 4549 - [[package]] 4550 - name = "windows-sys" 4551 - version = "0.52.0" 4552 - source = "registry+https://github.com/rust-lang/crates.io-index" 4553 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4554 - dependencies = [ 4555 - "windows-targets 0.52.5", 4556 - ] 4557 - 4558 - [[package]] 4559 - name = "windows-targets" 4560 - version = "0.42.2" 4561 - source = "registry+https://github.com/rust-lang/crates.io-index" 4562 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 4563 - dependencies = [ 4564 - "windows_aarch64_gnullvm 0.42.2", 4565 - "windows_aarch64_msvc 0.42.2", 4566 - "windows_i686_gnu 0.42.2", 4567 - "windows_i686_msvc 0.42.2", 4568 - "windows_x86_64_gnu 0.42.2", 4569 - "windows_x86_64_gnullvm 0.42.2", 4570 - "windows_x86_64_msvc 0.42.2", 4571 - ] 4572 - 4573 - [[package]] 4574 - name = "windows-targets" 4575 - version = "0.48.5" 4576 - source = "registry+https://github.com/rust-lang/crates.io-index" 4577 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4578 - dependencies = [ 4579 - "windows_aarch64_gnullvm 0.48.5", 4580 - "windows_aarch64_msvc 0.48.5", 4581 - "windows_i686_gnu 0.48.5", 4582 - "windows_i686_msvc 0.48.5", 4583 - "windows_x86_64_gnu 0.48.5", 4584 - "windows_x86_64_gnullvm 0.48.5", 4585 - "windows_x86_64_msvc 0.48.5", 4586 - ] 4587 - 4588 - [[package]] 4589 - name = "windows-targets" 4590 - version = "0.52.5" 4591 - source = "registry+https://github.com/rust-lang/crates.io-index" 4592 - checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 4593 - dependencies = [ 4594 - "windows_aarch64_gnullvm 0.52.5", 4595 - "windows_aarch64_msvc 0.52.5", 4596 - "windows_i686_gnu 0.52.5", 4597 - "windows_i686_gnullvm", 4598 - "windows_i686_msvc 0.52.5", 4599 - "windows_x86_64_gnu 0.52.5", 4600 - "windows_x86_64_gnullvm 0.52.5", 4601 - "windows_x86_64_msvc 0.52.5", 4602 - ] 4603 - 4604 - [[package]] 4605 - name = "windows_aarch64_gnullvm" 4606 - version = "0.42.2" 4607 - source = "registry+https://github.com/rust-lang/crates.io-index" 4608 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 4609 - 4610 - [[package]] 4611 - name = "windows_aarch64_gnullvm" 4612 - version = "0.48.5" 4613 - source = "registry+https://github.com/rust-lang/crates.io-index" 4614 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4615 - 4616 - [[package]] 4617 - name = "windows_aarch64_gnullvm" 4618 - version = "0.52.5" 4619 - source = "registry+https://github.com/rust-lang/crates.io-index" 4620 - checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 4621 - 4622 - [[package]] 4623 - name = "windows_aarch64_msvc" 4624 - version = "0.36.1" 4625 - source = "registry+https://github.com/rust-lang/crates.io-index" 4626 - checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 4627 - 4628 - [[package]] 4629 - name = "windows_aarch64_msvc" 4630 - version = "0.42.2" 4631 - source = "registry+https://github.com/rust-lang/crates.io-index" 4632 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 4633 - 4634 - [[package]] 4635 - name = "windows_aarch64_msvc" 4636 - version = "0.48.5" 4637 - source = "registry+https://github.com/rust-lang/crates.io-index" 4638 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4639 - 4640 - [[package]] 4641 - name = "windows_aarch64_msvc" 4642 - version = "0.52.5" 4643 - source = "registry+https://github.com/rust-lang/crates.io-index" 4644 - checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 4645 - 4646 - [[package]] 4647 - name = "windows_i686_gnu" 4648 - version = "0.36.1" 4649 - source = "registry+https://github.com/rust-lang/crates.io-index" 4650 - checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 4651 - 4652 - [[package]] 4653 - name = "windows_i686_gnu" 4654 - version = "0.42.2" 4655 - source = "registry+https://github.com/rust-lang/crates.io-index" 4656 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 4657 - 4658 - [[package]] 4659 - name = "windows_i686_gnu" 4660 - version = "0.48.5" 4661 - source = "registry+https://github.com/rust-lang/crates.io-index" 4662 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4663 - 4664 - [[package]] 4665 - name = "windows_i686_gnu" 4666 - version = "0.52.5" 4667 - source = "registry+https://github.com/rust-lang/crates.io-index" 4668 - checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 4669 - 4670 - [[package]] 4671 - name = "windows_i686_gnullvm" 4672 - version = "0.52.6" 4673 - source = "registry+https://github.com/rust-lang/crates.io-index" 4674 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4675 - 4676 - [[package]] 4677 - name = "windows_i686_msvc" 4678 - version = "0.36.1" 4679 - source = "registry+https://github.com/rust-lang/crates.io-index" 4680 - checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 4681 - 4682 - [[package]] 4683 - name = "windows_i686_msvc" 4684 - version = "0.42.2" 4685 - source = "registry+https://github.com/rust-lang/crates.io-index" 4686 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 4687 - 4688 - [[package]] 4689 - name = "windows_i686_msvc" 4690 - version = "0.48.5" 4691 - source = "registry+https://github.com/rust-lang/crates.io-index" 4692 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4693 - 4694 - [[package]] 4695 - name = "windows_i686_msvc" 4696 - version = "0.52.5" 4697 - source = "registry+https://github.com/rust-lang/crates.io-index" 4698 - checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 4699 - 4700 - [[package]] 4701 - name = "windows_x86_64_gnu" 4702 - version = "0.36.1" 4703 - source = "registry+https://github.com/rust-lang/crates.io-index" 4704 - checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 4705 - 4706 - [[package]] 4707 - name = "windows_x86_64_gnu" 4708 - version = "0.42.2" 4709 - source = "registry+https://github.com/rust-lang/crates.io-index" 4710 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 4711 - 4712 - [[package]] 4713 - name = "windows_x86_64_gnu" 4714 - version = "0.48.5" 4715 - source = "registry+https://github.com/rust-lang/crates.io-index" 4716 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4717 - 4718 - [[package]] 4719 - name = "windows_x86_64_gnu" 4720 - version = "0.52.5" 4721 - source = "registry+https://github.com/rust-lang/crates.io-index" 4722 - checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 4723 - 4724 - [[package]] 4725 - name = "windows_x86_64_gnullvm" 4726 - version = "0.42.2" 4727 - source = "registry+https://github.com/rust-lang/crates.io-index" 4728 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 4729 - 4730 - [[package]] 4731 - name = "windows_x86_64_gnullvm" 4732 - version = "0.48.5" 4733 - source = "registry+https://github.com/rust-lang/crates.io-index" 4734 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4735 - 4736 - [[package]] 4737 - name = "windows_x86_64_gnullvm" 4738 - version = "0.52.5" 4739 - source = "registry+https://github.com/rust-lang/crates.io-index" 4740 - checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 4741 - 4742 - [[package]] 4743 - name = "windows_x86_64_msvc" 4744 - version = "0.36.1" 4745 - source = "registry+https://github.com/rust-lang/crates.io-index" 4746 - checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 4747 - 4748 - [[package]] 4749 - name = "windows_x86_64_msvc" 4750 - version = "0.42.2" 4751 - source = "registry+https://github.com/rust-lang/crates.io-index" 4752 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 4753 - 4754 - [[package]] 4755 - name = "windows_x86_64_msvc" 4756 - version = "0.48.5" 4757 - source = "registry+https://github.com/rust-lang/crates.io-index" 4758 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4759 - 4760 - [[package]] 4761 - name = "windows_x86_64_msvc" 4762 - version = "0.52.5" 4763 - source = "registry+https://github.com/rust-lang/crates.io-index" 4764 - checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 4765 - 4766 - [[package]] 4767 - name = "winit" 4768 - version = "0.27.5" 4769 - source = "registry+https://github.com/rust-lang/crates.io-index" 4770 - checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c" 4771 - dependencies = [ 4772 - "bitflags 1.3.2", 4773 - "cocoa 0.24.1", 4774 - "core-foundation", 4775 - "core-graphics 0.22.3", 4776 - "dispatch", 4777 - "instant", 4778 - "libc", 4779 - "log", 4780 - "mio", 4781 - "ndk 0.7.0", 4782 - "ndk-glue", 4783 - "objc", 4784 - "once_cell", 4785 - "parking_lot", 4786 - "percent-encoding", 4787 - "raw-window-handle 0.4.3", 4788 - "raw-window-handle 0.5.2", 4789 - "sctk-adwaita 0.4.3", 4790 - "smithay-client-toolkit 0.16.1", 4791 - "wasm-bindgen", 4792 - "wayland-client 0.29.5", 4793 - "wayland-protocols 0.29.5", 4794 - "web-sys", 4795 - "windows-sys 0.36.1", 4796 - "x11-dl", 4797 - ] 4798 - 4799 - [[package]] 4800 - name = "winit" 4801 - version = "0.29.15" 4802 - source = "registry+https://github.com/rust-lang/crates.io-index" 4803 - checksum = "0d59ad965a635657faf09c8f062badd885748428933dad8e8bdd64064d92e5ca" 4804 - dependencies = [ 4805 - "ahash", 4806 - "android-activity", 4807 - "atomic-waker", 4808 - "bitflags 2.6.0", 4809 - "bytemuck", 4810 - "calloop 0.12.4", 4811 - "cfg_aliases", 4812 - "core-foundation", 4813 - "core-graphics 0.23.2", 4814 - "cursor-icon", 4815 - "icrate", 4816 - "js-sys", 4817 - "libc", 4818 - "log", 4819 - "memmap2 0.9.4", 4820 - "ndk 0.8.0", 4821 - "ndk-sys 0.5.0+25.2.9519653", 4822 - "objc2", 4823 - "once_cell", 4824 - "orbclient", 4825 - "percent-encoding", 4826 - "raw-window-handle 0.6.2", 4827 - "redox_syscall 0.3.5", 4828 - "rustix", 4829 - "sctk-adwaita 0.8.1", 4830 - "smithay-client-toolkit 0.18.1", 4831 - "smol_str", 4832 - "unicode-segmentation", 4833 - "wasm-bindgen", 4834 - "wasm-bindgen-futures", 4835 - "wayland-backend", 4836 - "wayland-client 0.31.2", 4837 - "wayland-protocols 0.31.2", 4838 - "wayland-protocols-plasma", 4839 - "web-sys", 4840 - "web-time", 4841 - "windows-sys 0.48.0", 4842 - "x11-dl", 4843 - "x11rb", 4844 - "xkbcommon-dl", 4845 - ] 4846 - 4847 - [[package]] 4848 - name = "winnow" 4849 - version = "0.5.40" 4850 - source = "registry+https://github.com/rust-lang/crates.io-index" 4851 - checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 4852 - dependencies = [ 4853 - "memchr", 4854 - ] 4855 - 4856 - [[package]] 4857 - name = "wio" 4858 - version = "0.2.2" 4859 - source = "registry+https://github.com/rust-lang/crates.io-index" 4860 - checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5" 4861 - dependencies = [ 4862 - "winapi", 4863 - ] 4864 - 4865 - [[package]] 4866 - name = "x11-dl" 4867 - version = "2.21.0" 4868 - source = "registry+https://github.com/rust-lang/crates.io-index" 4869 - checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 4870 - dependencies = [ 4871 - "libc", 4872 - "once_cell", 4873 - "pkg-config", 4874 - ] 4875 - 4876 - [[package]] 4877 - name = "x11rb" 4878 - version = "0.13.1" 4879 - source = "registry+https://github.com/rust-lang/crates.io-index" 4880 - checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12" 4881 - dependencies = [ 4882 - "as-raw-xcb-connection", 4883 - "gethostname", 4884 - "libc", 4885 - "libloading 0.8.4", 4886 - "once_cell", 4887 - "rustix", 4888 - "x11rb-protocol", 4889 - ] 4890 - 4891 - [[package]] 4892 - name = "x11rb-protocol" 4893 - version = "0.13.1" 4894 - source = "registry+https://github.com/rust-lang/crates.io-index" 4895 - checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d" 4896 - 4897 - [[package]] 4898 - name = "xcursor" 4899 - version = "0.3.5" 4900 - source = "registry+https://github.com/rust-lang/crates.io-index" 4901 - checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911" 4902 - 4903 - [[package]] 4904 - name = "xkbcommon-dl" 4905 - version = "0.4.2" 4906 - source = "registry+https://github.com/rust-lang/crates.io-index" 4907 - checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 4908 - dependencies = [ 4909 - "bitflags 2.6.0", 4910 - "dlib", 4911 - "log", 4912 - "once_cell", 4913 - "xkeysym", 4914 - ] 4915 - 4916 - [[package]] 4917 - name = "xkeysym" 4918 - version = "0.2.1" 4919 - source = "registry+https://github.com/rust-lang/crates.io-index" 4920 - checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 4921 - 4922 - [[package]] 4923 - name = "xml-rs" 4924 - version = "0.8.20" 4925 - source = "registry+https://github.com/rust-lang/crates.io-index" 4926 - checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193" 4927 - 4928 - [[package]] 4929 - name = "zerocopy" 4930 - version = "0.7.35" 4931 - source = "registry+https://github.com/rust-lang/crates.io-index" 4932 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 4933 - dependencies = [ 4934 - "zerocopy-derive", 4935 - ] 4936 - 4937 - [[package]] 4938 - name = "zerocopy-derive" 4939 - version = "0.7.35" 4940 - source = "registry+https://github.com/rust-lang/crates.io-index" 4941 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 4942 - dependencies = [ 4943 - "proc-macro2", 4944 - "quote", 4945 - "syn 2.0.71", 4946 - ]
+5 -10
pkgs/by-name/wg/wgpu-utils/package.nix
··· 14 14 15 15 rustPlatform.buildRustPackage rec { 16 16 pname = "wgpu-utils"; 17 - version = "22.1.0"; 17 + version = "24.0.1"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "gfx-rs"; 21 21 repo = "wgpu"; 22 - rev = "v${version}"; 23 - hash = "sha256-Gtq0xYZoWNwW+BKVLqVVKGqc+4HjaD7NN1hlzyFP5g0="; 22 + tag = "wgpu-v${version}"; 23 + hash = "sha256-fhys0PYMFI23rvKcq9aJrXJrl7q9UQln9rmUybMJY1o="; 24 24 }; 25 25 26 - cargoLock = { 27 - lockFile = ./Cargo.lock; 28 - outputHashes = { 29 - "noise-0.8.2" = "sha256-7GvShJeSNfwMCBIfqLghXgKQv7EDMqVchJw0uxPhNr4="; 30 - "rspirv-0.11.0+sdk-1.2.198" = "sha256-AcJqkcXBr/+SHdUDXd63sQ0h5eosMqRhV4aUREJH8Bw="; 31 - }; 32 - }; 26 + useFetchCargoVendor = true; 27 + cargoHash = "sha256-cufabcRNrLxMjejDydqR4zf4SajeWkX/fcXj96RakDQ="; 33 28 34 29 nativeBuildInputs = [ 35 30 pkg-config
+3 -86
pkgs/desktops/lomiri/applications/lomiri-camera-app/default.nix
··· 2 2 stdenv, 3 3 lib, 4 4 fetchFromGitLab, 5 - fetchpatch, 6 5 gitUpdater, 7 6 nixosTests, 8 7 cmake, ··· 29 28 30 29 stdenv.mkDerivation (finalAttrs: { 31 30 pname = "lomiri-camera-app"; 32 - version = "4.0.6"; 31 + version = "4.0.7"; 33 32 34 33 src = fetchFromGitLab { 35 34 owner = "ubports"; 36 35 repo = "development/apps/lomiri-camera-app"; 37 - rev = "refs/tags/v${finalAttrs.version}"; 38 - hash = "sha256-93skB614T9RcMhYfeCDjV+JLYoJocylk32uzdcQ4I8Q="; 36 + tag = "v${finalAttrs.version}"; 37 + hash = "sha256-x0hxOGPIxzQdwzb8f4wvllAW1hJ5lyR4qYvyX96RMoA="; 39 38 }; 40 39 41 - patches = [ 42 - # Remove when version > 4.0.6 43 - (fetchpatch { 44 - name = "0001-lomiri-camera-app-Stop using qt5_use_modules.patch"; 45 - url = "https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/commit/567f983e59cc412c9e1951f78f0809c6faebd3a6.patch"; 46 - hash = "sha256-peP3c7XqpjGcdVG5zLKTcZPUPVz9Tu8tVBPaLVc5vWE="; 47 - }) 48 - 49 - # Fix GNUInstallDirs usage 50 - # Remove when https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/merge_requests/205 merged & in release 51 - (fetchpatch { 52 - name = "0002-lomiri-camera-app-GNUInstallDirs.patch"; 53 - url = "https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/commit/76fbccd627bdbf30e4f3a736d1821e25f1cf45a7.patch"; 54 - hash = "sha256-qz/2Df84e5+T8zQANb2Bl4dwoI10Z3blAlNI9ODavSw="; 55 - }) 56 - 57 - # Call i18n.bindtextdomain with correct locale path 58 - # Remove when https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/merge_requests/206 merged & in release 59 - (fetchpatch { 60 - name = "0003-lomiri-camera-app-bindtextdomain.patch"; 61 - url = "https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/commit/9250b79f85218b561dce07030a2920d5443ac4ba.patch"; 62 - hash = "sha256-vCE64sxpin68Ks/hu1LWuOT5eZWozPPKqYR2GcsriPg="; 63 - }) 64 - 65 - # Fix doubled DESTINATION 66 - # Remove when https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/merge_requests/207 merged & in release 67 - (fetchpatch { 68 - name = "0004-lomiri-camera-app-bindtextdomain.patch"; 69 - url = "https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/commit/4af85daccac0904cbb0cfb08e592d9ab1d745d6d.patch"; 70 - hash = "sha256-PCGwQ6rAyrBeAefTe1ciod+R4tbJk+D76g9fH4PoTlg="; 71 - }) 72 - 73 - # Use pkg-config to find QZXing 74 - # Remove when https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/merge_requests/208 merged & in release 75 - (fetchpatch { 76 - name = "0005-lomiri-camera-app-QZXing-pkg-config.patch"; 77 - url = "https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/commit/e79a10ca236ef5ed0af328786dbaef281e2c120b.patch"; 78 - hash = "sha256-dC6a6IjpPez+asKdTB885rAEN+mqtP7uYpicz/4hRSM="; 79 - }) 80 - 81 - # Make testing optional 82 - # Remove when https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/merge_requests/209 merged & in release 83 - (fetchpatch { 84 - name = "0006-lomiri-camera-app-BUILD_TESTING.patch"; 85 - url = "https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/commit/e3ec58327ffc25c565cf8c28d09adc09c4067b23.patch"; 86 - hash = "sha256-U5r3+218Cx4T0iF7nm2Mfhlr+4dn7ptPfgsxZrIUJHQ="; 87 - }) 88 - 89 - # Fix translation of window title 90 - # Remove when https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/merge_requests/211 merged & in release 91 - (fetchpatch { 92 - name = "0007-lomiri-camera-app-title-translation.patch"; 93 - url = "https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/commit/43f0018158f65fe81f50e7860d8af2e469785434.patch"; 94 - hash = "sha256-7qFqps488B2d1wp79kFyUDR1FzE1Q9QMIOFFa/astHU="; 95 - }) 96 - 97 - # Make barcode reader's icons SVGs and fix icon installations 98 - # Remove when https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/merge_requests/210 merged & in release 99 - (fetchpatch { 100 - name = "0011-lomiri-camera-app-camera-icon-installation-fix.patch"; 101 - url = "https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/commit/48ebaffc1f589569387127e953b0995451580cc1.patch"; 102 - hash = "sha256-nq5iCTHCUzEj/38hCIaqhzUX7ABVkSAeB5hEzZfIX7A="; 103 - }) 104 - (fetchpatch { 105 - name = "0012-lomiri-camera-app-splash-icon-location-fix.patch"; 106 - url = "https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/commit/6c96eade82d6d812aa605bc45a5ff06ed3a2aeff.patch"; 107 - hash = "sha256-8QusJPyNO8ADx3Ce1y/thQAaXQa8XnnMvPrxyzx8oRk="; 108 - }) 109 - (fetchpatch { 110 - name = "0013-lomiri-camera-app-Vectorise-barcode-icons.patch"; 111 - url = "https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/commit/d5232590a02b535d24d9765d24ce5a066cc57724.patch"; 112 - hash = "sha256-sfSdzFFLof1dN/7KnerZOBoarubGcTxp7h9Ab6rGoV0="; 113 - }) 114 - (fetchpatch { 115 - name = "0014-lomiri-camera-app-barcode-icon-installation-fix.patch"; 116 - url = "https://gitlab.com/ubports/development/apps/lomiri-camera-app/-/commit/a8718d6621a34aaf19aaaaea5dd31f401a652953.patch"; 117 - hash = "sha256-eiBliqk71aDmIMY6cn1J5cxmzlHMTtiYKeQ0cJuCNYA="; 118 - }) 119 - ]; 120 - 121 40 # We don't want absolute paths in dekstop files 122 41 postPatch = '' 123 42 substituteInPlace CMakeLists.txt \ ··· 202 121 mkdir -p $out/share/lomiri-app-launch/splash 203 122 ln -s $out/share/lomiri-camera-app/assets/lomiri-camera-app-splash.svg $out/share/lomiri-app-launch/splash/lomiri-camera-app.svg 204 123 ln -s $out/share/lomiri-camera-app/assets/lomiri-barcode-reader-app-splash.svg $out/share/lomiri-app-launch/splash/lomiri-barcode-reader-app.svg 205 - 206 - install -Dm644 ../camera-contenthub.json $out/share/lomiri-content-hub/peers/lomiri-camera-app 207 124 ''; 208 125 209 126 dontWrapGApps = true;
+32 -14
pkgs/development/compilers/zig/generic.nix
··· 4 4 fetchFromGitHub, 5 5 cmake, 6 6 llvmPackages, 7 + xcbuild, 7 8 targetPackages, 8 9 libxml2, 9 10 zlib, ··· 30 31 31 32 patches = args.patches or [ ]; 32 33 33 - nativeBuildInputs = [ 34 - cmake 35 - (lib.getDev llvmPackages.llvm.dev) 36 - ]; 34 + nativeBuildInputs = 35 + [ 36 + cmake 37 + (lib.getDev llvmPackages.llvm.dev) 38 + ] 39 + ++ lib.optionals stdenv.hostPlatform.isDarwin [ 40 + # provides xcode-select, which is required for SDK detection 41 + xcbuild 42 + ]; 37 43 38 44 buildInputs = 39 45 [ ··· 81 87 # Zig's build looks at /usr/bin/env to find dynamic linking info. This doesn't 82 88 # work in Nix's sandbox. Use env from our coreutils instead. 83 89 postPatch = 84 - if lib.versionAtLeast finalAttrs.version "0.12" then 85 - '' 86 - substituteInPlace lib/std/zig/system.zig \ 87 - --replace-fail "/usr/bin/env" "${coreutils}/bin/env" 88 - '' 89 - else 90 - '' 91 - substituteInPlace lib/std/zig/system/NativeTargetInfo.zig \ 92 - --replace-fail "/usr/bin/env" "${coreutils}/bin/env" 93 - ''; 90 + let 91 + zigSystemPath = 92 + if lib.versionAtLeast finalAttrs.version "0.12" then 93 + "lib/std/zig/system.zig" 94 + else 95 + "lib/std/zig/system/NativeTargetInfo.zig"; 96 + in 97 + '' 98 + substituteInPlace ${zigSystemPath} \ 99 + --replace-fail "/usr/bin/env" "${lib.getExe' coreutils "env"}" 100 + '' 101 + # Zig tries to access xcrun and xcode-select at the absolute system path to query the macOS SDK 102 + # location, which does not work in the darwin sandbox. 103 + # Upstream issue: https://github.com/ziglang/zig/issues/22600 104 + # Note that while this fix is already merged upstream and will be included in 0.14+, 105 + # we can't fetchpatch the upstream commit as it won't cleanly apply on older versions, 106 + # so we substitute the paths instead. 107 + + lib.optionalString (stdenv.hostPlatform.isDarwin && lib.versionOlder finalAttrs.version "0.14") '' 108 + substituteInPlace lib/std/zig/system/darwin.zig \ 109 + --replace-fail /usr/bin/xcrun xcrun \ 110 + --replace-fail /usr/bin/xcode-select xcode-select 111 + ''; 94 112 95 113 postBuild = 96 114 if lib.versionAtLeast finalAttrs.version "0.13" then
+7 -1
pkgs/development/compilers/zig/hook.nix
··· 2 2 lib, 3 3 makeSetupHook, 4 4 zig, 5 + stdenv, 6 + xcbuild, 5 7 }: 6 8 7 9 makeSetupHook { 8 10 name = "zig-hook"; 9 11 10 - propagatedBuildInputs = [ zig ]; 12 + propagatedBuildInputs = 13 + [ zig ] 14 + # while xcrun is already included in the darwin stdenv, Zig also needs 15 + # xcode-select (provided by xcbuild) for SDK detection 16 + ++ lib.optionals stdenv.hostPlatform.isDarwin [ xcbuild ]; 11 17 12 18 substitutions = { 13 19 # This zig_default_flags below is meant to avoid CPU feature impurity in
+4 -1
pkgs/development/libraries/tpm2-tss/default.nix
··· 147 147 148 148 doCheck = false; 149 149 doInstallCheck = 150 - stdenv.buildPlatform.canExecute stdenv.hostPlatform && !stdenv.hostPlatform.isDarwin; 150 + stdenv.buildPlatform.canExecute stdenv.hostPlatform 151 + && !stdenv.hostPlatform.isDarwin 152 + # Tests rely on mocking, which can't work with static libs. 153 + && !stdenv.hostPlatform.isStatic; 151 154 # Since we rewrote the load path in the dynamic loader for the TCTI 152 155 # The various tcti implementation should be placed in their target directory 153 156 # before we could run tests, so we make turn checkPhase into installCheckPhase
+2 -2
pkgs/development/python-modules/ailment/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "ailment"; 13 - version = "9.2.139"; 13 + version = "9.2.140"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.11"; ··· 19 19 owner = "angr"; 20 20 repo = "ailment"; 21 21 tag = "v${version}"; 22 - hash = "sha256-VFW/PMUELijG+vrs6rtmXE340wcVtIwTMpyJ6Of/lIU="; 22 + hash = "sha256-J4Wu2EbDnwj63kDQSIPWZmTB61nAATZHeawCxLC5lbY="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];
+6 -4
pkgs/development/python-modules/aioambient/default.nix
··· 13 13 python-socketio, 14 14 pythonOlder, 15 15 websockets, 16 + yarl, 16 17 }: 17 18 18 19 buildPythonPackage rec { 19 20 pname = "aioambient"; 20 - version = "2024.08.0"; 21 + version = "2025.02.0"; 21 22 pyproject = true; 22 23 23 - disabled = pythonOlder "3.9"; 24 + disabled = pythonOlder "3.11"; 24 25 25 26 src = fetchFromGitHub { 26 27 owner = "bachya"; 27 28 repo = "aioambient"; 28 29 tag = version; 29 - hash = "sha256-GedGwG4Lm28BvfSBOGcspUQ3LCmdb2IC2rLifuKGOes="; 30 + hash = "sha256-F1c2S0c/CWHeCd24Zc8ib3aPR7yj9gCPBJpmpgoddQY="; 30 31 }; 31 32 32 33 build-system = [ poetry-core ]; ··· 37 38 python-engineio 38 39 python-socketio 39 40 websockets 41 + yarl 40 42 ]; 41 43 42 44 __darwinAllowLocalNetworking = true; ··· 57 59 description = "Python library for the Ambient Weather API"; 58 60 homepage = "https://github.com/bachya/aioambient"; 59 61 changelog = "https://github.com/bachya/aioambient/releases/tag/${version}"; 60 - license = with licenses; [ mit ]; 62 + license = licenses.mit; 61 63 maintainers = with maintainers; [ fab ]; 62 64 }; 63 65 }
+2 -2
pkgs/development/python-modules/aioautomower/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "aioautomower"; 23 - version = "2025.1.0"; 23 + version = "2025.1.1"; 24 24 pyproject = true; 25 25 26 26 disabled = pythonOlder "3.11"; ··· 29 29 owner = "Thomas55555"; 30 30 repo = "aioautomower"; 31 31 tag = version; 32 - hash = "sha256-MEZdYOpBAHmWidzq+7SpEFsHNYlSaIQ4utnGK9Y3/NE="; 32 + hash = "sha256-5/NG3VMJfLOCQDqnP1LVRJlT08LDITlZZFb3aYjtm5I="; 33 33 }; 34 34 35 35 postPatch = ''
+3 -3
pkgs/development/python-modules/aiodhcpwatcher/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "aiodhcpwatcher"; 19 - version = "1.0.2"; 19 + version = "1.1.0"; 20 20 pyproject = true; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "bdraco"; 24 24 repo = "aiodhcpwatcher"; 25 25 rev = "v${version}"; 26 - hash = "sha256-KZL5DejzDmizvvMUNfkFltl1xXz+2jX/3DVj60x6xOk="; 26 + hash = "sha256-/4x+FhKCEIpmFSTC5PIEe4QsYojrvx4Wlf7+WUvSHu8="; 27 27 }; 28 28 29 29 postPatch = '' ··· 49 49 description = "Watch for DHCP packets with asyncio"; 50 50 homepage = "https://github.com/bdraco/aiodhcpwatcher"; 51 51 changelog = "https://github.com/bdraco/aiodhcpwatcher/blob/${src.rev}/CHANGELOG.md"; 52 - license = licenses.gpl3Only; 52 + license = licenses.asl20; 53 53 maintainers = with maintainers; [ hexa ]; 54 54 platforms = platforms.linux; 55 55 };
+19 -13
pkgs/development/python-modules/aioharmony/default.nix
··· 3 3 aiohttp, 4 4 async-timeout, 5 5 buildPythonPackage, 6 - fetchPypi, 7 - pythonOlder, 6 + fetchFromGitHub, 7 + pytest-cov-stub, 8 + pytestCheckHook, 9 + setuptools, 8 10 slixmpp, 9 11 }: 10 12 11 13 buildPythonPackage rec { 12 14 pname = "aioharmony"; 13 - version = "0.2.10"; 14 - format = "setuptools"; 15 - 16 - disabled = pythonOlder "3.6"; 15 + version = "0.4.1"; 16 + pyproject = true; 17 17 18 - src = fetchPypi { 19 - inherit pname version; 20 - hash = "sha256-18+38QunEdEGdirQOT+528vYqiqDuUr/CWRQtXKf4rs="; 18 + src = fetchFromGitHub { 19 + owner = "Harmony-Libs"; 20 + repo = "aioharmony"; 21 + tag = "v${version}"; 22 + hash = "sha256-X7oL4jokomNLhBEp4z8t11Yv/4pNDnqFurPmChXUU3o="; 21 23 }; 22 24 23 - propagatedBuildInputs = [ 25 + build-system = [ setuptools ]; 26 + 27 + dependencies = [ 24 28 aiohttp 25 29 async-timeout 26 30 slixmpp 27 31 ]; 28 32 29 - # aioharmony does not seem to include tests 30 - doCheck = false; 33 + nativeCheckInputs = [ 34 + pytest-cov-stub 35 + pytestCheckHook 36 + ]; 31 37 32 38 pythonImportsCheck = [ 33 39 "aioharmony.harmonyapi" ··· 35 41 ]; 36 42 37 43 meta = with lib; { 38 - homepage = "https://github.com/ehendrix23/aioharmony"; 44 + homepage = "https://github.com/Harmony-Libs/aioharmony"; 39 45 description = "Python library for interacting the Logitech Harmony devices"; 40 46 mainProgram = "aioharmony"; 41 47 license = licenses.asl20;
+9 -5
pkgs/development/python-modules/aiohasupervisor/default.nix
··· 3 3 aiohttp, 4 4 aioresponses, 5 5 buildPythonPackage, 6 - fetchPypi, 6 + fetchFromGitHub, 7 7 mashumaro, 8 8 orjson, 9 9 pytest-aiohttp, ··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "aiohasupervisor"; 20 - version = "0.2.2b5"; 20 + version = "0.3.0"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.12"; 24 24 25 - src = fetchPypi { 26 - inherit pname version; 27 - hash = "sha256-EFVhR7L+1SVzXO4UpDrXA1EuPdeew55CV4ykO3K5BFI="; 25 + src = fetchFromGitHub { 26 + owner = "home-assistant-libs"; 27 + repo = "python-supervisor-client"; 28 + tag = version; 29 + hash = "sha256-72YRaTlgRJ8liQ1q+Hx1iCG8Av7wWk61t306fYT9gss="; 28 30 }; 29 31 30 32 postPatch = '' 31 33 substituteInPlace pyproject.toml \ 34 + --replace-fail 'version = "0.0.0"' 'version = "${version}"' \ 32 35 --replace-fail "setuptools~=68.0.0" "setuptools>=68.0.0" \ 33 36 --replace-fail "wheel~=0.40.0" "wheel>=0.40.0" 34 37 ''; ··· 56 59 pythonImportsCheck = [ "aiohasupervisor" ]; 57 60 58 61 meta = { 62 + changelog = "https://github.com/home-assistant-libs/python-supervisor-client/releases/tag/${src.tag}"; 59 63 description = "Client for Home Assistant Supervisor"; 60 64 homepage = "https://github.com/home-assistant-libs/python-supervisor-client"; 61 65 license = lib.licenses.asl20;
+2 -2
pkgs/development/python-modules/aiohomeconnect/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "aiohomeconnect"; 22 - version = "0.12.2"; 22 + version = "0.12.3"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.11"; ··· 28 28 owner = "MartinHjelmare"; 29 29 repo = "aiohomeconnect"; 30 30 tag = "v${version}"; 31 - hash = "sha256-wOtvKA1Tf7Dsmvb0qmbXH47ZTlMowGxj458+QY7RJjo="; 31 + hash = "sha256-zb4ld92bqgl2rt6YD8w2tz9CEMaiLBbXNPk5bB32IcI="; 32 32 }; 33 33 34 34 pythonRelaxDeps = [ "httpx" ];
+52
pkgs/development/python-modules/aiohttp-asyncmdnsresolver/default.nix
··· 1 + { 2 + lib, 3 + aiodns, 4 + aiohttp, 5 + buildPythonPackage, 6 + fetchFromGitHub, 7 + pytest-asyncio, 8 + pytest-cov-stub, 9 + pytestCheckHook, 10 + pythonOlder, 11 + setuptools, 12 + zeroconf, 13 + }: 14 + 15 + buildPythonPackage rec { 16 + pname = "aiohttp-asyncmdnsresolver"; 17 + version = "0.0.3"; 18 + pyproject = true; 19 + 20 + disabled = pythonOlder "3.9"; 21 + 22 + src = fetchFromGitHub { 23 + owner = "aio-libs"; 24 + repo = "aiohttp-asyncmdnsresolver"; 25 + rev = "v${version}"; 26 + hash = "sha256-YtBPMhRbilLY0VV1qVIPBYT0w91MbsUo2nbr4ODgCZA="; 27 + }; 28 + 29 + build-system = [ setuptools ]; 30 + 31 + dependencies = [ 32 + aiodns 33 + aiohttp 34 + zeroconf 35 + ]; 36 + 37 + nativeCheckInputs = [ 38 + pytest-asyncio 39 + pytest-cov-stub 40 + pytestCheckHook 41 + ]; 42 + 43 + pythonImportsCheck = [ "aiohttp_asyncmdnsresolver" ]; 44 + 45 + meta = { 46 + description = "Module to resolve mDNS with aiohttp"; 47 + homepage = "https://github.com/aio-libs/aiohttp-asyncmdnsresolver"; 48 + changelog = "https://github.com/aio-libs/aiohttp-asyncmdnsresolver/blob/${src.rev}/CHANGES.rst"; 49 + license = lib.licenses.asl20; 50 + maintainers = with lib.maintainers; [ fab ]; 51 + }; 52 + }
+6
pkgs/development/python-modules/aiomodernforms/default.nix
··· 22 22 hash = "sha256-Vx51WBjjNPIfLlwMnAuwHnGNljhnjKkU0tWB9M9rjsw="; 23 23 }; 24 24 25 + postPatch = '' 26 + substituteInPlace aiomodernforms/modernforms.py --replace-fail \ 27 + "with async_timeout.timeout(self._request_timeout):" \ 28 + "async with async_timeout.timeout(self._request_timeout):" 29 + ''; 30 + 25 31 propagatedBuildInputs = [ 26 32 aiohttp 27 33 backoff
+3 -2
pkgs/development/python-modules/aiomqtt/default.nix
··· 3 3 anyio, 4 4 buildPythonPackage, 5 5 fetchFromGitHub, 6 - paho-mqtt_2, 6 + paho-mqtt, 7 7 poetry-core, 8 8 poetry-dynamic-versioning, 9 9 pytestCheckHook, ··· 31 31 ]; 32 32 33 33 dependencies = [ 34 - paho-mqtt_2 34 + paho-mqtt 35 35 typing-extensions 36 36 ]; 37 37 ··· 48 48 ]; 49 49 50 50 meta = with lib; { 51 + broken = lib.versionOlder "paho-mqtt" "2"; 51 52 description = "Idiomatic asyncio MQTT client, wrapped around paho-mqtt"; 52 53 homepage = "https://github.com/sbtinstruments/aiomqtt"; 53 54 changelog = "https://github.com/sbtinstruments/aiomqtt/blob/${src.tag}/CHANGELOG.md";
+2 -2
pkgs/development/python-modules/aioopenexchangerates/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "aioopenexchangerates"; 17 - version = "0.6.19"; 17 + version = "0.6.20"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.11"; ··· 23 23 owner = "MartinHjelmare"; 24 24 repo = "aioopenexchangerates"; 25 25 tag = "v${version}"; 26 - hash = "sha256-Rb5oCheiTZ737nKDwSpoRZcgpWPt5YMzplD6Wb6kZxY="; 26 + hash = "sha256-CdkrD7T3COPxzSrLnKEx2XZ1PHki/qXzR9CiewlRsxw="; 27 27 }; 28 28 29 29 pythonRelaxDeps = [ "pydantic" ];
+2 -2
pkgs/development/python-modules/aiortm/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "aiortm"; 22 - version = "0.9.44"; 22 + version = "0.9.45"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.12"; ··· 28 28 owner = "MartinHjelmare"; 29 29 repo = "aiortm"; 30 30 tag = "v${version}"; 31 - hash = "sha256-m62VEmrmczNxBLBEmLKP3vEi14BuwLA2WwtLOU436hY="; 31 + hash = "sha256-5PbfadI80hIdqUh/7tenTD3buiM7tcGauDqhv2uHNDs="; 32 32 }; 33 33 34 34 pythonRelaxDeps = [ "typer" ];
+5
pkgs/development/python-modules/aiortsp/default.nix
··· 37 37 pytest-asyncio 38 38 ]; 39 39 40 + disabledTestPaths = [ 41 + # these tests get stuck, could be pytest-asyncio compat issue 42 + "tests/test_connection.py" 43 + ]; 44 + 40 45 pythonImportsCheck = [ "aiortsp" ]; 41 46 42 47 meta = with lib; {
+2
pkgs/development/python-modules/aioswitcher/default.nix
··· 13 13 pytestCheckHook, 14 14 pythonAtLeast, 15 15 pythonOlder, 16 + pytz, 16 17 time-machine, 17 18 }: 18 19 ··· 52 53 pytest-mockservers 53 54 pytest-resource-path 54 55 pytestCheckHook 56 + pytz 55 57 time-machine 56 58 ]; 57 59
+43
pkgs/development/python-modules/aiousbwatcher/default.nix
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + setuptools, 6 + asyncinotify, 7 + pytest-asyncio, 8 + pytest-cov-stub, 9 + pytestCheckHook, 10 + }: 11 + 12 + buildPythonPackage rec { 13 + pname = "aiousbwatcher"; 14 + version = "1.1.1"; 15 + pyproject = true; 16 + 17 + src = fetchFromGitHub { 18 + owner = "Bluetooth-Devices"; 19 + repo = "aiousbwatcher"; 20 + tag = "v${version}"; 21 + hash = "sha256-M9MUaB3oHELHdtgaWri9nILnVQpF2FJvHrL68jXeOqg="; 22 + }; 23 + 24 + build-system = [ setuptools ]; 25 + 26 + dependencies = [ asyncinotify ]; 27 + 28 + nativeCheckInputs = [ 29 + pytest-asyncio 30 + pytest-cov-stub 31 + pytestCheckHook 32 + ]; 33 + 34 + pythonImportsCheck = [ "aiousbwatcher" ]; 35 + 36 + meta = { 37 + description = "Watch for USB devices to be plugged and unplugged"; 38 + homepage = "https://github.com/Bluetooth-Devices/aiousbwatcher"; 39 + changelog = "https://github.com/Bluetooth-Devices/aiousbwatcher/blob/${src.tag}/CHANGELOG.md"; 40 + license = lib.licenses.mit; 41 + maintainers = with lib.maintainers; [ hexa ]; 42 + }; 43 + }
+5 -5
pkgs/development/python-modules/aiowebostv/default.nix
··· 4 4 fetchFromGitHub, 5 5 pythonOlder, 6 6 setuptools, 7 - websockets, 7 + aiohttp, 8 8 }: 9 9 10 10 buildPythonPackage rec { 11 11 pname = "aiowebostv"; 12 - version = "0.4.2"; 12 + version = "0.6.1"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.9"; ··· 18 18 owner = "home-assistant-libs"; 19 19 repo = "aiowebostv"; 20 20 tag = "v${version}"; 21 - hash = "sha256-RrSEl/U6UzPoE2151opDe0QRmj6M6wAtsQyF4/dd8ek="; 21 + hash = "sha256-x1lpqR/e3itkRc/Cs3opXF4NzOZ17g/IcHZeGo234aM="; 22 22 }; 23 23 24 - nativeBuildInputs = [ setuptools ]; 24 + build-system = [ setuptools ]; 25 25 26 - propagatedBuildInputs = [ websockets ]; 26 + dependencies = [ aiohttp ]; 27 27 28 28 # Module doesn't have tests 29 29 doCheck = false;
+2 -2
pkgs/development/python-modules/angr/default.nix
··· 36 36 37 37 buildPythonPackage rec { 38 38 pname = "angr"; 39 - version = "9.2.139"; 39 + version = "9.2.140"; 40 40 pyproject = true; 41 41 42 42 disabled = pythonOlder "3.11"; ··· 45 45 owner = "angr"; 46 46 repo = "angr"; 47 47 tag = "v${version}"; 48 - hash = "sha256-zhLeBJeJpoW4JAX77EfXyvfIUL3ZBHALoVJkzSrKMP0="; 48 + hash = "sha256-wo+4DgZlcUvuz8DJR7upsKeWlTh1CYAaxpNlfCnbYN0="; 49 49 }; 50 50 51 51 postPatch = ''
+2 -2
pkgs/development/python-modules/anthropic/default.nix
··· 24 24 25 25 buildPythonPackage rec { 26 26 pname = "anthropic"; 27 - version = "0.43.1"; 27 + version = "0.45.2"; 28 28 pyproject = true; 29 29 30 30 disabled = pythonOlder "3.8"; ··· 33 33 owner = "anthropics"; 34 34 repo = "anthropic-sdk-python"; 35 35 tag = "v${version}"; 36 - hash = "sha256-7tDCKFT+j6oRU4EeII4wAM1T5W4qAeg6HbBp3efO81A="; 36 + hash = "sha256-/QuAUU0/nNhJZouCP0LVkCFMTiNdeze/fF+SZKD1Jis="; 37 37 }; 38 38 39 39 build-system = [
+2 -2
pkgs/development/python-modules/archinfo/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "archinfo"; 13 - version = "9.2.139"; 13 + version = "9.2.140"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 owner = "angr"; 20 20 repo = "archinfo"; 21 21 tag = "v${version}"; 22 - hash = "sha256-YxA/wrNkVUHFfNNDRV9ciAACbMGZ3n/nLoyN+oj3Du8="; 22 + hash = "sha256-7yBjLamoxFs+9XJNb/BcHiTgzRuEnszaahMm1HBmlfo="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/async-upnp-client/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "async-upnp-client"; 26 - version = "0.42.0"; 26 + version = "0.43.0"; 27 27 pyproject = true; 28 28 29 29 disabled = pythonOlder "3.8"; ··· 32 32 owner = "StevenLooman"; 33 33 repo = "async_upnp_client"; 34 34 tag = version; 35 - hash = "sha256-xIa7QeflS7JxkPoV8KqFfuLfHPpnrBGLeOFSa17IHyk="; 35 + hash = "sha256-oGnWo+QLSq2h6R4Iirwy9kE7U47PLYYSBMjx8/WWA0o="; 36 36 }; 37 37 38 38 pythonRelaxDeps = [
+2 -2
pkgs/development/python-modules/bellows/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "bellows"; 21 - version = "0.42.6"; 21 + version = "0.43.0"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.8"; ··· 27 27 owner = "zigpy"; 28 28 repo = "bellows"; 29 29 tag = version; 30 - hash = "sha256-qMODlsImGSvUkR+0jjrU23jJtM3c7JNJ7lY7Svli+ao="; 30 + hash = "sha256-RbhFvoNYR4wHKKbbMKLP4Dsx0pIJnwBOP49waRHg0qk="; 31 31 }; 32 32 33 33 postPatch = ''
+2 -2
pkgs/development/python-modules/bleak-esphome/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "bleak-esphome"; 20 - version = "2.0.0"; 20 + version = "2.7.1"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.10"; ··· 26 26 owner = "bluetooth-devices"; 27 27 repo = "bleak-esphome"; 28 28 tag = "v${version}"; 29 - hash = "sha256-rN2vpXiOaUjjN6yNZxeEgTpcz0K5soUqKKiDDOhcBtc="; 29 + hash = "sha256-AZkSWBMyTl2NgqmhVG4sE/N1AQGd6x4CZVYMgRKxlOQ="; 30 30 }; 31 31 32 32 build-system = [ poetry-core ];
+4 -7
pkgs/development/python-modules/bleak-retry-connector/default.nix
··· 10 10 pytestCheckHook, 11 11 pythonOlder, 12 12 pytest-asyncio, 13 + pytest-cov-stub, 13 14 }: 14 15 15 16 buildPythonPackage rec { 16 17 pname = "bleak-retry-connector"; 17 - version = "3.7.0"; 18 + version = "3.8.1"; 18 19 pyproject = true; 19 20 20 21 disabled = pythonOlder "3.7"; ··· 23 24 owner = "Bluetooth-Devices"; 24 25 repo = "bleak-retry-connector"; 25 26 tag = "v${version}"; 26 - hash = "sha256-+qY8BWi7zznaJBEMXfbDWjNvHEwpKq1h0XBHFum1+4M="; 27 + hash = "sha256-Vkmn+CKQm+i+MRx12U6AmDGUyhtagoXbpeC/uou311o="; 27 28 }; 28 29 29 - postPatch = '' 30 - substituteInPlace pyproject.toml \ 31 - --replace-fail " --cov=bleak_retry_connector --cov-report=term-missing:skip-covered" "" 32 - ''; 33 - 34 30 build-system = [ poetry-core ]; 35 31 36 32 dependencies = [ ··· 42 38 43 39 nativeCheckInputs = [ 44 40 pytest-asyncio 41 + pytest-cov-stub 45 42 pytestCheckHook 46 43 ]; 47 44
+4 -7
pkgs/development/python-modules/bluetooth-adapters/default.nix
··· 11 11 myst-parser, 12 12 poetry-core, 13 13 pytest-asyncio, 14 + pytest-cov-stub, 14 15 pytestCheckHook, 15 16 pythonOlder, 16 17 sphinx-rtd-theme, ··· 21 22 22 23 buildPythonPackage rec { 23 24 pname = "bluetooth-adapters"; 24 - version = "0.21.0"; 25 + version = "0.21.4"; 25 26 pyproject = true; 26 27 27 28 disabled = pythonOlder "3.9"; ··· 30 31 owner = "Bluetooth-Devices"; 31 32 repo = "bluetooth-adapters"; 32 33 tag = "v${version}"; 33 - hash = "sha256-DQaxjSajO3SfmogWtstT6xcsUgUW80jJ5prfIajJW/s="; 34 + hash = "sha256-JUh4v9YeqMeecJh/eTpmLMwNsxbc/oqZY2CrEJUO418="; 34 35 }; 35 - 36 - postPatch = '' 37 - # Drop pytest arguments (coverage, ...) 38 - sed -i '/addopts/d' pyproject.toml 39 - ''; 40 36 41 37 outputs = [ 42 38 "out" ··· 63 59 64 60 nativeCheckInputs = [ 65 61 pytest-asyncio 62 + pytest-cov-stub 66 63 pytestCheckHook 67 64 ]; 68 65
+4 -3
pkgs/development/python-modules/bluetooth-data-tools/default.nix
··· 6 6 cython, 7 7 poetry-core, 8 8 pytest-benchmark, 9 - pytest-cov-stub, 10 9 pytest-codspeed, 10 + pytest-cov-stub, 11 11 pytestCheckHook, 12 12 pythonOlder, 13 13 setuptools, ··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "bluetooth-data-tools"; 18 - version = "1.22.0"; 18 + version = "1.23.4"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.10"; ··· 24 24 owner = "Bluetooth-Devices"; 25 25 repo = "bluetooth-data-tools"; 26 26 tag = "v${version}"; 27 - hash = "sha256-ygtpOKrvVaM2rWfzRdKj96Z229+6wPSCuZq3agx+/IY="; 27 + hash = "sha256-WYwcczYqUd7JH68zKBQ9xl5sxX1YAHTEpi0gc81k6DY="; 28 28 }; 29 29 30 30 # The project can build both an optimized cython version and an unoptimized ··· 41 41 42 42 nativeCheckInputs = [ 43 43 pytest-benchmark 44 + pytest-codspeed 44 45 pytest-cov-stub 45 46 pytest-codspeed 46 47 pytestCheckHook
+2 -2
pkgs/development/python-modules/boto3-stubs/default.nix
··· 359 359 360 360 buildPythonPackage rec { 361 361 pname = "boto3-stubs"; 362 - version = "1.36.13"; 362 + version = "1.36.15"; 363 363 pyproject = true; 364 364 365 365 disabled = pythonOlder "3.7"; ··· 367 367 src = fetchPypi { 368 368 pname = "boto3_stubs"; 369 369 inherit version; 370 - hash = "sha256-kVtyFA//Xx2pzrEJbgJTcnnYCUDnwvm81EmMaD1pvzE="; 370 + hash = "sha256-VXViNY9tYbL/NjhPbTkezIIRtpsvURDu0/aJRJ36gCQ="; 371 371 }; 372 372 373 373 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/botocore-stubs/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "botocore-stubs"; 13 - version = "1.36.12"; 13 + version = "1.36.15"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 18 18 src = fetchPypi { 19 19 pname = "botocore_stubs"; 20 20 inherit version; 21 - hash = "sha256-wefqyBDkLeSbR8sjwRjbIGwOcZEw5Gjd7csOuCwhkEw="; 21 + hash = "sha256-1IUrr98fV3xYjwEzT7q0u/Q+Ye6AZRwhi0gv3GU00ac="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ setuptools ];
+15 -3
pkgs/development/python-modules/bring-api/default.nix
··· 4 4 aioresponses, 5 5 buildPythonPackage, 6 6 fetchFromGitHub, 7 + mashumaro, 8 + orjson, 7 9 pytest-asyncio, 8 10 pytestCheckHook, 9 11 python-dotenv, 10 12 pythonOlder, 11 13 setuptools, 14 + syrupy, 15 + yarl, 12 16 }: 13 17 14 18 buildPythonPackage rec { 15 19 pname = "bring-api"; 16 - version = "0.9.1"; 20 + version = "1.0.0"; 17 21 pyproject = true; 18 22 19 23 disabled = pythonOlder "3.11"; ··· 22 26 owner = "miaucl"; 23 27 repo = "bring-api"; 24 28 tag = version; 25 - hash = "sha256-wPplw1yYJ5xR2CzhDXXjhMFJ7swGf2AARI4a1kE8MRw="; 29 + hash = "sha256-1K8CijA2cSyofH/qanOsDRLqnQZyBTqsnrUtvZYBS2c="; 26 30 }; 27 31 28 32 build-system = [ setuptools ]; 29 33 30 - dependencies = [ aiohttp ]; 34 + dependencies = [ 35 + # https://github.com/miaucl/bring-api/blob/1.0.0/requirements.txt 36 + # pyproject.toml is out of sync 37 + aiohttp 38 + yarl 39 + mashumaro 40 + orjson 41 + ]; 31 42 32 43 nativeCheckInputs = [ 33 44 aioresponses 34 45 pytest-asyncio 35 46 pytestCheckHook 36 47 python-dotenv 48 + syrupy 37 49 ]; 38 50 39 51 pythonImportsCheck = [ "bring_api" ];
+2 -2
pkgs/development/python-modules/bthome-ble/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "bthome-ble"; 18 - version = "3.11.0"; 18 + version = "3.12.4"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.9"; ··· 24 24 owner = "Bluetooth-Devices"; 25 25 repo = "bthome-ble"; 26 26 tag = "v${version}"; 27 - hash = "sha256-TlZyNGfHNKN+6tCKepLS+fbgfq3a1uzeCXl25khl6d8="; 27 + hash = "sha256-1Kr+KKL8o1qsu/ncwclsokPcO1QHYadul/f+/Nnv6SQ="; 28 28 }; 29 29 30 30 build-system = [ poetry-core ];
+2 -2
pkgs/development/python-modules/claripy/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "claripy"; 17 - version = "9.2.139"; 17 + version = "9.2.140"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.11"; ··· 23 23 owner = "angr"; 24 24 repo = "claripy"; 25 25 tag = "v${version}"; 26 - hash = "sha256-v8mwBTnPnYWVhY79HAdpxqwxIhz/9VdVYwkQbmHpuKc="; 26 + hash = "sha256-VnvAIQm4TiNUGmpg1agOj/qEQZiR011M1BQdSyrCY5Y="; 27 27 }; 28 28 29 29 # z3 does not provide a dist-info, so python-runtime-deps-check will fail
+3 -3
pkgs/development/python-modules/cle/default.nix
··· 16 16 17 17 let 18 18 # The binaries are following the argr projects release cycle 19 - version = "9.2.139"; 19 + version = "9.2.140"; 20 20 21 21 # Binary files from https://github.com/angr/binaries (only used for testing and only here) 22 22 binaries = fetchFromGitHub { 23 23 owner = "angr"; 24 24 repo = "binaries"; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-kd2IY/sIGUShzVfcIj/5QLVqygHH2zBtxe+Su6Q3bWw="; 26 + hash = "sha256-H+2ZfSqbu4dsioQdIZxSQZW2Q6liqL114GgZgflSqqE="; 27 27 }; 28 28 in 29 29 buildPythonPackage rec { ··· 37 37 owner = "angr"; 38 38 repo = "cle"; 39 39 rev = "refs/tags/v${version}"; 40 - hash = "sha256-+ROjdm2SE65mtsTlwyS7scPD99KbizW/OtUvPnbe/VM="; 40 + hash = "sha256-3z1cOaSO2XMA4h1U6N+PS+YnrS/ujGDDsZqTks1hu5w="; 41 41 }; 42 42 43 43 build-system = [ setuptools ];
+7 -9
pkgs/development/python-modules/corner/default.nix
··· 1 1 { 2 2 lib, 3 3 buildPythonPackage, 4 - pythonOlder, 5 4 fetchFromGitHub, 6 5 7 6 # build-system 8 - setuptools, 9 - setuptools-scm, 7 + hatch-vcs, 8 + hatchling, 10 9 11 10 # dependencies 12 11 matplotlib, ··· 21 20 pytest, 22 21 scipy, 23 22 24 - # checks 23 + # tests 25 24 pytestCheckHook, 26 25 corner, 27 26 }: ··· 31 30 version = "2.2.3"; 32 31 pyproject = true; 33 32 34 - disable = pythonOlder "3.9"; 35 - 36 33 src = fetchFromGitHub { 37 34 owner = "dfm"; 38 35 repo = "corner.py"; ··· 41 38 }; 42 39 43 40 build-system = [ 44 - setuptools 45 - setuptools-scm 41 + hatch-vcs 42 + hatchling 46 43 ]; 47 44 48 45 dependencies = [ matplotlib ]; ··· 70 67 71 68 # matplotlib.testing.exceptions.ImageComparisonFailure: images not close 72 69 disabledTests = [ 70 + "test_1d_fig_argument" 73 71 "test_arviz" 74 72 "test_basic" 75 73 "test_bins" ··· 104 102 meta = { 105 103 description = "Make some beautiful corner plots"; 106 104 homepage = "https://github.com/dfm/corner.py"; 107 - changelog = "https://github.com/dfm/corner.py/releases/tag/${src.tag}"; 105 + changelog = "https://github.com/dfm/corner.py/releases/tag/v${version}"; 108 106 license = lib.licenses.bsd2; 109 107 maintainers = with lib.maintainers; [ GaetanLepage ]; 110 108 };
+2 -2
pkgs/development/python-modules/cyclonedx-python-lib/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "cyclonedx-python-lib"; 26 - version = "8.5.0"; 26 + version = "8.7.0"; 27 27 pyproject = true; 28 28 29 29 disabled = pythonOlder "3.9"; ··· 32 32 owner = "CycloneDX"; 33 33 repo = "cyclonedx-python-lib"; 34 34 tag = "v${version}"; 35 - hash = "sha256-+IGykcKdezvwecLyQA1vW9YE8YJpd6ZEBe+J3zilH44="; 35 + hash = "sha256-gnY8JgdxdjXzO9PE9mt57+DQCmxR00pHEL/q9sHN3+Q="; 36 36 }; 37 37 38 38 pythonRelaxDeps = [ "py-serializable" ];
+2 -2
pkgs/development/python-modules/dbus-fast/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "dbus-fast"; 20 - version = "2.30.2"; 20 + version = "2.33.0"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.9"; ··· 26 26 owner = "Bluetooth-Devices"; 27 27 repo = "dbus-fast"; 28 28 tag = "v${version}"; 29 - hash = "sha256-DGDmv7zJP5LAa90KmqSU8yJXn5q8MDL2dCQjvmDg+Bw="; 29 + hash = "sha256-U6NAEhoEcphAuvaAA2en4Ka4yFHiKPINl5CvtxE7FaI="; 30 30 }; 31 31 32 32 # The project can build both an optimized cython version and an unoptimized
+6 -2
pkgs/development/python-modules/devialet/default.nix
··· 1 1 { 2 2 lib, 3 3 aiohttp, 4 + async-upnp-client, 4 5 buildPythonPackage, 5 6 fetchFromGitHub, 6 7 pythonOlder, ··· 21 22 hash = "sha256-HmTiHa7DEmjARaYn7/OoGotnTirE7S7zXLK/TfHdEAg="; 22 23 }; 23 24 24 - nativeBuildInputs = [ setuptools ]; 25 + build-system = [ setuptools ]; 25 26 26 - propagatedBuildInputs = [ aiohttp ]; 27 + dependencies = [ 28 + aiohttp 29 + async-upnp-client 30 + ]; 27 31 28 32 # Module has no tests 29 33 doCheck = false;
+2 -2
pkgs/development/python-modules/eq3btsmart/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 - poetry-core, 5 + setuptools, 6 6 bleak, 7 7 construct, 8 8 construct-typing, ··· 22 22 hash = "sha256-JPmIKj8IL3i7QWiMTmGQzqb4h0VqLlhILPAOqMucsuM="; 23 23 }; 24 24 25 - build-system = [ poetry-core ]; 25 + build-system = [ setuptools ]; 26 26 27 27 dependencies = [ 28 28 bleak
+2 -2
pkgs/development/python-modules/gcal-sync/default.nix
··· 27 27 hash = "sha256-8VUXW6tIX43TV7UIxeforZIxAUqGY9uqpz6WGyH4d8E="; 28 28 }; 29 29 30 - nativeBuildInputs = [ setuptools ]; 30 + build-system = [ setuptools ]; 31 31 32 - propagatedBuildInputs = [ 32 + dependencies = [ 33 33 aiohttp 34 34 ical 35 35 pydantic
+2 -2
pkgs/development/python-modules/google-generativeai/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "google-generativeai"; 19 - version = "0.8.3"; 19 + version = "0.8.4"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.9"; ··· 25 25 owner = "google"; 26 26 repo = "generative-ai-python"; 27 27 tag = "v${version}"; 28 - hash = "sha256-XHYO2bH95Naoha2ZLpkP0YCq60qqiQPz+YzU6O4pInQ="; 28 + hash = "sha256-Snsp6hP1BKNLSFGbcotdhmluTuuBPZBcLkNY8mtOl6o="; 29 29 }; 30 30 31 31 pythonRelaxDeps = [ "google-ai-generativelanguage" ];
+2 -2
pkgs/development/python-modules/google-nest-sdm/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "google-nest-sdm"; 21 - version = "7.0.0"; 21 + version = "7.1.1"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.10"; ··· 27 27 owner = "allenporter"; 28 28 repo = "python-google-nest-sdm"; 29 29 tag = version; 30 - hash = "sha256-j3L0U4dcmU35eHyrB8ZASGso8lWFwSD3PGq5fRSGOg0="; 30 + hash = "sha256-hBpAwDRmqRRWW0DiG3aXy+OXZPCXdhPzAP79mXOn1kg="; 31 31 }; 32 32 33 33 build-system = [ setuptools ];
+6
pkgs/development/python-modules/govee-local-api/default.nix
··· 21 21 hash = "sha256-1n5HPFI/E/I4eepnpQg8hhIksr48igVy56gQ0UiMYHU="; 22 22 }; 23 23 24 + postPatch = '' 25 + # dont depend on poetry at runtime 26 + # https://github.com/Galorhallen/govee-local-api/pull/75/files#r1943826599 27 + sed -i '/poetry = "^1.8.5"/d' pyproject.toml 28 + ''; 29 + 24 30 build-system = [ poetry-core ]; 25 31 26 32 nativeCheckInputs = [ pytestCheckHook ];
+2 -2
pkgs/development/python-modules/habiticalib/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "habiticalib"; 22 - version = "0.3.4"; 22 + version = "0.3.5"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.12"; ··· 28 28 owner = "tr4nt0r"; 29 29 repo = "habiticalib"; 30 30 tag = "v${version}"; 31 - hash = "sha256-3/37pku6B+986YKkqdoBTzo70wJStaumLSWqmjyJqw0="; 31 + hash = "sha256-r0wpWd6hFPwo5S0ft0srL1a74rODWDH0elkY1BN74Gs="; 32 32 }; 33 33 34 34 build-system = [
+2 -2
pkgs/development/python-modules/habluetooth/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "habluetooth"; 24 - version = "3.9.0"; 24 + version = "3.21.1"; 25 25 pyproject = true; 26 26 27 27 disabled = pythonOlder "3.11"; ··· 30 30 owner = "Bluetooth-Devices"; 31 31 repo = "habluetooth"; 32 32 tag = "v${version}"; 33 - hash = "sha256-JDmdbqgCcgYuPNDNBlqN/kZLRhm3+C0hf9ZC+OoEbTU="; 33 + hash = "sha256-r7pDQ0CoLXpiIMPi0SA/gHByKhFzkEhGCiS52bvhT4c="; 34 34 }; 35 35 36 36 build-system = [
+4 -4
pkgs/development/python-modules/hahomematic/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "hahomematic"; 20 - version = "2025.2.0"; 20 + version = "2025.2.5"; 21 21 pyproject = true; 22 22 23 - disabled = pythonOlder "3.12"; 23 + disabled = pythonOlder "3.13"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "SukramJ"; 27 27 repo = "hahomematic"; 28 28 tag = version; 29 - hash = "sha256-QuPHSd6GHBu7OILMnnif/sbIuujtk+dGKIn8c6Aitq4="; 29 + hash = "sha256-cBj5dwCGJ5++qAZ0JxlqIQKm/Lw3vWVH1DBVVDvkFco="; 30 30 }; 31 31 32 32 __darwinAllowLocalNetworking = true; 33 33 34 34 postPatch = '' 35 35 substituteInPlace pyproject.toml \ 36 - --replace-fail "setuptools==75.6.0" "setuptools" \ 36 + --replace-fail "setuptools==75.8.0" "setuptools" \ 37 37 ''; 38 38 39 39 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/hass-nabucasa/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "hass-nabucasa"; 26 - version = "0.88.1"; 26 + version = "0.89.0"; 27 27 pyproject = true; 28 28 29 29 disabled = pythonOlder "3.12"; ··· 32 32 owner = "nabucasa"; 33 33 repo = "hass-nabucasa"; 34 34 tag = version; 35 - hash = "sha256-OTUrzpsv4sYLRHw3gvNlVz9h1XdR3YOQTZQZtFvqdiQ="; 35 + hash = "sha256-o6VUfg0mtaXw5isF4Q1afCZrOMSW9FSjbOOUcBne+dY="; 36 36 }; 37 37 38 38 pythonRelaxDeps = [ "acme" ];
+2 -2
pkgs/development/python-modules/hassil/default.nix
··· 17 17 18 18 let 19 19 pname = "hassil"; 20 - version = "2.1.0"; 20 + version = "2.2.3"; 21 21 in 22 22 buildPythonPackage { 23 23 inherit pname version; ··· 27 27 owner = "home-assistant"; 28 28 repo = "hassil"; 29 29 tag = "v${version}"; 30 - hash = "sha256-CGobMgaDHcruvOzVBIc6xS0tuaMT410t62KD3Hg30EY="; 30 + hash = "sha256-rP7F0BovD0Klf06lywo+1uFhPf+dS0qbNBZluun8+cE="; 31 31 }; 32 32 33 33 build-system = [ setuptools ];
+5 -3
pkgs/development/python-modules/homematicip/default.nix
··· 10 10 pythonAtLeast, 11 11 pythonOlder, 12 12 pytest-aiohttp, 13 - pytest-asyncio, 13 + pytest-asyncio_0_21, 14 14 requests, 15 15 setuptools, 16 16 setuptools-scm, ··· 48 48 49 49 nativeCheckInputs = [ 50 50 aiohttp-wsgi 51 - pytest-aiohttp 52 - pytest-asyncio 51 + (pytest-aiohttp.override { 52 + pytest-asyncio = pytest-asyncio_0_21; 53 + }) 54 + pytest-asyncio_0_21 53 55 pytest7CheckHook 54 56 ]; 55 57
+8
pkgs/development/python-modules/httpx-sse/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 + fetchpatch2, 5 6 setuptools, 6 7 setuptools-scm, 7 8 wheel, ··· 22 23 tag = version; 23 24 hash = "sha256-nU8vkmV/WynzQrSrq9+FQXtfAJPVLpMsRSuntU0HWrE="; 24 25 }; 26 + 27 + patches = [ 28 + (fetchpatch2 { 29 + url = "https://github.com/florimondmanca/httpx-sse/commit/643938c805e671fa20adcf314b447f862b77bcda.patch?full_index=1"; 30 + hash = "sha256-V2PyTlleyoLa0DuvdlU8zGNsI9C8bTjMUcLjx81/e5k="; 31 + }) 32 + ]; 25 33 26 34 # pytest-cov configuration is not necessary for packaging 27 35 postPatch = ''
+1401 -732
pkgs/development/python-modules/lancedb/Cargo.lock
··· 57 57 58 58 [[package]] 59 59 name = "allocator-api2" 60 - version = "0.2.18" 60 + version = "0.2.21" 61 61 source = "registry+https://github.com/rust-lang/crates.io-index" 62 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 62 + checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 63 63 64 64 [[package]] 65 65 name = "android-tzdata" ··· 78 78 79 79 [[package]] 80 80 name = "anstream" 81 - version = "0.6.15" 81 + version = "0.6.18" 82 82 source = "registry+https://github.com/rust-lang/crates.io-index" 83 - checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" 83 + checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 84 84 dependencies = [ 85 85 "anstyle", 86 86 "anstyle-parse", ··· 93 93 94 94 [[package]] 95 95 name = "anstyle" 96 - version = "1.0.8" 96 + version = "1.0.10" 97 97 source = "registry+https://github.com/rust-lang/crates.io-index" 98 - checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 98 + checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 99 99 100 100 [[package]] 101 101 name = "anstyle-parse" 102 - version = "0.2.5" 102 + version = "0.2.6" 103 103 source = "registry+https://github.com/rust-lang/crates.io-index" 104 - checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" 104 + checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 105 105 dependencies = [ 106 106 "utf8parse", 107 107 ] 108 108 109 109 [[package]] 110 110 name = "anstyle-query" 111 - version = "1.1.1" 111 + version = "1.1.2" 112 112 source = "registry+https://github.com/rust-lang/crates.io-index" 113 - checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" 113 + checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 114 114 dependencies = [ 115 - "windows-sys 0.52.0", 115 + "windows-sys 0.59.0", 116 116 ] 117 117 118 118 [[package]] 119 119 name = "anstyle-wincon" 120 - version = "3.0.4" 120 + version = "3.0.7" 121 121 source = "registry+https://github.com/rust-lang/crates.io-index" 122 - checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" 122 + checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" 123 123 dependencies = [ 124 124 "anstyle", 125 - "windows-sys 0.52.0", 125 + "once_cell", 126 + "windows-sys 0.59.0", 126 127 ] 127 128 128 129 [[package]] 129 130 name = "anyhow" 130 - version = "1.0.89" 131 + version = "1.0.95" 131 132 source = "registry+https://github.com/rust-lang/crates.io-index" 132 - checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" 133 + checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" 133 134 134 135 [[package]] 135 136 name = "arbitrary" 136 - version = "1.3.2" 137 + version = "1.4.1" 137 138 source = "registry+https://github.com/rust-lang/crates.io-index" 138 - checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" 139 + checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" 139 140 dependencies = [ 140 141 "derive_arbitrary", 141 142 ] ··· 169 170 170 171 [[package]] 171 172 name = "arrow" 172 - version = "52.2.0" 173 + version = "53.3.0" 173 174 source = "registry+https://github.com/rust-lang/crates.io-index" 174 - checksum = "05048a8932648b63f21c37d88b552ccc8a65afb6dfe9fc9f30ce79174c2e7a85" 175 + checksum = "c91839b07e474b3995035fd8ac33ee54f9c9ccbbb1ea33d9909c71bffdf1259d" 175 176 dependencies = [ 176 177 "arrow-arith", 177 178 "arrow-array", ··· 191 192 192 193 [[package]] 193 194 name = "arrow-arith" 194 - version = "52.2.0" 195 + version = "53.3.0" 195 196 source = "registry+https://github.com/rust-lang/crates.io-index" 196 - checksum = "1d8a57966e43bfe9a3277984a14c24ec617ad874e4c0e1d2a1b083a39cfbf22c" 197 + checksum = "855c57c4efd26722b044dcd3e348252560e3e0333087fb9f6479dc0bf744054f" 197 198 dependencies = [ 198 199 "arrow-array", 199 200 "arrow-buffer", ··· 206 207 207 208 [[package]] 208 209 name = "arrow-array" 209 - version = "52.2.0" 210 + version = "53.3.0" 210 211 source = "registry+https://github.com/rust-lang/crates.io-index" 211 - checksum = "16f4a9468c882dc66862cef4e1fd8423d47e67972377d85d80e022786427768c" 212 + checksum = "bd03279cea46569acf9295f6224fbc370c5df184b4d2ecfe97ccb131d5615a7f" 212 213 dependencies = [ 213 214 "ahash", 214 215 "arrow-buffer", 215 216 "arrow-data", 216 217 "arrow-schema", 217 218 "chrono", 218 - "chrono-tz 0.9.0", 219 + "chrono-tz 0.10.0", 219 220 "half", 220 - "hashbrown 0.14.5", 221 + "hashbrown 0.15.2", 221 222 "num", 222 223 ] 223 224 224 225 [[package]] 225 226 name = "arrow-buffer" 226 - version = "52.2.0" 227 + version = "53.3.0" 227 228 source = "registry+https://github.com/rust-lang/crates.io-index" 228 - checksum = "c975484888fc95ec4a632cdc98be39c085b1bb518531b0c80c5d462063e5daa1" 229 + checksum = "9e4a9b9b1d6d7117f6138e13bc4dd5daa7f94e671b70e8c9c4dc37b4f5ecfc16" 229 230 dependencies = [ 230 231 "bytes", 231 232 "half", ··· 234 235 235 236 [[package]] 236 237 name = "arrow-cast" 237 - version = "52.2.0" 238 + version = "53.3.0" 238 239 source = "registry+https://github.com/rust-lang/crates.io-index" 239 - checksum = "da26719e76b81d8bc3faad1d4dbdc1bcc10d14704e63dc17fc9f3e7e1e567c8e" 240 + checksum = "bc70e39916e60c5b7af7a8e2719e3ae589326039e1e863675a008bee5ffe90fd" 240 241 dependencies = [ 241 242 "arrow-array", 242 243 "arrow-buffer", ··· 255 256 256 257 [[package]] 257 258 name = "arrow-csv" 258 - version = "52.2.0" 259 + version = "53.3.0" 259 260 source = "registry+https://github.com/rust-lang/crates.io-index" 260 - checksum = "c13c36dc5ddf8c128df19bab27898eea64bf9da2b555ec1cd17a8ff57fba9ec2" 261 + checksum = "789b2af43c1049b03a8d088ff6b2257cdcea1756cd76b174b1f2600356771b97" 261 262 dependencies = [ 262 263 "arrow-array", 263 264 "arrow-buffer", ··· 274 275 275 276 [[package]] 276 277 name = "arrow-data" 277 - version = "52.2.0" 278 + version = "53.3.0" 278 279 source = "registry+https://github.com/rust-lang/crates.io-index" 279 - checksum = "dd9d6f18c65ef7a2573ab498c374d8ae364b4a4edf67105357491c031f716ca5" 280 + checksum = "e4e75edf21ffd53744a9b8e3ed11101f610e7ceb1a29860432824f1834a1f623" 280 281 dependencies = [ 281 282 "arrow-buffer", 282 283 "arrow-schema", ··· 286 287 287 288 [[package]] 288 289 name = "arrow-ipc" 289 - version = "52.2.0" 290 + version = "53.3.0" 290 291 source = "registry+https://github.com/rust-lang/crates.io-index" 291 - checksum = "e786e1cdd952205d9a8afc69397b317cfbb6e0095e445c69cda7e8da5c1eeb0f" 292 + checksum = "d186a909dece9160bf8312f5124d797884f608ef5435a36d9d608e0b2a9bcbf8" 292 293 dependencies = [ 293 294 "arrow-array", 294 295 "arrow-buffer", ··· 302 303 303 304 [[package]] 304 305 name = "arrow-json" 305 - version = "52.2.0" 306 + version = "53.3.0" 306 307 source = "registry+https://github.com/rust-lang/crates.io-index" 307 - checksum = "fb22284c5a2a01d73cebfd88a33511a3234ab45d66086b2ca2d1228c3498e445" 308 + checksum = "b66ff2fedc1222942d0bd2fd391cb14a85baa3857be95c9373179bd616753b85" 308 309 dependencies = [ 309 310 "arrow-array", 310 311 "arrow-buffer", ··· 313 314 "arrow-schema", 314 315 "chrono", 315 316 "half", 316 - "indexmap 2.6.0", 317 + "indexmap 2.7.0", 317 318 "lexical-core", 318 319 "num", 319 320 "serde", ··· 322 323 323 324 [[package]] 324 325 name = "arrow-ord" 325 - version = "52.2.0" 326 + version = "53.3.0" 326 327 source = "registry+https://github.com/rust-lang/crates.io-index" 327 - checksum = "42745f86b1ab99ef96d1c0bcf49180848a64fe2c7a7a0d945bc64fa2b21ba9bc" 328 + checksum = "ece7b5bc1180e6d82d1a60e1688c199829e8842e38497563c3ab6ea813e527fd" 328 329 dependencies = [ 329 330 "arrow-array", 330 331 "arrow-buffer", ··· 337 338 338 339 [[package]] 339 340 name = "arrow-row" 340 - version = "52.2.0" 341 + version = "53.3.0" 341 342 source = "registry+https://github.com/rust-lang/crates.io-index" 342 - checksum = "4cd09a518c602a55bd406bcc291a967b284cfa7a63edfbf8b897ea4748aad23c" 343 + checksum = "745c114c8f0e8ce211c83389270de6fbe96a9088a7b32c2a041258a443fe83ff" 343 344 dependencies = [ 344 345 "ahash", 345 346 "arrow-array", ··· 351 352 352 353 [[package]] 353 354 name = "arrow-schema" 354 - version = "52.2.0" 355 + version = "53.3.0" 355 356 source = "registry+https://github.com/rust-lang/crates.io-index" 356 - checksum = "9e972cd1ff4a4ccd22f86d3e53e835c2ed92e0eea6a3e8eadb72b4f1ac802cf8" 357 + checksum = "b95513080e728e4cec37f1ff5af4f12c9688d47795d17cda80b6ec2cf74d4678" 357 358 dependencies = [ 358 - "bitflags 2.6.0", 359 + "bitflags 2.7.0", 359 360 ] 360 361 361 362 [[package]] 362 363 name = "arrow-select" 363 - version = "52.2.0" 364 + version = "53.3.0" 364 365 source = "registry+https://github.com/rust-lang/crates.io-index" 365 - checksum = "600bae05d43483d216fb3494f8c32fdbefd8aa4e1de237e790dbb3d9f44690a3" 366 + checksum = "8e415279094ea70323c032c6e739c48ad8d80e78a09bef7117b8718ad5bf3722" 366 367 dependencies = [ 367 368 "ahash", 368 369 "arrow-array", ··· 374 375 375 376 [[package]] 376 377 name = "arrow-string" 377 - version = "52.2.0" 378 + version = "53.3.0" 378 379 source = "registry+https://github.com/rust-lang/crates.io-index" 379 - checksum = "f0dc1985b67cb45f6606a248ac2b4a288849f196bab8c657ea5589f47cdd55e6" 380 + checksum = "11d956cae7002eb8d83a27dbd34daaea1cf5b75852f0b84deb4d93a276e92bbf" 380 381 dependencies = [ 381 382 "arrow-array", 382 383 "arrow-buffer", ··· 386 387 "memchr", 387 388 "num", 388 389 "regex", 389 - "regex-syntax", 390 + "regex-syntax 0.8.5", 390 391 ] 391 392 392 393 [[package]] 393 394 name = "async-compression" 394 - version = "0.4.13" 395 + version = "0.4.18" 395 396 source = "registry+https://github.com/rust-lang/crates.io-index" 396 - checksum = "7e614738943d3f68c628ae3dbce7c3daffb196665f82f8c8ea6b65de73c79429" 397 + checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522" 397 398 dependencies = [ 398 399 "flate2", 399 400 "futures-core", ··· 417 418 source = "registry+https://github.com/rust-lang/crates.io-index" 418 419 checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 419 420 dependencies = [ 420 - "async-lock", 421 + "async-lock 2.8.0", 421 422 "autocfg", 422 423 "cfg-if", 423 424 "concurrent-queue", ··· 425 426 "log", 426 427 "parking", 427 428 "polling", 428 - "rustix 0.37.27", 429 + "rustix 0.37.28", 429 430 "slab", 430 431 "socket2 0.4.10", 431 432 "waker-fn", ··· 441 442 ] 442 443 443 444 [[package]] 445 + name = "async-lock" 446 + version = "3.4.0" 447 + source = "registry+https://github.com/rust-lang/crates.io-index" 448 + checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 449 + dependencies = [ 450 + "event-listener 5.4.0", 451 + "event-listener-strategy", 452 + "pin-project-lite", 453 + ] 454 + 455 + [[package]] 444 456 name = "async-openai" 445 457 version = "0.20.0" 446 458 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 458 470 "secrecy", 459 471 "serde", 460 472 "serde_json", 461 - "thiserror", 473 + "thiserror 1.0.69", 462 474 "tokio", 463 475 "tokio-stream", 464 476 "tokio-util", ··· 482 494 dependencies = [ 483 495 "proc-macro2", 484 496 "quote", 485 - "syn 2.0.79", 497 + "syn 2.0.96", 486 498 ] 487 499 488 500 [[package]] 489 501 name = "async-trait" 490 - version = "0.1.83" 502 + version = "0.1.85" 491 503 source = "registry+https://github.com/rust-lang/crates.io-index" 492 - checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 504 + checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" 493 505 dependencies = [ 494 506 "proc-macro2", 495 507 "quote", 496 - "syn 2.0.79", 508 + "syn 2.0.96", 497 509 ] 498 510 499 511 [[package]] ··· 531 543 532 544 [[package]] 533 545 name = "aws-config" 534 - version = "1.5.8" 546 + version = "1.5.13" 535 547 source = "registry+https://github.com/rust-lang/crates.io-index" 536 - checksum = "7198e6f03240fdceba36656d8be440297b6b82270325908c7381f37d826a74f6" 548 + checksum = "c03a50b30228d3af8865ce83376b4e99e1ffa34728220fe2860e4df0bb5278d6" 537 549 dependencies = [ 538 550 "aws-credential-types", 539 551 "aws-runtime", ··· 548 560 "aws-smithy-types", 549 561 "aws-types", 550 562 "bytes", 551 - "fastrand 2.1.1", 563 + "fastrand 2.3.0", 552 564 "hex", 553 565 "http 0.2.12", 554 566 "ring", ··· 573 585 574 586 [[package]] 575 587 name = "aws-runtime" 576 - version = "1.4.3" 588 + version = "1.5.3" 577 589 source = "registry+https://github.com/rust-lang/crates.io-index" 578 - checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468" 590 + checksum = "b16d1aa50accc11a4b4d5c50f7fb81cc0cf60328259c587d0e6b0f11385bde46" 579 591 dependencies = [ 580 592 "aws-credential-types", 581 593 "aws-sigv4", ··· 587 599 "aws-smithy-types", 588 600 "aws-types", 589 601 "bytes", 590 - "fastrand 2.1.1", 602 + "fastrand 2.3.0", 591 603 "http 0.2.12", 592 604 "http-body 0.4.6", 593 605 "once_cell", ··· 595 607 "pin-project-lite", 596 608 "tracing", 597 609 "uuid", 610 + ] 611 + 612 + [[package]] 613 + name = "aws-sdk-bedrockruntime" 614 + version = "1.67.0" 615 + source = "registry+https://github.com/rust-lang/crates.io-index" 616 + checksum = "45b1eba5f7928b332df907ad9800dac0f53248156b65bd428f07df8a827e47f7" 617 + dependencies = [ 618 + "aws-credential-types", 619 + "aws-runtime", 620 + "aws-smithy-async", 621 + "aws-smithy-eventstream", 622 + "aws-smithy-http", 623 + "aws-smithy-json", 624 + "aws-smithy-runtime", 625 + "aws-smithy-runtime-api", 626 + "aws-smithy-types", 627 + "aws-types", 628 + "bytes", 629 + "fastrand 2.3.0", 630 + "http 0.2.12", 631 + "once_cell", 632 + "regex-lite", 633 + "tracing", 598 634 ] 599 635 600 636 [[package]] 601 637 name = "aws-sdk-dynamodb" 602 - version = "1.49.0" 638 + version = "1.59.0" 603 639 source = "registry+https://github.com/rust-lang/crates.io-index" 604 - checksum = "ab0ade000608877169533a54326badd6b5a707d2faf876cfc3976a7f9d7e5329" 640 + checksum = "1663eca3983d46e6e6dba3296db31c66f3e2031dc38f0ac2101f8b0f5bb99c5a" 605 641 dependencies = [ 606 642 "aws-credential-types", 607 643 "aws-runtime", ··· 613 649 "aws-smithy-types", 614 650 "aws-types", 615 651 "bytes", 616 - "fastrand 2.1.1", 652 + "fastrand 2.3.0", 617 653 "http 0.2.12", 618 654 "once_cell", 619 655 "regex-lite", ··· 622 658 623 659 [[package]] 624 660 name = "aws-sdk-kms" 625 - version = "1.46.0" 661 + version = "1.54.0" 626 662 source = "registry+https://github.com/rust-lang/crates.io-index" 627 - checksum = "e33590e8d45206fdc4273ded8a1f292bcceaadd513037aa790fc67b237bc30ee" 663 + checksum = "a6cf16c0e5853312995505557b876dd3f9fb9941e96d031383528ccef14ace57" 628 664 dependencies = [ 629 665 "aws-credential-types", 630 666 "aws-runtime", ··· 644 680 645 681 [[package]] 646 682 name = "aws-sdk-s3" 647 - version = "1.54.0" 683 + version = "1.68.0" 648 684 source = "registry+https://github.com/rust-lang/crates.io-index" 649 - checksum = "e2f2a62020f3e06f9b352b2a23547f6e1d110b6bf1e18a6b588ae36114eaf6e2" 685 + checksum = "bc5ddf1dc70287dc9a2f953766a1fe15e3e74aef02fd1335f2afa475c9b4f4fc" 650 686 dependencies = [ 651 - "ahash", 652 687 "aws-credential-types", 653 688 "aws-runtime", 654 689 "aws-sigv4", ··· 663 698 "aws-smithy-xml", 664 699 "aws-types", 665 700 "bytes", 666 - "fastrand 2.1.1", 701 + "fastrand 2.3.0", 667 702 "hex", 668 703 "hmac", 669 704 "http 0.2.12", ··· 679 714 680 715 [[package]] 681 716 name = "aws-sdk-sso" 682 - version = "1.45.0" 717 + version = "1.53.0" 683 718 source = "registry+https://github.com/rust-lang/crates.io-index" 684 - checksum = "e33ae899566f3d395cbf42858e433930682cc9c1889fa89318896082fef45efb" 719 + checksum = "1605dc0bf9f0a4b05b451441a17fcb0bda229db384f23bf5cead3adbab0664ac" 685 720 dependencies = [ 686 721 "aws-credential-types", 687 722 "aws-runtime", ··· 701 736 702 737 [[package]] 703 738 name = "aws-sdk-ssooidc" 704 - version = "1.46.0" 739 + version = "1.54.0" 705 740 source = "registry+https://github.com/rust-lang/crates.io-index" 706 - checksum = "f39c09e199ebd96b9f860b0fce4b6625f211e064ad7c8693b72ecf7ef03881e0" 741 + checksum = "59f3f73466ff24f6ad109095e0f3f2c830bfb4cd6c8b12f744c8e61ebf4d3ba1" 707 742 dependencies = [ 708 743 "aws-credential-types", 709 744 "aws-runtime", ··· 723 758 724 759 [[package]] 725 760 name = "aws-sdk-sts" 726 - version = "1.45.0" 761 + version = "1.54.1" 727 762 source = "registry+https://github.com/rust-lang/crates.io-index" 728 - checksum = "3d95f93a98130389eb6233b9d615249e543f6c24a68ca1f109af9ca5164a8765" 763 + checksum = "861d324ef69247c6f3c6823755f408a68877ffb1a9afaff6dd8b0057c760de60" 729 764 dependencies = [ 730 765 "aws-credential-types", 731 766 "aws-runtime", ··· 746 781 747 782 [[package]] 748 783 name = "aws-sigv4" 749 - version = "1.2.4" 784 + version = "1.2.6" 750 785 source = "registry+https://github.com/rust-lang/crates.io-index" 751 - checksum = "cc8db6904450bafe7473c6ca9123f88cc11089e41a025408f992db4e22d3be68" 786 + checksum = "7d3820e0c08d0737872ff3c7c1f21ebbb6693d832312d6152bf18ef50a5471c2" 752 787 dependencies = [ 753 788 "aws-credential-types", 754 789 "aws-smithy-eventstream", ··· 761 796 "hex", 762 797 "hmac", 763 798 "http 0.2.12", 764 - "http 1.1.0", 799 + "http 1.2.0", 765 800 "once_cell", 766 801 "p256", 767 802 "percent-encoding", ··· 775 810 776 811 [[package]] 777 812 name = "aws-smithy-async" 778 - version = "1.2.1" 813 + version = "1.2.3" 779 814 source = "registry+https://github.com/rust-lang/crates.io-index" 780 - checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c" 815 + checksum = "427cb637d15d63d6f9aae26358e1c9a9c09d5aa490d64b09354c8217cfef0f28" 781 816 dependencies = [ 782 817 "futures-util", 783 818 "pin-project-lite", ··· 786 821 787 822 [[package]] 788 823 name = "aws-smithy-checksums" 789 - version = "0.60.12" 824 + version = "0.60.13" 790 825 source = "registry+https://github.com/rust-lang/crates.io-index" 791 - checksum = "598b1689d001c4d4dc3cb386adb07d37786783aee3ac4b324bcadac116bf3d23" 826 + checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795" 792 827 dependencies = [ 793 828 "aws-smithy-http", 794 829 "aws-smithy-types", ··· 839 874 840 875 [[package]] 841 876 name = "aws-smithy-json" 842 - version = "0.60.7" 877 + version = "0.61.1" 843 878 source = "registry+https://github.com/rust-lang/crates.io-index" 844 - checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6" 879 + checksum = "ee4e69cc50921eb913c6b662f8d909131bb3e6ad6cb6090d3a39b66fc5c52095" 845 880 dependencies = [ 846 881 "aws-smithy-types", 847 882 ] ··· 858 893 859 894 [[package]] 860 895 name = "aws-smithy-runtime" 861 - version = "1.7.2" 896 + version = "1.7.6" 862 897 source = "registry+https://github.com/rust-lang/crates.io-index" 863 - checksum = "a065c0fe6fdbdf9f11817eb68582b2ab4aff9e9c39e986ae48f7ec576c6322db" 898 + checksum = "a05dd41a70fc74051758ee75b5c4db2c0ca070ed9229c3df50e9475cda1cb985" 864 899 dependencies = [ 865 900 "aws-smithy-async", 866 901 "aws-smithy-http", 867 902 "aws-smithy-runtime-api", 868 903 "aws-smithy-types", 869 904 "bytes", 870 - "fastrand 2.1.1", 905 + "fastrand 2.3.0", 871 906 "h2 0.3.26", 872 907 "http 0.2.12", 873 908 "http-body 0.4.6", 874 909 "http-body 1.0.1", 875 910 "httparse", 876 - "hyper 0.14.30", 911 + "hyper 0.14.32", 877 912 "hyper-rustls 0.24.2", 878 913 "once_cell", 879 914 "pin-project-lite", ··· 885 920 886 921 [[package]] 887 922 name = "aws-smithy-runtime-api" 888 - version = "1.7.2" 923 + version = "1.7.3" 889 924 source = "registry+https://github.com/rust-lang/crates.io-index" 890 - checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96" 925 + checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd" 891 926 dependencies = [ 892 927 "aws-smithy-async", 893 928 "aws-smithy-types", 894 929 "bytes", 895 930 "http 0.2.12", 896 - "http 1.1.0", 931 + "http 1.2.0", 897 932 "pin-project-lite", 898 933 "tokio", 899 934 "tracing", ··· 902 937 903 938 [[package]] 904 939 name = "aws-smithy-types" 905 - version = "1.2.7" 940 + version = "1.2.11" 906 941 source = "registry+https://github.com/rust-lang/crates.io-index" 907 - checksum = "147100a7bea70fa20ef224a6bad700358305f5dc0f84649c53769761395b355b" 942 + checksum = "38ddc9bd6c28aeb303477170ddd183760a956a03e083b3902a990238a7e3792d" 908 943 dependencies = [ 909 944 "base64-simd", 910 945 "bytes", 911 946 "bytes-utils", 912 947 "futures-core", 913 948 "http 0.2.12", 914 - "http 1.1.0", 949 + "http 1.2.0", 915 950 "http-body 0.4.6", 916 951 "http-body 1.0.1", 917 952 "http-body-util", ··· 1019 1054 checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 1020 1055 1021 1056 [[package]] 1057 + name = "bigdecimal" 1058 + version = "0.4.7" 1059 + source = "registry+https://github.com/rust-lang/crates.io-index" 1060 + checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c" 1061 + dependencies = [ 1062 + "autocfg", 1063 + "libm", 1064 + "num-bigint", 1065 + "num-integer", 1066 + "num-traits", 1067 + ] 1068 + 1069 + [[package]] 1022 1070 name = "bit-set" 1023 1071 version = "0.5.3" 1024 1072 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1041 1089 1042 1090 [[package]] 1043 1091 name = "bitflags" 1044 - version = "2.6.0" 1092 + version = "2.7.0" 1045 1093 source = "registry+https://github.com/rust-lang/crates.io-index" 1046 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 1094 + checksum = "1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be" 1047 1095 1048 1096 [[package]] 1049 1097 name = "bitpacking" ··· 1119 1167 1120 1168 [[package]] 1121 1169 name = "bytemuck_derive" 1122 - version = "1.8.0" 1170 + version = "1.8.1" 1123 1171 source = "registry+https://github.com/rust-lang/crates.io-index" 1124 - checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec" 1172 + checksum = "3fa76293b4f7bb636ab88fd78228235b5248b4d05cc589aed610f954af5d7c7a" 1125 1173 dependencies = [ 1126 1174 "proc-macro2", 1127 1175 "quote", 1128 - "syn 2.0.79", 1176 + "syn 2.0.96", 1129 1177 ] 1130 1178 1131 1179 [[package]] ··· 1136 1184 1137 1185 [[package]] 1138 1186 name = "bytes" 1139 - version = "1.7.2" 1187 + version = "1.9.0" 1140 1188 source = "registry+https://github.com/rust-lang/crates.io-index" 1141 - checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" 1189 + checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" 1142 1190 1143 1191 [[package]] 1144 1192 name = "bytes-utils" ··· 1175 1223 "rand_distr", 1176 1224 "rayon", 1177 1225 "safetensors", 1178 - "thiserror", 1226 + "thiserror 1.0.69", 1179 1227 "yoke", 1180 1228 "zip", 1181 1229 ] ··· 1192 1240 "rayon", 1193 1241 "safetensors", 1194 1242 "serde", 1195 - "thiserror", 1243 + "thiserror 1.0.69", 1196 1244 ] 1197 1245 1198 1246 [[package]] ··· 1216 1264 1217 1265 [[package]] 1218 1266 name = "cargo-platform" 1219 - version = "0.1.8" 1267 + version = "0.1.9" 1220 1268 source = "registry+https://github.com/rust-lang/crates.io-index" 1221 - checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" 1269 + checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" 1222 1270 dependencies = [ 1223 1271 "serde", 1224 1272 ] ··· 1231 1279 dependencies = [ 1232 1280 "camino", 1233 1281 "cargo-platform", 1234 - "semver 1.0.23", 1282 + "semver 1.0.24", 1235 1283 "serde", 1236 1284 "serde_json", 1237 1285 ] 1238 1286 1239 1287 [[package]] 1240 1288 name = "cc" 1241 - version = "1.1.28" 1289 + version = "1.2.9" 1242 1290 source = "registry+https://github.com/rust-lang/crates.io-index" 1243 - checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1" 1291 + checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b" 1244 1292 dependencies = [ 1245 1293 "jobserver", 1246 1294 "libc", ··· 1266 1314 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 1267 1315 1268 1316 [[package]] 1317 + name = "cfg_aliases" 1318 + version = "0.2.1" 1319 + source = "registry+https://github.com/rust-lang/crates.io-index" 1320 + checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 1321 + 1322 + [[package]] 1269 1323 name = "chrono" 1270 - version = "0.4.38" 1324 + version = "0.4.39" 1271 1325 source = "registry+https://github.com/rust-lang/crates.io-index" 1272 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 1326 + checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" 1273 1327 dependencies = [ 1274 1328 "android-tzdata", 1275 1329 "iana-time-zone", ··· 1293 1347 1294 1348 [[package]] 1295 1349 name = "chrono-tz" 1296 - version = "0.9.0" 1350 + version = "0.10.0" 1297 1351 source = "registry+https://github.com/rust-lang/crates.io-index" 1298 - checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" 1352 + checksum = "cd6dd8046d00723a59a2f8c5f295c515b9bb9a331ee4f8f3d4dd49e428acd3b6" 1299 1353 dependencies = [ 1300 1354 "chrono", 1301 - "chrono-tz-build 0.3.0", 1355 + "chrono-tz-build 0.4.0", 1302 1356 "phf", 1303 1357 ] 1304 1358 ··· 1315 1369 1316 1370 [[package]] 1317 1371 name = "chrono-tz-build" 1318 - version = "0.3.0" 1372 + version = "0.4.0" 1319 1373 source = "registry+https://github.com/rust-lang/crates.io-index" 1320 - checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" 1374 + checksum = "e94fea34d77a245229e7746bd2beb786cd2a896f306ff491fb8cecb3074b10a7" 1321 1375 dependencies = [ 1322 1376 "parse-zoneinfo", 1323 - "phf", 1324 1377 "phf_codegen", 1325 1378 ] 1326 1379 1327 1380 [[package]] 1328 1381 name = "colorchoice" 1329 - version = "1.0.2" 1382 + version = "1.0.3" 1330 1383 source = "registry+https://github.com/rust-lang/crates.io-index" 1331 - checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" 1384 + checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 1332 1385 1333 1386 [[package]] 1334 1387 name = "combine" ··· 1342 1395 1343 1396 [[package]] 1344 1397 name = "comfy-table" 1345 - version = "7.1.1" 1398 + version = "7.1.3" 1346 1399 source = "registry+https://github.com/rust-lang/crates.io-index" 1347 - checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" 1400 + checksum = "24f165e7b643266ea80cb858aed492ad9280e3e05ce24d4a99d7d7b889b6a4d9" 1348 1401 dependencies = [ 1349 1402 "crossterm", 1350 1403 "strum", ··· 1363 1416 1364 1417 [[package]] 1365 1418 name = "console" 1366 - version = "0.15.8" 1419 + version = "0.15.10" 1367 1420 source = "registry+https://github.com/rust-lang/crates.io-index" 1368 - checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 1421 + checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b" 1369 1422 dependencies = [ 1370 1423 "encode_unicode", 1371 - "lazy_static", 1372 1424 "libc", 1425 + "once_cell", 1373 1426 "unicode-width", 1374 - "windows-sys 0.52.0", 1427 + "windows-sys 0.59.0", 1375 1428 ] 1376 1429 1377 1430 [[package]] ··· 1429 1482 ] 1430 1483 1431 1484 [[package]] 1485 + name = "core-foundation" 1486 + version = "0.10.0" 1487 + source = "registry+https://github.com/rust-lang/crates.io-index" 1488 + checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" 1489 + dependencies = [ 1490 + "core-foundation-sys", 1491 + "libc", 1492 + ] 1493 + 1494 + [[package]] 1432 1495 name = "core-foundation-sys" 1433 1496 version = "0.8.7" 1434 1497 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1436 1499 1437 1500 [[package]] 1438 1501 name = "cpufeatures" 1439 - version = "0.2.14" 1502 + version = "0.2.16" 1440 1503 source = "registry+https://github.com/rust-lang/crates.io-index" 1441 - checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" 1504 + checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" 1442 1505 dependencies = [ 1443 1506 "libc", 1444 1507 ] ··· 1463 1526 1464 1527 [[package]] 1465 1528 name = "crossbeam-channel" 1466 - version = "0.5.13" 1529 + version = "0.5.14" 1467 1530 source = "registry+https://github.com/rust-lang/crates.io-index" 1468 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 1531 + checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" 1469 1532 dependencies = [ 1470 1533 "crossbeam-utils", 1471 1534 ] 1472 1535 1473 1536 [[package]] 1474 1537 name = "crossbeam-deque" 1475 - version = "0.8.5" 1538 + version = "0.8.6" 1476 1539 source = "registry+https://github.com/rust-lang/crates.io-index" 1477 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 1540 + checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 1478 1541 dependencies = [ 1479 1542 "crossbeam-epoch", 1480 1543 "crossbeam-utils", ··· 1491 1554 1492 1555 [[package]] 1493 1556 name = "crossbeam-queue" 1494 - version = "0.3.11" 1557 + version = "0.3.12" 1495 1558 source = "registry+https://github.com/rust-lang/crates.io-index" 1496 - checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 1559 + checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 1497 1560 dependencies = [ 1498 1561 "crossbeam-utils", 1499 1562 ] 1500 1563 1501 1564 [[package]] 1502 1565 name = "crossbeam-utils" 1503 - version = "0.8.20" 1566 + version = "0.8.21" 1504 1567 source = "registry+https://github.com/rust-lang/crates.io-index" 1505 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 1568 + checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 1506 1569 1507 1570 [[package]] 1508 1571 name = "crossterm" 1509 - version = "0.27.0" 1572 + version = "0.28.1" 1510 1573 source = "registry+https://github.com/rust-lang/crates.io-index" 1511 - checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" 1574 + checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" 1512 1575 dependencies = [ 1513 - "bitflags 2.6.0", 1576 + "bitflags 2.7.0", 1514 1577 "crossterm_winapi", 1515 - "libc", 1516 1578 "parking_lot", 1579 + "rustix 0.38.43", 1517 1580 "winapi", 1518 1581 ] 1519 1582 ··· 1566 1629 1567 1630 [[package]] 1568 1631 name = "csv" 1569 - version = "1.3.0" 1632 + version = "1.3.1" 1570 1633 source = "registry+https://github.com/rust-lang/crates.io-index" 1571 - checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" 1634 + checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf" 1572 1635 dependencies = [ 1573 1636 "csv-core", 1574 1637 "itoa", ··· 1587 1650 1588 1651 [[package]] 1589 1652 name = "ctor" 1590 - version = "0.2.8" 1653 + version = "0.2.9" 1591 1654 source = "registry+https://github.com/rust-lang/crates.io-index" 1592 - checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f" 1655 + checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501" 1593 1656 dependencies = [ 1594 1657 "quote", 1595 - "syn 2.0.79", 1658 + "syn 2.0.96", 1596 1659 ] 1597 1660 1598 1661 [[package]] ··· 1622 1685 "proc-macro2", 1623 1686 "quote", 1624 1687 "strsim", 1625 - "syn 2.0.79", 1688 + "syn 2.0.96", 1626 1689 ] 1627 1690 1628 1691 [[package]] ··· 1633 1696 dependencies = [ 1634 1697 "darling_core", 1635 1698 "quote", 1636 - "syn 2.0.79", 1699 + "syn 2.0.96", 1637 1700 ] 1638 1701 1639 1702 [[package]] ··· 1665 1728 1666 1729 [[package]] 1667 1730 name = "datafusion" 1668 - version = "41.0.0" 1731 + version = "44.0.0" 1669 1732 source = "registry+https://github.com/rust-lang/crates.io-index" 1670 - checksum = "e4fd4a99fc70d40ef7e52b243b4a399c3f8d353a40d5ecb200deee05e49c61bb" 1733 + checksum = "014fc8c384ecacedaabb3bc8359c2a6c6e9d8f7bea65be3434eccacfc37f52d9" 1671 1734 dependencies = [ 1672 - "ahash", 1673 1735 "arrow", 1674 1736 "arrow-array", 1675 1737 "arrow-ipc", ··· 1686 1748 "datafusion-functions", 1687 1749 "datafusion-functions-aggregate", 1688 1750 "datafusion-functions-nested", 1751 + "datafusion-functions-table", 1752 + "datafusion-functions-window", 1689 1753 "datafusion-optimizer", 1690 1754 "datafusion-physical-expr", 1691 1755 "datafusion-physical-expr-common", ··· 1694 1758 "datafusion-sql", 1695 1759 "futures", 1696 1760 "glob", 1697 - "half", 1698 - "hashbrown 0.14.5", 1699 - "indexmap 2.6.0", 1700 - "itertools 0.12.1", 1761 + "itertools 0.13.0", 1701 1762 "log", 1702 - "num_cpus", 1703 - "object_store", 1763 + "object_store 0.11.2", 1704 1764 "parking_lot", 1705 - "paste", 1706 - "pin-project-lite", 1707 1765 "rand", 1708 - "sqlparser 0.49.0", 1766 + "regex", 1767 + "sqlparser 0.53.0", 1709 1768 "tempfile", 1710 1769 "tokio", 1711 1770 "url", ··· 1714 1773 1715 1774 [[package]] 1716 1775 name = "datafusion-catalog" 1717 - version = "41.0.0" 1776 + version = "44.0.0" 1718 1777 source = "registry+https://github.com/rust-lang/crates.io-index" 1719 - checksum = "e13b3cfbd84c6003594ae1972314e3df303a27ce8ce755fcea3240c90f4c0529" 1778 + checksum = "ee60d33e210ef96070377ae667ece7caa0e959c8387496773d4a1a72f1a5012e" 1720 1779 dependencies = [ 1721 1780 "arrow-schema", 1722 1781 "async-trait", ··· 1724 1783 "datafusion-execution", 1725 1784 "datafusion-expr", 1726 1785 "datafusion-physical-plan", 1786 + "parking_lot", 1727 1787 ] 1728 1788 1729 1789 [[package]] 1730 1790 name = "datafusion-common" 1731 - version = "41.0.0" 1791 + version = "44.0.0" 1732 1792 source = "registry+https://github.com/rust-lang/crates.io-index" 1733 - checksum = "44fdbc877e3e40dcf88cc8f283d9f5c8851f0a3aa07fee657b1b75ac1ad49b9c" 1793 + checksum = "0b42b7d720fe21ed9cca2ebb635f3f13a12cfab786b41e0fba184fb2e620525b" 1734 1794 dependencies = [ 1735 1795 "ahash", 1736 1796 "arrow", 1737 1797 "arrow-array", 1738 1798 "arrow-buffer", 1739 1799 "arrow-schema", 1740 - "chrono", 1741 1800 "half", 1742 1801 "hashbrown 0.14.5", 1743 - "instant", 1802 + "indexmap 2.7.0", 1744 1803 "libc", 1745 - "num_cpus", 1746 - "object_store", 1747 - "sqlparser 0.49.0", 1804 + "log", 1805 + "object_store 0.11.2", 1806 + "paste", 1807 + "sqlparser 0.53.0", 1808 + "tokio", 1809 + "web-time", 1748 1810 ] 1749 1811 1750 1812 [[package]] 1751 1813 name = "datafusion-common-runtime" 1752 - version = "41.0.0" 1814 + version = "44.0.0" 1753 1815 source = "registry+https://github.com/rust-lang/crates.io-index" 1754 - checksum = "8a7496d1f664179f6ce3a5cbef6566056ccaf3ea4aa72cc455f80e62c1dd86b1" 1816 + checksum = "72fbf14d4079f7ce5306393084fe5057dddfdc2113577e0049310afa12e94281" 1755 1817 dependencies = [ 1818 + "log", 1756 1819 "tokio", 1757 1820 ] 1758 1821 1759 1822 [[package]] 1823 + name = "datafusion-doc" 1824 + version = "44.0.0" 1825 + source = "registry+https://github.com/rust-lang/crates.io-index" 1826 + checksum = "c278dbd64860ed0bb5240fc1f4cb6aeea437153910aea69bcf7d5a8d6d0454f3" 1827 + 1828 + [[package]] 1760 1829 name = "datafusion-execution" 1761 - version = "41.0.0" 1830 + version = "44.0.0" 1762 1831 source = "registry+https://github.com/rust-lang/crates.io-index" 1763 - checksum = "799e70968c815b611116951e3dd876aef04bf217da31b72eec01ee6a959336a1" 1832 + checksum = "e22cb02af47e756468b3cbfee7a83e3d4f2278d452deb4b033ba933c75169486" 1764 1833 dependencies = [ 1765 1834 "arrow", 1766 - "chrono", 1767 1835 "dashmap 6.1.0", 1768 1836 "datafusion-common", 1769 1837 "datafusion-expr", 1770 1838 "futures", 1771 - "hashbrown 0.14.5", 1772 1839 "log", 1773 - "object_store", 1840 + "object_store 0.11.2", 1774 1841 "parking_lot", 1775 1842 "rand", 1776 1843 "tempfile", ··· 1779 1846 1780 1847 [[package]] 1781 1848 name = "datafusion-expr" 1782 - version = "41.0.0" 1849 + version = "44.0.0" 1783 1850 source = "registry+https://github.com/rust-lang/crates.io-index" 1784 - checksum = "1c1841c409d9518c17971d15c9bae62e629eb937e6fb6c68cd32e9186f8b30d2" 1851 + checksum = "62298eadb1d15b525df1315e61a71519ffc563d41d5c3b2a30fda2d70f77b93c" 1785 1852 dependencies = [ 1786 - "ahash", 1787 1853 "arrow", 1788 - "arrow-array", 1789 - "arrow-buffer", 1790 1854 "chrono", 1791 1855 "datafusion-common", 1856 + "datafusion-doc", 1857 + "datafusion-expr-common", 1858 + "datafusion-functions-aggregate-common", 1859 + "datafusion-functions-window-common", 1860 + "datafusion-physical-expr-common", 1861 + "indexmap 2.7.0", 1792 1862 "paste", 1793 1863 "serde_json", 1794 - "sqlparser 0.49.0", 1795 - "strum", 1796 - "strum_macros 0.26.4", 1864 + "sqlparser 0.53.0", 1865 + ] 1866 + 1867 + [[package]] 1868 + name = "datafusion-expr-common" 1869 + version = "44.0.0" 1870 + source = "registry+https://github.com/rust-lang/crates.io-index" 1871 + checksum = "dda7f73c5fc349251cd3dcb05773c5bf55d2505a698ef9d38dfc712161ea2f55" 1872 + dependencies = [ 1873 + "arrow", 1874 + "datafusion-common", 1875 + "itertools 0.13.0", 1797 1876 ] 1798 1877 1799 1878 [[package]] 1800 1879 name = "datafusion-functions" 1801 - version = "41.0.0" 1880 + version = "44.0.0" 1802 1881 source = "registry+https://github.com/rust-lang/crates.io-index" 1803 - checksum = "a8e481cf34d2a444bd8fa09b65945f0ce83dc92df8665b761505b3d9f351bebb" 1882 + checksum = "fd197f3b2975424d3a4898ea46651be855a46721a56727515dbd5c9e2fb597da" 1804 1883 dependencies = [ 1805 1884 "arrow", 1806 1885 "arrow-buffer", 1807 1886 "base64 0.22.1", 1808 1887 "chrono", 1809 1888 "datafusion-common", 1889 + "datafusion-doc", 1810 1890 "datafusion-execution", 1811 1891 "datafusion-expr", 1892 + "datafusion-expr-common", 1893 + "datafusion-macros", 1812 1894 "hashbrown 0.14.5", 1813 1895 "hex", 1814 - "itertools 0.12.1", 1896 + "itertools 0.13.0", 1815 1897 "log", 1816 1898 "rand", 1817 1899 "regex", ··· 1821 1903 1822 1904 [[package]] 1823 1905 name = "datafusion-functions-aggregate" 1824 - version = "41.0.0" 1906 + version = "44.0.0" 1825 1907 source = "registry+https://github.com/rust-lang/crates.io-index" 1826 - checksum = "2b4ece19f73c02727e5e8654d79cd5652de371352c1df3c4ac3e419ecd6943fb" 1908 + checksum = "aabbe48fba18f9981b134124381bee9e46f93518b8ad2f9721ee296cef5affb9" 1827 1909 dependencies = [ 1828 1910 "ahash", 1829 1911 "arrow", 1830 1912 "arrow-schema", 1831 1913 "datafusion-common", 1914 + "datafusion-doc", 1832 1915 "datafusion-execution", 1833 1916 "datafusion-expr", 1917 + "datafusion-functions-aggregate-common", 1918 + "datafusion-macros", 1919 + "datafusion-physical-expr", 1834 1920 "datafusion-physical-expr-common", 1921 + "half", 1835 1922 "log", 1836 1923 "paste", 1837 - "sqlparser 0.49.0", 1924 + ] 1925 + 1926 + [[package]] 1927 + name = "datafusion-functions-aggregate-common" 1928 + version = "44.0.0" 1929 + source = "registry+https://github.com/rust-lang/crates.io-index" 1930 + checksum = "d7a3fefed9c8c11268d446d924baca8cabf52fe32f73fdaa20854bac6473590c" 1931 + dependencies = [ 1932 + "ahash", 1933 + "arrow", 1934 + "datafusion-common", 1935 + "datafusion-expr-common", 1936 + "datafusion-physical-expr-common", 1838 1937 ] 1839 1938 1840 1939 [[package]] 1841 1940 name = "datafusion-functions-nested" 1842 - version = "41.0.0" 1941 + version = "44.0.0" 1843 1942 source = "registry+https://github.com/rust-lang/crates.io-index" 1844 - checksum = "a1474552cc824e8c9c88177d454db5781d4b66757d4aca75719306b8343a5e8d" 1943 + checksum = "6360f27464fab857bec698af39b2ae331dc07c8bf008fb4de387a19cdc6815a5" 1845 1944 dependencies = [ 1846 1945 "arrow", 1847 1946 "arrow-array", ··· 1853 1952 "datafusion-expr", 1854 1953 "datafusion-functions", 1855 1954 "datafusion-functions-aggregate", 1856 - "itertools 0.12.1", 1955 + "datafusion-physical-expr-common", 1956 + "itertools 0.13.0", 1857 1957 "log", 1858 1958 "paste", 1859 - "rand", 1959 + ] 1960 + 1961 + [[package]] 1962 + name = "datafusion-functions-table" 1963 + version = "44.0.0" 1964 + source = "registry+https://github.com/rust-lang/crates.io-index" 1965 + checksum = "5c35c070eb705c12795dab399c3809f4dfbc290678c624d3989490ca9b8449c1" 1966 + dependencies = [ 1967 + "arrow", 1968 + "async-trait", 1969 + "datafusion-catalog", 1970 + "datafusion-common", 1971 + "datafusion-expr", 1972 + "datafusion-physical-plan", 1973 + "parking_lot", 1974 + "paste", 1975 + ] 1976 + 1977 + [[package]] 1978 + name = "datafusion-functions-window" 1979 + version = "44.0.0" 1980 + source = "registry+https://github.com/rust-lang/crates.io-index" 1981 + checksum = "52229bca26b590b140900752226c829f15fc1a99840e1ca3ce1a9534690b82a8" 1982 + dependencies = [ 1983 + "datafusion-common", 1984 + "datafusion-doc", 1985 + "datafusion-expr", 1986 + "datafusion-functions-window-common", 1987 + "datafusion-macros", 1988 + "datafusion-physical-expr", 1989 + "datafusion-physical-expr-common", 1990 + "log", 1991 + "paste", 1992 + ] 1993 + 1994 + [[package]] 1995 + name = "datafusion-functions-window-common" 1996 + version = "44.0.0" 1997 + source = "registry+https://github.com/rust-lang/crates.io-index" 1998 + checksum = "367befc303b64a668a10ae6988a064a9289e1999e71a7f8e526b6e14d6bdd9d6" 1999 + dependencies = [ 2000 + "datafusion-common", 2001 + "datafusion-physical-expr-common", 2002 + ] 2003 + 2004 + [[package]] 2005 + name = "datafusion-macros" 2006 + version = "44.0.0" 2007 + source = "registry+https://github.com/rust-lang/crates.io-index" 2008 + checksum = "f5de3c8f386ea991696553afe241a326ecbc3c98a12c562867e4be754d3a060c" 2009 + dependencies = [ 2010 + "quote", 2011 + "syn 2.0.96", 1860 2012 ] 1861 2013 1862 2014 [[package]] 1863 2015 name = "datafusion-optimizer" 1864 - version = "41.0.0" 2016 + version = "44.0.0" 1865 2017 source = "registry+https://github.com/rust-lang/crates.io-index" 1866 - checksum = "791ff56f55608bc542d1ea7a68a64bdc86a9413f5a381d06a39fd49c2a3ab906" 2018 + checksum = "53b520413906f755910422b016fb73884ae6e9e1b376de4f9584b6c0e031da75" 1867 2019 dependencies = [ 1868 2020 "arrow", 1869 - "async-trait", 1870 2021 "chrono", 1871 2022 "datafusion-common", 1872 2023 "datafusion-expr", 1873 2024 "datafusion-physical-expr", 1874 - "hashbrown 0.14.5", 1875 - "indexmap 2.6.0", 1876 - "itertools 0.12.1", 2025 + "indexmap 2.7.0", 2026 + "itertools 0.13.0", 1877 2027 "log", 1878 - "paste", 1879 - "regex-syntax", 2028 + "regex", 2029 + "regex-syntax 0.8.5", 1880 2030 ] 1881 2031 1882 2032 [[package]] 1883 2033 name = "datafusion-physical-expr" 1884 - version = "41.0.0" 2034 + version = "44.0.0" 1885 2035 source = "registry+https://github.com/rust-lang/crates.io-index" 1886 - checksum = "9a223962b3041304a3e20ed07a21d5de3d88d7e4e71ca192135db6d24e3365a4" 2036 + checksum = "acd6ddc378f6ad19af95ccd6790dec8f8e1264bc4c70e99ddc1830c1a1c78ccd" 1887 2037 dependencies = [ 1888 2038 "ahash", 1889 2039 "arrow", 1890 2040 "arrow-array", 1891 2041 "arrow-buffer", 1892 - "arrow-ord", 1893 2042 "arrow-schema", 1894 - "arrow-string", 1895 - "base64 0.22.1", 1896 - "chrono", 1897 2043 "datafusion-common", 1898 - "datafusion-execution", 1899 2044 "datafusion-expr", 2045 + "datafusion-expr-common", 2046 + "datafusion-functions-aggregate-common", 1900 2047 "datafusion-physical-expr-common", 1901 2048 "half", 1902 2049 "hashbrown 0.14.5", 1903 - "hex", 1904 - "indexmap 2.6.0", 1905 - "itertools 0.12.1", 2050 + "indexmap 2.7.0", 2051 + "itertools 0.13.0", 1906 2052 "log", 1907 2053 "paste", 1908 2054 "petgraph", 1909 - "regex", 1910 2055 ] 1911 2056 1912 2057 [[package]] 1913 2058 name = "datafusion-physical-expr-common" 1914 - version = "41.0.0" 2059 + version = "44.0.0" 1915 2060 source = "registry+https://github.com/rust-lang/crates.io-index" 1916 - checksum = "db5e7d8532a1601cd916881db87a70b0a599900d23f3db2897d389032da53bc6" 2061 + checksum = "06e6c05458eccd74b4c77ed6a1fe63d52434240711de7f6960034794dad1caf5" 1917 2062 dependencies = [ 1918 2063 "ahash", 1919 2064 "arrow", 1920 2065 "datafusion-common", 1921 - "datafusion-expr", 2066 + "datafusion-expr-common", 1922 2067 "hashbrown 0.14.5", 1923 - "rand", 2068 + "itertools 0.13.0", 1924 2069 ] 1925 2070 1926 2071 [[package]] 1927 2072 name = "datafusion-physical-optimizer" 1928 - version = "41.0.0" 2073 + version = "44.0.0" 1929 2074 source = "registry+https://github.com/rust-lang/crates.io-index" 1930 - checksum = "fdb9c78f308e050f5004671039786a925c3fee83b90004e9fcfd328d7febdcc0" 2075 + checksum = "9dc3a82190f49c37d377f31317e07ab5d7588b837adadba8ac367baad5dc2351" 1931 2076 dependencies = [ 2077 + "arrow", 1932 2078 "datafusion-common", 1933 2079 "datafusion-execution", 2080 + "datafusion-expr-common", 1934 2081 "datafusion-physical-expr", 1935 2082 "datafusion-physical-plan", 2083 + "itertools 0.13.0", 2084 + "log", 1936 2085 ] 1937 2086 1938 2087 [[package]] 1939 2088 name = "datafusion-physical-plan" 1940 - version = "41.0.0" 2089 + version = "44.0.0" 1941 2090 source = "registry+https://github.com/rust-lang/crates.io-index" 1942 - checksum = "8d1116949432eb2d30f6362707e2846d942e491052a206f2ddcb42d08aea1ffe" 2091 + checksum = "6a6608bc9844b4ddb5ed4e687d173e6c88700b1d0482f43894617d18a1fe75da" 1943 2092 dependencies = [ 1944 2093 "ahash", 1945 2094 "arrow", ··· 1953 2102 "datafusion-common-runtime", 1954 2103 "datafusion-execution", 1955 2104 "datafusion-expr", 1956 - "datafusion-functions-aggregate", 2105 + "datafusion-functions-window-common", 1957 2106 "datafusion-physical-expr", 1958 2107 "datafusion-physical-expr-common", 1959 2108 "futures", 1960 2109 "half", 1961 2110 "hashbrown 0.14.5", 1962 - "indexmap 2.6.0", 1963 - "itertools 0.12.1", 2111 + "indexmap 2.7.0", 2112 + "itertools 0.13.0", 1964 2113 "log", 1965 - "once_cell", 1966 2114 "parking_lot", 1967 2115 "pin-project-lite", 1968 - "rand", 1969 2116 "tokio", 1970 2117 ] 1971 2118 1972 2119 [[package]] 1973 2120 name = "datafusion-sql" 1974 - version = "41.0.0" 2121 + version = "44.0.0" 1975 2122 source = "registry+https://github.com/rust-lang/crates.io-index" 1976 - checksum = "b45d0180711165fe94015d7c4123eb3e1cf5fb60b1506453200b8d1ce666bef0" 2123 + checksum = "6a884061c79b33d0c8e84a6f4f4be8bdc12c0f53f5af28ddf5d6d95ac0b15fdc" 1977 2124 dependencies = [ 1978 2125 "arrow", 1979 2126 "arrow-array", 1980 2127 "arrow-schema", 2128 + "bigdecimal", 1981 2129 "datafusion-common", 1982 2130 "datafusion-expr", 2131 + "indexmap 2.7.0", 1983 2132 "log", 1984 2133 "regex", 1985 - "sqlparser 0.49.0", 1986 - "strum", 2134 + "sqlparser 0.53.0", 1987 2135 ] 1988 2136 1989 2137 [[package]] ··· 2028 2176 2029 2177 [[package]] 2030 2178 name = "derive_arbitrary" 2031 - version = "1.3.2" 2179 + version = "1.4.1" 2032 2180 source = "registry+https://github.com/rust-lang/crates.io-index" 2033 - checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" 2181 + checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" 2034 2182 dependencies = [ 2035 2183 "proc-macro2", 2036 2184 "quote", 2037 - "syn 2.0.79", 2185 + "syn 2.0.96", 2038 2186 ] 2039 2187 2040 2188 [[package]] ··· 2055 2203 "darling", 2056 2204 "proc-macro2", 2057 2205 "quote", 2058 - "syn 2.0.79", 2206 + "syn 2.0.96", 2059 2207 ] 2060 2208 2061 2209 [[package]] ··· 2065 2213 checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" 2066 2214 dependencies = [ 2067 2215 "derive_builder_core", 2068 - "syn 2.0.79", 2216 + "syn 2.0.96", 2069 2217 ] 2070 2218 2071 2219 [[package]] ··· 2108 2256 dependencies = [ 2109 2257 "proc-macro2", 2110 2258 "quote", 2111 - "syn 2.0.79", 2259 + "syn 2.0.96", 2112 2260 ] 2113 2261 2114 2262 [[package]] ··· 2179 2327 2180 2328 [[package]] 2181 2329 name = "encode_unicode" 2182 - version = "0.3.6" 2330 + version = "1.0.0" 2183 2331 source = "registry+https://github.com/rust-lang/crates.io-index" 2184 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 2332 + checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 2185 2333 2186 2334 [[package]] 2187 2335 name = "encoding_rs" 2188 - version = "0.8.34" 2336 + version = "0.8.35" 2189 2337 source = "registry+https://github.com/rust-lang/crates.io-index" 2190 - checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 2338 + checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 2191 2339 dependencies = [ 2192 2340 "cfg-if", 2193 2341 ] ··· 2201 2349 "heck 0.5.0", 2202 2350 "proc-macro2", 2203 2351 "quote", 2204 - "syn 2.0.79", 2352 + "syn 2.0.96", 2205 2353 ] 2206 2354 2207 2355 [[package]] ··· 2213 2361 "once_cell", 2214 2362 "proc-macro2", 2215 2363 "quote", 2216 - "syn 2.0.79", 2364 + "syn 2.0.96", 2217 2365 ] 2218 2366 2219 2367 [[package]] 2220 2368 name = "env_filter" 2221 - version = "0.1.2" 2369 + version = "0.1.3" 2222 2370 source = "registry+https://github.com/rust-lang/crates.io-index" 2223 - checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" 2371 + checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" 2224 2372 dependencies = [ 2225 2373 "log", 2226 2374 "regex", ··· 2241 2389 2242 2390 [[package]] 2243 2391 name = "env_logger" 2244 - version = "0.11.5" 2392 + version = "0.11.6" 2245 2393 source = "registry+https://github.com/rust-lang/crates.io-index" 2246 - checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" 2394 + checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0" 2247 2395 dependencies = [ 2248 2396 "anstream", 2249 2397 "anstyle", ··· 2260 2408 2261 2409 [[package]] 2262 2410 name = "errno" 2263 - version = "0.3.9" 2411 + version = "0.3.10" 2264 2412 source = "registry+https://github.com/rust-lang/crates.io-index" 2265 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 2413 + checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" 2266 2414 dependencies = [ 2267 2415 "libc", 2268 - "windows-sys 0.52.0", 2416 + "windows-sys 0.59.0", 2269 2417 ] 2270 2418 2271 2419 [[package]] ··· 2310 2458 ] 2311 2459 2312 2460 [[package]] 2461 + name = "event-listener" 2462 + version = "5.4.0" 2463 + source = "registry+https://github.com/rust-lang/crates.io-index" 2464 + checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" 2465 + dependencies = [ 2466 + "concurrent-queue", 2467 + "parking", 2468 + "pin-project-lite", 2469 + ] 2470 + 2471 + [[package]] 2472 + name = "event-listener-strategy" 2473 + version = "0.5.3" 2474 + source = "registry+https://github.com/rust-lang/crates.io-index" 2475 + checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2" 2476 + dependencies = [ 2477 + "event-listener 5.4.0", 2478 + "pin-project-lite", 2479 + ] 2480 + 2481 + [[package]] 2313 2482 name = "eventsource-stream" 2314 2483 version = "0.2.3" 2315 2484 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2333 2502 checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2" 2334 2503 dependencies = [ 2335 2504 "bit-set", 2336 - "regex-automata", 2337 - "regex-syntax", 2505 + "regex-automata 0.4.9", 2506 + "regex-syntax 0.8.5", 2338 2507 ] 2339 2508 2340 2509 [[package]] ··· 2345 2514 2346 2515 [[package]] 2347 2516 name = "fastdivide" 2348 - version = "0.4.1" 2517 + version = "0.4.2" 2349 2518 source = "registry+https://github.com/rust-lang/crates.io-index" 2350 - checksum = "59668941c55e5c186b8b58c391629af56774ec768f73c08bbcd56f09348eb00b" 2519 + checksum = "9afc2bd4d5a73106dd53d10d73d3401c2f32730ba2c0b93ddb888a8983680471" 2351 2520 2352 2521 [[package]] 2353 2522 name = "fastrand" ··· 2360 2529 2361 2530 [[package]] 2362 2531 name = "fastrand" 2363 - version = "2.1.1" 2532 + version = "2.3.0" 2364 2533 source = "registry+https://github.com/rust-lang/crates.io-index" 2365 - checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 2534 + checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 2366 2535 2367 2536 [[package]] 2368 2537 name = "ff" ··· 2382 2551 2383 2552 [[package]] 2384 2553 name = "flatbuffers" 2385 - version = "24.3.25" 2554 + version = "24.12.23" 2386 2555 source = "registry+https://github.com/rust-lang/crates.io-index" 2387 - checksum = "8add37afff2d4ffa83bc748a70b4b1370984f6980768554182424ef71447c35f" 2556 + checksum = "4f1baf0dbf96932ec9a3038d57900329c015b0bfb7b63d904f3bc27e2b02a096" 2388 2557 dependencies = [ 2389 2558 "bitflags 1.3.2", 2390 2559 "rustc_version", ··· 2392 2561 2393 2562 [[package]] 2394 2563 name = "flate2" 2395 - version = "1.0.34" 2564 + version = "1.0.35" 2396 2565 source = "registry+https://github.com/rust-lang/crates.io-index" 2397 - checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" 2566 + checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" 2398 2567 dependencies = [ 2399 2568 "crc32fast", 2400 2569 "miniz_oxide", ··· 2408 2577 2409 2578 [[package]] 2410 2579 name = "foldhash" 2411 - version = "0.1.3" 2580 + version = "0.1.4" 2412 2581 source = "registry+https://github.com/rust-lang/crates.io-index" 2413 - checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" 2582 + checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" 2414 2583 2415 2584 [[package]] 2416 2585 name = "foreign-types" ··· 2448 2617 source = "registry+https://github.com/rust-lang/crates.io-index" 2449 2618 checksum = "f7e180ac76c23b45e767bd7ae9579bc0bb458618c4bc71835926e098e61d15f8" 2450 2619 dependencies = [ 2451 - "rustix 0.38.37", 2620 + "rustix 0.38.43", 2452 2621 "windows-sys 0.52.0", 2453 2622 ] 2454 2623 2455 2624 [[package]] 2456 2625 name = "fsst" 2457 - version = "0.18.2" 2626 + version = "0.22.0" 2458 2627 source = "registry+https://github.com/rust-lang/crates.io-index" 2459 - checksum = "6b1d2a2da56a2bf2dea67567e50c066c9323db26c78d9051b98e552b236f15fe" 2628 + checksum = "f9de098cff2db523a8c066b07f818a3e5495067304f0d7298010f54e9d6acf7d" 2460 2629 dependencies = [ 2461 2630 "rand", 2462 2631 ] ··· 2538 2707 dependencies = [ 2539 2708 "proc-macro2", 2540 2709 "quote", 2541 - "syn 2.0.79", 2710 + "syn 2.0.96", 2542 2711 ] 2543 2712 2544 2713 [[package]] ··· 2696 2865 ] 2697 2866 2698 2867 [[package]] 2868 + name = "generator" 2869 + version = "0.8.4" 2870 + source = "registry+https://github.com/rust-lang/crates.io-index" 2871 + checksum = "cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd" 2872 + dependencies = [ 2873 + "cfg-if", 2874 + "libc", 2875 + "log", 2876 + "rustversion", 2877 + "windows 0.58.0", 2878 + ] 2879 + 2880 + [[package]] 2699 2881 name = "generic-array" 2700 2882 version = "0.14.7" 2701 2883 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2726 2908 2727 2909 [[package]] 2728 2910 name = "glob" 2729 - version = "0.3.1" 2911 + version = "0.3.2" 2730 2912 source = "registry+https://github.com/rust-lang/crates.io-index" 2731 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 2913 + checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" 2732 2914 2733 2915 [[package]] 2734 2916 name = "group" ··· 2753 2935 "futures-sink", 2754 2936 "futures-util", 2755 2937 "http 0.2.12", 2756 - "indexmap 2.6.0", 2938 + "indexmap 2.7.0", 2757 2939 "slab", 2758 2940 "tokio", 2759 2941 "tokio-util", ··· 2762 2944 2763 2945 [[package]] 2764 2946 name = "h2" 2765 - version = "0.4.6" 2947 + version = "0.4.7" 2766 2948 source = "registry+https://github.com/rust-lang/crates.io-index" 2767 - checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" 2949 + checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" 2768 2950 dependencies = [ 2769 2951 "atomic-waker", 2770 2952 "bytes", 2771 2953 "fnv", 2772 2954 "futures-core", 2773 2955 "futures-sink", 2774 - "http 1.1.0", 2775 - "indexmap 2.6.0", 2956 + "http 1.2.0", 2957 + "indexmap 2.7.0", 2776 2958 "slab", 2777 2959 "tokio", 2778 2960 "tokio-util", ··· 2812 2994 2813 2995 [[package]] 2814 2996 name = "hashbrown" 2815 - version = "0.15.0" 2997 + version = "0.15.2" 2816 2998 source = "registry+https://github.com/rust-lang/crates.io-index" 2817 - checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" 2999 + checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 2818 3000 dependencies = [ 2819 3001 "allocator-api2", 2820 3002 "equivalent", ··· 2864 3046 "rand", 2865 3047 "serde", 2866 3048 "serde_json", 2867 - "thiserror", 3049 + "thiserror 1.0.69", 2868 3050 "ureq", 2869 3051 ] 2870 3052 ··· 2879 3061 2880 3062 [[package]] 2881 3063 name = "home" 2882 - version = "0.5.9" 3064 + version = "0.5.11" 2883 3065 source = "registry+https://github.com/rust-lang/crates.io-index" 2884 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 3066 + checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" 2885 3067 dependencies = [ 2886 - "windows-sys 0.52.0", 3068 + "windows-sys 0.59.0", 2887 3069 ] 2888 3070 2889 3071 [[package]] ··· 2905 3087 2906 3088 [[package]] 2907 3089 name = "http" 2908 - version = "1.1.0" 3090 + version = "1.2.0" 2909 3091 source = "registry+https://github.com/rust-lang/crates.io-index" 2910 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 3092 + checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" 2911 3093 dependencies = [ 2912 3094 "bytes", 2913 3095 "fnv", ··· 2932 3114 checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 2933 3115 dependencies = [ 2934 3116 "bytes", 2935 - "http 1.1.0", 3117 + "http 1.2.0", 2936 3118 ] 2937 3119 2938 3120 [[package]] ··· 2943 3125 dependencies = [ 2944 3126 "bytes", 2945 3127 "futures-util", 2946 - "http 1.1.0", 3128 + "http 1.2.0", 2947 3129 "http-body 1.0.1", 2948 3130 "pin-project-lite", 2949 3131 ] ··· 2968 3150 2969 3151 [[package]] 2970 3152 name = "hyper" 2971 - version = "0.14.30" 3153 + version = "0.14.32" 2972 3154 source = "registry+https://github.com/rust-lang/crates.io-index" 2973 - checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" 3155 + checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" 2974 3156 dependencies = [ 2975 3157 "bytes", 2976 3158 "futures-channel", ··· 2983 3165 "httpdate", 2984 3166 "itoa", 2985 3167 "pin-project-lite", 2986 - "socket2 0.5.7", 3168 + "socket2 0.5.8", 2987 3169 "tokio", 2988 3170 "tower-service", 2989 3171 "tracing", ··· 2992 3174 2993 3175 [[package]] 2994 3176 name = "hyper" 2995 - version = "1.4.1" 3177 + version = "1.5.2" 2996 3178 source = "registry+https://github.com/rust-lang/crates.io-index" 2997 - checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" 3179 + checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" 2998 3180 dependencies = [ 2999 3181 "bytes", 3000 3182 "futures-channel", 3001 3183 "futures-util", 3002 - "h2 0.4.6", 3003 - "http 1.1.0", 3184 + "h2 0.4.7", 3185 + "http 1.2.0", 3004 3186 "http-body 1.0.1", 3005 3187 "httparse", 3006 3188 "itoa", ··· 3018 3200 dependencies = [ 3019 3201 "futures-util", 3020 3202 "http 0.2.12", 3021 - "hyper 0.14.30", 3203 + "hyper 0.14.32", 3022 3204 "log", 3023 3205 "rustls 0.21.12", 3024 3206 "rustls-native-certs 0.6.3", ··· 3028 3210 3029 3211 [[package]] 3030 3212 name = "hyper-rustls" 3031 - version = "0.27.3" 3213 + version = "0.27.5" 3032 3214 source = "registry+https://github.com/rust-lang/crates.io-index" 3033 - checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" 3215 + checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" 3034 3216 dependencies = [ 3035 3217 "futures-util", 3036 - "http 1.1.0", 3037 - "hyper 1.4.1", 3218 + "http 1.2.0", 3219 + "hyper 1.5.2", 3038 3220 "hyper-util", 3039 - "rustls 0.23.14", 3040 - "rustls-native-certs 0.8.0", 3221 + "rustls 0.23.21", 3222 + "rustls-native-certs 0.8.1", 3041 3223 "rustls-pki-types", 3042 3224 "tokio", 3043 - "tokio-rustls 0.26.0", 3225 + "tokio-rustls 0.26.1", 3044 3226 "tower-service", 3227 + "webpki-roots", 3045 3228 ] 3046 3229 3047 3230 [[package]] ··· 3052 3235 dependencies = [ 3053 3236 "bytes", 3054 3237 "http-body-util", 3055 - "hyper 1.4.1", 3238 + "hyper 1.5.2", 3056 3239 "hyper-util", 3057 3240 "native-tls", 3058 3241 "tokio", ··· 3062 3245 3063 3246 [[package]] 3064 3247 name = "hyper-util" 3065 - version = "0.1.9" 3248 + version = "0.1.10" 3066 3249 source = "registry+https://github.com/rust-lang/crates.io-index" 3067 - checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" 3250 + checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" 3068 3251 dependencies = [ 3069 3252 "bytes", 3070 3253 "futures-channel", 3071 3254 "futures-util", 3072 - "http 1.1.0", 3255 + "http 1.2.0", 3073 3256 "http-body 1.0.1", 3074 - "hyper 1.4.1", 3257 + "hyper 1.5.2", 3075 3258 "pin-project-lite", 3076 - "socket2 0.5.7", 3259 + "socket2 0.5.8", 3077 3260 "tokio", 3078 3261 "tower-service", 3079 3262 "tracing", ··· 3099 3282 "iana-time-zone-haiku", 3100 3283 "js-sys", 3101 3284 "wasm-bindgen", 3102 - "windows-core", 3285 + "windows-core 0.52.0", 3103 3286 ] 3104 3287 3105 3288 [[package]] ··· 3112 3295 ] 3113 3296 3114 3297 [[package]] 3298 + name = "icu_collections" 3299 + version = "1.5.0" 3300 + source = "registry+https://github.com/rust-lang/crates.io-index" 3301 + checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 3302 + dependencies = [ 3303 + "displaydoc", 3304 + "yoke", 3305 + "zerofrom", 3306 + "zerovec", 3307 + ] 3308 + 3309 + [[package]] 3310 + name = "icu_locid" 3311 + version = "1.5.0" 3312 + source = "registry+https://github.com/rust-lang/crates.io-index" 3313 + checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 3314 + dependencies = [ 3315 + "displaydoc", 3316 + "litemap", 3317 + "tinystr", 3318 + "writeable", 3319 + "zerovec", 3320 + ] 3321 + 3322 + [[package]] 3323 + name = "icu_locid_transform" 3324 + version = "1.5.0" 3325 + source = "registry+https://github.com/rust-lang/crates.io-index" 3326 + checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 3327 + dependencies = [ 3328 + "displaydoc", 3329 + "icu_locid", 3330 + "icu_locid_transform_data", 3331 + "icu_provider", 3332 + "tinystr", 3333 + "zerovec", 3334 + ] 3335 + 3336 + [[package]] 3337 + name = "icu_locid_transform_data" 3338 + version = "1.5.0" 3339 + source = "registry+https://github.com/rust-lang/crates.io-index" 3340 + checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 3341 + 3342 + [[package]] 3343 + name = "icu_normalizer" 3344 + version = "1.5.0" 3345 + source = "registry+https://github.com/rust-lang/crates.io-index" 3346 + checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 3347 + dependencies = [ 3348 + "displaydoc", 3349 + "icu_collections", 3350 + "icu_normalizer_data", 3351 + "icu_properties", 3352 + "icu_provider", 3353 + "smallvec", 3354 + "utf16_iter", 3355 + "utf8_iter", 3356 + "write16", 3357 + "zerovec", 3358 + ] 3359 + 3360 + [[package]] 3361 + name = "icu_normalizer_data" 3362 + version = "1.5.0" 3363 + source = "registry+https://github.com/rust-lang/crates.io-index" 3364 + checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 3365 + 3366 + [[package]] 3367 + name = "icu_properties" 3368 + version = "1.5.1" 3369 + source = "registry+https://github.com/rust-lang/crates.io-index" 3370 + checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 3371 + dependencies = [ 3372 + "displaydoc", 3373 + "icu_collections", 3374 + "icu_locid_transform", 3375 + "icu_properties_data", 3376 + "icu_provider", 3377 + "tinystr", 3378 + "zerovec", 3379 + ] 3380 + 3381 + [[package]] 3382 + name = "icu_properties_data" 3383 + version = "1.5.0" 3384 + source = "registry+https://github.com/rust-lang/crates.io-index" 3385 + checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 3386 + 3387 + [[package]] 3388 + name = "icu_provider" 3389 + version = "1.5.0" 3390 + source = "registry+https://github.com/rust-lang/crates.io-index" 3391 + checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 3392 + dependencies = [ 3393 + "displaydoc", 3394 + "icu_locid", 3395 + "icu_provider_macros", 3396 + "stable_deref_trait", 3397 + "tinystr", 3398 + "writeable", 3399 + "yoke", 3400 + "zerofrom", 3401 + "zerovec", 3402 + ] 3403 + 3404 + [[package]] 3405 + name = "icu_provider_macros" 3406 + version = "1.5.0" 3407 + source = "registry+https://github.com/rust-lang/crates.io-index" 3408 + checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 3409 + dependencies = [ 3410 + "proc-macro2", 3411 + "quote", 3412 + "syn 2.0.96", 3413 + ] 3414 + 3415 + [[package]] 3115 3416 name = "ident_case" 3116 3417 version = "1.0.1" 3117 3418 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3119 3420 3120 3421 [[package]] 3121 3422 name = "idna" 3122 - version = "0.5.0" 3423 + version = "1.0.3" 3424 + source = "registry+https://github.com/rust-lang/crates.io-index" 3425 + checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 3426 + dependencies = [ 3427 + "idna_adapter", 3428 + "smallvec", 3429 + "utf8_iter", 3430 + ] 3431 + 3432 + [[package]] 3433 + name = "idna_adapter" 3434 + version = "1.2.0" 3123 3435 source = "registry+https://github.com/rust-lang/crates.io-index" 3124 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 3436 + checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 3125 3437 dependencies = [ 3126 - "unicode-bidi", 3127 - "unicode-normalization", 3438 + "icu_normalizer", 3439 + "icu_properties", 3128 3440 ] 3129 3441 3130 3442 [[package]] ··· 3140 3452 3141 3453 [[package]] 3142 3454 name = "indexmap" 3143 - version = "2.6.0" 3455 + version = "2.7.0" 3144 3456 source = "registry+https://github.com/rust-lang/crates.io-index" 3145 - checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" 3457 + checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" 3146 3458 dependencies = [ 3147 3459 "equivalent", 3148 - "hashbrown 0.15.0", 3460 + "hashbrown 0.15.2", 3149 3461 "serde", 3150 3462 ] 3151 3463 3152 3464 [[package]] 3153 3465 name = "indicatif" 3154 - version = "0.17.8" 3466 + version = "0.17.9" 3155 3467 source = "registry+https://github.com/rust-lang/crates.io-index" 3156 - checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" 3468 + checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" 3157 3469 dependencies = [ 3158 3470 "console", 3159 - "instant", 3160 3471 "number_prefix", 3161 3472 "portable-atomic", 3162 3473 "unicode-width", 3474 + "web-time", 3163 3475 ] 3164 3476 3165 3477 [[package]] ··· 3243 3555 3244 3556 [[package]] 3245 3557 name = "itoa" 3246 - version = "1.0.11" 3558 + version = "1.0.14" 3247 3559 source = "registry+https://github.com/rust-lang/crates.io-index" 3248 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 3560 + checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" 3249 3561 3250 3562 [[package]] 3251 3563 name = "itoap" ··· 3264 3576 "combine", 3265 3577 "jni-sys", 3266 3578 "log", 3267 - "thiserror", 3579 + "thiserror 1.0.69", 3268 3580 "walkdir", 3269 3581 "windows-sys 0.45.0", 3270 3582 ] ··· 3286 3598 3287 3599 [[package]] 3288 3600 name = "js-sys" 3289 - version = "0.3.71" 3601 + version = "0.3.77" 3290 3602 source = "registry+https://github.com/rust-lang/crates.io-index" 3291 - checksum = "0cb94a0ffd3f3ee755c20f7d8752f45cac88605a4dcf808abcff72873296ec7b" 3603 + checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 3292 3604 dependencies = [ 3605 + "once_cell", 3293 3606 "wasm-bindgen", 3294 3607 ] 3295 3608 3296 3609 [[package]] 3297 3610 name = "lance" 3298 - version = "0.18.2" 3611 + version = "0.22.0" 3299 3612 source = "registry+https://github.com/rust-lang/crates.io-index" 3300 - checksum = "4c4a02330c306f5cdb4ae1f54f413f81710fe2bb8d0f09e10898f16ff28906ae" 3613 + checksum = "9e40ecb7cce0650475882e7664b4f71e4b9b98dd774dde79c10c63dea8a6b572" 3301 3614 dependencies = [ 3302 3615 "arrow", 3303 3616 "arrow-arith", ··· 3317 3630 "chrono", 3318 3631 "dashmap 5.5.3", 3319 3632 "datafusion", 3633 + "datafusion-expr", 3320 3634 "datafusion-functions", 3321 3635 "datafusion-physical-expr", 3322 3636 "deepsize", 3323 3637 "futures", 3324 3638 "half", 3325 - "itertools 0.12.1", 3639 + "itertools 0.13.0", 3326 3640 "lance-arrow", 3327 3641 "lance-core", 3328 3642 "lance-datafusion", ··· 3334 3648 "lance-table", 3335 3649 "lazy_static", 3336 3650 "log", 3337 - "moka", 3338 - "object_store", 3651 + "moka 0.12.10", 3652 + "object_store 0.10.2", 3653 + "permutation", 3339 3654 "pin-project", 3340 3655 "prost", 3341 - "prost-build", 3656 + "prost-types", 3342 3657 "rand", 3343 3658 "roaring", 3344 3659 "serde", 3345 3660 "serde_json", 3346 - "snafu", 3661 + "snafu 0.7.5", 3347 3662 "tantivy", 3348 3663 "tempfile", 3349 3664 "tokio", ··· 3354 3669 3355 3670 [[package]] 3356 3671 name = "lance-arrow" 3357 - version = "0.18.2" 3672 + version = "0.22.0" 3358 3673 source = "registry+https://github.com/rust-lang/crates.io-index" 3359 - checksum = "164a8935b3b093f5e7a4935de8e115ac738d193bf3fe94aa0e9ea3a0f5f5c30d" 3674 + checksum = "bb03fcc2c113b11ade471cbc9668b04b47e91b870f4037938e08a1f329845728" 3360 3675 dependencies = [ 3361 3676 "arrow-array", 3362 3677 "arrow-buffer", ··· 3364 3679 "arrow-data", 3365 3680 "arrow-schema", 3366 3681 "arrow-select", 3682 + "bytes", 3367 3683 "getrandom", 3368 3684 "half", 3369 3685 "num-traits", ··· 3372 3688 3373 3689 [[package]] 3374 3690 name = "lance-core" 3375 - version = "0.18.2" 3691 + version = "0.22.0" 3376 3692 source = "registry+https://github.com/rust-lang/crates.io-index" 3377 - checksum = "b02e4e248390e11b092e546fb1117d50b0d278b178b82d8438cda26eb65edd75" 3693 + checksum = "17576fbec975bb5790d15a68d5ec2d25fee490bef1c769a16353f7c2b9080976" 3378 3694 dependencies = [ 3379 3695 "arrow-array", 3380 3696 "arrow-buffer", ··· 3392 3708 "libc", 3393 3709 "log", 3394 3710 "mock_instant", 3395 - "moka", 3711 + "moka 0.12.10", 3396 3712 "num_cpus", 3397 - "object_store", 3713 + "object_store 0.10.2", 3398 3714 "pin-project", 3399 3715 "prost", 3400 3716 "rand", 3401 3717 "roaring", 3402 3718 "serde_json", 3403 - "snafu", 3719 + "snafu 0.7.5", 3404 3720 "tokio", 3405 3721 "tokio-stream", 3406 3722 "tokio-util", ··· 3410 3726 3411 3727 [[package]] 3412 3728 name = "lance-datafusion" 3413 - version = "0.18.2" 3729 + version = "0.22.0" 3414 3730 source = "registry+https://github.com/rust-lang/crates.io-index" 3415 - checksum = "e7a7597b224cf428762187f7b70d775b7e29d65b90c9df82e677de85e88f165a" 3731 + checksum = "7c29c3b1ff51057181407f4924cc1117e633c4485a83ae6b2cb4d2252cf2bdba" 3416 3732 dependencies = [ 3417 3733 "arrow", 3418 3734 "arrow-array", ··· 3431 3747 "lazy_static", 3432 3748 "log", 3433 3749 "prost", 3434 - "snafu", 3750 + "snafu 0.7.5", 3435 3751 "tokio", 3436 3752 ] 3437 3753 3438 3754 [[package]] 3439 3755 name = "lance-encoding" 3440 - version = "0.18.2" 3756 + version = "0.22.0" 3441 3757 source = "registry+https://github.com/rust-lang/crates.io-index" 3442 - checksum = "b7cf8fa33073f9ad592638f522103eca150594e4648721e7c17a308334d9ccdd" 3758 + checksum = "d884be9fb234f7fcd105f7f26232b8fa6d1c3037f893033846bb7a2a89d3a870" 3443 3759 dependencies = [ 3444 3760 "arrayref", 3445 3761 "arrow", ··· 3451 3767 "arrow-schema", 3452 3768 "arrow-select", 3453 3769 "bytemuck", 3770 + "byteorder", 3454 3771 "bytes", 3455 3772 "fsst", 3456 3773 "futures", 3457 3774 "hex", 3458 3775 "hyperloglogplus", 3459 - "itertools 0.12.1", 3776 + "itertools 0.13.0", 3460 3777 "lance-arrow", 3461 3778 "lance-core", 3779 + "lazy_static", 3462 3780 "log", 3463 3781 "num-traits", 3464 3782 "paste", ··· 3467 3785 "prost-types", 3468 3786 "rand", 3469 3787 "seq-macro", 3470 - "snafu", 3788 + "snafu 0.7.5", 3471 3789 "tokio", 3472 3790 "tracing", 3473 3791 "zstd", ··· 3475 3793 3476 3794 [[package]] 3477 3795 name = "lance-file" 3478 - version = "0.18.2" 3796 + version = "0.22.0" 3479 3797 source = "registry+https://github.com/rust-lang/crates.io-index" 3480 - checksum = "d21247b1f8579ebf0d7f938d930c0c89d2b35cd503fc3b94adfb8bf5eb40acc3" 3798 + checksum = "a440ab6b2b5d9da1b15794e0025a27fb8aa95e56adf80da27dacbf7597a57cea" 3481 3799 dependencies = [ 3482 3800 "arrow-arith", 3483 3801 "arrow-array", ··· 3498 3816 "lance-io", 3499 3817 "log", 3500 3818 "num-traits", 3501 - "object_store", 3819 + "object_store 0.10.2", 3502 3820 "prost", 3503 3821 "prost-build", 3504 3822 "prost-types", 3505 3823 "roaring", 3506 - "snafu", 3824 + "snafu 0.7.5", 3507 3825 "tempfile", 3508 3826 "tokio", 3509 3827 "tracing", ··· 3511 3829 3512 3830 [[package]] 3513 3831 name = "lance-index" 3514 - version = "0.18.2" 3832 + version = "0.22.0" 3515 3833 source = "registry+https://github.com/rust-lang/crates.io-index" 3516 - checksum = "fecf46eef5a2d4b1a44b2d01b98fb45e7923fe9471d8d2f907f485e12dddac4e" 3834 + checksum = "95f7fdf4c3edbc058a209626d89c0cdbed1d1a39fe6751ad4a4755800e5ab111" 3517 3835 dependencies = [ 3518 3836 "arrow", 3519 3837 "arrow-array", ··· 3531 3849 "datafusion-physical-expr", 3532 3850 "datafusion-sql", 3533 3851 "deepsize", 3852 + "dirs", 3534 3853 "futures", 3535 3854 "half", 3536 - "itertools 0.12.1", 3855 + "itertools 0.13.0", 3537 3856 "lance-arrow", 3538 3857 "lance-core", 3539 3858 "lance-datafusion", ··· 3544 3863 "lance-table", 3545 3864 "lazy_static", 3546 3865 "log", 3547 - "moka", 3866 + "moka 0.12.10", 3548 3867 "num-traits", 3549 - "object_store", 3868 + "object_store 0.10.2", 3550 3869 "prost", 3551 3870 "prost-build", 3552 3871 "rand", ··· 3554 3873 "roaring", 3555 3874 "serde", 3556 3875 "serde_json", 3557 - "snafu", 3876 + "snafu 0.7.5", 3558 3877 "tantivy", 3559 3878 "tempfile", 3560 3879 "tokio", ··· 3564 3883 3565 3884 [[package]] 3566 3885 name = "lance-io" 3567 - version = "0.18.2" 3886 + version = "0.22.0" 3568 3887 source = "registry+https://github.com/rust-lang/crates.io-index" 3569 - checksum = "48071e1d45f4dda04d8660d6378a7e23825faae46b4717170dbf1fd0ba583e2c" 3888 + checksum = "53cb1e5b74dc397950a6414737bffbf24f7aaf750ad2acb51c29d9fc0ea659e4" 3570 3889 dependencies = [ 3571 3890 "arrow", 3572 3891 "arrow-arith", ··· 3590 3909 "lance-core", 3591 3910 "lazy_static", 3592 3911 "log", 3593 - "object_store", 3912 + "object_store 0.10.2", 3594 3913 "path_abs", 3595 3914 "pin-project", 3596 3915 "prost", 3597 - "prost-build", 3598 3916 "rand", 3599 3917 "shellexpand", 3600 - "snafu", 3918 + "snafu 0.7.5", 3601 3919 "tokio", 3602 3920 "tracing", 3603 3921 "url", ··· 3605 3923 3606 3924 [[package]] 3607 3925 name = "lance-linalg" 3608 - version = "0.18.2" 3926 + version = "0.22.0" 3609 3927 source = "registry+https://github.com/rust-lang/crates.io-index" 3610 - checksum = "5944b11e2fef3b992c5609eb20b6336de622f468c2ae4d40f746498f910551f5" 3928 + checksum = "4552b323849ec600443b2364df58ee259cbf615a4d451b90526723275930c58d" 3611 3929 dependencies = [ 3612 3930 "arrow-array", 3613 3931 "arrow-ord", ··· 3630 3948 3631 3949 [[package]] 3632 3950 name = "lance-table" 3633 - version = "0.18.2" 3951 + version = "0.22.0" 3634 3952 source = "registry+https://github.com/rust-lang/crates.io-index" 3635 - checksum = "98106c7a29e810cb08b943bc3039a706577183366ffc27a4933c3a12e3a8334c" 3953 + checksum = "1c0e89bad7547eecf4fe4446bbbba6c5389832c59ecb3e388f661aaac8eb8104" 3636 3954 dependencies = [ 3637 3955 "arrow", 3638 3956 "arrow-array", ··· 3653 3971 "lance-io", 3654 3972 "lazy_static", 3655 3973 "log", 3656 - "object_store", 3974 + "object_store 0.10.2", 3657 3975 "prost", 3658 3976 "prost-build", 3659 3977 "prost-types", ··· 3662 3980 "roaring", 3663 3981 "serde", 3664 3982 "serde_json", 3665 - "snafu", 3983 + "snafu 0.7.5", 3666 3984 "tokio", 3667 3985 "tracing", 3668 3986 "url", ··· 3671 3989 3672 3990 [[package]] 3673 3991 name = "lance-testing" 3674 - version = "0.18.2" 3992 + version = "0.22.0" 3675 3993 source = "registry+https://github.com/rust-lang/crates.io-index" 3676 - checksum = "4cdadadeae5c76fc70b0345ea2248f9ce4b7944d7b0df5db9385f7c0d30fcac6" 3994 + checksum = "e4dff14ccab4356ec8020da2dfd65f588a9e4226c26de680e7dd26b2f49871b9" 3677 3995 dependencies = [ 3678 3996 "arrow-array", 3679 3997 "arrow-schema", ··· 3684 4002 3685 4003 [[package]] 3686 4004 name = "lancedb" 3687 - version = "0.11.0-beta.1" 4005 + version = "0.15.0-beta.0" 3688 4006 dependencies = [ 3689 4007 "arrow", 3690 4008 "arrow-array", ··· 3696 4014 "async-openai", 3697 4015 "async-trait", 3698 4016 "aws-config", 4017 + "aws-sdk-bedrockruntime", 3699 4018 "aws-sdk-dynamodb", 3700 4019 "aws-sdk-kms", 3701 4020 "aws-sdk-s3", ··· 3710 4029 "futures", 3711 4030 "half", 3712 4031 "hf-hub", 3713 - "http 1.1.0", 4032 + "http 1.2.0", 3714 4033 "http-body 1.0.1", 3715 4034 "lance", 3716 4035 "lance-datafusion", 3717 4036 "lance-encoding", 3718 4037 "lance-index", 4038 + "lance-io", 3719 4039 "lance-linalg", 3720 4040 "lance-table", 3721 4041 "lance-testing", 3722 4042 "lazy_static", 3723 4043 "log", 3724 - "moka", 4044 + "moka 0.11.3", 3725 4045 "num-traits", 3726 - "object_store", 4046 + "object_store 0.10.2", 3727 4047 "pin-project", 3728 4048 "polars", 3729 4049 "polars-arrow", ··· 3734 4054 "serde", 3735 4055 "serde_json", 3736 4056 "serde_with", 3737 - "snafu", 4057 + "snafu 0.7.5", 3738 4058 "tempfile", 3739 4059 "tokenizers", 3740 4060 "tokio", ··· 3755 4075 "lazy_static", 3756 4076 "serde", 3757 4077 "serde_json", 3758 - "snafu", 4078 + "snafu 0.7.5", 3759 4079 "tokio", 3760 4080 ] 3761 4081 3762 4082 [[package]] 3763 4083 name = "lancedb-node" 3764 - version = "0.11.0-beta.1" 4084 + version = "0.15.0-beta.0" 3765 4085 dependencies = [ 3766 4086 "arrow-array", 3767 4087 "arrow-ipc", ··· 3769 4089 "async-trait", 3770 4090 "chrono", 3771 4091 "conv", 3772 - "env_logger 0.11.5", 4092 + "env_logger 0.11.6", 3773 4093 "futures", 3774 4094 "half", 3775 4095 "lance", ··· 3778 4098 "lancedb", 3779 4099 "lzma-sys", 3780 4100 "neon", 3781 - "object_store", 4101 + "object_store 0.10.2", 3782 4102 "once_cell", 3783 - "snafu", 4103 + "snafu 0.7.5", 3784 4104 "tokio", 3785 4105 ] 3786 4106 3787 4107 [[package]] 3788 4108 name = "lancedb-nodejs" 3789 - version = "0.11.0-beta.1" 4109 + version = "0.15.0-beta.0" 3790 4110 dependencies = [ 4111 + "arrow-array", 3791 4112 "arrow-ipc", 4113 + "arrow-schema", 4114 + "async-trait", 4115 + "env_logger 0.10.2", 3792 4116 "futures", 3793 4117 "lancedb", 4118 + "log", 3794 4119 "lzma-sys", 3795 4120 "napi", 3796 4121 "napi-build", ··· 3799 4124 3800 4125 [[package]] 3801 4126 name = "lancedb-python" 3802 - version = "0.14.0" 4127 + version = "0.18.0" 3803 4128 dependencies = [ 3804 4129 "arrow", 3805 4130 "env_logger 0.10.2", ··· 3807 4132 "lancedb", 3808 4133 "pin-project", 3809 4134 "pyo3", 3810 - "pyo3-asyncio-0-21", 4135 + "pyo3-async-runtimes", 3811 4136 "pyo3-build-config 0.20.3", 3812 4137 "tokio", 3813 4138 ] ··· 3826 4151 3827 4152 [[package]] 3828 4153 name = "lexical-core" 3829 - version = "0.8.5" 4154 + version = "1.0.5" 3830 4155 source = "registry+https://github.com/rust-lang/crates.io-index" 3831 - checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" 4156 + checksum = "b765c31809609075565a70b4b71402281283aeda7ecaf4818ac14a7b2ade8958" 3832 4157 dependencies = [ 3833 4158 "lexical-parse-float", 3834 4159 "lexical-parse-integer", ··· 3839 4164 3840 4165 [[package]] 3841 4166 name = "lexical-parse-float" 3842 - version = "0.8.5" 4167 + version = "1.0.5" 3843 4168 source = "registry+https://github.com/rust-lang/crates.io-index" 3844 - checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" 4169 + checksum = "de6f9cb01fb0b08060209a057c048fcbab8717b4c1ecd2eac66ebfe39a65b0f2" 3845 4170 dependencies = [ 3846 4171 "lexical-parse-integer", 3847 4172 "lexical-util", ··· 3850 4175 3851 4176 [[package]] 3852 4177 name = "lexical-parse-integer" 3853 - version = "0.8.6" 4178 + version = "1.0.5" 3854 4179 source = "registry+https://github.com/rust-lang/crates.io-index" 3855 - checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" 4180 + checksum = "72207aae22fc0a121ba7b6d479e42cbfea549af1479c3f3a4f12c70dd66df12e" 3856 4181 dependencies = [ 3857 4182 "lexical-util", 3858 4183 "static_assertions", ··· 3860 4185 3861 4186 [[package]] 3862 4187 name = "lexical-util" 3863 - version = "0.8.5" 4188 + version = "1.0.6" 3864 4189 source = "registry+https://github.com/rust-lang/crates.io-index" 3865 - checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" 4190 + checksum = "5a82e24bf537fd24c177ffbbdc6ebcc8d54732c35b50a3f28cc3f4e4c949a0b3" 3866 4191 dependencies = [ 3867 4192 "static_assertions", 3868 4193 ] 3869 4194 3870 4195 [[package]] 3871 4196 name = "lexical-write-float" 3872 - version = "0.8.5" 4197 + version = "1.0.5" 3873 4198 source = "registry+https://github.com/rust-lang/crates.io-index" 3874 - checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" 4199 + checksum = "c5afc668a27f460fb45a81a757b6bf2f43c2d7e30cb5a2dcd3abf294c78d62bd" 3875 4200 dependencies = [ 3876 4201 "lexical-util", 3877 4202 "lexical-write-integer", ··· 3880 4205 3881 4206 [[package]] 3882 4207 name = "lexical-write-integer" 3883 - version = "0.8.5" 4208 + version = "1.0.5" 3884 4209 source = "registry+https://github.com/rust-lang/crates.io-index" 3885 - checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" 4210 + checksum = "629ddff1a914a836fb245616a7888b62903aae58fa771e1d83943035efa0f978" 3886 4211 dependencies = [ 3887 4212 "lexical-util", 3888 4213 "static_assertions", ··· 3890 4215 3891 4216 [[package]] 3892 4217 name = "libc" 3893 - version = "0.2.159" 4218 + version = "0.2.169" 3894 4219 source = "registry+https://github.com/rust-lang/crates.io-index" 3895 - checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" 4220 + checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" 3896 4221 3897 4222 [[package]] 3898 4223 name = "libloading" ··· 3906 4231 3907 4232 [[package]] 3908 4233 name = "libloading" 3909 - version = "0.8.5" 4234 + version = "0.8.6" 3910 4235 source = "registry+https://github.com/rust-lang/crates.io-index" 3911 - checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" 4236 + checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" 3912 4237 dependencies = [ 3913 4238 "cfg-if", 3914 4239 "windows-targets 0.52.6", ··· 3916 4241 3917 4242 [[package]] 3918 4243 name = "libm" 3919 - version = "0.2.8" 4244 + version = "0.2.11" 3920 4245 source = "registry+https://github.com/rust-lang/crates.io-index" 3921 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 4246 + checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" 3922 4247 3923 4248 [[package]] 3924 4249 name = "libredox" ··· 3926 4251 source = "registry+https://github.com/rust-lang/crates.io-index" 3927 4252 checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 3928 4253 dependencies = [ 3929 - "bitflags 2.6.0", 4254 + "bitflags 2.7.0", 3930 4255 "libc", 3931 4256 ] 3932 4257 ··· 3938 4263 3939 4264 [[package]] 3940 4265 name = "linux-raw-sys" 3941 - version = "0.4.14" 4266 + version = "0.4.15" 3942 4267 source = "registry+https://github.com/rust-lang/crates.io-index" 3943 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 4268 + checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 4269 + 4270 + [[package]] 4271 + name = "litemap" 4272 + version = "0.7.4" 4273 + source = "registry+https://github.com/rust-lang/crates.io-index" 4274 + checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" 3944 4275 3945 4276 [[package]] 3946 4277 name = "lock_api" ··· 3954 4285 3955 4286 [[package]] 3956 4287 name = "log" 3957 - version = "0.4.22" 4288 + version = "0.4.25" 3958 4289 source = "registry+https://github.com/rust-lang/crates.io-index" 3959 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 4290 + checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" 4291 + 4292 + [[package]] 4293 + name = "loom" 4294 + version = "0.7.2" 4295 + source = "registry+https://github.com/rust-lang/crates.io-index" 4296 + checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 4297 + dependencies = [ 4298 + "cfg-if", 4299 + "generator", 4300 + "scoped-tls", 4301 + "tracing", 4302 + "tracing-subscriber", 4303 + ] 3960 4304 3961 4305 [[package]] 3962 4306 name = "lru" ··· 3964 4308 source = "registry+https://github.com/rust-lang/crates.io-index" 3965 4309 checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 3966 4310 dependencies = [ 3967 - "hashbrown 0.15.0", 4311 + "hashbrown 0.15.2", 3968 4312 ] 3969 4313 3970 4314 [[package]] 3971 4315 name = "lz4" 3972 - version = "1.28.0" 4316 + version = "1.28.1" 3973 4317 source = "registry+https://github.com/rust-lang/crates.io-index" 3974 - checksum = "4d1febb2b4a79ddd1980eede06a8f7902197960aa0383ffcfdd62fe723036725" 4318 + checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4" 3975 4319 dependencies = [ 3976 4320 "lz4-sys", 3977 4321 ] ··· 4032 4376 checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568" 4033 4377 4034 4378 [[package]] 4379 + name = "matchers" 4380 + version = "0.1.0" 4381 + source = "registry+https://github.com/rust-lang/crates.io-index" 4382 + checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 4383 + dependencies = [ 4384 + "regex-automata 0.1.10", 4385 + ] 4386 + 4387 + [[package]] 4035 4388 name = "md-5" 4036 4389 version = "0.10.6" 4037 4390 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4109 4462 4110 4463 [[package]] 4111 4464 name = "miniz_oxide" 4112 - version = "0.8.0" 4465 + version = "0.8.3" 4113 4466 source = "registry+https://github.com/rust-lang/crates.io-index" 4114 - checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 4467 + checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924" 4115 4468 dependencies = [ 4116 4469 "adler2", 4117 4470 ] 4118 4471 4119 4472 [[package]] 4120 4473 name = "mio" 4121 - version = "1.0.2" 4474 + version = "1.0.3" 4122 4475 source = "registry+https://github.com/rust-lang/crates.io-index" 4123 - checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 4476 + checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 4124 4477 dependencies = [ 4125 - "hermit-abi 0.3.9", 4126 4478 "libc", 4127 4479 "wasi", 4128 4480 "windows-sys 0.52.0", ··· 4144 4496 checksum = "fa6e72583bf6830c956235bff0d5afec8cf2952f579ebad18ae7821a917d950f" 4145 4497 dependencies = [ 4146 4498 "async-io", 4147 - "async-lock", 4499 + "async-lock 2.8.0", 4148 4500 "crossbeam-channel", 4149 4501 "crossbeam-epoch", 4150 4502 "crossbeam-utils", ··· 4157 4509 "skeptic", 4158 4510 "smallvec", 4159 4511 "tagptr", 4160 - "thiserror", 4512 + "thiserror 1.0.69", 4161 4513 "triomphe", 4162 4514 "uuid", 4163 4515 ] 4164 4516 4165 4517 [[package]] 4518 + name = "moka" 4519 + version = "0.12.10" 4520 + source = "registry+https://github.com/rust-lang/crates.io-index" 4521 + checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926" 4522 + dependencies = [ 4523 + "async-lock 3.4.0", 4524 + "crossbeam-channel", 4525 + "crossbeam-epoch", 4526 + "crossbeam-utils", 4527 + "event-listener 5.4.0", 4528 + "futures-util", 4529 + "loom", 4530 + "parking_lot", 4531 + "portable-atomic", 4532 + "rustc_version", 4533 + "smallvec", 4534 + "tagptr", 4535 + "thiserror 1.0.69", 4536 + "uuid", 4537 + ] 4538 + 4539 + [[package]] 4166 4540 name = "monostate" 4167 4541 version = "0.1.13" 4168 4542 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4180 4554 dependencies = [ 4181 4555 "proc-macro2", 4182 4556 "quote", 4183 - "syn 2.0.79", 4557 + "syn 2.0.96", 4184 4558 ] 4185 4559 4186 4560 [[package]] ··· 4219 4593 4220 4594 [[package]] 4221 4595 name = "napi" 4222 - version = "2.16.11" 4596 + version = "2.16.13" 4223 4597 source = "registry+https://github.com/rust-lang/crates.io-index" 4224 - checksum = "53575dfa17f208dd1ce3a2da2da4659aae393b256a472f2738a8586a6c4107fd" 4598 + checksum = "214f07a80874bb96a8433b3cdfc84980d56c7b02e1a0d7ba4ba0db5cef785e2b" 4225 4599 dependencies = [ 4226 - "bitflags 2.6.0", 4600 + "bitflags 2.7.0", 4227 4601 "ctor", 4228 4602 "napi-derive", 4229 4603 "napi-sys", ··· 4233 4607 4234 4608 [[package]] 4235 4609 name = "napi-build" 4236 - version = "2.1.3" 4610 + version = "2.1.4" 4237 4611 source = "registry+https://github.com/rust-lang/crates.io-index" 4238 - checksum = "e1c0f5d67ee408a4685b61f5ab7e58605c8ae3f2b4189f0127d804ff13d5560a" 4612 + checksum = "db836caddef23662b94e16bf1f26c40eceb09d6aee5d5b06a7ac199320b69b19" 4239 4613 4240 4614 [[package]] 4241 4615 name = "napi-derive" 4242 - version = "2.16.12" 4616 + version = "2.16.13" 4243 4617 source = "registry+https://github.com/rust-lang/crates.io-index" 4244 - checksum = "17435f7a00bfdab20b0c27d9c56f58f6499e418252253081bfff448099da31d1" 4618 + checksum = "7cbe2585d8ac223f7d34f13701434b9d5f4eb9c332cccce8dee57ea18ab8ab0c" 4245 4619 dependencies = [ 4246 4620 "cfg-if", 4247 4621 "convert_case", 4248 4622 "napi-derive-backend", 4249 4623 "proc-macro2", 4250 4624 "quote", 4251 - "syn 2.0.79", 4625 + "syn 2.0.96", 4252 4626 ] 4253 4627 4254 4628 [[package]] 4255 4629 name = "napi-derive-backend" 4256 - version = "1.0.74" 4630 + version = "1.0.75" 4257 4631 source = "registry+https://github.com/rust-lang/crates.io-index" 4258 - checksum = "967c485e00f0bf3b1bdbe510a38a4606919cf1d34d9a37ad41f25a81aa077abe" 4632 + checksum = "1639aaa9eeb76e91c6ae66da8ce3e89e921cd3885e99ec85f4abacae72fc91bf" 4259 4633 dependencies = [ 4260 4634 "convert_case", 4261 4635 "once_cell", 4262 4636 "proc-macro2", 4263 4637 "quote", 4264 4638 "regex", 4265 - "semver 1.0.23", 4266 - "syn 2.0.79", 4639 + "semver 1.0.24", 4640 + "syn 2.0.96", 4267 4641 ] 4268 4642 4269 4643 [[package]] ··· 4272 4646 source = "registry+https://github.com/rust-lang/crates.io-index" 4273 4647 checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3" 4274 4648 dependencies = [ 4275 - "libloading 0.8.5", 4649 + "libloading 0.8.6", 4276 4650 ] 4277 4651 4278 4652 [[package]] ··· 4287 4661 "openssl-probe", 4288 4662 "openssl-sys", 4289 4663 "schannel", 4290 - "security-framework", 4664 + "security-framework 2.11.1", 4291 4665 "security-framework-sys", 4292 4666 "tempfile", 4293 4667 ] ··· 4362 4736 ] 4363 4737 4364 4738 [[package]] 4739 + name = "nu-ansi-term" 4740 + version = "0.46.0" 4741 + source = "registry+https://github.com/rust-lang/crates.io-index" 4742 + checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 4743 + dependencies = [ 4744 + "overload", 4745 + "winapi", 4746 + ] 4747 + 4748 + [[package]] 4365 4749 name = "num" 4366 4750 version = "0.4.3" 4367 4751 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4470 4854 "proc-macro-crate", 4471 4855 "proc-macro2", 4472 4856 "quote", 4473 - "syn 2.0.79", 4857 + "syn 2.0.96", 4474 4858 ] 4475 4859 4476 4860 [[package]] ··· 4481 4865 4482 4866 [[package]] 4483 4867 name = "object" 4484 - version = "0.36.5" 4868 + version = "0.36.7" 4485 4869 source = "registry+https://github.com/rust-lang/crates.io-index" 4486 - checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" 4870 + checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 4487 4871 dependencies = [ 4488 4872 "memchr", 4489 4873 ] ··· 4500 4884 "chrono", 4501 4885 "futures", 4502 4886 "humantime", 4503 - "hyper 1.4.1", 4887 + "hyper 1.5.2", 4504 4888 "itertools 0.13.0", 4505 4889 "md-5", 4506 4890 "parking_lot", ··· 4512 4896 "rustls-pemfile 2.2.0", 4513 4897 "serde", 4514 4898 "serde_json", 4515 - "snafu", 4899 + "snafu 0.7.5", 4900 + "tokio", 4901 + "tracing", 4902 + "url", 4903 + "walkdir", 4904 + ] 4905 + 4906 + [[package]] 4907 + name = "object_store" 4908 + version = "0.11.2" 4909 + source = "registry+https://github.com/rust-lang/crates.io-index" 4910 + checksum = "3cfccb68961a56facde1163f9319e0d15743352344e7808a11795fb99698dcaf" 4911 + dependencies = [ 4912 + "async-trait", 4913 + "bytes", 4914 + "chrono", 4915 + "futures", 4916 + "humantime", 4917 + "itertools 0.13.0", 4918 + "parking_lot", 4919 + "percent-encoding", 4920 + "snafu 0.8.5", 4516 4921 "tokio", 4517 4922 "tracing", 4518 4923 "url", ··· 4555 4960 4556 4961 [[package]] 4557 4962 name = "openssl" 4558 - version = "0.10.66" 4963 + version = "0.10.68" 4559 4964 source = "registry+https://github.com/rust-lang/crates.io-index" 4560 - checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" 4965 + checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" 4561 4966 dependencies = [ 4562 - "bitflags 2.6.0", 4967 + "bitflags 2.7.0", 4563 4968 "cfg-if", 4564 4969 "foreign-types", 4565 4970 "libc", ··· 4576 4981 dependencies = [ 4577 4982 "proc-macro2", 4578 4983 "quote", 4579 - "syn 2.0.79", 4984 + "syn 2.0.96", 4580 4985 ] 4581 4986 4582 4987 [[package]] ··· 4587 4992 4588 4993 [[package]] 4589 4994 name = "openssl-sys" 4590 - version = "0.9.103" 4995 + version = "0.9.104" 4591 4996 source = "registry+https://github.com/rust-lang/crates.io-index" 4592 - checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" 4997 + checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" 4593 4998 dependencies = [ 4594 4999 "cc", 4595 5000 "libc", ··· 4610 5015 checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 4611 5016 4612 5017 [[package]] 5018 + name = "overload" 5019 + version = "0.1.1" 5020 + source = "registry+https://github.com/rust-lang/crates.io-index" 5021 + checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 5022 + 5023 + [[package]] 4613 5024 name = "ownedbytes" 4614 5025 version = "0.7.0" 4615 5026 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4698 5109 checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 4699 5110 4700 5111 [[package]] 5112 + name = "permutation" 5113 + version = "0.4.1" 5114 + source = "registry+https://github.com/rust-lang/crates.io-index" 5115 + checksum = "df202b0b0f5b8e389955afd5f27b007b00fb948162953f1db9c70d2c7e3157d7" 5116 + 5117 + [[package]] 4701 5118 name = "petgraph" 4702 5119 version = "0.6.5" 4703 5120 source = "registry+https://github.com/rust-lang/crates.io-index" 4704 5121 checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 4705 5122 dependencies = [ 4706 5123 "fixedbitset", 4707 - "indexmap 2.6.0", 5124 + "indexmap 2.7.0", 4708 5125 ] 4709 5126 4710 5127 [[package]] 4711 5128 name = "phf" 4712 - version = "0.11.2" 5129 + version = "0.11.3" 4713 5130 source = "registry+https://github.com/rust-lang/crates.io-index" 4714 - checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 5131 + checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 4715 5132 dependencies = [ 4716 5133 "phf_shared", 4717 5134 ] 4718 5135 4719 5136 [[package]] 4720 5137 name = "phf_codegen" 4721 - version = "0.11.2" 5138 + version = "0.11.3" 4722 5139 source = "registry+https://github.com/rust-lang/crates.io-index" 4723 - checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" 5140 + checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 4724 5141 dependencies = [ 4725 5142 "phf_generator", 4726 5143 "phf_shared", ··· 4728 5145 4729 5146 [[package]] 4730 5147 name = "phf_generator" 4731 - version = "0.11.2" 5148 + version = "0.11.3" 4732 5149 source = "registry+https://github.com/rust-lang/crates.io-index" 4733 - checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 5150 + checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 4734 5151 dependencies = [ 4735 5152 "phf_shared", 4736 5153 "rand", ··· 4738 5155 4739 5156 [[package]] 4740 5157 name = "phf_shared" 4741 - version = "0.11.2" 5158 + version = "0.11.3" 4742 5159 source = "registry+https://github.com/rust-lang/crates.io-index" 4743 - checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 5160 + checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 4744 5161 dependencies = [ 4745 5162 "siphasher", 4746 5163 ] 4747 5164 4748 5165 [[package]] 4749 5166 name = "pin-project" 4750 - version = "1.1.6" 5167 + version = "1.1.8" 4751 5168 source = "registry+https://github.com/rust-lang/crates.io-index" 4752 - checksum = "baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec" 5169 + checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916" 4753 5170 dependencies = [ 4754 5171 "pin-project-internal", 4755 5172 ] 4756 5173 4757 5174 [[package]] 4758 5175 name = "pin-project-internal" 4759 - version = "1.1.6" 5176 + version = "1.1.8" 4760 5177 source = "registry+https://github.com/rust-lang/crates.io-index" 4761 - checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8" 5178 + checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb" 4762 5179 dependencies = [ 4763 5180 "proc-macro2", 4764 5181 "quote", 4765 - "syn 2.0.79", 5182 + "syn 2.0.96", 4766 5183 ] 4767 5184 4768 5185 [[package]] 4769 5186 name = "pin-project-lite" 4770 - version = "0.2.14" 5187 + version = "0.2.16" 4771 5188 source = "registry+https://github.com/rust-lang/crates.io-index" 4772 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 5189 + checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 4773 5190 4774 5191 [[package]] 4775 5192 name = "pin-utils" ··· 4890 5307 checksum = "465f70d3e96b6d0b1a43c358ba451286b8c8bd56696feff020d65702aa33e35c" 4891 5308 dependencies = [ 4892 5309 "ahash", 4893 - "bitflags 2.6.0", 5310 + "bitflags 2.7.0", 4894 5311 "bytemuck", 4895 5312 "chrono", 4896 5313 "chrono-tz 0.8.6", 4897 5314 "comfy-table", 4898 5315 "either", 4899 5316 "hashbrown 0.14.5", 4900 - "indexmap 2.6.0", 5317 + "indexmap 2.7.0", 4901 5318 "num-traits", 4902 5319 "once_cell", 4903 5320 "polars-arrow", ··· 4910 5327 "rayon", 4911 5328 "regex", 4912 5329 "smartstring", 4913 - "thiserror", 5330 + "thiserror 1.0.69", 4914 5331 "version_check", 4915 5332 "xxhash-rust", 4916 5333 ] ··· 4924 5341 "polars-arrow-format", 4925 5342 "regex", 4926 5343 "simdutf8", 4927 - "thiserror", 5344 + "thiserror 1.0.69", 4928 5345 ] 4929 5346 4930 5347 [[package]] ··· 4964 5381 checksum = "89b2632b1af668e2058d5f8f916d8fbde3cac63d03ae29a705f598e41dcfeb7f" 4965 5382 dependencies = [ 4966 5383 "ahash", 4967 - "bitflags 2.6.0", 5384 + "bitflags 2.7.0", 4968 5385 "glob", 4969 5386 "once_cell", 4970 5387 "polars-arrow", ··· 4995 5412 "either", 4996 5413 "hashbrown 0.14.5", 4997 5414 "hex", 4998 - "indexmap 2.6.0", 5415 + "indexmap 2.7.0", 4999 5416 "memchr", 5000 5417 "num-traits", 5001 5418 "polars-arrow", ··· 5139 5556 "ahash", 5140 5557 "bytemuck", 5141 5558 "hashbrown 0.14.5", 5142 - "indexmap 2.6.0", 5559 + "indexmap 2.7.0", 5143 5560 "num-traits", 5144 5561 "once_cell", 5145 5562 "polars-error", 5146 - "raw-cpuid 11.2.0", 5563 + "raw-cpuid 11.3.0", 5147 5564 "rayon", 5148 5565 "smartstring", 5149 5566 "stacker", ··· 5169 5586 5170 5587 [[package]] 5171 5588 name = "portable-atomic" 5172 - version = "1.9.0" 5589 + version = "1.10.0" 5173 5590 source = "registry+https://github.com/rust-lang/crates.io-index" 5174 - checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" 5591 + checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" 5175 5592 5176 5593 [[package]] 5177 5594 name = "powerfmt" ··· 5190 5607 5191 5608 [[package]] 5192 5609 name = "prettyplease" 5193 - version = "0.2.22" 5610 + version = "0.2.29" 5194 5611 source = "registry+https://github.com/rust-lang/crates.io-index" 5195 - checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" 5612 + checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac" 5196 5613 dependencies = [ 5197 5614 "proc-macro2", 5198 - "syn 2.0.79", 5615 + "syn 2.0.96", 5199 5616 ] 5200 5617 5201 5618 [[package]] ··· 5209 5626 5210 5627 [[package]] 5211 5628 name = "proc-macro2" 5212 - version = "1.0.87" 5629 + version = "1.0.93" 5213 5630 source = "registry+https://github.com/rust-lang/crates.io-index" 5214 - checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" 5631 + checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" 5215 5632 dependencies = [ 5216 5633 "unicode-ident", 5217 5634 ] 5218 5635 5219 5636 [[package]] 5220 5637 name = "prost" 5221 - version = "0.12.6" 5638 + version = "0.13.4" 5222 5639 source = "registry+https://github.com/rust-lang/crates.io-index" 5223 - checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" 5640 + checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec" 5224 5641 dependencies = [ 5225 5642 "bytes", 5226 5643 "prost-derive", ··· 5228 5645 5229 5646 [[package]] 5230 5647 name = "prost-build" 5231 - version = "0.12.6" 5648 + version = "0.13.4" 5232 5649 source = "registry+https://github.com/rust-lang/crates.io-index" 5233 - checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" 5650 + checksum = "d0f3e5beed80eb580c68e2c600937ac2c4eedabdfd5ef1e5b7ea4f3fba84497b" 5234 5651 dependencies = [ 5235 - "bytes", 5236 5652 "heck 0.5.0", 5237 - "itertools 0.12.1", 5653 + "itertools 0.13.0", 5238 5654 "log", 5239 5655 "multimap", 5240 5656 "once_cell", ··· 5243 5659 "prost", 5244 5660 "prost-types", 5245 5661 "regex", 5246 - "syn 2.0.79", 5662 + "syn 2.0.96", 5247 5663 "tempfile", 5248 5664 ] 5249 5665 5250 5666 [[package]] 5251 5667 name = "prost-derive" 5252 - version = "0.12.6" 5668 + version = "0.13.4" 5253 5669 source = "registry+https://github.com/rust-lang/crates.io-index" 5254 - checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" 5670 + checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" 5255 5671 dependencies = [ 5256 5672 "anyhow", 5257 - "itertools 0.12.1", 5673 + "itertools 0.13.0", 5258 5674 "proc-macro2", 5259 5675 "quote", 5260 - "syn 2.0.79", 5676 + "syn 2.0.96", 5261 5677 ] 5262 5678 5263 5679 [[package]] 5264 5680 name = "prost-types" 5265 - version = "0.12.6" 5681 + version = "0.13.4" 5266 5682 source = "registry+https://github.com/rust-lang/crates.io-index" 5267 - checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" 5683 + checksum = "cc2f1e56baa61e93533aebc21af4d2134b70f66275e0fcdf3cbe43d77ff7e8fc" 5268 5684 dependencies = [ 5269 5685 "prost", 5270 5686 ] 5271 5687 5272 5688 [[package]] 5273 5689 name = "psm" 5274 - version = "0.1.23" 5690 + version = "0.1.24" 5275 5691 source = "registry+https://github.com/rust-lang/crates.io-index" 5276 - checksum = "aa37f80ca58604976033fae9515a8a2989fc13797d953f7c04fb8fa36a11f205" 5692 + checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810" 5277 5693 dependencies = [ 5278 5694 "cc", 5279 5695 ] ··· 5284 5700 source = "registry+https://github.com/rust-lang/crates.io-index" 5285 5701 checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" 5286 5702 dependencies = [ 5287 - "bitflags 2.6.0", 5703 + "bitflags 2.7.0", 5288 5704 "memchr", 5289 5705 "unicase", 5290 5706 ] ··· 5303 5719 5304 5720 [[package]] 5305 5721 name = "pyo3" 5306 - version = "0.21.2" 5722 + version = "0.22.6" 5307 5723 source = "registry+https://github.com/rust-lang/crates.io-index" 5308 - checksum = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8" 5724 + checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884" 5309 5725 dependencies = [ 5310 5726 "cfg-if", 5311 5727 "indoc", 5312 5728 "libc", 5313 5729 "memoffset", 5314 - "parking_lot", 5730 + "once_cell", 5315 5731 "portable-atomic", 5316 - "pyo3-build-config 0.21.2", 5732 + "pyo3-build-config 0.22.6", 5317 5733 "pyo3-ffi", 5318 5734 "pyo3-macros", 5319 5735 "unindent", 5320 5736 ] 5321 5737 5322 5738 [[package]] 5323 - name = "pyo3-asyncio-0-21" 5324 - version = "0.21.0" 5739 + name = "pyo3-async-runtimes" 5740 + version = "0.22.0" 5325 5741 source = "registry+https://github.com/rust-lang/crates.io-index" 5326 - checksum = "8fde289486f7d5cee0ac7c20b2637a0657654681079cc5eedc90d9a2a79af1e5" 5742 + checksum = "2529f0be73ffd2be0cc43c013a640796558aa12d7ca0aab5cc14f375b4733031" 5327 5743 dependencies = [ 5328 5744 "futures", 5329 5745 "once_cell", 5330 5746 "pin-project-lite", 5331 5747 "pyo3", 5332 - "pyo3-asyncio-macros-0-21", 5748 + "pyo3-async-runtimes-macros", 5333 5749 "tokio", 5334 5750 ] 5335 5751 5336 5752 [[package]] 5337 - name = "pyo3-asyncio-macros-0-21" 5338 - version = "0.21.0" 5753 + name = "pyo3-async-runtimes-macros" 5754 + version = "0.22.0" 5339 5755 source = "registry+https://github.com/rust-lang/crates.io-index" 5340 - checksum = "2e5ffc4e987e866bf54b781235a6c3b91e7e67df14f73ce716625ee78728554a" 5756 + checksum = "22c26fd8e9fc19f53f0c1e00bf61471de6789f7eb263056f7f944a9cceb5823e" 5341 5757 dependencies = [ 5342 5758 "proc-macro2", 5343 5759 "quote", 5344 - "syn 1.0.109", 5760 + "syn 2.0.96", 5345 5761 ] 5346 5762 5347 5763 [[package]] ··· 5356 5772 5357 5773 [[package]] 5358 5774 name = "pyo3-build-config" 5359 - version = "0.21.2" 5775 + version = "0.22.6" 5360 5776 source = "registry+https://github.com/rust-lang/crates.io-index" 5361 - checksum = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50" 5777 + checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38" 5362 5778 dependencies = [ 5363 5779 "once_cell", 5364 5780 "target-lexicon", ··· 5366 5782 5367 5783 [[package]] 5368 5784 name = "pyo3-ffi" 5369 - version = "0.21.2" 5785 + version = "0.22.6" 5370 5786 source = "registry+https://github.com/rust-lang/crates.io-index" 5371 - checksum = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403" 5787 + checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636" 5372 5788 dependencies = [ 5373 5789 "libc", 5374 - "pyo3-build-config 0.21.2", 5790 + "pyo3-build-config 0.22.6", 5375 5791 ] 5376 5792 5377 5793 [[package]] 5378 5794 name = "pyo3-macros" 5379 - version = "0.21.2" 5795 + version = "0.22.6" 5380 5796 source = "registry+https://github.com/rust-lang/crates.io-index" 5381 - checksum = "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c" 5797 + checksum = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453" 5382 5798 dependencies = [ 5383 5799 "proc-macro2", 5384 5800 "pyo3-macros-backend", 5385 5801 "quote", 5386 - "syn 2.0.79", 5802 + "syn 2.0.96", 5387 5803 ] 5388 5804 5389 5805 [[package]] 5390 5806 name = "pyo3-macros-backend" 5391 - version = "0.21.2" 5807 + version = "0.22.6" 5392 5808 source = "registry+https://github.com/rust-lang/crates.io-index" 5393 - checksum = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c" 5809 + checksum = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe" 5394 5810 dependencies = [ 5395 - "heck 0.4.1", 5811 + "heck 0.5.0", 5396 5812 "proc-macro2", 5397 - "pyo3-build-config 0.21.2", 5813 + "pyo3-build-config 0.22.6", 5398 5814 "quote", 5399 - "syn 2.0.79", 5815 + "syn 2.0.96", 5400 5816 ] 5401 5817 5402 5818 [[package]] ··· 5427 5843 5428 5844 [[package]] 5429 5845 name = "quinn" 5430 - version = "0.11.5" 5846 + version = "0.11.6" 5431 5847 source = "registry+https://github.com/rust-lang/crates.io-index" 5432 - checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684" 5848 + checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef" 5433 5849 dependencies = [ 5434 5850 "bytes", 5435 5851 "pin-project-lite", 5436 5852 "quinn-proto", 5437 5853 "quinn-udp", 5438 - "rustc-hash 2.0.0", 5439 - "rustls 0.23.14", 5440 - "socket2 0.5.7", 5441 - "thiserror", 5854 + "rustc-hash 2.1.0", 5855 + "rustls 0.23.21", 5856 + "socket2 0.5.8", 5857 + "thiserror 2.0.11", 5442 5858 "tokio", 5443 5859 "tracing", 5444 5860 ] 5445 5861 5446 5862 [[package]] 5447 5863 name = "quinn-proto" 5448 - version = "0.11.8" 5864 + version = "0.11.9" 5449 5865 source = "registry+https://github.com/rust-lang/crates.io-index" 5450 - checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" 5866 + checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" 5451 5867 dependencies = [ 5452 5868 "bytes", 5869 + "getrandom", 5453 5870 "rand", 5454 5871 "ring", 5455 - "rustc-hash 2.0.0", 5456 - "rustls 0.23.14", 5872 + "rustc-hash 2.1.0", 5873 + "rustls 0.23.21", 5874 + "rustls-pki-types", 5457 5875 "slab", 5458 - "thiserror", 5876 + "thiserror 2.0.11", 5459 5877 "tinyvec", 5460 5878 "tracing", 5879 + "web-time", 5461 5880 ] 5462 5881 5463 5882 [[package]] 5464 5883 name = "quinn-udp" 5465 - version = "0.5.5" 5884 + version = "0.5.9" 5466 5885 source = "registry+https://github.com/rust-lang/crates.io-index" 5467 - checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b" 5886 + checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904" 5468 5887 dependencies = [ 5888 + "cfg_aliases", 5469 5889 "libc", 5470 5890 "once_cell", 5471 - "socket2 0.5.7", 5891 + "socket2 0.5.8", 5472 5892 "tracing", 5473 5893 "windows-sys 0.59.0", 5474 5894 ] 5475 5895 5476 5896 [[package]] 5477 5897 name = "quote" 5478 - version = "1.0.37" 5898 + version = "1.0.38" 5479 5899 source = "registry+https://github.com/rust-lang/crates.io-index" 5480 - checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 5900 + checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" 5481 5901 dependencies = [ 5482 5902 "proc-macro2", 5483 5903 ] ··· 5559 5979 5560 5980 [[package]] 5561 5981 name = "raw-cpuid" 5562 - version = "11.2.0" 5982 + version = "11.3.0" 5563 5983 source = "registry+https://github.com/rust-lang/crates.io-index" 5564 - checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" 5984 + checksum = "c6928fa44c097620b706542d428957635951bade7143269085389d42c8a4927e" 5565 5985 dependencies = [ 5566 - "bitflags 2.6.0", 5986 + "bitflags 2.7.0", 5567 5987 ] 5568 5988 5569 5989 [[package]] ··· 5620 6040 checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b" 5621 6041 dependencies = [ 5622 6042 "quote", 5623 - "syn 2.0.79", 6043 + "syn 2.0.96", 5624 6044 ] 5625 6045 5626 6046 [[package]] 5627 6047 name = "redox_syscall" 5628 - version = "0.5.7" 6048 + version = "0.5.8" 5629 6049 source = "registry+https://github.com/rust-lang/crates.io-index" 5630 - checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" 6050 + checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" 5631 6051 dependencies = [ 5632 - "bitflags 2.6.0", 6052 + "bitflags 2.7.0", 5633 6053 ] 5634 6054 5635 6055 [[package]] ··· 5640 6060 dependencies = [ 5641 6061 "getrandom", 5642 6062 "libredox", 5643 - "thiserror", 6063 + "thiserror 1.0.69", 5644 6064 ] 5645 6065 5646 6066 [[package]] 5647 6067 name = "regex" 5648 - version = "1.11.0" 6068 + version = "1.11.1" 5649 6069 source = "registry+https://github.com/rust-lang/crates.io-index" 5650 - checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" 6070 + checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 5651 6071 dependencies = [ 5652 6072 "aho-corasick", 5653 6073 "memchr", 5654 - "regex-automata", 5655 - "regex-syntax", 6074 + "regex-automata 0.4.9", 6075 + "regex-syntax 0.8.5", 6076 + ] 6077 + 6078 + [[package]] 6079 + name = "regex-automata" 6080 + version = "0.1.10" 6081 + source = "registry+https://github.com/rust-lang/crates.io-index" 6082 + checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 6083 + dependencies = [ 6084 + "regex-syntax 0.6.29", 5656 6085 ] 5657 6086 5658 6087 [[package]] 5659 6088 name = "regex-automata" 5660 - version = "0.4.8" 6089 + version = "0.4.9" 5661 6090 source = "registry+https://github.com/rust-lang/crates.io-index" 5662 - checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" 6091 + checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 5663 6092 dependencies = [ 5664 6093 "aho-corasick", 5665 6094 "memchr", 5666 - "regex-syntax", 6095 + "regex-syntax 0.8.5", 5667 6096 ] 5668 6097 5669 6098 [[package]] ··· 5674 6103 5675 6104 [[package]] 5676 6105 name = "regex-syntax" 6106 + version = "0.6.29" 6107 + source = "registry+https://github.com/rust-lang/crates.io-index" 6108 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 6109 + 6110 + [[package]] 6111 + name = "regex-syntax" 5677 6112 version = "0.8.5" 5678 6113 source = "registry+https://github.com/rust-lang/crates.io-index" 5679 6114 checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 5680 6115 5681 6116 [[package]] 5682 6117 name = "reqwest" 5683 - version = "0.12.8" 6118 + version = "0.12.12" 5684 6119 source = "registry+https://github.com/rust-lang/crates.io-index" 5685 - checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" 6120 + checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" 5686 6121 dependencies = [ 5687 6122 "async-compression", 5688 6123 "base64 0.22.1", ··· 5690 6125 "encoding_rs", 5691 6126 "futures-core", 5692 6127 "futures-util", 5693 - "h2 0.4.6", 5694 - "http 1.1.0", 6128 + "h2 0.4.7", 6129 + "http 1.2.0", 5695 6130 "http-body 1.0.1", 5696 6131 "http-body-util", 5697 - "hyper 1.4.1", 5698 - "hyper-rustls 0.27.3", 6132 + "hyper 1.5.2", 6133 + "hyper-rustls 0.27.5", 5699 6134 "hyper-tls", 5700 6135 "hyper-util", 5701 6136 "ipnet", ··· 5708 6143 "percent-encoding", 5709 6144 "pin-project-lite", 5710 6145 "quinn", 5711 - "rustls 0.23.14", 5712 - "rustls-native-certs 0.8.0", 6146 + "rustls 0.23.21", 6147 + "rustls-native-certs 0.8.1", 5713 6148 "rustls-pemfile 2.2.0", 5714 6149 "rustls-pki-types", 5715 6150 "serde", ··· 5719 6154 "system-configuration", 5720 6155 "tokio", 5721 6156 "tokio-native-tls", 5722 - "tokio-rustls 0.26.0", 6157 + "tokio-rustls 0.26.1", 5723 6158 "tokio-util", 6159 + "tower", 5724 6160 "tower-service", 5725 6161 "url", 5726 6162 "wasm-bindgen", 5727 6163 "wasm-bindgen-futures", 5728 6164 "wasm-streams", 5729 6165 "web-sys", 6166 + "webpki-roots", 5730 6167 "windows-registry", 5731 6168 ] 5732 6169 ··· 5743 6180 "nom", 5744 6181 "pin-project-lite", 5745 6182 "reqwest", 5746 - "thiserror", 6183 + "thiserror 1.0.69", 5747 6184 ] 5748 6185 5749 6186 [[package]] ··· 5774 6211 5775 6212 [[package]] 5776 6213 name = "roaring" 5777 - version = "0.10.6" 6214 + version = "0.10.9" 5778 6215 source = "registry+https://github.com/rust-lang/crates.io-index" 5779 - checksum = "8f4b84ba6e838ceb47b41de5194a60244fac43d9fe03b71dbe8c5a201081d6d1" 6216 + checksum = "41589aba99537475bf697f2118357cad1c31590c5a1b9f6d9fc4ad6d07503661" 5780 6217 dependencies = [ 5781 6218 "bytemuck", 5782 6219 "byteorder", ··· 5806 6243 5807 6244 [[package]] 5808 6245 name = "rustc-hash" 5809 - version = "2.0.0" 6246 + version = "2.1.0" 5810 6247 source = "registry+https://github.com/rust-lang/crates.io-index" 5811 - checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 6248 + checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" 5812 6249 5813 6250 [[package]] 5814 6251 name = "rustc_version" ··· 5816 6253 source = "registry+https://github.com/rust-lang/crates.io-index" 5817 6254 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 5818 6255 dependencies = [ 5819 - "semver 1.0.23", 6256 + "semver 1.0.24", 5820 6257 ] 5821 6258 5822 6259 [[package]] 5823 6260 name = "rustix" 5824 - version = "0.37.27" 6261 + version = "0.37.28" 5825 6262 source = "registry+https://github.com/rust-lang/crates.io-index" 5826 - checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 6263 + checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6" 5827 6264 dependencies = [ 5828 6265 "bitflags 1.3.2", 5829 6266 "errno", ··· 5835 6272 5836 6273 [[package]] 5837 6274 name = "rustix" 5838 - version = "0.38.37" 6275 + version = "0.38.43" 5839 6276 source = "registry+https://github.com/rust-lang/crates.io-index" 5840 - checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" 6277 + checksum = "a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6" 5841 6278 dependencies = [ 5842 - "bitflags 2.6.0", 6279 + "bitflags 2.7.0", 5843 6280 "errno", 5844 6281 "libc", 5845 - "linux-raw-sys 0.4.14", 5846 - "windows-sys 0.52.0", 6282 + "linux-raw-sys 0.4.15", 6283 + "windows-sys 0.59.0", 5847 6284 ] 5848 6285 5849 6286 [[package]] ··· 5860 6297 5861 6298 [[package]] 5862 6299 name = "rustls" 5863 - version = "0.23.14" 6300 + version = "0.23.21" 5864 6301 source = "registry+https://github.com/rust-lang/crates.io-index" 5865 - checksum = "415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8" 6302 + checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8" 5866 6303 dependencies = [ 5867 6304 "log", 5868 6305 "once_cell", ··· 5882 6319 "openssl-probe", 5883 6320 "rustls-pemfile 1.0.4", 5884 6321 "schannel", 5885 - "security-framework", 6322 + "security-framework 2.11.1", 5886 6323 ] 5887 6324 5888 6325 [[package]] 5889 6326 name = "rustls-native-certs" 5890 - version = "0.8.0" 6327 + version = "0.8.1" 5891 6328 source = "registry+https://github.com/rust-lang/crates.io-index" 5892 - checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a" 6329 + checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" 5893 6330 dependencies = [ 5894 6331 "openssl-probe", 5895 - "rustls-pemfile 2.2.0", 5896 6332 "rustls-pki-types", 5897 6333 "schannel", 5898 - "security-framework", 6334 + "security-framework 3.2.0", 5899 6335 ] 5900 6336 5901 6337 [[package]] ··· 5918 6354 5919 6355 [[package]] 5920 6356 name = "rustls-pki-types" 5921 - version = "1.9.0" 6357 + version = "1.10.1" 5922 6358 source = "registry+https://github.com/rust-lang/crates.io-index" 5923 - checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55" 6359 + checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" 6360 + dependencies = [ 6361 + "web-time", 6362 + ] 5924 6363 5925 6364 [[package]] 5926 6365 name = "rustls-webpki" ··· 5945 6384 5946 6385 [[package]] 5947 6386 name = "rustversion" 5948 - version = "1.0.17" 6387 + version = "1.0.19" 5949 6388 source = "registry+https://github.com/rust-lang/crates.io-index" 5950 - checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 6389 + checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" 5951 6390 5952 6391 [[package]] 5953 6392 name = "ryu" ··· 5976 6415 5977 6416 [[package]] 5978 6417 name = "schannel" 5979 - version = "0.1.26" 6418 + version = "0.1.27" 5980 6419 source = "registry+https://github.com/rust-lang/crates.io-index" 5981 - checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" 6420 + checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 5982 6421 dependencies = [ 5983 6422 "windows-sys 0.59.0", 5984 6423 ] ··· 5993 6432 ] 5994 6433 5995 6434 [[package]] 6435 + name = "scoped-tls" 6436 + version = "1.0.1" 6437 + source = "registry+https://github.com/rust-lang/crates.io-index" 6438 + checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 6439 + 6440 + [[package]] 5996 6441 name = "scopeguard" 5997 6442 version = "1.2.0" 5998 6443 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6038 6483 source = "registry+https://github.com/rust-lang/crates.io-index" 6039 6484 checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 6040 6485 dependencies = [ 6041 - "bitflags 2.6.0", 6042 - "core-foundation", 6486 + "bitflags 2.7.0", 6487 + "core-foundation 0.9.4", 6488 + "core-foundation-sys", 6489 + "libc", 6490 + "security-framework-sys", 6491 + ] 6492 + 6493 + [[package]] 6494 + name = "security-framework" 6495 + version = "3.2.0" 6496 + source = "registry+https://github.com/rust-lang/crates.io-index" 6497 + checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" 6498 + dependencies = [ 6499 + "bitflags 2.7.0", 6500 + "core-foundation 0.10.0", 6043 6501 "core-foundation-sys", 6044 6502 "libc", 6045 6503 "security-framework-sys", ··· 6047 6505 6048 6506 [[package]] 6049 6507 name = "security-framework-sys" 6050 - version = "2.12.0" 6508 + version = "2.14.0" 6051 6509 source = "registry+https://github.com/rust-lang/crates.io-index" 6052 - checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6" 6510 + checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 6053 6511 dependencies = [ 6054 6512 "core-foundation-sys", 6055 6513 "libc", ··· 6066 6524 6067 6525 [[package]] 6068 6526 name = "semver" 6069 - version = "1.0.23" 6527 + version = "1.0.24" 6070 6528 source = "registry+https://github.com/rust-lang/crates.io-index" 6071 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 6529 + checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" 6072 6530 dependencies = [ 6073 6531 "serde", 6074 6532 ] ··· 6087 6545 6088 6546 [[package]] 6089 6547 name = "serde" 6090 - version = "1.0.210" 6548 + version = "1.0.217" 6091 6549 source = "registry+https://github.com/rust-lang/crates.io-index" 6092 - checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" 6550 + checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" 6093 6551 dependencies = [ 6094 6552 "serde_derive", 6095 6553 ] 6096 6554 6097 6555 [[package]] 6098 6556 name = "serde_derive" 6099 - version = "1.0.210" 6557 + version = "1.0.217" 6100 6558 source = "registry+https://github.com/rust-lang/crates.io-index" 6101 - checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" 6559 + checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" 6102 6560 dependencies = [ 6103 6561 "proc-macro2", 6104 6562 "quote", 6105 - "syn 2.0.79", 6563 + "syn 2.0.96", 6106 6564 ] 6107 6565 6108 6566 [[package]] 6109 6567 name = "serde_json" 6110 - version = "1.0.128" 6568 + version = "1.0.135" 6111 6569 source = "registry+https://github.com/rust-lang/crates.io-index" 6112 - checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" 6570 + checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" 6113 6571 dependencies = [ 6114 6572 "itoa", 6115 6573 "memchr", ··· 6140 6598 6141 6599 [[package]] 6142 6600 name = "serde_with" 6143 - version = "3.11.0" 6601 + version = "3.12.0" 6144 6602 source = "registry+https://github.com/rust-lang/crates.io-index" 6145 - checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817" 6603 + checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" 6146 6604 dependencies = [ 6147 6605 "base64 0.22.1", 6148 6606 "chrono", 6149 6607 "hex", 6150 6608 "indexmap 1.9.3", 6151 - "indexmap 2.6.0", 6609 + "indexmap 2.7.0", 6152 6610 "serde", 6153 6611 "serde_derive", 6154 6612 "serde_json", ··· 6158 6616 6159 6617 [[package]] 6160 6618 name = "serde_with_macros" 6161 - version = "3.11.0" 6619 + version = "3.12.0" 6162 6620 source = "registry+https://github.com/rust-lang/crates.io-index" 6163 - checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d" 6621 + checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" 6164 6622 dependencies = [ 6165 6623 "darling", 6166 6624 "proc-macro2", 6167 6625 "quote", 6168 - "syn 2.0.79", 6626 + "syn 2.0.96", 6169 6627 ] 6170 6628 6171 6629 [[package]] ··· 6191 6649 ] 6192 6650 6193 6651 [[package]] 6652 + name = "sharded-slab" 6653 + version = "0.1.7" 6654 + source = "registry+https://github.com/rust-lang/crates.io-index" 6655 + checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 6656 + dependencies = [ 6657 + "lazy_static", 6658 + ] 6659 + 6660 + [[package]] 6194 6661 name = "shellexpand" 6195 6662 version = "3.1.0" 6196 6663 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6232 6699 6233 6700 [[package]] 6234 6701 name = "siphasher" 6235 - version = "0.3.11" 6702 + version = "1.0.1" 6236 6703 source = "registry+https://github.com/rust-lang/crates.io-index" 6237 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 6704 + checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 6238 6705 6239 6706 [[package]] 6240 6707 name = "skeptic" ··· 6293 6760 checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6" 6294 6761 dependencies = [ 6295 6762 "doc-comment", 6296 - "snafu-derive", 6763 + "snafu-derive 0.7.5", 6764 + ] 6765 + 6766 + [[package]] 6767 + name = "snafu" 6768 + version = "0.8.5" 6769 + source = "registry+https://github.com/rust-lang/crates.io-index" 6770 + checksum = "223891c85e2a29c3fe8fb900c1fae5e69c2e42415e3177752e8718475efa5019" 6771 + dependencies = [ 6772 + "snafu-derive 0.8.5", 6297 6773 ] 6298 6774 6299 6775 [[package]] ··· 6306 6782 "proc-macro2", 6307 6783 "quote", 6308 6784 "syn 1.0.109", 6785 + ] 6786 + 6787 + [[package]] 6788 + name = "snafu-derive" 6789 + version = "0.8.5" 6790 + source = "registry+https://github.com/rust-lang/crates.io-index" 6791 + checksum = "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917" 6792 + dependencies = [ 6793 + "heck 0.5.0", 6794 + "proc-macro2", 6795 + "quote", 6796 + "syn 2.0.96", 6309 6797 ] 6310 6798 6311 6799 [[package]] ··· 6320 6808 6321 6809 [[package]] 6322 6810 name = "socket2" 6323 - version = "0.5.7" 6811 + version = "0.5.8" 6324 6812 source = "registry+https://github.com/rust-lang/crates.io-index" 6325 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 6813 + checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" 6326 6814 dependencies = [ 6327 6815 "libc", 6328 6816 "windows-sys 0.52.0", ··· 6367 6855 6368 6856 [[package]] 6369 6857 name = "sqlparser" 6370 - version = "0.49.0" 6858 + version = "0.53.0" 6371 6859 source = "registry+https://github.com/rust-lang/crates.io-index" 6372 - checksum = "a4a404d0e14905361b918cb8afdb73605e25c1d5029312bd9785142dcb3aa49e" 6860 + checksum = "05a528114c392209b3264855ad491fcce534b94a38771b0a0b97a79379275ce8" 6373 6861 dependencies = [ 6374 6862 "log", 6375 6863 "sqlparser_derive", ··· 6377 6865 6378 6866 [[package]] 6379 6867 name = "sqlparser_derive" 6380 - version = "0.2.2" 6868 + version = "0.3.0" 6381 6869 source = "registry+https://github.com/rust-lang/crates.io-index" 6382 - checksum = "01b2e185515564f15375f593fb966b5718bc624ba77fe49fa4616ad619690554" 6870 + checksum = "da5fc6819faabb412da764b99d3b713bb55083c11e7e0c00144d386cd6a1939c" 6383 6871 dependencies = [ 6384 6872 "proc-macro2", 6385 6873 "quote", 6386 - "syn 2.0.79", 6874 + "syn 2.0.96", 6387 6875 ] 6388 6876 6389 6877 [[package]] ··· 6455 6943 version = "0.26.3" 6456 6944 source = "registry+https://github.com/rust-lang/crates.io-index" 6457 6945 checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 6458 - dependencies = [ 6459 - "strum_macros 0.26.4", 6460 - ] 6461 6946 6462 6947 [[package]] 6463 6948 name = "strum_macros" ··· 6469 6954 "proc-macro2", 6470 6955 "quote", 6471 6956 "rustversion", 6472 - "syn 2.0.79", 6957 + "syn 2.0.96", 6473 6958 ] 6474 6959 6475 6960 [[package]] ··· 6482 6967 "proc-macro2", 6483 6968 "quote", 6484 6969 "rustversion", 6485 - "syn 2.0.79", 6970 + "syn 2.0.96", 6486 6971 ] 6487 6972 6488 6973 [[package]] ··· 6504 6989 6505 6990 [[package]] 6506 6991 name = "syn" 6507 - version = "2.0.79" 6992 + version = "2.0.96" 6508 6993 source = "registry+https://github.com/rust-lang/crates.io-index" 6509 - checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590" 6994 + checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" 6510 6995 dependencies = [ 6511 6996 "proc-macro2", 6512 6997 "quote", ··· 6526 7011 6527 7012 [[package]] 6528 7013 name = "sync_wrapper" 6529 - version = "1.0.1" 7014 + version = "1.0.2" 6530 7015 source = "registry+https://github.com/rust-lang/crates.io-index" 6531 - checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 7016 + checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 6532 7017 dependencies = [ 6533 7018 "futures-core", 6534 7019 ] ··· 6541 7026 dependencies = [ 6542 7027 "proc-macro2", 6543 7028 "quote", 6544 - "syn 2.0.79", 7029 + "syn 2.0.96", 6545 7030 ] 6546 7031 6547 7032 [[package]] ··· 6550 7035 source = "registry+https://github.com/rust-lang/crates.io-index" 6551 7036 checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea" 6552 7037 dependencies = [ 6553 - "bitflags 2.6.0", 7038 + "bitflags 2.7.0", 6554 7039 "byteorder", 6555 7040 "enum-as-inner", 6556 7041 "libc", 6557 - "thiserror", 7042 + "thiserror 1.0.69", 6558 7043 "walkdir", 6559 7044 ] 6560 7045 ··· 6569 7054 "libc", 6570 7055 "ntapi", 6571 7056 "once_cell", 6572 - "windows", 7057 + "windows 0.52.0", 6573 7058 ] 6574 7059 6575 7060 [[package]] ··· 6578 7063 source = "registry+https://github.com/rust-lang/crates.io-index" 6579 7064 checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 6580 7065 dependencies = [ 6581 - "bitflags 2.6.0", 6582 - "core-foundation", 7066 + "bitflags 2.7.0", 7067 + "core-foundation 0.9.4", 6583 7068 "system-configuration-sys", 6584 7069 ] 6585 7070 ··· 6644 7129 "tantivy-stacker", 6645 7130 "tantivy-tokenizer-api", 6646 7131 "tempfile", 6647 - "thiserror", 7132 + "thiserror 1.0.69", 6648 7133 "time", 6649 7134 "uuid", 6650 7135 "winapi", ··· 6695 7180 checksum = "d60769b80ad7953d8a7b2c70cdfe722bbcdcac6bccc8ac934c40c034d866fc18" 6696 7181 dependencies = [ 6697 7182 "byteorder", 6698 - "regex-syntax", 7183 + "regex-syntax 0.8.5", 6699 7184 "utf8-ranges", 6700 7185 ] 6701 7186 ··· 6760 7245 6761 7246 [[package]] 6762 7247 name = "tempfile" 6763 - version = "3.13.0" 7248 + version = "3.15.0" 6764 7249 source = "registry+https://github.com/rust-lang/crates.io-index" 6765 - checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" 7250 + checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" 6766 7251 dependencies = [ 6767 7252 "cfg-if", 6768 - "fastrand 2.1.1", 7253 + "fastrand 2.3.0", 7254 + "getrandom", 6769 7255 "once_cell", 6770 - "rustix 0.38.37", 7256 + "rustix 0.38.43", 6771 7257 "windows-sys 0.59.0", 6772 7258 ] 6773 7259 ··· 6782 7268 6783 7269 [[package]] 6784 7270 name = "thiserror" 6785 - version = "1.0.64" 7271 + version = "1.0.69" 6786 7272 source = "registry+https://github.com/rust-lang/crates.io-index" 6787 - checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" 7273 + checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 6788 7274 dependencies = [ 6789 - "thiserror-impl", 7275 + "thiserror-impl 1.0.69", 7276 + ] 7277 + 7278 + [[package]] 7279 + name = "thiserror" 7280 + version = "2.0.11" 7281 + source = "registry+https://github.com/rust-lang/crates.io-index" 7282 + checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" 7283 + dependencies = [ 7284 + "thiserror-impl 2.0.11", 6790 7285 ] 6791 7286 6792 7287 [[package]] 6793 7288 name = "thiserror-impl" 6794 - version = "1.0.64" 7289 + version = "1.0.69" 7290 + source = "registry+https://github.com/rust-lang/crates.io-index" 7291 + checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 7292 + dependencies = [ 7293 + "proc-macro2", 7294 + "quote", 7295 + "syn 2.0.96", 7296 + ] 7297 + 7298 + [[package]] 7299 + name = "thiserror-impl" 7300 + version = "2.0.11" 6795 7301 source = "registry+https://github.com/rust-lang/crates.io-index" 6796 - checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" 7302 + checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" 6797 7303 dependencies = [ 6798 7304 "proc-macro2", 6799 7305 "quote", 6800 - "syn 2.0.79", 7306 + "syn 2.0.96", 7307 + ] 7308 + 7309 + [[package]] 7310 + name = "thread_local" 7311 + version = "1.1.8" 7312 + source = "registry+https://github.com/rust-lang/crates.io-index" 7313 + checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 7314 + dependencies = [ 7315 + "cfg-if", 7316 + "once_cell", 6801 7317 ] 6802 7318 6803 7319 [[package]] 6804 7320 name = "time" 6805 - version = "0.3.36" 7321 + version = "0.3.37" 6806 7322 source = "registry+https://github.com/rust-lang/crates.io-index" 6807 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 7323 + checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" 6808 7324 dependencies = [ 6809 7325 "deranged", 6810 7326 "itoa", ··· 6823 7339 6824 7340 [[package]] 6825 7341 name = "time-macros" 6826 - version = "0.2.18" 7342 + version = "0.2.19" 6827 7343 source = "registry+https://github.com/rust-lang/crates.io-index" 6828 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 7344 + checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" 6829 7345 dependencies = [ 6830 7346 "num-conv", 6831 7347 "time-core", ··· 6841 7357 ] 6842 7358 6843 7359 [[package]] 7360 + name = "tinystr" 7361 + version = "0.7.6" 7362 + source = "registry+https://github.com/rust-lang/crates.io-index" 7363 + checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 7364 + dependencies = [ 7365 + "displaydoc", 7366 + "zerovec", 7367 + ] 7368 + 7369 + [[package]] 6844 7370 name = "tinyvec" 6845 - version = "1.8.0" 7371 + version = "1.8.1" 6846 7372 source = "registry+https://github.com/rust-lang/crates.io-index" 6847 - checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 7373 + checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" 6848 7374 dependencies = [ 6849 7375 "tinyvec_macros", 6850 7376 ] ··· 6877 7403 "rayon", 6878 7404 "rayon-cond", 6879 7405 "regex", 6880 - "regex-syntax", 7406 + "regex-syntax 0.8.5", 6881 7407 "serde", 6882 7408 "serde_json", 6883 7409 "spm_precompiled", 6884 - "thiserror", 7410 + "thiserror 1.0.69", 6885 7411 "unicode-normalization-alignments", 6886 7412 "unicode-segmentation", 6887 7413 "unicode_categories", ··· 6889 7415 6890 7416 [[package]] 6891 7417 name = "tokio" 6892 - version = "1.40.0" 7418 + version = "1.43.0" 6893 7419 source = "registry+https://github.com/rust-lang/crates.io-index" 6894 - checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" 7420 + checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" 6895 7421 dependencies = [ 6896 7422 "backtrace", 6897 7423 "bytes", ··· 6899 7425 "mio", 6900 7426 "pin-project-lite", 6901 7427 "signal-hook-registry", 6902 - "socket2 0.5.7", 7428 + "socket2 0.5.8", 6903 7429 "tokio-macros", 6904 7430 "windows-sys 0.52.0", 6905 7431 ] 6906 7432 6907 7433 [[package]] 6908 7434 name = "tokio-macros" 6909 - version = "2.4.0" 7435 + version = "2.5.0" 6910 7436 source = "registry+https://github.com/rust-lang/crates.io-index" 6911 - checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 7437 + checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 6912 7438 dependencies = [ 6913 7439 "proc-macro2", 6914 7440 "quote", 6915 - "syn 2.0.79", 7441 + "syn 2.0.96", 6916 7442 ] 6917 7443 6918 7444 [[package]] ··· 6937 7463 6938 7464 [[package]] 6939 7465 name = "tokio-rustls" 6940 - version = "0.26.0" 7466 + version = "0.26.1" 6941 7467 source = "registry+https://github.com/rust-lang/crates.io-index" 6942 - checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 7468 + checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" 6943 7469 dependencies = [ 6944 - "rustls 0.23.14", 6945 - "rustls-pki-types", 7470 + "rustls 0.23.21", 6946 7471 "tokio", 6947 7472 ] 6948 7473 6949 7474 [[package]] 6950 7475 name = "tokio-stream" 6951 - version = "0.1.16" 7476 + version = "0.1.17" 6952 7477 source = "registry+https://github.com/rust-lang/crates.io-index" 6953 - checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" 7478 + checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 6954 7479 dependencies = [ 6955 7480 "futures-core", 6956 7481 "pin-project-lite", ··· 6959 7484 6960 7485 [[package]] 6961 7486 name = "tokio-util" 6962 - version = "0.7.12" 7487 + version = "0.7.13" 6963 7488 source = "registry+https://github.com/rust-lang/crates.io-index" 6964 - checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 7489 + checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" 6965 7490 dependencies = [ 6966 7491 "bytes", 6967 7492 "futures-core", ··· 6982 7507 source = "registry+https://github.com/rust-lang/crates.io-index" 6983 7508 checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" 6984 7509 dependencies = [ 6985 - "indexmap 2.6.0", 7510 + "indexmap 2.7.0", 6986 7511 "toml_datetime", 6987 7512 "winnow", 6988 7513 ] 6989 7514 6990 7515 [[package]] 7516 + name = "tower" 7517 + version = "0.5.2" 7518 + source = "registry+https://github.com/rust-lang/crates.io-index" 7519 + checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 7520 + dependencies = [ 7521 + "futures-core", 7522 + "futures-util", 7523 + "pin-project-lite", 7524 + "sync_wrapper", 7525 + "tokio", 7526 + "tower-layer", 7527 + "tower-service", 7528 + ] 7529 + 7530 + [[package]] 7531 + name = "tower-layer" 7532 + version = "0.3.3" 7533 + source = "registry+https://github.com/rust-lang/crates.io-index" 7534 + checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 7535 + 7536 + [[package]] 6991 7537 name = "tower-service" 6992 7538 version = "0.3.3" 6993 7539 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6995 7541 6996 7542 [[package]] 6997 7543 name = "tracing" 6998 - version = "0.1.40" 7544 + version = "0.1.41" 6999 7545 source = "registry+https://github.com/rust-lang/crates.io-index" 7000 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 7546 + checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 7001 7547 dependencies = [ 7002 7548 "pin-project-lite", 7003 7549 "tracing-attributes", ··· 7006 7552 7007 7553 [[package]] 7008 7554 name = "tracing-attributes" 7009 - version = "0.1.27" 7555 + version = "0.1.28" 7010 7556 source = "registry+https://github.com/rust-lang/crates.io-index" 7011 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 7557 + checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 7012 7558 dependencies = [ 7013 7559 "proc-macro2", 7014 7560 "quote", 7015 - "syn 2.0.79", 7561 + "syn 2.0.96", 7016 7562 ] 7017 7563 7018 7564 [[package]] 7019 7565 name = "tracing-core" 7020 - version = "0.1.32" 7566 + version = "0.1.33" 7567 + source = "registry+https://github.com/rust-lang/crates.io-index" 7568 + checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 7569 + dependencies = [ 7570 + "once_cell", 7571 + "valuable", 7572 + ] 7573 + 7574 + [[package]] 7575 + name = "tracing-log" 7576 + version = "0.2.0" 7021 7577 source = "registry+https://github.com/rust-lang/crates.io-index" 7022 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 7578 + checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 7023 7579 dependencies = [ 7580 + "log", 7024 7581 "once_cell", 7582 + "tracing-core", 7583 + ] 7584 + 7585 + [[package]] 7586 + name = "tracing-subscriber" 7587 + version = "0.3.19" 7588 + source = "registry+https://github.com/rust-lang/crates.io-index" 7589 + checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 7590 + dependencies = [ 7591 + "matchers", 7592 + "nu-ansi-term", 7593 + "once_cell", 7594 + "regex", 7595 + "sharded-slab", 7596 + "smallvec", 7597 + "thread_local", 7598 + "tracing", 7599 + "tracing-core", 7600 + "tracing-log", 7025 7601 ] 7026 7602 7027 7603 [[package]] ··· 7054 7630 7055 7631 [[package]] 7056 7632 name = "unicase" 7057 - version = "2.7.0" 7633 + version = "2.8.1" 7058 7634 source = "registry+https://github.com/rust-lang/crates.io-index" 7059 - checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 7060 - dependencies = [ 7061 - "version_check", 7062 - ] 7063 - 7064 - [[package]] 7065 - name = "unicode-bidi" 7066 - version = "0.3.17" 7067 - source = "registry+https://github.com/rust-lang/crates.io-index" 7068 - checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" 7635 + checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 7069 7636 7070 7637 [[package]] 7071 7638 name = "unicode-ident" 7072 - version = "1.0.13" 7639 + version = "1.0.14" 7073 7640 source = "registry+https://github.com/rust-lang/crates.io-index" 7074 - checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 7075 - 7076 - [[package]] 7077 - name = "unicode-normalization" 7078 - version = "0.1.24" 7079 - source = "registry+https://github.com/rust-lang/crates.io-index" 7080 - checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 7081 - dependencies = [ 7082 - "tinyvec", 7083 - ] 7641 + checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" 7084 7642 7085 7643 [[package]] 7086 7644 name = "unicode-normalization-alignments" ··· 7108 7666 7109 7667 [[package]] 7110 7668 name = "unicode-width" 7111 - version = "0.1.14" 7669 + version = "0.2.0" 7112 7670 source = "registry+https://github.com/rust-lang/crates.io-index" 7113 - checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 7671 + checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 7114 7672 7115 7673 [[package]] 7116 7674 name = "unicode_categories" ··· 7132 7690 7133 7691 [[package]] 7134 7692 name = "ureq" 7135 - version = "2.10.1" 7693 + version = "2.12.1" 7136 7694 source = "registry+https://github.com/rust-lang/crates.io-index" 7137 - checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a" 7695 + checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d" 7138 7696 dependencies = [ 7139 7697 "base64 0.22.1", 7140 7698 "flate2", 7141 7699 "log", 7142 7700 "native-tls", 7143 7701 "once_cell", 7144 - "rustls 0.23.14", 7702 + "rustls 0.23.21", 7145 7703 "rustls-pki-types", 7146 7704 "serde", 7147 7705 "serde_json", ··· 7151 7709 7152 7710 [[package]] 7153 7711 name = "url" 7154 - version = "2.5.2" 7712 + version = "2.5.4" 7155 7713 source = "registry+https://github.com/rust-lang/crates.io-index" 7156 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 7714 + checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 7157 7715 dependencies = [ 7158 7716 "form_urlencoded", 7159 7717 "idna", ··· 7167 7725 checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 7168 7726 7169 7727 [[package]] 7728 + name = "utf16_iter" 7729 + version = "1.0.5" 7730 + source = "registry+https://github.com/rust-lang/crates.io-index" 7731 + checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 7732 + 7733 + [[package]] 7170 7734 name = "utf8-ranges" 7171 7735 version = "1.0.5" 7172 7736 source = "registry+https://github.com/rust-lang/crates.io-index" 7173 7737 checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba" 7174 7738 7175 7739 [[package]] 7740 + name = "utf8_iter" 7741 + version = "1.0.4" 7742 + source = "registry+https://github.com/rust-lang/crates.io-index" 7743 + checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 7744 + 7745 + [[package]] 7176 7746 name = "utf8parse" 7177 7747 version = "0.2.2" 7178 7748 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7180 7750 7181 7751 [[package]] 7182 7752 name = "uuid" 7183 - version = "1.10.0" 7753 + version = "1.12.0" 7184 7754 source = "registry+https://github.com/rust-lang/crates.io-index" 7185 - checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" 7755 + checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" 7186 7756 dependencies = [ 7187 7757 "getrandom", 7188 7758 "serde", 7189 7759 ] 7760 + 7761 + [[package]] 7762 + name = "valuable" 7763 + version = "0.1.0" 7764 + source = "registry+https://github.com/rust-lang/crates.io-index" 7765 + checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 7190 7766 7191 7767 [[package]] 7192 7768 name = "vcpkg" ··· 7239 7815 7240 7816 [[package]] 7241 7817 name = "wasm-bindgen" 7242 - version = "0.2.94" 7818 + version = "0.2.100" 7243 7819 source = "registry+https://github.com/rust-lang/crates.io-index" 7244 - checksum = "ef073ced962d62984fb38a36e5fdc1a2b23c9e0e1fa0689bb97afa4202ef6887" 7820 + checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 7245 7821 dependencies = [ 7246 7822 "cfg-if", 7247 7823 "once_cell", 7824 + "rustversion", 7248 7825 "wasm-bindgen-macro", 7249 7826 ] 7250 7827 7251 7828 [[package]] 7252 7829 name = "wasm-bindgen-backend" 7253 - version = "0.2.94" 7830 + version = "0.2.100" 7254 7831 source = "registry+https://github.com/rust-lang/crates.io-index" 7255 - checksum = "c4bfab14ef75323f4eb75fa52ee0a3fb59611977fd3240da19b2cf36ff85030e" 7832 + checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 7256 7833 dependencies = [ 7257 7834 "bumpalo", 7258 7835 "log", 7259 - "once_cell", 7260 7836 "proc-macro2", 7261 7837 "quote", 7262 - "syn 2.0.79", 7838 + "syn 2.0.96", 7263 7839 "wasm-bindgen-shared", 7264 7840 ] 7265 7841 7266 7842 [[package]] 7267 7843 name = "wasm-bindgen-futures" 7268 - version = "0.4.44" 7844 + version = "0.4.50" 7269 7845 source = "registry+https://github.com/rust-lang/crates.io-index" 7270 - checksum = "65471f79c1022ffa5291d33520cbbb53b7687b01c2f8e83b57d102eed7ed479d" 7846 + checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 7271 7847 dependencies = [ 7272 7848 "cfg-if", 7273 7849 "js-sys", 7850 + "once_cell", 7274 7851 "wasm-bindgen", 7275 7852 "web-sys", 7276 7853 ] 7277 7854 7278 7855 [[package]] 7279 7856 name = "wasm-bindgen-macro" 7280 - version = "0.2.94" 7857 + version = "0.2.100" 7281 7858 source = "registry+https://github.com/rust-lang/crates.io-index" 7282 - checksum = "a7bec9830f60924d9ceb3ef99d55c155be8afa76954edffbb5936ff4509474e7" 7859 + checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 7283 7860 dependencies = [ 7284 7861 "quote", 7285 7862 "wasm-bindgen-macro-support", ··· 7287 7864 7288 7865 [[package]] 7289 7866 name = "wasm-bindgen-macro-support" 7290 - version = "0.2.94" 7867 + version = "0.2.100" 7291 7868 source = "registry+https://github.com/rust-lang/crates.io-index" 7292 - checksum = "4c74f6e152a76a2ad448e223b0fc0b6b5747649c3d769cc6bf45737bf97d0ed6" 7869 + checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 7293 7870 dependencies = [ 7294 7871 "proc-macro2", 7295 7872 "quote", 7296 - "syn 2.0.79", 7873 + "syn 2.0.96", 7297 7874 "wasm-bindgen-backend", 7298 7875 "wasm-bindgen-shared", 7299 7876 ] 7300 7877 7301 7878 [[package]] 7302 7879 name = "wasm-bindgen-shared" 7303 - version = "0.2.94" 7880 + version = "0.2.100" 7304 7881 source = "registry+https://github.com/rust-lang/crates.io-index" 7305 - checksum = "a42f6c679374623f295a8623adfe63d9284091245c3504bde47c17a3ce2777d9" 7882 + checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 7883 + dependencies = [ 7884 + "unicode-ident", 7885 + ] 7306 7886 7307 7887 [[package]] 7308 7888 name = "wasm-streams" 7309 - version = "0.4.1" 7889 + version = "0.4.2" 7310 7890 source = "registry+https://github.com/rust-lang/crates.io-index" 7311 - checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd" 7891 + checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 7312 7892 dependencies = [ 7313 7893 "futures-util", 7314 7894 "js-sys", ··· 7319 7899 7320 7900 [[package]] 7321 7901 name = "web-sys" 7322 - version = "0.3.71" 7902 + version = "0.3.77" 7903 + source = "registry+https://github.com/rust-lang/crates.io-index" 7904 + checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 7905 + dependencies = [ 7906 + "js-sys", 7907 + "wasm-bindgen", 7908 + ] 7909 + 7910 + [[package]] 7911 + name = "web-time" 7912 + version = "1.1.0" 7323 7913 source = "registry+https://github.com/rust-lang/crates.io-index" 7324 - checksum = "44188d185b5bdcae1052d08bcbcf9091a5524038d4572cc4f4f2bb9d5554ddd9" 7914 + checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 7325 7915 dependencies = [ 7326 7916 "js-sys", 7327 7917 "wasm-bindgen", ··· 7329 7919 7330 7920 [[package]] 7331 7921 name = "webpki-roots" 7332 - version = "0.26.6" 7922 + version = "0.26.7" 7333 7923 source = "registry+https://github.com/rust-lang/crates.io-index" 7334 - checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" 7924 + checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" 7335 7925 dependencies = [ 7336 7926 "rustls-pki-types", 7337 7927 ] ··· 7373 7963 source = "registry+https://github.com/rust-lang/crates.io-index" 7374 7964 checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 7375 7965 dependencies = [ 7376 - "windows-core", 7966 + "windows-core 0.52.0", 7967 + "windows-targets 0.52.6", 7968 + ] 7969 + 7970 + [[package]] 7971 + name = "windows" 7972 + version = "0.58.0" 7973 + source = "registry+https://github.com/rust-lang/crates.io-index" 7974 + checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 7975 + dependencies = [ 7976 + "windows-core 0.58.0", 7377 7977 "windows-targets 0.52.6", 7378 7978 ] 7379 7979 ··· 7384 7984 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 7385 7985 dependencies = [ 7386 7986 "windows-targets 0.52.6", 7987 + ] 7988 + 7989 + [[package]] 7990 + name = "windows-core" 7991 + version = "0.58.0" 7992 + source = "registry+https://github.com/rust-lang/crates.io-index" 7993 + checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 7994 + dependencies = [ 7995 + "windows-implement", 7996 + "windows-interface", 7997 + "windows-result", 7998 + "windows-strings", 7999 + "windows-targets 0.52.6", 8000 + ] 8001 + 8002 + [[package]] 8003 + name = "windows-implement" 8004 + version = "0.58.0" 8005 + source = "registry+https://github.com/rust-lang/crates.io-index" 8006 + checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 8007 + dependencies = [ 8008 + "proc-macro2", 8009 + "quote", 8010 + "syn 2.0.96", 8011 + ] 8012 + 8013 + [[package]] 8014 + name = "windows-interface" 8015 + version = "0.58.0" 8016 + source = "registry+https://github.com/rust-lang/crates.io-index" 8017 + checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 8018 + dependencies = [ 8019 + "proc-macro2", 8020 + "quote", 8021 + "syn 2.0.96", 7387 8022 ] 7388 8023 7389 8024 [[package]] ··· 7632 8267 7633 8268 [[package]] 7634 8269 name = "winnow" 7635 - version = "0.6.20" 8270 + version = "0.6.24" 7636 8271 source = "registry+https://github.com/rust-lang/crates.io-index" 7637 - checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" 8272 + checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a" 7638 8273 dependencies = [ 7639 8274 "memchr", 7640 8275 ] 7641 8276 7642 8277 [[package]] 8278 + name = "write16" 8279 + version = "1.0.0" 8280 + source = "registry+https://github.com/rust-lang/crates.io-index" 8281 + checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 8282 + 8283 + [[package]] 8284 + name = "writeable" 8285 + version = "0.5.5" 8286 + source = "registry+https://github.com/rust-lang/crates.io-index" 8287 + checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 8288 + 8289 + [[package]] 7643 8290 name = "wyz" 7644 8291 version = "0.5.1" 7645 8292 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7656 8303 7657 8304 [[package]] 7658 8305 name = "xxhash-rust" 7659 - version = "0.8.12" 8306 + version = "0.8.15" 7660 8307 source = "registry+https://github.com/rust-lang/crates.io-index" 7661 - checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984" 8308 + checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" 7662 8309 7663 8310 [[package]] 7664 8311 name = "yoke" 7665 - version = "0.7.4" 8312 + version = "0.7.5" 7666 8313 source = "registry+https://github.com/rust-lang/crates.io-index" 7667 - checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" 8314 + checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 7668 8315 dependencies = [ 7669 8316 "serde", 7670 8317 "stable_deref_trait", ··· 7674 8321 7675 8322 [[package]] 7676 8323 name = "yoke-derive" 7677 - version = "0.7.4" 8324 + version = "0.7.5" 7678 8325 source = "registry+https://github.com/rust-lang/crates.io-index" 7679 - checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" 8326 + checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 7680 8327 dependencies = [ 7681 8328 "proc-macro2", 7682 8329 "quote", 7683 - "syn 2.0.79", 8330 + "syn 2.0.96", 7684 8331 "synstructure", 7685 8332 ] 7686 8333 ··· 7702 8349 dependencies = [ 7703 8350 "proc-macro2", 7704 8351 "quote", 7705 - "syn 2.0.79", 8352 + "syn 2.0.96", 7706 8353 ] 7707 8354 7708 8355 [[package]] 7709 8356 name = "zerofrom" 7710 - version = "0.1.4" 8357 + version = "0.1.5" 7711 8358 source = "registry+https://github.com/rust-lang/crates.io-index" 7712 - checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" 8359 + checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" 7713 8360 dependencies = [ 7714 8361 "zerofrom-derive", 7715 8362 ] 7716 8363 7717 8364 [[package]] 7718 8365 name = "zerofrom-derive" 7719 - version = "0.1.4" 8366 + version = "0.1.5" 7720 8367 source = "registry+https://github.com/rust-lang/crates.io-index" 7721 - checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" 8368 + checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" 7722 8369 dependencies = [ 7723 8370 "proc-macro2", 7724 8371 "quote", 7725 - "syn 2.0.79", 8372 + "syn 2.0.96", 7726 8373 "synstructure", 7727 8374 ] 7728 8375 ··· 7733 8380 checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 7734 8381 7735 8382 [[package]] 8383 + name = "zerovec" 8384 + version = "0.10.4" 8385 + source = "registry+https://github.com/rust-lang/crates.io-index" 8386 + checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 8387 + dependencies = [ 8388 + "yoke", 8389 + "zerofrom", 8390 + "zerovec-derive", 8391 + ] 8392 + 8393 + [[package]] 8394 + name = "zerovec-derive" 8395 + version = "0.10.3" 8396 + source = "registry+https://github.com/rust-lang/crates.io-index" 8397 + checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 8398 + dependencies = [ 8399 + "proc-macro2", 8400 + "quote", 8401 + "syn 2.0.96", 8402 + ] 8403 + 8404 + [[package]] 7736 8405 name = "zip" 7737 8406 version = "1.1.4" 7738 8407 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7742 8411 "crc32fast", 7743 8412 "crossbeam-utils", 7744 8413 "displaydoc", 7745 - "indexmap 2.6.0", 8414 + "indexmap 2.7.0", 7746 8415 "num_enum", 7747 - "thiserror", 8416 + "thiserror 1.0.69", 7748 8417 ] 7749 8418 7750 8419 [[package]]
+7 -2
pkgs/development/python-modules/lancedb/default.nix
··· 24 24 polars, 25 25 pytest-asyncio, 26 26 pytestCheckHook, 27 + duckdb, 27 28 nix-update-script, 28 29 }: 29 30 30 31 buildPythonPackage rec { 31 32 pname = "lancedb"; 32 - version = "0.14.0"; 33 + version = "0.18.0"; 33 34 pyproject = true; 34 35 35 36 src = fetchFromGitHub { 36 37 owner = "lancedb"; 37 38 repo = "lancedb"; 38 39 tag = "python-v${version}"; 39 - hash = "sha256-lw2tZ26Py6JUxuetaokJKnxOv/WoLK4spxssLKxvxJA="; 40 + hash = "sha256-URgJFSrCccp9DBdW2VQgft1GZHu48pb8RrLHmBBow5Q="; 40 41 }; 41 42 42 43 buildAndTestSubdir = "python"; ··· 86 87 87 88 nativeCheckInputs = [ 88 89 aiohttp 90 + duckdb 89 91 pandas 90 92 polars 91 93 pytest-asyncio ··· 106 108 # polars.exceptions.ComputeError: TypeError: _scan_pyarrow_dataset_impl() got multiple values for argument 'batch_size' 107 109 # https://github.com/lancedb/lancedb/issues/1539 108 110 "test_polars" 111 + 112 + # Requires tantivy which is not packaged in nixpkgs 113 + "test_fts_native" 109 114 ] 110 115 ++ lib.optionals stdenv.hostPlatform.isDarwin [ 111 116 # fail with darwin sandbox
+85
pkgs/development/python-modules/mcp/default.nix
··· 1 + { 2 + anyio, 3 + buildPythonPackage, 4 + coreutils, 5 + fetchFromGitHub, 6 + hatchling, 7 + httpx, 8 + httpx-sse, 9 + lib, 10 + pydantic, 11 + pydantic-settings, 12 + pytest-asyncio, 13 + pytestCheckHook, 14 + python-dotenv, 15 + rich, 16 + sse-starlette, 17 + starlette, 18 + typer, 19 + uvicorn, 20 + }: 21 + 22 + buildPythonPackage rec { 23 + pname = "mcp"; 24 + version = "1.2.1"; 25 + pyproject = true; 26 + 27 + src = fetchFromGitHub { 28 + owner = "modelcontextprotocol"; 29 + repo = "python-sdk"; 30 + tag = "v${version}"; 31 + hash = "sha256-1kTU6YoHAxPdYTeCiPFGw2c0Dno+CA//hvoD9T4Fvwo="; 32 + }; 33 + 34 + postPatch = '' 35 + substituteInPlace tests/client/test_stdio.py \ 36 + --replace '/usr/bin/tee' '${lib.getExe' coreutils "tee"}' 37 + ''; 38 + 39 + build-system = [ hatchling ]; 40 + 41 + pythonRelaxDeps = [ 42 + "pydantic-settings" 43 + ]; 44 + 45 + dependencies = [ 46 + anyio 47 + httpx 48 + httpx-sse 49 + pydantic 50 + pydantic-settings 51 + sse-starlette 52 + starlette 53 + uvicorn 54 + ]; 55 + 56 + optional-dependencies = { 57 + cli = [ 58 + python-dotenv 59 + typer 60 + ]; 61 + rich = [ 62 + rich 63 + ]; 64 + }; 65 + 66 + pythonImportsCheck = [ "mcp" ]; 67 + 68 + nativeCheckInputs = [ 69 + pytest-asyncio 70 + pytestCheckHook 71 + ] ++ lib.flatten (lib.attrValues optional-dependencies); 72 + 73 + disabledTests = [ 74 + # attempts to run the package manager uv 75 + "test_command_execution" 76 + ]; 77 + 78 + meta = { 79 + changelog = "https://github.com/modelcontextprotocol/python-sdk/releases/tag/${src.rev}"; 80 + description = "Official Python SDK for Model Context Protocol servers and clients"; 81 + homepage = "https://github.com/modelcontextprotocol/python-sdk"; 82 + license = lib.licenses.mit; 83 + maintainers = with lib.maintainers; [ dotlambda ]; 84 + }; 85 + }
+10 -3
pkgs/development/python-modules/music-assistant-models/default.nix
··· 13 13 # tests 14 14 pytestCheckHook, 15 15 pytest-cov-stub, 16 + 17 + # reverse dependencies 18 + music-assistant-client, 16 19 }: 17 20 18 21 buildPythonPackage rec { 19 22 pname = "music-assistant-models"; 20 - version = "1.1.17"; 23 + version = "1.1.3"; # Must be compatible with music-assistant-client package 21 24 pyproject = true; 22 25 23 26 src = fetchFromGitHub { 24 27 owner = "music-assistant"; 25 28 repo = "models"; 26 - tag = version; 27 - hash = "sha256-ggP5swX0MWjWqc2H/cbx/sbHhVHLTImJsocX5ZkHB0s="; 29 + tag = "v${version}"; 30 + hash = "sha256-FbnwUfAwCwwBKqEUtb2ZBxHehFwJdr9YkuWKox018BY="; 28 31 }; 29 32 30 33 postPatch = '' ··· 47 50 pythonImportsCheck = [ 48 51 "music_assistant_models" 49 52 ]; 53 + 54 + passthru.tests = { 55 + inherit music-assistant-client; 56 + }; 50 57 51 58 meta = { 52 59 description = "Models used by Music Assistant (shared by client and server";
+16 -16
pkgs/development/python-modules/mypy-boto3/default.nix
··· 62 62 "sha256-2LHrGmkx7GwtcsVNImY9e54f/AewDY0qdcMSd3ktDCE="; 63 63 64 64 mypy-boto3-amp = 65 - buildMypyBoto3Package "amp" "1.36.0" 66 - "sha256-lBlnrl5KJ9LV036fl5tKq/UF1iRROVfO6NQryFc94e8="; 65 + buildMypyBoto3Package "amp" "1.36.11" 66 + "sha256-i04sOKNlMSATWWF3LXzvxrVf0H4oM542RBNZd4Zt6tc="; 67 67 68 68 mypy-boto3-amplify = 69 69 buildMypyBoto3Package "amplify" "1.36.0" ··· 266 266 "sha256-adJN1hy0NsAFWRgBuT7uOqlFWQtHasuHyC6TwQ/oE/8="; 267 267 268 268 mypy-boto3-codebuild = 269 - buildMypyBoto3Package "codebuild" "1.36.0" 270 - "sha256-sft6FDJa7wUKP7jeSgtUvRHb4HP6UIcWeSgUY6j3qBk="; 269 + buildMypyBoto3Package "codebuild" "1.36.11" 270 + "sha256-O+QUYQiFM5ztT9q9FP9pDWYnc0msWIXd11Pi2YvEH7E="; 271 271 272 272 mypy-boto3-codecatalyst = 273 273 buildMypyBoto3Package "codecatalyst" "1.36.0" ··· 382 382 "sha256-BThesaer2rOGyx8OtRo6cWQoX2xnyTgSgi3amd+qDrU="; 383 383 384 384 mypy-boto3-datasync = 385 - buildMypyBoto3Package "datasync" "1.36.8" 386 - "sha256-aKU44bUh6A9jiezNPDWYIFzXNYIX8VJ9+4rrxQ0xPkg="; 385 + buildMypyBoto3Package "datasync" "1.36.13" 386 + "sha256-FiJ3WZv0QYq3lV7WfKRYGfoxJpYWFVjyx9m7/nT8sLA="; 387 387 388 388 mypy-boto3-dax = 389 389 buildMypyBoto3Package "dax" "1.36.0" ··· 414 414 "sha256-si7pjgKzxg++SfVdOsIQP37rXG84IZM0ltcwc2+wn3I="; 415 415 416 416 mypy-boto3-dms = 417 - buildMypyBoto3Package "dms" "1.36.0" 418 - "sha256-T7Da/0cuPsW40hwa/FEXFF4trMSBzNumOI0eOdMHZjE="; 417 + buildMypyBoto3Package "dms" "1.36.13" 418 + "sha256-D8d8TAjSlxNw5xumOLyzIBb92C7Blh3f3Mo1WOPxzP4="; 419 419 420 420 mypy-boto3-docdb = 421 421 buildMypyBoto3Package "docdb" "1.36.0" ··· 606 606 "sha256-5qJo7cHwuGBFz8B9x8C9JZUc5hb+UbmKV2SZHEZ3WzE="; 607 607 608 608 mypy-boto3-iam = 609 - buildMypyBoto3Package "iam" "1.36.0" 610 - "sha256-Y/C9DxEVQVSLbl7lhqoFx04ju8P4Tv5VvqAW+oKPj+A="; 609 + buildMypyBoto3Package "iam" "1.36.13" 610 + "sha256-HUBVdOaGK45ixr341riGfM3JFw29WcSWXyaZfMpk16I="; 611 611 612 612 mypy-boto3-identitystore = 613 613 buildMypyBoto3Package "identitystore" "1.36.0" ··· 890 890 "sha256-0RThm2DxaPHRdCtIAvHQvN8y3jU6B5qYQALgl4tWUck="; 891 891 892 892 mypy-boto3-mediatailor = 893 - buildMypyBoto3Package "mediatailor" "1.36.10" 894 - "sha256-gKM1GZAF4eawEjZA+zjJgi3Fbf6ydtgVks7t1QZXq2Y="; 893 + buildMypyBoto3Package "mediatailor" "1.36.12" 894 + "sha256-HlB0Mi6U7mr4P3cq6bFDI9IFMR+CIZZB+Tl6MGw0gAo="; 895 895 896 896 mypy-boto3-medical-imaging = 897 897 buildMypyBoto3Package "medical-imaging" "1.36.0" ··· 1086 1086 "sha256-afWYZZR8qCp3f19RodsHltXxAfSwFmTYaoGSHMV5MvI="; 1087 1087 1088 1088 mypy-boto3-rds = 1089 - buildMypyBoto3Package "rds" "1.36.0" 1090 - "sha256-PU7Q82QjOwMVu+LkK803MnfHpIloffrlWTI48mpr+1M="; 1089 + buildMypyBoto3Package "rds" "1.36.11" 1090 + "sha256-b5Yd6uUChgJFf4cZEtaVnmCL0gPKIDX6EWY4qa8WPLU="; 1091 1091 1092 1092 mypy-boto3-rds-data = 1093 1093 buildMypyBoto3Package "rds-data" "1.36.0" ··· 1174 1174 "sha256-oLFs4pHfXJbG5cenQi83ur7ZaMfPLYzqp4AvvAadg+k="; 1175 1175 1176 1176 mypy-boto3-sagemaker = 1177 - buildMypyBoto3Package "sagemaker" "1.36.2" 1178 - "sha256-M4H/GVm8hLISSyKR6VtpUzTBOtRiaIr5DY5ZkM9mhk4="; 1177 + buildMypyBoto3Package "sagemaker" "1.36.13" 1178 + "sha256-6LFuFDC67pRBEuxWbD92DOTtYcgaA00LO4WxSsisNU0="; 1179 1179 1180 1180 mypy-boto3-sagemaker-a2i-runtime = 1181 1181 buildMypyBoto3Package "sagemaker-a2i-runtime" "1.36.0"
+14 -3
pkgs/development/python-modules/nextcloudmonitor/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 + fetchpatch2, 6 + setuptools, 5 7 requests, 6 8 }: 7 9 8 10 buildPythonPackage rec { 9 11 pname = "nextcloudmonitor"; 10 12 version = "1.5.2"; 11 - 12 - format = "setuptools"; 13 + pyproject = true; 13 14 14 15 src = fetchFromGitHub { 15 16 owner = "meichthys"; ··· 18 19 hash = "sha256-9iohznUmDusNY7iJZBcv9yn2wp3X5cS8n3Fbj/G1u0g="; 19 20 }; 20 21 21 - propagatedBuildInputs = [ requests ]; 22 + patches = [ 23 + (fetchpatch2 { 24 + # https://github.com/meichthys/nextcloud_monitor/pull/10 25 + url = "https://github.com/meichthys/nextcloud_monitor/commit/cf6191d148e0494de5ae3cbe8fc5ffdba71b6c21.patch"; 26 + hash = "sha256-BSTX5dw+k+ItT6qvpjLiDsH9rW1NmkaBeGO9TlNZZis="; 27 + }) 28 + ]; 29 + 30 + build-system = [ setuptools ]; 31 + 32 + dependencies = [ requests ]; 22 33 23 34 # no tests implemented 24 35 doCheck = false;
+14 -6
pkgs/development/python-modules/nextcord/default.nix
··· 12 12 aiodns, 13 13 audioop-lts, 14 14 brotli, 15 - faust-cchardet, 16 15 orjson, 16 + poetry-core, 17 + poetry-dynamic-versioning, 17 18 pynacl, 18 - setuptools, 19 + typing-extensions, 19 20 }: 20 21 21 22 buildPythonPackage rec { ··· 23 24 version = "3.0.1"; 24 25 pyproject = true; 25 26 26 - disabled = pythonOlder "3.8"; 27 + disabled = pythonOlder "3.12"; 27 28 28 29 src = fetchFromGitHub { 29 30 owner = "nextcord"; ··· 40 41 }) 41 42 ]; 42 43 44 + postPatch = '' 45 + # disable dynamic versioning 46 + substituteInPlace pyproject.toml \ 47 + --replace-fail 'version = "0.0.0"' 'version = "${version}"' \ 48 + --replace-fail 'enable = true' 'enable = false' 49 + ''; 50 + 43 51 build-system = [ 44 - setuptools 52 + poetry-core 53 + poetry-dynamic-versioning 45 54 ]; 46 55 47 56 dependencies = ··· 49 58 aiodns 50 59 aiohttp 51 60 brotli 52 - faust-cchardet 53 61 orjson 54 62 pynacl 55 - setuptools # for pkg_resources, remove with next release 63 + typing-extensions 56 64 ] 57 65 ++ lib.optionals (pythonAtLeast "3.13") [ 58 66 audioop-lts
+2 -2
pkgs/development/python-modules/nhc/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "nhc"; 11 - version = "0.3.4"; 11 + version = "0.3.9"; 12 12 pyproject = true; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "vandeurenglenn"; 16 16 repo = "nhc"; 17 17 tag = "v${version}"; 18 - hash = "sha256-TSfOcSeedr0cSDHo1bqftUOZ3AeCW3Zgb80IBv3eerM="; 18 + hash = "sha256-OoWRAELy6w+LVfhBJyKReQUYD/yr4POFH+ScOgp3xyU="; 19 19 }; 20 20 21 21 build-system = [ setuptools ];
+16 -13
pkgs/development/python-modules/numpydoc/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchPypi, 5 - isPy27, 5 + 6 + # build-system 6 7 setuptools, 8 + 9 + # dependencies 7 10 jinja2, 8 11 sphinx, 9 12 tabulate, 13 + 14 + # tests 15 + matplotlib, 16 + pytest-cov-stub, 10 17 pytestCheckHook, 11 - matplotlib, 12 18 }: 13 19 14 20 buildPythonPackage rec { 15 21 pname = "numpydoc"; 16 22 version = "1.8.0"; 17 23 pyproject = true; 18 - 19 - disabled = isPy27; 20 24 21 25 src = fetchPypi { 22 26 inherit pname; ··· 24 28 hash = "sha256-AiOQq3RkpE+HN/efizHOHTz6S0r3nMqhqsXoNo21h/s="; 25 29 }; 26 30 27 - postPatch = '' 28 - substituteInPlace pyproject.toml \ 29 - --replace "--cov-report=" "" \ 30 - --replace "--cov=numpydoc" "" 31 - ''; 31 + build-system = [ setuptools ]; 32 32 33 - nativeBuildInputs = [ setuptools ]; 34 - 35 - propagatedBuildInputs = [ 33 + dependencies = [ 36 34 jinja2 37 35 sphinx 38 36 tabulate ··· 40 38 41 39 nativeCheckInputs = [ 42 40 matplotlib 41 + pytest-cov-stub 43 42 pytestCheckHook 44 43 ]; 45 44 ··· 47 46 # https://github.com/numpy/numpydoc/issues/373 48 47 "test_MyClass" 49 48 "test_my_function" 50 - "test_reference" 49 + 50 + # AttributeError: 'MockApp' object has no attribute '_exception_on_warning' 51 + "test_mangle_docstring_validation_exclude" 52 + "test_mangle_docstring_validation_warnings" 53 + "test_mangle_docstrings_overrides" 51 54 ]; 52 55 53 56 pythonImportsCheck = [ "numpydoc" ];
+2 -2
pkgs/development/python-modules/ohme/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "ohme"; 12 - version = "1.2.3"; 12 + version = "1.2.8"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "dan-r"; 19 19 repo = "ohmepy"; 20 20 tag = "v${version}"; 21 - hash = "sha256-hCwaB6YXtNHCNOyjRxDSonBdTpKqX9GmLwFMvrY9UpI="; 21 + hash = "sha256-T9xULo1kN/JZGlYKTbTue8/RH2CFOAzuFeDGM6+76rE="; 22 22 }; 23 23 24 24 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/ollama/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "ollama"; 17 - version = "0.4.6"; 17 + version = "0.4.7"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.8"; ··· 23 23 owner = "ollama"; 24 24 repo = "ollama-python"; 25 25 tag = "v${version}"; 26 - hash = "sha256-VELcw7b+G8aJrFMXX6rIYiR4ExSrDNezOigGznVnoNU="; 26 + hash = "sha256-+iinQIVbL0f4kNc9aaS0H4Ua2K5w5uapFAIkpyoMj+E="; 27 27 }; 28 28 29 29 postPatch = ''
+41
pkgs/development/python-modules/onedrive-personal-sdk/default.nix
··· 1 + { 2 + aiohttp, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + lib, 6 + mashumaro, 7 + setuptools, 8 + }: 9 + 10 + buildPythonPackage rec { 11 + pname = "onedrive-personal-sdk"; 12 + version = "0.0.8"; 13 + pyproject = true; 14 + 15 + src = fetchFromGitHub { 16 + owner = "zweckj"; 17 + repo = "onedrive-personal-sdk"; 18 + tag = "v${version}"; 19 + hash = "sha256-sA+1yqRcx7WUJFuMIIuPQm7ggVbrlSCufqq0jyhDDdA="; 20 + }; 21 + 22 + build-system = [ setuptools ]; 23 + 24 + dependencies = [ 25 + aiohttp 26 + mashumaro 27 + ]; 28 + 29 + pythonImportsCheck = [ "onedrive_personal_sdk" ]; 30 + 31 + # upstream has no tests 32 + doCheck = false; 33 + 34 + meta = { 35 + changelog = "https://github.com/zweckj/onedrive-personal-sdk/releases/tag/${src.tag}"; 36 + description = "Package to interact with the Microsoft Graph API for personal OneDrives"; 37 + homepage = "https://github.com/zweckj/onedrive-personal-sdk"; 38 + license = lib.licenses.mit; 39 + maintainers = with lib.maintainers; [ dotlambda ]; 40 + }; 41 + }
+5 -3
pkgs/development/python-modules/onvif-zeep-async/default.nix
··· 6 6 httpx, 7 7 pythonOlder, 8 8 setuptools, 9 + yarl, 9 10 zeep, 10 11 }: 11 12 12 13 buildPythonPackage rec { 13 14 pname = "onvif-zeep-async"; 14 - version = "3.2.3"; 15 + version = "3.2.5"; 15 16 pyproject = true; 16 17 17 18 disabled = pythonOlder "3.7"; ··· 20 21 owner = "openvideolibs"; 21 22 repo = "python-onvif-zeep-async"; 22 23 tag = "v${version}"; 23 - hash = "sha256-guxep37d/MT9dp+sugfH0Ik2aIiwBSpx8x9Jj7OlNvw="; 24 + hash = "sha256-tEJTVdFQXr2nz0DkuIUjNDSSZUdD457SMrNAUqqsiH8="; 24 25 }; 25 26 26 27 build-system = [ setuptools ]; ··· 28 29 dependencies = [ 29 30 ciso8601 30 31 httpx 32 + yarl 31 33 zeep 32 - ]; 34 + ] ++ zeep.optional-dependencies.async; 33 35 34 36 pythonImportsCheck = [ "onvif" ]; 35 37
+2 -2
pkgs/development/python-modules/openai/default.nix
··· 37 37 38 38 buildPythonPackage rec { 39 39 pname = "openai"; 40 - version = "1.59.8"; 40 + version = "1.59.9"; 41 41 pyproject = true; 42 42 43 43 disabled = pythonOlder "3.8"; ··· 46 46 owner = "openai"; 47 47 repo = "openai-python"; 48 48 tag = "v${version}"; 49 - hash = "sha256-0NiueCUB5w4H1B5cXSyoO641DGB2J2rF2vGwPQSJJPM="; 49 + hash = "sha256-khdrpiurp/PigM5+0LJpXfSbG22e2I+2Jwsxo6MJKhQ="; 50 50 }; 51 51 52 52 build-system = [
+2
pkgs/development/python-modules/panasonic-viera/default.nix
··· 21 21 22 22 build-system = [ poetry-core ]; 23 23 24 + pythonRelaxDeps = [ "xmltodict" ]; 25 + 24 26 dependencies = [ 25 27 aiohttp 26 28 pycryptodome
+5 -2
pkgs/development/python-modules/py-vapid/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchPypi, 5 + setuptools, 5 6 mock, 6 7 pytestCheckHook, 7 8 cryptography, ··· 11 12 buildPythonPackage rec { 12 13 pname = "py-vapid"; 13 14 version = "1.9.2"; 14 - format = "setuptools"; 15 + pyproject = true; 15 16 16 17 disabled = pythonOlder "3.7"; 17 18 ··· 21 22 hash = "sha256-PIlzts+DhK0MmuZNYnDMxIDguSxwLY9eoswD5rUSR/k="; 22 23 }; 23 24 24 - propagatedBuildInputs = [ cryptography ]; 25 + build-system = [ setuptools ]; 26 + 27 + dependencies = [ cryptography ]; 25 28 26 29 nativeCheckInputs = [ 27 30 mock
+3 -3
pkgs/development/python-modules/pydevccu/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pydevccu"; 11 - version = "0.1.9"; 11 + version = "0.1.10"; 12 12 pyproject = true; 13 13 14 - disabled = pythonOlder "3.12"; 14 + disabled = pythonOlder "3.13"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "SukramJ"; 18 18 repo = "pydevccu"; 19 19 tag = version; 20 - hash = "sha256-s1u9+w0sPpXuqAET4k5VPWP+VoPqB08dZa9oY4UFXc8="; 20 + hash = "sha256-MUMJjFCBJx1rps+/1Wx8RVmlA3Y4Cgflljs2u4nRMBk="; 21 21 }; 22 22 23 23 postPatch = ''
+4 -3
pkgs/development/python-modules/pydiscovergy/default.nix
··· 7 7 mashumaro, 8 8 orjson, 9 9 pytest-asyncio, 10 + pytest-cov-stub, 10 11 pytest-httpx, 11 12 poetry-core, 12 13 pytestCheckHook, ··· 16 17 17 18 buildPythonPackage rec { 18 19 pname = "pydiscovergy"; 19 - version = "3.0.2"; 20 + version = "3.1.0"; 20 21 pyproject = true; 21 22 22 23 disabled = pythonOlder "3.11"; ··· 25 26 owner = "jpbede"; 26 27 repo = "pydiscovergy"; 27 28 tag = "v${version}"; 28 - hash = "sha256-g6KWX7APdqB0dNe7p6WGualxSj5fiw+jRq+0qfqTs4w="; 29 + hash = "sha256-OrMuMGN1zB4q6t4fWyZeQ9WRmNZHFyq+wIRq1kG2N30="; 29 30 }; 30 31 31 32 postPatch = '' 32 - sed -i '/addopts =/d' pyproject.toml 33 33 substituteInPlace pyproject.toml \ 34 34 --replace-fail 'version = "0.0.0"' 'version = "${version}"' 35 35 ''; ··· 45 45 46 46 nativeCheckInputs = [ 47 47 pytest-asyncio 48 + pytest-cov-stub 48 49 pytest-httpx 49 50 pytestCheckHook 50 51 respx
+11 -9
pkgs/development/python-modules/pyeconet/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pyeconet"; 13 - version = "0.1.25"; 14 - format = "pyproject"; 13 + version = "0.1.26"; 14 + pyproject = true; 15 15 16 16 disabled = pythonOlder "3.7"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "w1ll1am23"; 20 - repo = pname; 20 + repo = "pyeconet"; 21 21 tag = "v${version}"; 22 - hash = "sha256-qbg8QzzT81fmjFeyEgVPXp3QKGOs3oKjTUUUTHIR8OI="; 22 + hash = "sha256-3A37/LHCYkqFjbjP3mtO4kRnWZ8NQiFAS67mT2igvqM="; 23 23 }; 24 24 25 - nativeBuildInputs = [ setuptools ]; 25 + build-system = [ setuptools ]; 26 26 27 - propagatedBuildInputs = [ 27 + pythonRelaxDeps = [ "paho-mqtt" ]; 28 + 29 + dependencies = [ 28 30 paho-mqtt 29 31 aiohttp 30 32 ]; ··· 34 36 35 37 pythonImportsCheck = [ "pyeconet" ]; 36 38 37 - meta = with lib; { 39 + meta = { 38 40 description = "Python interface to the EcoNet API"; 39 41 homepage = "https://github.com/w1ll1am23/pyeconet"; 40 42 changelog = "https://github.com/w1ll1am23/pyeconet/releases/tag/${src.tag}"; 41 - license = with licenses; [ mit ]; 42 - maintainers = with maintainers; [ fab ]; 43 + license = lib.licenses.mit; 44 + maintainers = with lib.maintainers; [ fab ]; 43 45 }; 44 46 }
+2 -2
pkgs/development/python-modules/pyenphase/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "pyenphase"; 23 - version = "1.23.0"; 23 + version = "1.23.1"; 24 24 pyproject = true; 25 25 26 26 disabled = pythonOlder "3.11"; ··· 29 29 owner = "pyenphase"; 30 30 repo = "pyenphase"; 31 31 tag = "v${version}"; 32 - hash = "sha256-nGOxGZxPTlU5/nI2m+MXzzcVA+twxfNL1Jf51xT0XLc="; 32 + hash = "sha256-xiwoFfKMZVgpMfh2CjzhkuZPxCD/NC2nK67r6Miu0eg="; 33 33 }; 34 34 35 35 pythonRelaxDeps = [ "tenacity" ];
+6 -3
pkgs/development/python-modules/pyezviz/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pyezviz"; 16 - version = "1.0.0.6"; 16 + version = "0.2.2.4a"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "baqs"; 23 23 repo = "pyEzviz"; 24 24 tag = version; 25 - hash = "sha256-KtAqmM4k1o89lG/yb2er1r792zGyNx+TgIQhELr3yTc="; 25 + hash = "sha256-OgDplQ6TrK2CZbNgJpoYC8TkK1sG73HdpUyHE+2ZTLk="; 26 26 }; 27 27 28 28 build-system = [ setuptools ]; ··· 40 40 41 41 pythonImportsCheck = [ "pyezviz" ]; 42 42 43 + # renamed to pyezvizapi 44 + passthru.skipBulkUpdate = true; 45 + 43 46 meta = with lib; { 44 47 description = "Python interface for for Ezviz cameras"; 45 48 homepage = "https://github.com/baqs/pyEzviz/"; 46 - changelog = "https://github.com/BaQs/pyEzviz/releases/tag/${src.tag}"; 49 + changelog = "https://github.com/BaQs/pyEzviz/releases/tag/${version}"; 47 50 license = with licenses; [ asl20 ]; 48 51 maintainers = with maintainers; [ fab ]; 49 52 mainProgram = "pyezviz";
+49
pkgs/development/python-modules/pyezvizapi/default.nix
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + paho-mqtt, 6 + pandas, 7 + pycryptodome, 8 + pythonOlder, 9 + requests, 10 + setuptools, 11 + xmltodict, 12 + }: 13 + 14 + buildPythonPackage rec { 15 + pname = "pyezviz"; 16 + version = "1.0.0.9"; 17 + pyproject = true; 18 + 19 + src = fetchFromGitHub { 20 + owner = "RenierM26"; 21 + repo = "pyEzvizApi"; 22 + tag = version; 23 + hash = "sha256-iqTNkfecBrxJ3BwACbMmcHqequ6IUzjL550ip+jNIrs="; 24 + }; 25 + 26 + build-system = [ setuptools ]; 27 + 28 + dependencies = [ 29 + paho-mqtt 30 + pandas 31 + pycryptodome 32 + requests 33 + xmltodict 34 + ]; 35 + 36 + pythonImportsCheck = [ "pyezvizapi" ]; 37 + 38 + # test_cam_rtsp.py is not actually a unit test 39 + doCheck = false; 40 + 41 + meta = { 42 + description = "Python interface for for Ezviz cameras"; 43 + homepage = "https://github.com/RenierM26/pyEzvizApi"; 44 + changelog = "https://github.com/RenierM26/pyEzvizApi/releases/tag/${src.tag}"; 45 + license = lib.licenses.asl20; 46 + maintainers = with lib.maintainers; [ dotlambda ]; 47 + mainProgram = "pyezviz"; 48 + }; 49 + }
+4 -4
pkgs/development/python-modules/pyfritzhome/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pyfritzhome"; 14 - version = "0.6.13"; 14 + version = "0.6.14"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "hthiery"; 21 21 repo = "python-fritzhome"; 22 22 tag = version; 23 - hash = "sha256-2piHJkF6S5sMb1ZsYQj7ItdwJt5RkVvTrYa9IUKlYp8="; 23 + hash = "sha256-49Ap4SSeEMlqOnzd1/oyQ1wKwFVxsC+apx+FVCWqNVI="; 24 24 }; 25 25 26 - nativeBuildInputs = [ setuptools ]; 26 + build-system = [ setuptools ]; 27 27 28 - propagatedBuildInputs = [ 28 + dependencies = [ 29 29 cryptography 30 30 requests 31 31 ];
+4 -2
pkgs/development/python-modules/pyheos/default.nix
··· 5 5 setuptools, 6 6 pytest-asyncio, 7 7 pytestCheckHook, 8 + syrupy, 8 9 }: 9 10 10 11 buildPythonPackage rec { 11 12 pname = "pyheos"; 12 - version = "1.0.0"; 13 + version = "1.0.1"; 13 14 pyproject = true; 14 15 15 16 src = fetchFromGitHub { 16 17 owner = "andrewsayre"; 17 18 repo = "pyheos"; 18 19 tag = version; 19 - hash = "sha256-0td3Xv2BwOwcuU0ZlPA86eQd326vRjB7UMysN/RGjMU="; 20 + hash = "sha256-2hrWK3nRFnRtv4dfXXELOxKwttG9Oo2I2+eSXcfgUi8="; 20 21 }; 21 22 22 23 build-system = [ setuptools ]; ··· 24 25 nativeCheckInputs = [ 25 26 pytest-asyncio 26 27 pytestCheckHook 28 + syrupy 27 29 ]; 28 30 29 31 disabledTests = [
-6093
pkgs/development/python-modules/pylance/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.24.2" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler2" 16 - version = "2.0.0" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 - 20 - [[package]] 21 - name = "ahash" 22 - version = "0.8.11" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 25 - dependencies = [ 26 - "cfg-if", 27 - "const-random", 28 - "getrandom", 29 - "once_cell", 30 - "version_check", 31 - "zerocopy", 32 - ] 33 - 34 - [[package]] 35 - name = "aho-corasick" 36 - version = "1.1.3" 37 - source = "registry+https://github.com/rust-lang/crates.io-index" 38 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 39 - dependencies = [ 40 - "memchr", 41 - ] 42 - 43 - [[package]] 44 - name = "alloc-no-stdlib" 45 - version = "2.0.4" 46 - source = "registry+https://github.com/rust-lang/crates.io-index" 47 - checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 48 - 49 - [[package]] 50 - name = "alloc-stdlib" 51 - version = "0.2.2" 52 - source = "registry+https://github.com/rust-lang/crates.io-index" 53 - checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 54 - dependencies = [ 55 - "alloc-no-stdlib", 56 - ] 57 - 58 - [[package]] 59 - name = "allocator-api2" 60 - version = "0.2.18" 61 - source = "registry+https://github.com/rust-lang/crates.io-index" 62 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 63 - 64 - [[package]] 65 - name = "android-tzdata" 66 - version = "0.1.1" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 69 - 70 - [[package]] 71 - name = "android_system_properties" 72 - version = "0.1.5" 73 - source = "registry+https://github.com/rust-lang/crates.io-index" 74 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 75 - dependencies = [ 76 - "libc", 77 - ] 78 - 79 - [[package]] 80 - name = "anyhow" 81 - version = "1.0.89" 82 - source = "registry+https://github.com/rust-lang/crates.io-index" 83 - checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" 84 - 85 - [[package]] 86 - name = "arc-swap" 87 - version = "1.7.1" 88 - source = "registry+https://github.com/rust-lang/crates.io-index" 89 - checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 90 - 91 - [[package]] 92 - name = "arrayref" 93 - version = "0.3.9" 94 - source = "registry+https://github.com/rust-lang/crates.io-index" 95 - checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 96 - 97 - [[package]] 98 - name = "arrayvec" 99 - version = "0.7.6" 100 - source = "registry+https://github.com/rust-lang/crates.io-index" 101 - checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 102 - 103 - [[package]] 104 - name = "arrow" 105 - version = "52.2.0" 106 - source = "registry+https://github.com/rust-lang/crates.io-index" 107 - checksum = "05048a8932648b63f21c37d88b552ccc8a65afb6dfe9fc9f30ce79174c2e7a85" 108 - dependencies = [ 109 - "arrow-arith", 110 - "arrow-array", 111 - "arrow-buffer", 112 - "arrow-cast", 113 - "arrow-csv", 114 - "arrow-data", 115 - "arrow-ipc", 116 - "arrow-json", 117 - "arrow-ord", 118 - "arrow-row", 119 - "arrow-schema", 120 - "arrow-select", 121 - "arrow-string", 122 - "pyo3", 123 - ] 124 - 125 - [[package]] 126 - name = "arrow-arith" 127 - version = "52.2.0" 128 - source = "registry+https://github.com/rust-lang/crates.io-index" 129 - checksum = "1d8a57966e43bfe9a3277984a14c24ec617ad874e4c0e1d2a1b083a39cfbf22c" 130 - dependencies = [ 131 - "arrow-array", 132 - "arrow-buffer", 133 - "arrow-data", 134 - "arrow-schema", 135 - "chrono", 136 - "half", 137 - "num", 138 - ] 139 - 140 - [[package]] 141 - name = "arrow-array" 142 - version = "52.2.0" 143 - source = "registry+https://github.com/rust-lang/crates.io-index" 144 - checksum = "16f4a9468c882dc66862cef4e1fd8423d47e67972377d85d80e022786427768c" 145 - dependencies = [ 146 - "ahash", 147 - "arrow-buffer", 148 - "arrow-data", 149 - "arrow-schema", 150 - "chrono", 151 - "chrono-tz", 152 - "half", 153 - "hashbrown 0.14.5", 154 - "num", 155 - ] 156 - 157 - [[package]] 158 - name = "arrow-buffer" 159 - version = "52.2.0" 160 - source = "registry+https://github.com/rust-lang/crates.io-index" 161 - checksum = "c975484888fc95ec4a632cdc98be39c085b1bb518531b0c80c5d462063e5daa1" 162 - dependencies = [ 163 - "bytes", 164 - "half", 165 - "num", 166 - ] 167 - 168 - [[package]] 169 - name = "arrow-cast" 170 - version = "52.2.0" 171 - source = "registry+https://github.com/rust-lang/crates.io-index" 172 - checksum = "da26719e76b81d8bc3faad1d4dbdc1bcc10d14704e63dc17fc9f3e7e1e567c8e" 173 - dependencies = [ 174 - "arrow-array", 175 - "arrow-buffer", 176 - "arrow-data", 177 - "arrow-schema", 178 - "arrow-select", 179 - "atoi", 180 - "base64 0.22.1", 181 - "chrono", 182 - "comfy-table", 183 - "half", 184 - "lexical-core", 185 - "num", 186 - "ryu", 187 - ] 188 - 189 - [[package]] 190 - name = "arrow-csv" 191 - version = "52.2.0" 192 - source = "registry+https://github.com/rust-lang/crates.io-index" 193 - checksum = "c13c36dc5ddf8c128df19bab27898eea64bf9da2b555ec1cd17a8ff57fba9ec2" 194 - dependencies = [ 195 - "arrow-array", 196 - "arrow-buffer", 197 - "arrow-cast", 198 - "arrow-data", 199 - "arrow-schema", 200 - "chrono", 201 - "csv", 202 - "csv-core", 203 - "lazy_static", 204 - "lexical-core", 205 - "regex", 206 - ] 207 - 208 - [[package]] 209 - name = "arrow-data" 210 - version = "52.2.0" 211 - source = "registry+https://github.com/rust-lang/crates.io-index" 212 - checksum = "dd9d6f18c65ef7a2573ab498c374d8ae364b4a4edf67105357491c031f716ca5" 213 - dependencies = [ 214 - "arrow-buffer", 215 - "arrow-schema", 216 - "half", 217 - "num", 218 - ] 219 - 220 - [[package]] 221 - name = "arrow-ipc" 222 - version = "52.2.0" 223 - source = "registry+https://github.com/rust-lang/crates.io-index" 224 - checksum = "e786e1cdd952205d9a8afc69397b317cfbb6e0095e445c69cda7e8da5c1eeb0f" 225 - dependencies = [ 226 - "arrow-array", 227 - "arrow-buffer", 228 - "arrow-cast", 229 - "arrow-data", 230 - "arrow-schema", 231 - "flatbuffers", 232 - "lz4_flex", 233 - "zstd", 234 - ] 235 - 236 - [[package]] 237 - name = "arrow-json" 238 - version = "52.2.0" 239 - source = "registry+https://github.com/rust-lang/crates.io-index" 240 - checksum = "fb22284c5a2a01d73cebfd88a33511a3234ab45d66086b2ca2d1228c3498e445" 241 - dependencies = [ 242 - "arrow-array", 243 - "arrow-buffer", 244 - "arrow-cast", 245 - "arrow-data", 246 - "arrow-schema", 247 - "chrono", 248 - "half", 249 - "indexmap", 250 - "lexical-core", 251 - "num", 252 - "serde", 253 - "serde_json", 254 - ] 255 - 256 - [[package]] 257 - name = "arrow-ord" 258 - version = "52.2.0" 259 - source = "registry+https://github.com/rust-lang/crates.io-index" 260 - checksum = "42745f86b1ab99ef96d1c0bcf49180848a64fe2c7a7a0d945bc64fa2b21ba9bc" 261 - dependencies = [ 262 - "arrow-array", 263 - "arrow-buffer", 264 - "arrow-data", 265 - "arrow-schema", 266 - "arrow-select", 267 - "half", 268 - "num", 269 - ] 270 - 271 - [[package]] 272 - name = "arrow-row" 273 - version = "52.2.0" 274 - source = "registry+https://github.com/rust-lang/crates.io-index" 275 - checksum = "4cd09a518c602a55bd406bcc291a967b284cfa7a63edfbf8b897ea4748aad23c" 276 - dependencies = [ 277 - "ahash", 278 - "arrow-array", 279 - "arrow-buffer", 280 - "arrow-data", 281 - "arrow-schema", 282 - "half", 283 - ] 284 - 285 - [[package]] 286 - name = "arrow-schema" 287 - version = "52.2.0" 288 - source = "registry+https://github.com/rust-lang/crates.io-index" 289 - checksum = "9e972cd1ff4a4ccd22f86d3e53e835c2ed92e0eea6a3e8eadb72b4f1ac802cf8" 290 - dependencies = [ 291 - "bitflags 2.6.0", 292 - ] 293 - 294 - [[package]] 295 - name = "arrow-select" 296 - version = "52.2.0" 297 - source = "registry+https://github.com/rust-lang/crates.io-index" 298 - checksum = "600bae05d43483d216fb3494f8c32fdbefd8aa4e1de237e790dbb3d9f44690a3" 299 - dependencies = [ 300 - "ahash", 301 - "arrow-array", 302 - "arrow-buffer", 303 - "arrow-data", 304 - "arrow-schema", 305 - "num", 306 - ] 307 - 308 - [[package]] 309 - name = "arrow-string" 310 - version = "52.2.0" 311 - source = "registry+https://github.com/rust-lang/crates.io-index" 312 - checksum = "f0dc1985b67cb45f6606a248ac2b4a288849f196bab8c657ea5589f47cdd55e6" 313 - dependencies = [ 314 - "arrow-array", 315 - "arrow-buffer", 316 - "arrow-data", 317 - "arrow-schema", 318 - "arrow-select", 319 - "memchr", 320 - "num", 321 - "regex", 322 - "regex-syntax", 323 - ] 324 - 325 - [[package]] 326 - name = "async-channel" 327 - version = "1.9.0" 328 - source = "registry+https://github.com/rust-lang/crates.io-index" 329 - checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 330 - dependencies = [ 331 - "concurrent-queue", 332 - "event-listener 2.5.3", 333 - "futures-core", 334 - ] 335 - 336 - [[package]] 337 - name = "async-channel" 338 - version = "2.3.1" 339 - source = "registry+https://github.com/rust-lang/crates.io-index" 340 - checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 341 - dependencies = [ 342 - "concurrent-queue", 343 - "event-listener-strategy", 344 - "futures-core", 345 - "pin-project-lite", 346 - ] 347 - 348 - [[package]] 349 - name = "async-compression" 350 - version = "0.4.13" 351 - source = "registry+https://github.com/rust-lang/crates.io-index" 352 - checksum = "7e614738943d3f68c628ae3dbce7c3daffb196665f82f8c8ea6b65de73c79429" 353 - dependencies = [ 354 - "bzip2", 355 - "flate2", 356 - "futures-core", 357 - "futures-io", 358 - "memchr", 359 - "pin-project-lite", 360 - "tokio", 361 - "xz2", 362 - "zstd", 363 - "zstd-safe", 364 - ] 365 - 366 - [[package]] 367 - name = "async-executor" 368 - version = "1.13.1" 369 - source = "registry+https://github.com/rust-lang/crates.io-index" 370 - checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" 371 - dependencies = [ 372 - "async-task", 373 - "concurrent-queue", 374 - "fastrand 2.1.1", 375 - "futures-lite 2.3.0", 376 - "slab", 377 - ] 378 - 379 - [[package]] 380 - name = "async-global-executor" 381 - version = "2.4.1" 382 - source = "registry+https://github.com/rust-lang/crates.io-index" 383 - checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 384 - dependencies = [ 385 - "async-channel 2.3.1", 386 - "async-executor", 387 - "async-io 2.3.4", 388 - "async-lock 3.4.0", 389 - "blocking", 390 - "futures-lite 2.3.0", 391 - "once_cell", 392 - ] 393 - 394 - [[package]] 395 - name = "async-io" 396 - version = "1.13.0" 397 - source = "registry+https://github.com/rust-lang/crates.io-index" 398 - checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 399 - dependencies = [ 400 - "async-lock 2.8.0", 401 - "autocfg", 402 - "cfg-if", 403 - "concurrent-queue", 404 - "futures-lite 1.13.0", 405 - "log", 406 - "parking", 407 - "polling 2.8.0", 408 - "rustix 0.37.27", 409 - "slab", 410 - "socket2 0.4.10", 411 - "waker-fn", 412 - ] 413 - 414 - [[package]] 415 - name = "async-io" 416 - version = "2.3.4" 417 - source = "registry+https://github.com/rust-lang/crates.io-index" 418 - checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" 419 - dependencies = [ 420 - "async-lock 3.4.0", 421 - "cfg-if", 422 - "concurrent-queue", 423 - "futures-io", 424 - "futures-lite 2.3.0", 425 - "parking", 426 - "polling 3.7.3", 427 - "rustix 0.38.37", 428 - "slab", 429 - "tracing", 430 - "windows-sys 0.59.0", 431 - ] 432 - 433 - [[package]] 434 - name = "async-lock" 435 - version = "2.8.0" 436 - source = "registry+https://github.com/rust-lang/crates.io-index" 437 - checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 438 - dependencies = [ 439 - "event-listener 2.5.3", 440 - ] 441 - 442 - [[package]] 443 - name = "async-lock" 444 - version = "3.4.0" 445 - source = "registry+https://github.com/rust-lang/crates.io-index" 446 - checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 447 - dependencies = [ 448 - "event-listener 5.3.1", 449 - "event-listener-strategy", 450 - "pin-project-lite", 451 - ] 452 - 453 - [[package]] 454 - name = "async-priority-channel" 455 - version = "0.2.0" 456 - source = "registry+https://github.com/rust-lang/crates.io-index" 457 - checksum = "acde96f444d31031f760c5c43dc786b97d3e1cb2ee49dd06898383fe9a999758" 458 - dependencies = [ 459 - "event-listener 4.0.3", 460 - ] 461 - 462 - [[package]] 463 - name = "async-recursion" 464 - version = "1.1.1" 465 - source = "registry+https://github.com/rust-lang/crates.io-index" 466 - checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 467 - dependencies = [ 468 - "proc-macro2", 469 - "quote", 470 - "syn 2.0.79", 471 - ] 472 - 473 - [[package]] 474 - name = "async-std" 475 - version = "1.13.0" 476 - source = "registry+https://github.com/rust-lang/crates.io-index" 477 - checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615" 478 - dependencies = [ 479 - "async-channel 1.9.0", 480 - "async-global-executor", 481 - "async-io 2.3.4", 482 - "async-lock 3.4.0", 483 - "crossbeam-utils", 484 - "futures-channel", 485 - "futures-core", 486 - "futures-io", 487 - "futures-lite 2.3.0", 488 - "gloo-timers", 489 - "kv-log-macro", 490 - "log", 491 - "memchr", 492 - "once_cell", 493 - "pin-project-lite", 494 - "pin-utils", 495 - "slab", 496 - "wasm-bindgen-futures", 497 - ] 498 - 499 - [[package]] 500 - name = "async-task" 501 - version = "4.7.1" 502 - source = "registry+https://github.com/rust-lang/crates.io-index" 503 - checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 504 - 505 - [[package]] 506 - name = "async-trait" 507 - version = "0.1.83" 508 - source = "registry+https://github.com/rust-lang/crates.io-index" 509 - checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 510 - dependencies = [ 511 - "proc-macro2", 512 - "quote", 513 - "syn 2.0.79", 514 - ] 515 - 516 - [[package]] 517 - name = "async_cell" 518 - version = "0.2.2" 519 - source = "registry+https://github.com/rust-lang/crates.io-index" 520 - checksum = "834eee9ce518130a3b4d5af09ecc43e9d6b57ee76613f227a1ddd6b77c7a62bc" 521 - 522 - [[package]] 523 - name = "atoi" 524 - version = "2.0.0" 525 - source = "registry+https://github.com/rust-lang/crates.io-index" 526 - checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 527 - dependencies = [ 528 - "num-traits", 529 - ] 530 - 531 - [[package]] 532 - name = "atomic-waker" 533 - version = "1.1.2" 534 - source = "registry+https://github.com/rust-lang/crates.io-index" 535 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 536 - 537 - [[package]] 538 - name = "autocfg" 539 - version = "1.4.0" 540 - source = "registry+https://github.com/rust-lang/crates.io-index" 541 - checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 542 - 543 - [[package]] 544 - name = "aws-config" 545 - version = "1.5.8" 546 - source = "registry+https://github.com/rust-lang/crates.io-index" 547 - checksum = "7198e6f03240fdceba36656d8be440297b6b82270325908c7381f37d826a74f6" 548 - dependencies = [ 549 - "aws-credential-types", 550 - "aws-runtime", 551 - "aws-sdk-sso", 552 - "aws-sdk-ssooidc", 553 - "aws-sdk-sts", 554 - "aws-smithy-async", 555 - "aws-smithy-http", 556 - "aws-smithy-json", 557 - "aws-smithy-runtime", 558 - "aws-smithy-runtime-api", 559 - "aws-smithy-types", 560 - "aws-types", 561 - "bytes", 562 - "fastrand 2.1.1", 563 - "hex", 564 - "http 0.2.12", 565 - "ring", 566 - "time", 567 - "tokio", 568 - "tracing", 569 - "url", 570 - "zeroize", 571 - ] 572 - 573 - [[package]] 574 - name = "aws-credential-types" 575 - version = "1.2.1" 576 - source = "registry+https://github.com/rust-lang/crates.io-index" 577 - checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da" 578 - dependencies = [ 579 - "aws-smithy-async", 580 - "aws-smithy-runtime-api", 581 - "aws-smithy-types", 582 - "zeroize", 583 - ] 584 - 585 - [[package]] 586 - name = "aws-runtime" 587 - version = "1.4.3" 588 - source = "registry+https://github.com/rust-lang/crates.io-index" 589 - checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468" 590 - dependencies = [ 591 - "aws-credential-types", 592 - "aws-sigv4", 593 - "aws-smithy-async", 594 - "aws-smithy-http", 595 - "aws-smithy-runtime", 596 - "aws-smithy-runtime-api", 597 - "aws-smithy-types", 598 - "aws-types", 599 - "bytes", 600 - "fastrand 2.1.1", 601 - "http 0.2.12", 602 - "http-body 0.4.6", 603 - "once_cell", 604 - "percent-encoding", 605 - "pin-project-lite", 606 - "tracing", 607 - "uuid", 608 - ] 609 - 610 - [[package]] 611 - name = "aws-sdk-dynamodb" 612 - version = "1.49.0" 613 - source = "registry+https://github.com/rust-lang/crates.io-index" 614 - checksum = "ab0ade000608877169533a54326badd6b5a707d2faf876cfc3976a7f9d7e5329" 615 - dependencies = [ 616 - "aws-credential-types", 617 - "aws-runtime", 618 - "aws-smithy-async", 619 - "aws-smithy-http", 620 - "aws-smithy-json", 621 - "aws-smithy-runtime", 622 - "aws-smithy-runtime-api", 623 - "aws-smithy-types", 624 - "aws-types", 625 - "bytes", 626 - "fastrand 2.1.1", 627 - "http 0.2.12", 628 - "once_cell", 629 - "regex-lite", 630 - "tracing", 631 - ] 632 - 633 - [[package]] 634 - name = "aws-sdk-sso" 635 - version = "1.45.0" 636 - source = "registry+https://github.com/rust-lang/crates.io-index" 637 - checksum = "e33ae899566f3d395cbf42858e433930682cc9c1889fa89318896082fef45efb" 638 - dependencies = [ 639 - "aws-credential-types", 640 - "aws-runtime", 641 - "aws-smithy-async", 642 - "aws-smithy-http", 643 - "aws-smithy-json", 644 - "aws-smithy-runtime", 645 - "aws-smithy-runtime-api", 646 - "aws-smithy-types", 647 - "aws-types", 648 - "bytes", 649 - "http 0.2.12", 650 - "once_cell", 651 - "regex-lite", 652 - "tracing", 653 - ] 654 - 655 - [[package]] 656 - name = "aws-sdk-ssooidc" 657 - version = "1.46.0" 658 - source = "registry+https://github.com/rust-lang/crates.io-index" 659 - checksum = "f39c09e199ebd96b9f860b0fce4b6625f211e064ad7c8693b72ecf7ef03881e0" 660 - dependencies = [ 661 - "aws-credential-types", 662 - "aws-runtime", 663 - "aws-smithy-async", 664 - "aws-smithy-http", 665 - "aws-smithy-json", 666 - "aws-smithy-runtime", 667 - "aws-smithy-runtime-api", 668 - "aws-smithy-types", 669 - "aws-types", 670 - "bytes", 671 - "http 0.2.12", 672 - "once_cell", 673 - "regex-lite", 674 - "tracing", 675 - ] 676 - 677 - [[package]] 678 - name = "aws-sdk-sts" 679 - version = "1.45.0" 680 - source = "registry+https://github.com/rust-lang/crates.io-index" 681 - checksum = "3d95f93a98130389eb6233b9d615249e543f6c24a68ca1f109af9ca5164a8765" 682 - dependencies = [ 683 - "aws-credential-types", 684 - "aws-runtime", 685 - "aws-smithy-async", 686 - "aws-smithy-http", 687 - "aws-smithy-json", 688 - "aws-smithy-query", 689 - "aws-smithy-runtime", 690 - "aws-smithy-runtime-api", 691 - "aws-smithy-types", 692 - "aws-smithy-xml", 693 - "aws-types", 694 - "http 0.2.12", 695 - "once_cell", 696 - "regex-lite", 697 - "tracing", 698 - ] 699 - 700 - [[package]] 701 - name = "aws-sigv4" 702 - version = "1.2.4" 703 - source = "registry+https://github.com/rust-lang/crates.io-index" 704 - checksum = "cc8db6904450bafe7473c6ca9123f88cc11089e41a025408f992db4e22d3be68" 705 - dependencies = [ 706 - "aws-credential-types", 707 - "aws-smithy-http", 708 - "aws-smithy-runtime-api", 709 - "aws-smithy-types", 710 - "bytes", 711 - "form_urlencoded", 712 - "hex", 713 - "hmac", 714 - "http 0.2.12", 715 - "http 1.1.0", 716 - "once_cell", 717 - "percent-encoding", 718 - "sha2", 719 - "time", 720 - "tracing", 721 - ] 722 - 723 - [[package]] 724 - name = "aws-smithy-async" 725 - version = "1.2.1" 726 - source = "registry+https://github.com/rust-lang/crates.io-index" 727 - checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c" 728 - dependencies = [ 729 - "futures-util", 730 - "pin-project-lite", 731 - "tokio", 732 - ] 733 - 734 - [[package]] 735 - name = "aws-smithy-http" 736 - version = "0.60.11" 737 - source = "registry+https://github.com/rust-lang/crates.io-index" 738 - checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6" 739 - dependencies = [ 740 - "aws-smithy-runtime-api", 741 - "aws-smithy-types", 742 - "bytes", 743 - "bytes-utils", 744 - "futures-core", 745 - "http 0.2.12", 746 - "http-body 0.4.6", 747 - "once_cell", 748 - "percent-encoding", 749 - "pin-project-lite", 750 - "pin-utils", 751 - "tracing", 752 - ] 753 - 754 - [[package]] 755 - name = "aws-smithy-json" 756 - version = "0.60.7" 757 - source = "registry+https://github.com/rust-lang/crates.io-index" 758 - checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6" 759 - dependencies = [ 760 - "aws-smithy-types", 761 - ] 762 - 763 - [[package]] 764 - name = "aws-smithy-query" 765 - version = "0.60.7" 766 - source = "registry+https://github.com/rust-lang/crates.io-index" 767 - checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb" 768 - dependencies = [ 769 - "aws-smithy-types", 770 - "urlencoding", 771 - ] 772 - 773 - [[package]] 774 - name = "aws-smithy-runtime" 775 - version = "1.7.1" 776 - source = "registry+https://github.com/rust-lang/crates.io-index" 777 - checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87" 778 - dependencies = [ 779 - "aws-smithy-async", 780 - "aws-smithy-http", 781 - "aws-smithy-runtime-api", 782 - "aws-smithy-types", 783 - "bytes", 784 - "fastrand 2.1.1", 785 - "h2 0.3.26", 786 - "http 0.2.12", 787 - "http-body 0.4.6", 788 - "http-body 1.0.1", 789 - "httparse", 790 - "hyper 0.14.30", 791 - "hyper-rustls 0.24.2", 792 - "once_cell", 793 - "pin-project-lite", 794 - "pin-utils", 795 - "rustls 0.21.12", 796 - "tokio", 797 - "tracing", 798 - ] 799 - 800 - [[package]] 801 - name = "aws-smithy-runtime-api" 802 - version = "1.7.2" 803 - source = "registry+https://github.com/rust-lang/crates.io-index" 804 - checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96" 805 - dependencies = [ 806 - "aws-smithy-async", 807 - "aws-smithy-types", 808 - "bytes", 809 - "http 0.2.12", 810 - "http 1.1.0", 811 - "pin-project-lite", 812 - "tokio", 813 - "tracing", 814 - "zeroize", 815 - ] 816 - 817 - [[package]] 818 - name = "aws-smithy-types" 819 - version = "1.2.7" 820 - source = "registry+https://github.com/rust-lang/crates.io-index" 821 - checksum = "147100a7bea70fa20ef224a6bad700358305f5dc0f84649c53769761395b355b" 822 - dependencies = [ 823 - "base64-simd", 824 - "bytes", 825 - "bytes-utils", 826 - "futures-core", 827 - "http 0.2.12", 828 - "http 1.1.0", 829 - "http-body 0.4.6", 830 - "http-body 1.0.1", 831 - "http-body-util", 832 - "itoa", 833 - "num-integer", 834 - "pin-project-lite", 835 - "pin-utils", 836 - "ryu", 837 - "serde", 838 - "time", 839 - "tokio", 840 - "tokio-util", 841 - ] 842 - 843 - [[package]] 844 - name = "aws-smithy-xml" 845 - version = "0.60.9" 846 - source = "registry+https://github.com/rust-lang/crates.io-index" 847 - checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc" 848 - dependencies = [ 849 - "xmlparser", 850 - ] 851 - 852 - [[package]] 853 - name = "aws-types" 854 - version = "1.3.3" 855 - source = "registry+https://github.com/rust-lang/crates.io-index" 856 - checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef" 857 - dependencies = [ 858 - "aws-credential-types", 859 - "aws-smithy-async", 860 - "aws-smithy-runtime-api", 861 - "aws-smithy-types", 862 - "rustc_version", 863 - "tracing", 864 - ] 865 - 866 - [[package]] 867 - name = "backtrace" 868 - version = "0.3.74" 869 - source = "registry+https://github.com/rust-lang/crates.io-index" 870 - checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 871 - dependencies = [ 872 - "addr2line", 873 - "cfg-if", 874 - "libc", 875 - "miniz_oxide", 876 - "object", 877 - "rustc-demangle", 878 - "windows-targets 0.52.6", 879 - ] 880 - 881 - [[package]] 882 - name = "base64" 883 - version = "0.21.7" 884 - source = "registry+https://github.com/rust-lang/crates.io-index" 885 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 886 - 887 - [[package]] 888 - name = "base64" 889 - version = "0.22.1" 890 - source = "registry+https://github.com/rust-lang/crates.io-index" 891 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 892 - 893 - [[package]] 894 - name = "base64-simd" 895 - version = "0.8.0" 896 - source = "registry+https://github.com/rust-lang/crates.io-index" 897 - checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 898 - dependencies = [ 899 - "outref", 900 - "vsimd", 901 - ] 902 - 903 - [[package]] 904 - name = "bitflags" 905 - version = "1.3.2" 906 - source = "registry+https://github.com/rust-lang/crates.io-index" 907 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 908 - 909 - [[package]] 910 - name = "bitflags" 911 - version = "2.6.0" 912 - source = "registry+https://github.com/rust-lang/crates.io-index" 913 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 914 - 915 - [[package]] 916 - name = "bitpacking" 917 - version = "0.9.2" 918 - source = "registry+https://github.com/rust-lang/crates.io-index" 919 - checksum = "4c1d3e2bfd8d06048a179f7b17afc3188effa10385e7b00dc65af6aae732ea92" 920 - dependencies = [ 921 - "crunchy", 922 - ] 923 - 924 - [[package]] 925 - name = "bitvec" 926 - version = "1.0.1" 927 - source = "registry+https://github.com/rust-lang/crates.io-index" 928 - checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 929 - dependencies = [ 930 - "funty", 931 - "radium", 932 - "tap", 933 - "wyz", 934 - ] 935 - 936 - [[package]] 937 - name = "blake2" 938 - version = "0.10.6" 939 - source = "registry+https://github.com/rust-lang/crates.io-index" 940 - checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" 941 - dependencies = [ 942 - "digest", 943 - ] 944 - 945 - [[package]] 946 - name = "blake3" 947 - version = "1.5.4" 948 - source = "registry+https://github.com/rust-lang/crates.io-index" 949 - checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" 950 - dependencies = [ 951 - "arrayref", 952 - "arrayvec", 953 - "cc", 954 - "cfg-if", 955 - "constant_time_eq", 956 - ] 957 - 958 - [[package]] 959 - name = "block-buffer" 960 - version = "0.10.4" 961 - source = "registry+https://github.com/rust-lang/crates.io-index" 962 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 963 - dependencies = [ 964 - "generic-array", 965 - ] 966 - 967 - [[package]] 968 - name = "blocking" 969 - version = "1.6.1" 970 - source = "registry+https://github.com/rust-lang/crates.io-index" 971 - checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 972 - dependencies = [ 973 - "async-channel 2.3.1", 974 - "async-task", 975 - "futures-io", 976 - "futures-lite 2.3.0", 977 - "piper", 978 - ] 979 - 980 - [[package]] 981 - name = "brotli" 982 - version = "6.0.0" 983 - source = "registry+https://github.com/rust-lang/crates.io-index" 984 - checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b" 985 - dependencies = [ 986 - "alloc-no-stdlib", 987 - "alloc-stdlib", 988 - "brotli-decompressor", 989 - ] 990 - 991 - [[package]] 992 - name = "brotli-decompressor" 993 - version = "4.0.1" 994 - source = "registry+https://github.com/rust-lang/crates.io-index" 995 - checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" 996 - dependencies = [ 997 - "alloc-no-stdlib", 998 - "alloc-stdlib", 999 - ] 1000 - 1001 - [[package]] 1002 - name = "bumpalo" 1003 - version = "3.16.0" 1004 - source = "registry+https://github.com/rust-lang/crates.io-index" 1005 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 1006 - 1007 - [[package]] 1008 - name = "bytecount" 1009 - version = "0.6.8" 1010 - source = "registry+https://github.com/rust-lang/crates.io-index" 1011 - checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" 1012 - 1013 - [[package]] 1014 - name = "bytemuck" 1015 - version = "1.18.0" 1016 - source = "registry+https://github.com/rust-lang/crates.io-index" 1017 - checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" 1018 - 1019 - [[package]] 1020 - name = "byteorder" 1021 - version = "1.5.0" 1022 - source = "registry+https://github.com/rust-lang/crates.io-index" 1023 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 1024 - 1025 - [[package]] 1026 - name = "bytes" 1027 - version = "1.7.2" 1028 - source = "registry+https://github.com/rust-lang/crates.io-index" 1029 - checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" 1030 - 1031 - [[package]] 1032 - name = "bytes-utils" 1033 - version = "0.1.4" 1034 - source = "registry+https://github.com/rust-lang/crates.io-index" 1035 - checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" 1036 - dependencies = [ 1037 - "bytes", 1038 - "either", 1039 - ] 1040 - 1041 - [[package]] 1042 - name = "bzip2" 1043 - version = "0.4.4" 1044 - source = "registry+https://github.com/rust-lang/crates.io-index" 1045 - checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 1046 - dependencies = [ 1047 - "bzip2-sys", 1048 - "libc", 1049 - ] 1050 - 1051 - [[package]] 1052 - name = "bzip2-sys" 1053 - version = "0.1.11+1.0.8" 1054 - source = "registry+https://github.com/rust-lang/crates.io-index" 1055 - checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 1056 - dependencies = [ 1057 - "cc", 1058 - "libc", 1059 - "pkg-config", 1060 - ] 1061 - 1062 - [[package]] 1063 - name = "camino" 1064 - version = "1.1.9" 1065 - source = "registry+https://github.com/rust-lang/crates.io-index" 1066 - checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" 1067 - dependencies = [ 1068 - "serde", 1069 - ] 1070 - 1071 - [[package]] 1072 - name = "cargo-platform" 1073 - version = "0.1.8" 1074 - source = "registry+https://github.com/rust-lang/crates.io-index" 1075 - checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" 1076 - dependencies = [ 1077 - "serde", 1078 - ] 1079 - 1080 - [[package]] 1081 - name = "cargo_metadata" 1082 - version = "0.14.2" 1083 - source = "registry+https://github.com/rust-lang/crates.io-index" 1084 - checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" 1085 - dependencies = [ 1086 - "camino", 1087 - "cargo-platform", 1088 - "semver", 1089 - "serde", 1090 - "serde_json", 1091 - ] 1092 - 1093 - [[package]] 1094 - name = "cc" 1095 - version = "1.1.28" 1096 - source = "registry+https://github.com/rust-lang/crates.io-index" 1097 - checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1" 1098 - dependencies = [ 1099 - "jobserver", 1100 - "libc", 1101 - "shlex", 1102 - ] 1103 - 1104 - [[package]] 1105 - name = "census" 1106 - version = "0.4.2" 1107 - source = "registry+https://github.com/rust-lang/crates.io-index" 1108 - checksum = "4f4c707c6a209cbe82d10abd08e1ea8995e9ea937d2550646e02798948992be0" 1109 - 1110 - [[package]] 1111 - name = "cfg-if" 1112 - version = "1.0.0" 1113 - source = "registry+https://github.com/rust-lang/crates.io-index" 1114 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 1115 - 1116 - [[package]] 1117 - name = "chrono" 1118 - version = "0.4.38" 1119 - source = "registry+https://github.com/rust-lang/crates.io-index" 1120 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 1121 - dependencies = [ 1122 - "android-tzdata", 1123 - "iana-time-zone", 1124 - "js-sys", 1125 - "num-traits", 1126 - "serde", 1127 - "wasm-bindgen", 1128 - "windows-targets 0.52.6", 1129 - ] 1130 - 1131 - [[package]] 1132 - name = "chrono-tz" 1133 - version = "0.9.0" 1134 - source = "registry+https://github.com/rust-lang/crates.io-index" 1135 - checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" 1136 - dependencies = [ 1137 - "chrono", 1138 - "chrono-tz-build", 1139 - "phf", 1140 - ] 1141 - 1142 - [[package]] 1143 - name = "chrono-tz-build" 1144 - version = "0.3.0" 1145 - source = "registry+https://github.com/rust-lang/crates.io-index" 1146 - checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" 1147 - dependencies = [ 1148 - "parse-zoneinfo", 1149 - "phf", 1150 - "phf_codegen", 1151 - ] 1152 - 1153 - [[package]] 1154 - name = "comfy-table" 1155 - version = "7.1.1" 1156 - source = "registry+https://github.com/rust-lang/crates.io-index" 1157 - checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" 1158 - dependencies = [ 1159 - "strum", 1160 - "strum_macros", 1161 - "unicode-width", 1162 - ] 1163 - 1164 - [[package]] 1165 - name = "concurrent-queue" 1166 - version = "2.5.0" 1167 - source = "registry+https://github.com/rust-lang/crates.io-index" 1168 - checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 1169 - dependencies = [ 1170 - "crossbeam-utils", 1171 - ] 1172 - 1173 - [[package]] 1174 - name = "const-random" 1175 - version = "0.1.18" 1176 - source = "registry+https://github.com/rust-lang/crates.io-index" 1177 - checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" 1178 - dependencies = [ 1179 - "const-random-macro", 1180 - ] 1181 - 1182 - [[package]] 1183 - name = "const-random-macro" 1184 - version = "0.1.16" 1185 - source = "registry+https://github.com/rust-lang/crates.io-index" 1186 - checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" 1187 - dependencies = [ 1188 - "getrandom", 1189 - "once_cell", 1190 - "tiny-keccak", 1191 - ] 1192 - 1193 - [[package]] 1194 - name = "constant_time_eq" 1195 - version = "0.3.1" 1196 - source = "registry+https://github.com/rust-lang/crates.io-index" 1197 - checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" 1198 - 1199 - [[package]] 1200 - name = "core-foundation" 1201 - version = "0.9.4" 1202 - source = "registry+https://github.com/rust-lang/crates.io-index" 1203 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1204 - dependencies = [ 1205 - "core-foundation-sys", 1206 - "libc", 1207 - ] 1208 - 1209 - [[package]] 1210 - name = "core-foundation-sys" 1211 - version = "0.8.7" 1212 - source = "registry+https://github.com/rust-lang/crates.io-index" 1213 - checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1214 - 1215 - [[package]] 1216 - name = "cpufeatures" 1217 - version = "0.2.14" 1218 - source = "registry+https://github.com/rust-lang/crates.io-index" 1219 - checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" 1220 - dependencies = [ 1221 - "libc", 1222 - ] 1223 - 1224 - [[package]] 1225 - name = "crc" 1226 - version = "3.2.1" 1227 - source = "registry+https://github.com/rust-lang/crates.io-index" 1228 - checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" 1229 - dependencies = [ 1230 - "crc-catalog", 1231 - ] 1232 - 1233 - [[package]] 1234 - name = "crc-catalog" 1235 - version = "2.4.0" 1236 - source = "registry+https://github.com/rust-lang/crates.io-index" 1237 - checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 1238 - 1239 - [[package]] 1240 - name = "crc32fast" 1241 - version = "1.4.2" 1242 - source = "registry+https://github.com/rust-lang/crates.io-index" 1243 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 1244 - dependencies = [ 1245 - "cfg-if", 1246 - ] 1247 - 1248 - [[package]] 1249 - name = "crossbeam-channel" 1250 - version = "0.5.13" 1251 - source = "registry+https://github.com/rust-lang/crates.io-index" 1252 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 1253 - dependencies = [ 1254 - "crossbeam-utils", 1255 - ] 1256 - 1257 - [[package]] 1258 - name = "crossbeam-deque" 1259 - version = "0.8.5" 1260 - source = "registry+https://github.com/rust-lang/crates.io-index" 1261 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 1262 - dependencies = [ 1263 - "crossbeam-epoch", 1264 - "crossbeam-utils", 1265 - ] 1266 - 1267 - [[package]] 1268 - name = "crossbeam-epoch" 1269 - version = "0.9.18" 1270 - source = "registry+https://github.com/rust-lang/crates.io-index" 1271 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1272 - dependencies = [ 1273 - "crossbeam-utils", 1274 - ] 1275 - 1276 - [[package]] 1277 - name = "crossbeam-queue" 1278 - version = "0.3.11" 1279 - source = "registry+https://github.com/rust-lang/crates.io-index" 1280 - checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 1281 - dependencies = [ 1282 - "crossbeam-utils", 1283 - ] 1284 - 1285 - [[package]] 1286 - name = "crossbeam-utils" 1287 - version = "0.8.20" 1288 - source = "registry+https://github.com/rust-lang/crates.io-index" 1289 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 1290 - 1291 - [[package]] 1292 - name = "crunchy" 1293 - version = "0.2.2" 1294 - source = "registry+https://github.com/rust-lang/crates.io-index" 1295 - checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 1296 - 1297 - [[package]] 1298 - name = "crypto-common" 1299 - version = "0.1.6" 1300 - source = "registry+https://github.com/rust-lang/crates.io-index" 1301 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1302 - dependencies = [ 1303 - "generic-array", 1304 - "typenum", 1305 - ] 1306 - 1307 - [[package]] 1308 - name = "csv" 1309 - version = "1.3.0" 1310 - source = "registry+https://github.com/rust-lang/crates.io-index" 1311 - checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" 1312 - dependencies = [ 1313 - "csv-core", 1314 - "itoa", 1315 - "ryu", 1316 - "serde", 1317 - ] 1318 - 1319 - [[package]] 1320 - name = "csv-core" 1321 - version = "0.1.11" 1322 - source = "registry+https://github.com/rust-lang/crates.io-index" 1323 - checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" 1324 - dependencies = [ 1325 - "memchr", 1326 - ] 1327 - 1328 - [[package]] 1329 - name = "dashmap" 1330 - version = "5.5.3" 1331 - source = "registry+https://github.com/rust-lang/crates.io-index" 1332 - checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 1333 - dependencies = [ 1334 - "cfg-if", 1335 - "hashbrown 0.14.5", 1336 - "lock_api", 1337 - "once_cell", 1338 - "parking_lot_core", 1339 - ] 1340 - 1341 - [[package]] 1342 - name = "dashmap" 1343 - version = "6.1.0" 1344 - source = "registry+https://github.com/rust-lang/crates.io-index" 1345 - checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 1346 - dependencies = [ 1347 - "cfg-if", 1348 - "crossbeam-utils", 1349 - "hashbrown 0.14.5", 1350 - "lock_api", 1351 - "once_cell", 1352 - "parking_lot_core", 1353 - ] 1354 - 1355 - [[package]] 1356 - name = "datafusion" 1357 - version = "41.0.0" 1358 - source = "registry+https://github.com/rust-lang/crates.io-index" 1359 - checksum = "e4fd4a99fc70d40ef7e52b243b4a399c3f8d353a40d5ecb200deee05e49c61bb" 1360 - dependencies = [ 1361 - "ahash", 1362 - "arrow", 1363 - "arrow-array", 1364 - "arrow-ipc", 1365 - "arrow-schema", 1366 - "async-compression", 1367 - "async-trait", 1368 - "bytes", 1369 - "bzip2", 1370 - "chrono", 1371 - "dashmap 6.1.0", 1372 - "datafusion-catalog", 1373 - "datafusion-common", 1374 - "datafusion-common-runtime", 1375 - "datafusion-execution", 1376 - "datafusion-expr", 1377 - "datafusion-functions", 1378 - "datafusion-functions-aggregate", 1379 - "datafusion-functions-nested", 1380 - "datafusion-optimizer", 1381 - "datafusion-physical-expr", 1382 - "datafusion-physical-expr-common", 1383 - "datafusion-physical-optimizer", 1384 - "datafusion-physical-plan", 1385 - "datafusion-sql", 1386 - "flate2", 1387 - "futures", 1388 - "glob", 1389 - "half", 1390 - "hashbrown 0.14.5", 1391 - "indexmap", 1392 - "itertools 0.12.1", 1393 - "log", 1394 - "num_cpus", 1395 - "object_store", 1396 - "parking_lot", 1397 - "parquet", 1398 - "paste", 1399 - "pin-project-lite", 1400 - "rand", 1401 - "sqlparser", 1402 - "tempfile", 1403 - "tokio", 1404 - "tokio-util", 1405 - "url", 1406 - "uuid", 1407 - "xz2", 1408 - "zstd", 1409 - ] 1410 - 1411 - [[package]] 1412 - name = "datafusion-catalog" 1413 - version = "41.0.0" 1414 - source = "registry+https://github.com/rust-lang/crates.io-index" 1415 - checksum = "e13b3cfbd84c6003594ae1972314e3df303a27ce8ce755fcea3240c90f4c0529" 1416 - dependencies = [ 1417 - "arrow-schema", 1418 - "async-trait", 1419 - "datafusion-common", 1420 - "datafusion-execution", 1421 - "datafusion-expr", 1422 - "datafusion-physical-plan", 1423 - ] 1424 - 1425 - [[package]] 1426 - name = "datafusion-common" 1427 - version = "41.0.0" 1428 - source = "registry+https://github.com/rust-lang/crates.io-index" 1429 - checksum = "44fdbc877e3e40dcf88cc8f283d9f5c8851f0a3aa07fee657b1b75ac1ad49b9c" 1430 - dependencies = [ 1431 - "ahash", 1432 - "arrow", 1433 - "arrow-array", 1434 - "arrow-buffer", 1435 - "arrow-schema", 1436 - "chrono", 1437 - "half", 1438 - "hashbrown 0.14.5", 1439 - "instant", 1440 - "libc", 1441 - "num_cpus", 1442 - "object_store", 1443 - "parquet", 1444 - "sqlparser", 1445 - ] 1446 - 1447 - [[package]] 1448 - name = "datafusion-common-runtime" 1449 - version = "41.0.0" 1450 - source = "registry+https://github.com/rust-lang/crates.io-index" 1451 - checksum = "8a7496d1f664179f6ce3a5cbef6566056ccaf3ea4aa72cc455f80e62c1dd86b1" 1452 - dependencies = [ 1453 - "tokio", 1454 - ] 1455 - 1456 - [[package]] 1457 - name = "datafusion-execution" 1458 - version = "41.0.0" 1459 - source = "registry+https://github.com/rust-lang/crates.io-index" 1460 - checksum = "799e70968c815b611116951e3dd876aef04bf217da31b72eec01ee6a959336a1" 1461 - dependencies = [ 1462 - "arrow", 1463 - "chrono", 1464 - "dashmap 6.1.0", 1465 - "datafusion-common", 1466 - "datafusion-expr", 1467 - "futures", 1468 - "hashbrown 0.14.5", 1469 - "log", 1470 - "object_store", 1471 - "parking_lot", 1472 - "rand", 1473 - "tempfile", 1474 - "url", 1475 - ] 1476 - 1477 - [[package]] 1478 - name = "datafusion-expr" 1479 - version = "41.0.0" 1480 - source = "registry+https://github.com/rust-lang/crates.io-index" 1481 - checksum = "1c1841c409d9518c17971d15c9bae62e629eb937e6fb6c68cd32e9186f8b30d2" 1482 - dependencies = [ 1483 - "ahash", 1484 - "arrow", 1485 - "arrow-array", 1486 - "arrow-buffer", 1487 - "chrono", 1488 - "datafusion-common", 1489 - "paste", 1490 - "serde_json", 1491 - "sqlparser", 1492 - "strum", 1493 - "strum_macros", 1494 - ] 1495 - 1496 - [[package]] 1497 - name = "datafusion-functions" 1498 - version = "41.0.0" 1499 - source = "registry+https://github.com/rust-lang/crates.io-index" 1500 - checksum = "a8e481cf34d2a444bd8fa09b65945f0ce83dc92df8665b761505b3d9f351bebb" 1501 - dependencies = [ 1502 - "arrow", 1503 - "arrow-buffer", 1504 - "base64 0.22.1", 1505 - "blake2", 1506 - "blake3", 1507 - "chrono", 1508 - "datafusion-common", 1509 - "datafusion-execution", 1510 - "datafusion-expr", 1511 - "hashbrown 0.14.5", 1512 - "hex", 1513 - "itertools 0.12.1", 1514 - "log", 1515 - "md-5", 1516 - "rand", 1517 - "regex", 1518 - "sha2", 1519 - "unicode-segmentation", 1520 - "uuid", 1521 - ] 1522 - 1523 - [[package]] 1524 - name = "datafusion-functions-aggregate" 1525 - version = "41.0.0" 1526 - source = "registry+https://github.com/rust-lang/crates.io-index" 1527 - checksum = "2b4ece19f73c02727e5e8654d79cd5652de371352c1df3c4ac3e419ecd6943fb" 1528 - dependencies = [ 1529 - "ahash", 1530 - "arrow", 1531 - "arrow-schema", 1532 - "datafusion-common", 1533 - "datafusion-execution", 1534 - "datafusion-expr", 1535 - "datafusion-physical-expr-common", 1536 - "log", 1537 - "paste", 1538 - "sqlparser", 1539 - ] 1540 - 1541 - [[package]] 1542 - name = "datafusion-functions-nested" 1543 - version = "41.0.0" 1544 - source = "registry+https://github.com/rust-lang/crates.io-index" 1545 - checksum = "a1474552cc824e8c9c88177d454db5781d4b66757d4aca75719306b8343a5e8d" 1546 - dependencies = [ 1547 - "arrow", 1548 - "arrow-array", 1549 - "arrow-buffer", 1550 - "arrow-ord", 1551 - "arrow-schema", 1552 - "datafusion-common", 1553 - "datafusion-execution", 1554 - "datafusion-expr", 1555 - "datafusion-functions", 1556 - "datafusion-functions-aggregate", 1557 - "itertools 0.12.1", 1558 - "log", 1559 - "paste", 1560 - "rand", 1561 - ] 1562 - 1563 - [[package]] 1564 - name = "datafusion-optimizer" 1565 - version = "41.0.0" 1566 - source = "registry+https://github.com/rust-lang/crates.io-index" 1567 - checksum = "791ff56f55608bc542d1ea7a68a64bdc86a9413f5a381d06a39fd49c2a3ab906" 1568 - dependencies = [ 1569 - "arrow", 1570 - "async-trait", 1571 - "chrono", 1572 - "datafusion-common", 1573 - "datafusion-expr", 1574 - "datafusion-physical-expr", 1575 - "hashbrown 0.14.5", 1576 - "indexmap", 1577 - "itertools 0.12.1", 1578 - "log", 1579 - "paste", 1580 - "regex-syntax", 1581 - ] 1582 - 1583 - [[package]] 1584 - name = "datafusion-physical-expr" 1585 - version = "41.0.0" 1586 - source = "registry+https://github.com/rust-lang/crates.io-index" 1587 - checksum = "9a223962b3041304a3e20ed07a21d5de3d88d7e4e71ca192135db6d24e3365a4" 1588 - dependencies = [ 1589 - "ahash", 1590 - "arrow", 1591 - "arrow-array", 1592 - "arrow-buffer", 1593 - "arrow-ord", 1594 - "arrow-schema", 1595 - "arrow-string", 1596 - "base64 0.22.1", 1597 - "chrono", 1598 - "datafusion-common", 1599 - "datafusion-execution", 1600 - "datafusion-expr", 1601 - "datafusion-physical-expr-common", 1602 - "half", 1603 - "hashbrown 0.14.5", 1604 - "hex", 1605 - "indexmap", 1606 - "itertools 0.12.1", 1607 - "log", 1608 - "paste", 1609 - "petgraph", 1610 - "regex", 1611 - ] 1612 - 1613 - [[package]] 1614 - name = "datafusion-physical-expr-common" 1615 - version = "41.0.0" 1616 - source = "registry+https://github.com/rust-lang/crates.io-index" 1617 - checksum = "db5e7d8532a1601cd916881db87a70b0a599900d23f3db2897d389032da53bc6" 1618 - dependencies = [ 1619 - "ahash", 1620 - "arrow", 1621 - "datafusion-common", 1622 - "datafusion-expr", 1623 - "hashbrown 0.14.5", 1624 - "rand", 1625 - ] 1626 - 1627 - [[package]] 1628 - name = "datafusion-physical-optimizer" 1629 - version = "41.0.0" 1630 - source = "registry+https://github.com/rust-lang/crates.io-index" 1631 - checksum = "fdb9c78f308e050f5004671039786a925c3fee83b90004e9fcfd328d7febdcc0" 1632 - dependencies = [ 1633 - "datafusion-common", 1634 - "datafusion-execution", 1635 - "datafusion-physical-expr", 1636 - "datafusion-physical-plan", 1637 - ] 1638 - 1639 - [[package]] 1640 - name = "datafusion-physical-plan" 1641 - version = "41.0.0" 1642 - source = "registry+https://github.com/rust-lang/crates.io-index" 1643 - checksum = "8d1116949432eb2d30f6362707e2846d942e491052a206f2ddcb42d08aea1ffe" 1644 - dependencies = [ 1645 - "ahash", 1646 - "arrow", 1647 - "arrow-array", 1648 - "arrow-buffer", 1649 - "arrow-ord", 1650 - "arrow-schema", 1651 - "async-trait", 1652 - "chrono", 1653 - "datafusion-common", 1654 - "datafusion-common-runtime", 1655 - "datafusion-execution", 1656 - "datafusion-expr", 1657 - "datafusion-functions-aggregate", 1658 - "datafusion-physical-expr", 1659 - "datafusion-physical-expr-common", 1660 - "futures", 1661 - "half", 1662 - "hashbrown 0.14.5", 1663 - "indexmap", 1664 - "itertools 0.12.1", 1665 - "log", 1666 - "once_cell", 1667 - "parking_lot", 1668 - "pin-project-lite", 1669 - "rand", 1670 - "tokio", 1671 - ] 1672 - 1673 - [[package]] 1674 - name = "datafusion-sql" 1675 - version = "41.0.0" 1676 - source = "registry+https://github.com/rust-lang/crates.io-index" 1677 - checksum = "b45d0180711165fe94015d7c4123eb3e1cf5fb60b1506453200b8d1ce666bef0" 1678 - dependencies = [ 1679 - "arrow", 1680 - "arrow-array", 1681 - "arrow-schema", 1682 - "datafusion-common", 1683 - "datafusion-expr", 1684 - "log", 1685 - "regex", 1686 - "sqlparser", 1687 - "strum", 1688 - ] 1689 - 1690 - [[package]] 1691 - name = "datafusion-substrait" 1692 - version = "41.0.0" 1693 - source = "registry+https://github.com/rust-lang/crates.io-index" 1694 - checksum = "bf0a0055aa98246c79f98f0d03df11f16cb7adc87818d02d4413e3f3cdadbbee" 1695 - dependencies = [ 1696 - "arrow-buffer", 1697 - "async-recursion", 1698 - "chrono", 1699 - "datafusion", 1700 - "itertools 0.12.1", 1701 - "object_store", 1702 - "pbjson-types", 1703 - "prost 0.12.6", 1704 - "substrait", 1705 - "url", 1706 - ] 1707 - 1708 - [[package]] 1709 - name = "deepsize" 1710 - version = "0.2.0" 1711 - source = "registry+https://github.com/rust-lang/crates.io-index" 1712 - checksum = "1cdb987ec36f6bf7bfbea3f928b75590b736fc42af8e54d97592481351b2b96c" 1713 - dependencies = [ 1714 - "deepsize_derive", 1715 - ] 1716 - 1717 - [[package]] 1718 - name = "deepsize_derive" 1719 - version = "0.1.2" 1720 - source = "registry+https://github.com/rust-lang/crates.io-index" 1721 - checksum = "990101d41f3bc8c1a45641024377ee284ecc338e5ecf3ea0f0e236d897c72796" 1722 - dependencies = [ 1723 - "proc-macro2", 1724 - "quote", 1725 - "syn 1.0.109", 1726 - ] 1727 - 1728 - [[package]] 1729 - name = "deranged" 1730 - version = "0.3.11" 1731 - source = "registry+https://github.com/rust-lang/crates.io-index" 1732 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 1733 - dependencies = [ 1734 - "powerfmt", 1735 - "serde", 1736 - ] 1737 - 1738 - [[package]] 1739 - name = "digest" 1740 - version = "0.10.7" 1741 - source = "registry+https://github.com/rust-lang/crates.io-index" 1742 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1743 - dependencies = [ 1744 - "block-buffer", 1745 - "crypto-common", 1746 - "subtle", 1747 - ] 1748 - 1749 - [[package]] 1750 - name = "dirs" 1751 - version = "5.0.1" 1752 - source = "registry+https://github.com/rust-lang/crates.io-index" 1753 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 1754 - dependencies = [ 1755 - "dirs-sys", 1756 - ] 1757 - 1758 - [[package]] 1759 - name = "dirs-sys" 1760 - version = "0.4.1" 1761 - source = "registry+https://github.com/rust-lang/crates.io-index" 1762 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 1763 - dependencies = [ 1764 - "libc", 1765 - "option-ext", 1766 - "redox_users", 1767 - "windows-sys 0.48.0", 1768 - ] 1769 - 1770 - [[package]] 1771 - name = "doc-comment" 1772 - version = "0.3.3" 1773 - source = "registry+https://github.com/rust-lang/crates.io-index" 1774 - checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 1775 - 1776 - [[package]] 1777 - name = "downcast-rs" 1778 - version = "1.2.1" 1779 - source = "registry+https://github.com/rust-lang/crates.io-index" 1780 - checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 1781 - 1782 - [[package]] 1783 - name = "dyn-clone" 1784 - version = "1.0.17" 1785 - source = "registry+https://github.com/rust-lang/crates.io-index" 1786 - checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" 1787 - 1788 - [[package]] 1789 - name = "either" 1790 - version = "1.13.0" 1791 - source = "registry+https://github.com/rust-lang/crates.io-index" 1792 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 1793 - 1794 - [[package]] 1795 - name = "env_logger" 1796 - version = "0.10.2" 1797 - source = "registry+https://github.com/rust-lang/crates.io-index" 1798 - checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" 1799 - dependencies = [ 1800 - "humantime", 1801 - "is-terminal", 1802 - "log", 1803 - "regex", 1804 - "termcolor", 1805 - ] 1806 - 1807 - [[package]] 1808 - name = "equivalent" 1809 - version = "1.0.1" 1810 - source = "registry+https://github.com/rust-lang/crates.io-index" 1811 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1812 - 1813 - [[package]] 1814 - name = "errno" 1815 - version = "0.3.9" 1816 - source = "registry+https://github.com/rust-lang/crates.io-index" 1817 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1818 - dependencies = [ 1819 - "libc", 1820 - "windows-sys 0.52.0", 1821 - ] 1822 - 1823 - [[package]] 1824 - name = "error-chain" 1825 - version = "0.12.4" 1826 - source = "registry+https://github.com/rust-lang/crates.io-index" 1827 - checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" 1828 - dependencies = [ 1829 - "version_check", 1830 - ] 1831 - 1832 - [[package]] 1833 - name = "event-listener" 1834 - version = "2.5.3" 1835 - source = "registry+https://github.com/rust-lang/crates.io-index" 1836 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1837 - 1838 - [[package]] 1839 - name = "event-listener" 1840 - version = "4.0.3" 1841 - source = "registry+https://github.com/rust-lang/crates.io-index" 1842 - checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" 1843 - dependencies = [ 1844 - "concurrent-queue", 1845 - "parking", 1846 - "pin-project-lite", 1847 - ] 1848 - 1849 - [[package]] 1850 - name = "event-listener" 1851 - version = "5.3.1" 1852 - source = "registry+https://github.com/rust-lang/crates.io-index" 1853 - checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 1854 - dependencies = [ 1855 - "concurrent-queue", 1856 - "parking", 1857 - "pin-project-lite", 1858 - ] 1859 - 1860 - [[package]] 1861 - name = "event-listener-strategy" 1862 - version = "0.5.2" 1863 - source = "registry+https://github.com/rust-lang/crates.io-index" 1864 - checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 1865 - dependencies = [ 1866 - "event-listener 5.3.1", 1867 - "pin-project-lite", 1868 - ] 1869 - 1870 - [[package]] 1871 - name = "fastdivide" 1872 - version = "0.4.1" 1873 - source = "registry+https://github.com/rust-lang/crates.io-index" 1874 - checksum = "59668941c55e5c186b8b58c391629af56774ec768f73c08bbcd56f09348eb00b" 1875 - 1876 - [[package]] 1877 - name = "fastrand" 1878 - version = "1.9.0" 1879 - source = "registry+https://github.com/rust-lang/crates.io-index" 1880 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1881 - dependencies = [ 1882 - "instant", 1883 - ] 1884 - 1885 - [[package]] 1886 - name = "fastrand" 1887 - version = "2.1.1" 1888 - source = "registry+https://github.com/rust-lang/crates.io-index" 1889 - checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 1890 - 1891 - [[package]] 1892 - name = "filetime" 1893 - version = "0.2.25" 1894 - source = "registry+https://github.com/rust-lang/crates.io-index" 1895 - checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" 1896 - dependencies = [ 1897 - "cfg-if", 1898 - "libc", 1899 - "libredox", 1900 - "windows-sys 0.59.0", 1901 - ] 1902 - 1903 - [[package]] 1904 - name = "fixedbitset" 1905 - version = "0.4.2" 1906 - source = "registry+https://github.com/rust-lang/crates.io-index" 1907 - checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 1908 - 1909 - [[package]] 1910 - name = "flatbuffers" 1911 - version = "24.3.25" 1912 - source = "registry+https://github.com/rust-lang/crates.io-index" 1913 - checksum = "8add37afff2d4ffa83bc748a70b4b1370984f6980768554182424ef71447c35f" 1914 - dependencies = [ 1915 - "bitflags 1.3.2", 1916 - "rustc_version", 1917 - ] 1918 - 1919 - [[package]] 1920 - name = "flate2" 1921 - version = "1.0.34" 1922 - source = "registry+https://github.com/rust-lang/crates.io-index" 1923 - checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" 1924 - dependencies = [ 1925 - "crc32fast", 1926 - "miniz_oxide", 1927 - ] 1928 - 1929 - [[package]] 1930 - name = "fnv" 1931 - version = "1.0.7" 1932 - source = "registry+https://github.com/rust-lang/crates.io-index" 1933 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1934 - 1935 - [[package]] 1936 - name = "form_urlencoded" 1937 - version = "1.2.1" 1938 - source = "registry+https://github.com/rust-lang/crates.io-index" 1939 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1940 - dependencies = [ 1941 - "percent-encoding", 1942 - ] 1943 - 1944 - [[package]] 1945 - name = "fs4" 1946 - version = "0.8.4" 1947 - source = "registry+https://github.com/rust-lang/crates.io-index" 1948 - checksum = "f7e180ac76c23b45e767bd7ae9579bc0bb458618c4bc71835926e098e61d15f8" 1949 - dependencies = [ 1950 - "rustix 0.38.37", 1951 - "windows-sys 0.52.0", 1952 - ] 1953 - 1954 - [[package]] 1955 - name = "fsst" 1956 - version = "0.18.2" 1957 - dependencies = [ 1958 - "rand", 1959 - ] 1960 - 1961 - [[package]] 1962 - name = "funty" 1963 - version = "2.0.0" 1964 - source = "registry+https://github.com/rust-lang/crates.io-index" 1965 - checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 1966 - 1967 - [[package]] 1968 - name = "futures" 1969 - version = "0.3.31" 1970 - source = "registry+https://github.com/rust-lang/crates.io-index" 1971 - checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1972 - dependencies = [ 1973 - "futures-channel", 1974 - "futures-core", 1975 - "futures-executor", 1976 - "futures-io", 1977 - "futures-sink", 1978 - "futures-task", 1979 - "futures-util", 1980 - ] 1981 - 1982 - [[package]] 1983 - name = "futures-channel" 1984 - version = "0.3.31" 1985 - source = "registry+https://github.com/rust-lang/crates.io-index" 1986 - checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1987 - dependencies = [ 1988 - "futures-core", 1989 - "futures-sink", 1990 - ] 1991 - 1992 - [[package]] 1993 - name = "futures-core" 1994 - version = "0.3.31" 1995 - source = "registry+https://github.com/rust-lang/crates.io-index" 1996 - checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1997 - 1998 - [[package]] 1999 - name = "futures-executor" 2000 - version = "0.3.31" 2001 - source = "registry+https://github.com/rust-lang/crates.io-index" 2002 - checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 2003 - dependencies = [ 2004 - "futures-core", 2005 - "futures-task", 2006 - "futures-util", 2007 - ] 2008 - 2009 - [[package]] 2010 - name = "futures-io" 2011 - version = "0.3.31" 2012 - source = "registry+https://github.com/rust-lang/crates.io-index" 2013 - checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 2014 - 2015 - [[package]] 2016 - name = "futures-lite" 2017 - version = "1.13.0" 2018 - source = "registry+https://github.com/rust-lang/crates.io-index" 2019 - checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 2020 - dependencies = [ 2021 - "fastrand 1.9.0", 2022 - "futures-core", 2023 - "futures-io", 2024 - "memchr", 2025 - "parking", 2026 - "pin-project-lite", 2027 - "waker-fn", 2028 - ] 2029 - 2030 - [[package]] 2031 - name = "futures-lite" 2032 - version = "2.3.0" 2033 - source = "registry+https://github.com/rust-lang/crates.io-index" 2034 - checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 2035 - dependencies = [ 2036 - "fastrand 2.1.1", 2037 - "futures-core", 2038 - "futures-io", 2039 - "parking", 2040 - "pin-project-lite", 2041 - ] 2042 - 2043 - [[package]] 2044 - name = "futures-macro" 2045 - version = "0.3.31" 2046 - source = "registry+https://github.com/rust-lang/crates.io-index" 2047 - checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 2048 - dependencies = [ 2049 - "proc-macro2", 2050 - "quote", 2051 - "syn 2.0.79", 2052 - ] 2053 - 2054 - [[package]] 2055 - name = "futures-sink" 2056 - version = "0.3.31" 2057 - source = "registry+https://github.com/rust-lang/crates.io-index" 2058 - checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 2059 - 2060 - [[package]] 2061 - name = "futures-task" 2062 - version = "0.3.31" 2063 - source = "registry+https://github.com/rust-lang/crates.io-index" 2064 - checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 2065 - 2066 - [[package]] 2067 - name = "futures-util" 2068 - version = "0.3.31" 2069 - source = "registry+https://github.com/rust-lang/crates.io-index" 2070 - checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 2071 - dependencies = [ 2072 - "futures-channel", 2073 - "futures-core", 2074 - "futures-io", 2075 - "futures-macro", 2076 - "futures-sink", 2077 - "futures-task", 2078 - "memchr", 2079 - "pin-project-lite", 2080 - "pin-utils", 2081 - "slab", 2082 - ] 2083 - 2084 - [[package]] 2085 - name = "generic-array" 2086 - version = "0.14.7" 2087 - source = "registry+https://github.com/rust-lang/crates.io-index" 2088 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 2089 - dependencies = [ 2090 - "typenum", 2091 - "version_check", 2092 - ] 2093 - 2094 - [[package]] 2095 - name = "getrandom" 2096 - version = "0.2.15" 2097 - source = "registry+https://github.com/rust-lang/crates.io-index" 2098 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 2099 - dependencies = [ 2100 - "cfg-if", 2101 - "js-sys", 2102 - "libc", 2103 - "wasi", 2104 - "wasm-bindgen", 2105 - ] 2106 - 2107 - [[package]] 2108 - name = "gimli" 2109 - version = "0.31.1" 2110 - source = "registry+https://github.com/rust-lang/crates.io-index" 2111 - checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 2112 - 2113 - [[package]] 2114 - name = "glob" 2115 - version = "0.3.1" 2116 - source = "registry+https://github.com/rust-lang/crates.io-index" 2117 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 2118 - 2119 - [[package]] 2120 - name = "gloo-timers" 2121 - version = "0.3.0" 2122 - source = "registry+https://github.com/rust-lang/crates.io-index" 2123 - checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" 2124 - dependencies = [ 2125 - "futures-channel", 2126 - "futures-core", 2127 - "js-sys", 2128 - "wasm-bindgen", 2129 - ] 2130 - 2131 - [[package]] 2132 - name = "h2" 2133 - version = "0.3.26" 2134 - source = "registry+https://github.com/rust-lang/crates.io-index" 2135 - checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 2136 - dependencies = [ 2137 - "bytes", 2138 - "fnv", 2139 - "futures-core", 2140 - "futures-sink", 2141 - "futures-util", 2142 - "http 0.2.12", 2143 - "indexmap", 2144 - "slab", 2145 - "tokio", 2146 - "tokio-util", 2147 - "tracing", 2148 - ] 2149 - 2150 - [[package]] 2151 - name = "h2" 2152 - version = "0.4.6" 2153 - source = "registry+https://github.com/rust-lang/crates.io-index" 2154 - checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" 2155 - dependencies = [ 2156 - "atomic-waker", 2157 - "bytes", 2158 - "fnv", 2159 - "futures-core", 2160 - "futures-sink", 2161 - "http 1.1.0", 2162 - "indexmap", 2163 - "slab", 2164 - "tokio", 2165 - "tokio-util", 2166 - "tracing", 2167 - ] 2168 - 2169 - [[package]] 2170 - name = "half" 2171 - version = "2.4.1" 2172 - source = "registry+https://github.com/rust-lang/crates.io-index" 2173 - checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 2174 - dependencies = [ 2175 - "cfg-if", 2176 - "crunchy", 2177 - "num-traits", 2178 - ] 2179 - 2180 - [[package]] 2181 - name = "hashbrown" 2182 - version = "0.14.5" 2183 - source = "registry+https://github.com/rust-lang/crates.io-index" 2184 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2185 - dependencies = [ 2186 - "ahash", 2187 - "allocator-api2", 2188 - ] 2189 - 2190 - [[package]] 2191 - name = "hashbrown" 2192 - version = "0.15.0" 2193 - source = "registry+https://github.com/rust-lang/crates.io-index" 2194 - checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" 2195 - 2196 - [[package]] 2197 - name = "heck" 2198 - version = "0.4.1" 2199 - source = "registry+https://github.com/rust-lang/crates.io-index" 2200 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 2201 - 2202 - [[package]] 2203 - name = "heck" 2204 - version = "0.5.0" 2205 - source = "registry+https://github.com/rust-lang/crates.io-index" 2206 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2207 - 2208 - [[package]] 2209 - name = "hermit-abi" 2210 - version = "0.3.9" 2211 - source = "registry+https://github.com/rust-lang/crates.io-index" 2212 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 2213 - 2214 - [[package]] 2215 - name = "hermit-abi" 2216 - version = "0.4.0" 2217 - source = "registry+https://github.com/rust-lang/crates.io-index" 2218 - checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 2219 - 2220 - [[package]] 2221 - name = "hex" 2222 - version = "0.4.3" 2223 - source = "registry+https://github.com/rust-lang/crates.io-index" 2224 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2225 - 2226 - [[package]] 2227 - name = "hmac" 2228 - version = "0.12.1" 2229 - source = "registry+https://github.com/rust-lang/crates.io-index" 2230 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 2231 - dependencies = [ 2232 - "digest", 2233 - ] 2234 - 2235 - [[package]] 2236 - name = "home" 2237 - version = "0.5.9" 2238 - source = "registry+https://github.com/rust-lang/crates.io-index" 2239 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 2240 - dependencies = [ 2241 - "windows-sys 0.52.0", 2242 - ] 2243 - 2244 - [[package]] 2245 - name = "hostname" 2246 - version = "0.3.1" 2247 - source = "registry+https://github.com/rust-lang/crates.io-index" 2248 - checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 2249 - dependencies = [ 2250 - "libc", 2251 - "match_cfg", 2252 - "winapi", 2253 - ] 2254 - 2255 - [[package]] 2256 - name = "htmlescape" 2257 - version = "0.3.1" 2258 - source = "registry+https://github.com/rust-lang/crates.io-index" 2259 - checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163" 2260 - 2261 - [[package]] 2262 - name = "http" 2263 - version = "0.2.12" 2264 - source = "registry+https://github.com/rust-lang/crates.io-index" 2265 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 2266 - dependencies = [ 2267 - "bytes", 2268 - "fnv", 2269 - "itoa", 2270 - ] 2271 - 2272 - [[package]] 2273 - name = "http" 2274 - version = "1.1.0" 2275 - source = "registry+https://github.com/rust-lang/crates.io-index" 2276 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 2277 - dependencies = [ 2278 - "bytes", 2279 - "fnv", 2280 - "itoa", 2281 - ] 2282 - 2283 - [[package]] 2284 - name = "http-body" 2285 - version = "0.4.6" 2286 - source = "registry+https://github.com/rust-lang/crates.io-index" 2287 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 2288 - dependencies = [ 2289 - "bytes", 2290 - "http 0.2.12", 2291 - "pin-project-lite", 2292 - ] 2293 - 2294 - [[package]] 2295 - name = "http-body" 2296 - version = "1.0.1" 2297 - source = "registry+https://github.com/rust-lang/crates.io-index" 2298 - checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 2299 - dependencies = [ 2300 - "bytes", 2301 - "http 1.1.0", 2302 - ] 2303 - 2304 - [[package]] 2305 - name = "http-body-util" 2306 - version = "0.1.2" 2307 - source = "registry+https://github.com/rust-lang/crates.io-index" 2308 - checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 2309 - dependencies = [ 2310 - "bytes", 2311 - "futures-util", 2312 - "http 1.1.0", 2313 - "http-body 1.0.1", 2314 - "pin-project-lite", 2315 - ] 2316 - 2317 - [[package]] 2318 - name = "httparse" 2319 - version = "1.9.5" 2320 - source = "registry+https://github.com/rust-lang/crates.io-index" 2321 - checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" 2322 - 2323 - [[package]] 2324 - name = "httpdate" 2325 - version = "1.0.3" 2326 - source = "registry+https://github.com/rust-lang/crates.io-index" 2327 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 2328 - 2329 - [[package]] 2330 - name = "humantime" 2331 - version = "2.1.0" 2332 - source = "registry+https://github.com/rust-lang/crates.io-index" 2333 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 2334 - 2335 - [[package]] 2336 - name = "hyper" 2337 - version = "0.14.30" 2338 - source = "registry+https://github.com/rust-lang/crates.io-index" 2339 - checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" 2340 - dependencies = [ 2341 - "bytes", 2342 - "futures-channel", 2343 - "futures-core", 2344 - "futures-util", 2345 - "h2 0.3.26", 2346 - "http 0.2.12", 2347 - "http-body 0.4.6", 2348 - "httparse", 2349 - "httpdate", 2350 - "itoa", 2351 - "pin-project-lite", 2352 - "socket2 0.5.7", 2353 - "tokio", 2354 - "tower-service", 2355 - "tracing", 2356 - "want", 2357 - ] 2358 - 2359 - [[package]] 2360 - name = "hyper" 2361 - version = "1.4.1" 2362 - source = "registry+https://github.com/rust-lang/crates.io-index" 2363 - checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" 2364 - dependencies = [ 2365 - "bytes", 2366 - "futures-channel", 2367 - "futures-util", 2368 - "h2 0.4.6", 2369 - "http 1.1.0", 2370 - "http-body 1.0.1", 2371 - "httparse", 2372 - "itoa", 2373 - "pin-project-lite", 2374 - "smallvec", 2375 - "tokio", 2376 - "want", 2377 - ] 2378 - 2379 - [[package]] 2380 - name = "hyper-rustls" 2381 - version = "0.24.2" 2382 - source = "registry+https://github.com/rust-lang/crates.io-index" 2383 - checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 2384 - dependencies = [ 2385 - "futures-util", 2386 - "http 0.2.12", 2387 - "hyper 0.14.30", 2388 - "log", 2389 - "rustls 0.21.12", 2390 - "rustls-native-certs 0.6.3", 2391 - "tokio", 2392 - "tokio-rustls 0.24.1", 2393 - ] 2394 - 2395 - [[package]] 2396 - name = "hyper-rustls" 2397 - version = "0.27.3" 2398 - source = "registry+https://github.com/rust-lang/crates.io-index" 2399 - checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" 2400 - dependencies = [ 2401 - "futures-util", 2402 - "http 1.1.0", 2403 - "hyper 1.4.1", 2404 - "hyper-util", 2405 - "rustls 0.23.14", 2406 - "rustls-native-certs 0.8.0", 2407 - "rustls-pki-types", 2408 - "tokio", 2409 - "tokio-rustls 0.26.0", 2410 - "tower-service", 2411 - ] 2412 - 2413 - [[package]] 2414 - name = "hyper-util" 2415 - version = "0.1.9" 2416 - source = "registry+https://github.com/rust-lang/crates.io-index" 2417 - checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" 2418 - dependencies = [ 2419 - "bytes", 2420 - "futures-channel", 2421 - "futures-util", 2422 - "http 1.1.0", 2423 - "http-body 1.0.1", 2424 - "hyper 1.4.1", 2425 - "pin-project-lite", 2426 - "socket2 0.5.7", 2427 - "tokio", 2428 - "tower-service", 2429 - "tracing", 2430 - ] 2431 - 2432 - [[package]] 2433 - name = "hyperloglogplus" 2434 - version = "0.4.1" 2435 - source = "registry+https://github.com/rust-lang/crates.io-index" 2436 - checksum = "621debdf94dcac33e50475fdd76d34d5ea9c0362a834b9db08c3024696c1fbe3" 2437 - dependencies = [ 2438 - "serde", 2439 - ] 2440 - 2441 - [[package]] 2442 - name = "iana-time-zone" 2443 - version = "0.1.61" 2444 - source = "registry+https://github.com/rust-lang/crates.io-index" 2445 - checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 2446 - dependencies = [ 2447 - "android_system_properties", 2448 - "core-foundation-sys", 2449 - "iana-time-zone-haiku", 2450 - "js-sys", 2451 - "wasm-bindgen", 2452 - "windows-core", 2453 - ] 2454 - 2455 - [[package]] 2456 - name = "iana-time-zone-haiku" 2457 - version = "0.1.2" 2458 - source = "registry+https://github.com/rust-lang/crates.io-index" 2459 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2460 - dependencies = [ 2461 - "cc", 2462 - ] 2463 - 2464 - [[package]] 2465 - name = "idna" 2466 - version = "0.5.0" 2467 - source = "registry+https://github.com/rust-lang/crates.io-index" 2468 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 2469 - dependencies = [ 2470 - "unicode-bidi", 2471 - "unicode-normalization", 2472 - ] 2473 - 2474 - [[package]] 2475 - name = "indexmap" 2476 - version = "2.6.0" 2477 - source = "registry+https://github.com/rust-lang/crates.io-index" 2478 - checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" 2479 - dependencies = [ 2480 - "equivalent", 2481 - "hashbrown 0.15.0", 2482 - ] 2483 - 2484 - [[package]] 2485 - name = "indoc" 2486 - version = "2.0.5" 2487 - source = "registry+https://github.com/rust-lang/crates.io-index" 2488 - checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 2489 - 2490 - [[package]] 2491 - name = "instant" 2492 - version = "0.1.13" 2493 - source = "registry+https://github.com/rust-lang/crates.io-index" 2494 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 2495 - dependencies = [ 2496 - "cfg-if", 2497 - "js-sys", 2498 - "wasm-bindgen", 2499 - "web-sys", 2500 - ] 2501 - 2502 - [[package]] 2503 - name = "integer-encoding" 2504 - version = "3.0.4" 2505 - source = "registry+https://github.com/rust-lang/crates.io-index" 2506 - checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" 2507 - 2508 - [[package]] 2509 - name = "integer-encoding" 2510 - version = "4.0.2" 2511 - source = "registry+https://github.com/rust-lang/crates.io-index" 2512 - checksum = "0d762194228a2f1c11063e46e32e5acb96e66e906382b9eb5441f2e0504bbd5a" 2513 - 2514 - [[package]] 2515 - name = "io-lifetimes" 2516 - version = "1.0.11" 2517 - source = "registry+https://github.com/rust-lang/crates.io-index" 2518 - checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 2519 - dependencies = [ 2520 - "hermit-abi 0.3.9", 2521 - "libc", 2522 - "windows-sys 0.48.0", 2523 - ] 2524 - 2525 - [[package]] 2526 - name = "ipnet" 2527 - version = "2.10.1" 2528 - source = "registry+https://github.com/rust-lang/crates.io-index" 2529 - checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" 2530 - 2531 - [[package]] 2532 - name = "is-terminal" 2533 - version = "0.4.13" 2534 - source = "registry+https://github.com/rust-lang/crates.io-index" 2535 - checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" 2536 - dependencies = [ 2537 - "hermit-abi 0.4.0", 2538 - "libc", 2539 - "windows-sys 0.52.0", 2540 - ] 2541 - 2542 - [[package]] 2543 - name = "itertools" 2544 - version = "0.10.5" 2545 - source = "registry+https://github.com/rust-lang/crates.io-index" 2546 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 2547 - dependencies = [ 2548 - "either", 2549 - ] 2550 - 2551 - [[package]] 2552 - name = "itertools" 2553 - version = "0.11.0" 2554 - source = "registry+https://github.com/rust-lang/crates.io-index" 2555 - checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 2556 - dependencies = [ 2557 - "either", 2558 - ] 2559 - 2560 - [[package]] 2561 - name = "itertools" 2562 - version = "0.12.1" 2563 - source = "registry+https://github.com/rust-lang/crates.io-index" 2564 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2565 - dependencies = [ 2566 - "either", 2567 - ] 2568 - 2569 - [[package]] 2570 - name = "itertools" 2571 - version = "0.13.0" 2572 - source = "registry+https://github.com/rust-lang/crates.io-index" 2573 - checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 2574 - dependencies = [ 2575 - "either", 2576 - ] 2577 - 2578 - [[package]] 2579 - name = "itoa" 2580 - version = "1.0.11" 2581 - source = "registry+https://github.com/rust-lang/crates.io-index" 2582 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 2583 - 2584 - [[package]] 2585 - name = "jobserver" 2586 - version = "0.1.32" 2587 - source = "registry+https://github.com/rust-lang/crates.io-index" 2588 - checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 2589 - dependencies = [ 2590 - "libc", 2591 - ] 2592 - 2593 - [[package]] 2594 - name = "js-sys" 2595 - version = "0.3.70" 2596 - source = "registry+https://github.com/rust-lang/crates.io-index" 2597 - checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" 2598 - dependencies = [ 2599 - "wasm-bindgen", 2600 - ] 2601 - 2602 - [[package]] 2603 - name = "kv-log-macro" 2604 - version = "1.0.7" 2605 - source = "registry+https://github.com/rust-lang/crates.io-index" 2606 - checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 2607 - dependencies = [ 2608 - "log", 2609 - ] 2610 - 2611 - [[package]] 2612 - name = "lance" 2613 - version = "0.18.2" 2614 - dependencies = [ 2615 - "arrow", 2616 - "arrow-arith", 2617 - "arrow-array", 2618 - "arrow-buffer", 2619 - "arrow-ord", 2620 - "arrow-row", 2621 - "arrow-schema", 2622 - "arrow-select", 2623 - "async-recursion", 2624 - "async-trait", 2625 - "async_cell", 2626 - "aws-credential-types", 2627 - "aws-sdk-dynamodb", 2628 - "byteorder", 2629 - "bytes", 2630 - "chrono", 2631 - "dashmap 5.5.3", 2632 - "datafusion", 2633 - "datafusion-functions", 2634 - "datafusion-physical-expr", 2635 - "deepsize", 2636 - "futures", 2637 - "half", 2638 - "itertools 0.12.1", 2639 - "lance-arrow", 2640 - "lance-core", 2641 - "lance-datafusion", 2642 - "lance-encoding", 2643 - "lance-file", 2644 - "lance-index", 2645 - "lance-io", 2646 - "lance-linalg", 2647 - "lance-table", 2648 - "lazy_static", 2649 - "log", 2650 - "moka", 2651 - "object_store", 2652 - "pin-project", 2653 - "prost 0.12.6", 2654 - "prost-build 0.12.6", 2655 - "rand", 2656 - "roaring", 2657 - "serde", 2658 - "serde_json", 2659 - "snafu", 2660 - "tantivy", 2661 - "tempfile", 2662 - "tfrecord", 2663 - "tokio", 2664 - "tracing", 2665 - "url", 2666 - "uuid", 2667 - ] 2668 - 2669 - [[package]] 2670 - name = "lance-arrow" 2671 - version = "0.18.2" 2672 - dependencies = [ 2673 - "arrow-array", 2674 - "arrow-buffer", 2675 - "arrow-cast", 2676 - "arrow-data", 2677 - "arrow-schema", 2678 - "arrow-select", 2679 - "getrandom", 2680 - "half", 2681 - "num-traits", 2682 - "rand", 2683 - ] 2684 - 2685 - [[package]] 2686 - name = "lance-core" 2687 - version = "0.18.2" 2688 - dependencies = [ 2689 - "arrow-array", 2690 - "arrow-buffer", 2691 - "arrow-schema", 2692 - "async-trait", 2693 - "byteorder", 2694 - "bytes", 2695 - "chrono", 2696 - "datafusion-common", 2697 - "datafusion-sql", 2698 - "deepsize", 2699 - "futures", 2700 - "lance-arrow", 2701 - "lazy_static", 2702 - "libc", 2703 - "log", 2704 - "mock_instant", 2705 - "moka", 2706 - "num_cpus", 2707 - "object_store", 2708 - "pin-project", 2709 - "prost 0.12.6", 2710 - "rand", 2711 - "roaring", 2712 - "serde_json", 2713 - "snafu", 2714 - "tokio", 2715 - "tokio-stream", 2716 - "tokio-util", 2717 - "tracing", 2718 - "url", 2719 - ] 2720 - 2721 - [[package]] 2722 - name = "lance-datafusion" 2723 - version = "0.18.2" 2724 - dependencies = [ 2725 - "arrow", 2726 - "arrow-array", 2727 - "arrow-buffer", 2728 - "arrow-ord", 2729 - "arrow-schema", 2730 - "arrow-select", 2731 - "async-trait", 2732 - "datafusion", 2733 - "datafusion-common", 2734 - "datafusion-functions", 2735 - "datafusion-physical-expr", 2736 - "datafusion-substrait", 2737 - "futures", 2738 - "lance-arrow", 2739 - "lance-core", 2740 - "lazy_static", 2741 - "log", 2742 - "prost 0.12.6", 2743 - "snafu", 2744 - "tokio", 2745 - ] 2746 - 2747 - [[package]] 2748 - name = "lance-datagen" 2749 - version = "0.18.2" 2750 - dependencies = [ 2751 - "arrow", 2752 - "arrow-array", 2753 - "arrow-cast", 2754 - "arrow-schema", 2755 - "chrono", 2756 - "futures", 2757 - "hex", 2758 - "rand", 2759 - "rand_xoshiro", 2760 - ] 2761 - 2762 - [[package]] 2763 - name = "lance-encoding" 2764 - version = "0.18.2" 2765 - dependencies = [ 2766 - "arrayref", 2767 - "arrow", 2768 - "arrow-arith", 2769 - "arrow-array", 2770 - "arrow-buffer", 2771 - "arrow-cast", 2772 - "arrow-data", 2773 - "arrow-schema", 2774 - "arrow-select", 2775 - "bytemuck", 2776 - "bytes", 2777 - "fsst", 2778 - "futures", 2779 - "hex", 2780 - "hyperloglogplus", 2781 - "itertools 0.12.1", 2782 - "lance-arrow", 2783 - "lance-core", 2784 - "log", 2785 - "num-traits", 2786 - "paste", 2787 - "prost 0.12.6", 2788 - "prost-build 0.12.6", 2789 - "prost-types 0.12.6", 2790 - "rand", 2791 - "seq-macro", 2792 - "snafu", 2793 - "tokio", 2794 - "tracing", 2795 - "zstd", 2796 - ] 2797 - 2798 - [[package]] 2799 - name = "lance-file" 2800 - version = "0.18.2" 2801 - dependencies = [ 2802 - "arrow-arith", 2803 - "arrow-array", 2804 - "arrow-buffer", 2805 - "arrow-data", 2806 - "arrow-schema", 2807 - "arrow-select", 2808 - "async-recursion", 2809 - "async-trait", 2810 - "byteorder", 2811 - "bytes", 2812 - "datafusion-common", 2813 - "deepsize", 2814 - "futures", 2815 - "lance-arrow", 2816 - "lance-core", 2817 - "lance-encoding", 2818 - "lance-io", 2819 - "log", 2820 - "num-traits", 2821 - "object_store", 2822 - "prost 0.12.6", 2823 - "prost-build 0.12.6", 2824 - "prost-types 0.12.6", 2825 - "roaring", 2826 - "snafu", 2827 - "tempfile", 2828 - "tokio", 2829 - "tracing", 2830 - ] 2831 - 2832 - [[package]] 2833 - name = "lance-index" 2834 - version = "0.18.2" 2835 - dependencies = [ 2836 - "arrow", 2837 - "arrow-array", 2838 - "arrow-ord", 2839 - "arrow-schema", 2840 - "arrow-select", 2841 - "async-recursion", 2842 - "async-trait", 2843 - "bitvec", 2844 - "bytes", 2845 - "crossbeam-queue", 2846 - "datafusion", 2847 - "datafusion-common", 2848 - "datafusion-expr", 2849 - "datafusion-physical-expr", 2850 - "datafusion-sql", 2851 - "deepsize", 2852 - "futures", 2853 - "half", 2854 - "itertools 0.12.1", 2855 - "lance-arrow", 2856 - "lance-core", 2857 - "lance-datafusion", 2858 - "lance-encoding", 2859 - "lance-file", 2860 - "lance-io", 2861 - "lance-linalg", 2862 - "lance-table", 2863 - "lazy_static", 2864 - "log", 2865 - "moka", 2866 - "num-traits", 2867 - "object_store", 2868 - "prost 0.12.6", 2869 - "prost-build 0.12.6", 2870 - "rand", 2871 - "rayon", 2872 - "roaring", 2873 - "serde", 2874 - "serde_json", 2875 - "snafu", 2876 - "tantivy", 2877 - "tempfile", 2878 - "tokio", 2879 - "tracing", 2880 - "uuid", 2881 - ] 2882 - 2883 - [[package]] 2884 - name = "lance-io" 2885 - version = "0.18.2" 2886 - dependencies = [ 2887 - "arrow", 2888 - "arrow-arith", 2889 - "arrow-array", 2890 - "arrow-buffer", 2891 - "arrow-cast", 2892 - "arrow-data", 2893 - "arrow-schema", 2894 - "arrow-select", 2895 - "async-priority-channel", 2896 - "async-recursion", 2897 - "async-trait", 2898 - "aws-config", 2899 - "aws-credential-types", 2900 - "byteorder", 2901 - "bytes", 2902 - "chrono", 2903 - "deepsize", 2904 - "futures", 2905 - "lance-arrow", 2906 - "lance-core", 2907 - "lazy_static", 2908 - "log", 2909 - "object_store", 2910 - "path_abs", 2911 - "pin-project", 2912 - "prost 0.12.6", 2913 - "prost-build 0.12.6", 2914 - "rand", 2915 - "shellexpand", 2916 - "snafu", 2917 - "tokio", 2918 - "tracing", 2919 - "url", 2920 - ] 2921 - 2922 - [[package]] 2923 - name = "lance-linalg" 2924 - version = "0.18.2" 2925 - dependencies = [ 2926 - "arrow-array", 2927 - "arrow-ord", 2928 - "arrow-schema", 2929 - "bitvec", 2930 - "cc", 2931 - "deepsize", 2932 - "futures", 2933 - "half", 2934 - "lance-arrow", 2935 - "lance-core", 2936 - "lazy_static", 2937 - "log", 2938 - "num-traits", 2939 - "rand", 2940 - "rayon", 2941 - "tokio", 2942 - "tracing", 2943 - ] 2944 - 2945 - [[package]] 2946 - name = "lance-table" 2947 - version = "0.18.2" 2948 - dependencies = [ 2949 - "arrow", 2950 - "arrow-array", 2951 - "arrow-buffer", 2952 - "arrow-ipc", 2953 - "arrow-schema", 2954 - "async-trait", 2955 - "aws-credential-types", 2956 - "aws-sdk-dynamodb", 2957 - "byteorder", 2958 - "bytes", 2959 - "chrono", 2960 - "deepsize", 2961 - "futures", 2962 - "lance-arrow", 2963 - "lance-core", 2964 - "lance-file", 2965 - "lance-io", 2966 - "lazy_static", 2967 - "log", 2968 - "object_store", 2969 - "prost 0.12.6", 2970 - "prost-build 0.12.6", 2971 - "prost-types 0.12.6", 2972 - "rand", 2973 - "rangemap", 2974 - "roaring", 2975 - "serde", 2976 - "serde_json", 2977 - "snafu", 2978 - "tokio", 2979 - "tracing", 2980 - "url", 2981 - "uuid", 2982 - ] 2983 - 2984 - [[package]] 2985 - name = "lazy_static" 2986 - version = "1.5.0" 2987 - source = "registry+https://github.com/rust-lang/crates.io-index" 2988 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2989 - 2990 - [[package]] 2991 - name = "levenshtein_automata" 2992 - version = "0.2.1" 2993 - source = "registry+https://github.com/rust-lang/crates.io-index" 2994 - checksum = "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25" 2995 - 2996 - [[package]] 2997 - name = "lexical-core" 2998 - version = "0.8.5" 2999 - source = "registry+https://github.com/rust-lang/crates.io-index" 3000 - checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" 3001 - dependencies = [ 3002 - "lexical-parse-float", 3003 - "lexical-parse-integer", 3004 - "lexical-util", 3005 - "lexical-write-float", 3006 - "lexical-write-integer", 3007 - ] 3008 - 3009 - [[package]] 3010 - name = "lexical-parse-float" 3011 - version = "0.8.5" 3012 - source = "registry+https://github.com/rust-lang/crates.io-index" 3013 - checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" 3014 - dependencies = [ 3015 - "lexical-parse-integer", 3016 - "lexical-util", 3017 - "static_assertions", 3018 - ] 3019 - 3020 - [[package]] 3021 - name = "lexical-parse-integer" 3022 - version = "0.8.6" 3023 - source = "registry+https://github.com/rust-lang/crates.io-index" 3024 - checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" 3025 - dependencies = [ 3026 - "lexical-util", 3027 - "static_assertions", 3028 - ] 3029 - 3030 - [[package]] 3031 - name = "lexical-util" 3032 - version = "0.8.5" 3033 - source = "registry+https://github.com/rust-lang/crates.io-index" 3034 - checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" 3035 - dependencies = [ 3036 - "static_assertions", 3037 - ] 3038 - 3039 - [[package]] 3040 - name = "lexical-write-float" 3041 - version = "0.8.5" 3042 - source = "registry+https://github.com/rust-lang/crates.io-index" 3043 - checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" 3044 - dependencies = [ 3045 - "lexical-util", 3046 - "lexical-write-integer", 3047 - "static_assertions", 3048 - ] 3049 - 3050 - [[package]] 3051 - name = "lexical-write-integer" 3052 - version = "0.8.5" 3053 - source = "registry+https://github.com/rust-lang/crates.io-index" 3054 - checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" 3055 - dependencies = [ 3056 - "lexical-util", 3057 - "static_assertions", 3058 - ] 3059 - 3060 - [[package]] 3061 - name = "libc" 3062 - version = "0.2.159" 3063 - source = "registry+https://github.com/rust-lang/crates.io-index" 3064 - checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" 3065 - 3066 - [[package]] 3067 - name = "libm" 3068 - version = "0.2.8" 3069 - source = "registry+https://github.com/rust-lang/crates.io-index" 3070 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 3071 - 3072 - [[package]] 3073 - name = "libredox" 3074 - version = "0.1.3" 3075 - source = "registry+https://github.com/rust-lang/crates.io-index" 3076 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 3077 - dependencies = [ 3078 - "bitflags 2.6.0", 3079 - "libc", 3080 - "redox_syscall", 3081 - ] 3082 - 3083 - [[package]] 3084 - name = "linux-raw-sys" 3085 - version = "0.3.8" 3086 - source = "registry+https://github.com/rust-lang/crates.io-index" 3087 - checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 3088 - 3089 - [[package]] 3090 - name = "linux-raw-sys" 3091 - version = "0.4.14" 3092 - source = "registry+https://github.com/rust-lang/crates.io-index" 3093 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 3094 - 3095 - [[package]] 3096 - name = "lock_api" 3097 - version = "0.4.12" 3098 - source = "registry+https://github.com/rust-lang/crates.io-index" 3099 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 3100 - dependencies = [ 3101 - "autocfg", 3102 - "scopeguard", 3103 - ] 3104 - 3105 - [[package]] 3106 - name = "log" 3107 - version = "0.4.22" 3108 - source = "registry+https://github.com/rust-lang/crates.io-index" 3109 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 3110 - dependencies = [ 3111 - "value-bag", 3112 - ] 3113 - 3114 - [[package]] 3115 - name = "lru" 3116 - version = "0.12.4" 3117 - source = "registry+https://github.com/rust-lang/crates.io-index" 3118 - checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" 3119 - dependencies = [ 3120 - "hashbrown 0.14.5", 3121 - ] 3122 - 3123 - [[package]] 3124 - name = "lz4_flex" 3125 - version = "0.11.3" 3126 - source = "registry+https://github.com/rust-lang/crates.io-index" 3127 - checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" 3128 - dependencies = [ 3129 - "twox-hash", 3130 - ] 3131 - 3132 - [[package]] 3133 - name = "lzma-sys" 3134 - version = "0.1.20" 3135 - source = "registry+https://github.com/rust-lang/crates.io-index" 3136 - checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" 3137 - dependencies = [ 3138 - "cc", 3139 - "libc", 3140 - "pkg-config", 3141 - ] 3142 - 3143 - [[package]] 3144 - name = "mach2" 3145 - version = "0.4.2" 3146 - source = "registry+https://github.com/rust-lang/crates.io-index" 3147 - checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" 3148 - dependencies = [ 3149 - "libc", 3150 - ] 3151 - 3152 - [[package]] 3153 - name = "match_cfg" 3154 - version = "0.1.0" 3155 - source = "registry+https://github.com/rust-lang/crates.io-index" 3156 - checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 3157 - 3158 - [[package]] 3159 - name = "md-5" 3160 - version = "0.10.6" 3161 - source = "registry+https://github.com/rust-lang/crates.io-index" 3162 - checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 3163 - dependencies = [ 3164 - "cfg-if", 3165 - "digest", 3166 - ] 3167 - 3168 - [[package]] 3169 - name = "measure_time" 3170 - version = "0.8.3" 3171 - source = "registry+https://github.com/rust-lang/crates.io-index" 3172 - checksum = "dbefd235b0aadd181626f281e1d684e116972988c14c264e42069d5e8a5775cc" 3173 - dependencies = [ 3174 - "instant", 3175 - "log", 3176 - ] 3177 - 3178 - [[package]] 3179 - name = "memchr" 3180 - version = "2.7.4" 3181 - source = "registry+https://github.com/rust-lang/crates.io-index" 3182 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 3183 - 3184 - [[package]] 3185 - name = "memmap2" 3186 - version = "0.9.5" 3187 - source = "registry+https://github.com/rust-lang/crates.io-index" 3188 - checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" 3189 - dependencies = [ 3190 - "libc", 3191 - ] 3192 - 3193 - [[package]] 3194 - name = "memoffset" 3195 - version = "0.9.1" 3196 - source = "registry+https://github.com/rust-lang/crates.io-index" 3197 - checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 3198 - dependencies = [ 3199 - "autocfg", 3200 - ] 3201 - 3202 - [[package]] 3203 - name = "mime" 3204 - version = "0.3.17" 3205 - source = "registry+https://github.com/rust-lang/crates.io-index" 3206 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 3207 - 3208 - [[package]] 3209 - name = "minimal-lexical" 3210 - version = "0.2.1" 3211 - source = "registry+https://github.com/rust-lang/crates.io-index" 3212 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3213 - 3214 - [[package]] 3215 - name = "miniz_oxide" 3216 - version = "0.8.0" 3217 - source = "registry+https://github.com/rust-lang/crates.io-index" 3218 - checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 3219 - dependencies = [ 3220 - "adler2", 3221 - ] 3222 - 3223 - [[package]] 3224 - name = "mio" 3225 - version = "1.0.2" 3226 - source = "registry+https://github.com/rust-lang/crates.io-index" 3227 - checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 3228 - dependencies = [ 3229 - "hermit-abi 0.3.9", 3230 - "libc", 3231 - "wasi", 3232 - "windows-sys 0.52.0", 3233 - ] 3234 - 3235 - [[package]] 3236 - name = "mock_instant" 3237 - version = "0.3.2" 3238 - source = "registry+https://github.com/rust-lang/crates.io-index" 3239 - checksum = "9366861eb2a2c436c20b12c8dbec5f798cea6b47ad99216be0282942e2c81ea0" 3240 - dependencies = [ 3241 - "once_cell", 3242 - ] 3243 - 3244 - [[package]] 3245 - name = "moka" 3246 - version = "0.11.3" 3247 - source = "registry+https://github.com/rust-lang/crates.io-index" 3248 - checksum = "fa6e72583bf6830c956235bff0d5afec8cf2952f579ebad18ae7821a917d950f" 3249 - dependencies = [ 3250 - "async-io 1.13.0", 3251 - "async-lock 2.8.0", 3252 - "crossbeam-channel", 3253 - "crossbeam-epoch", 3254 - "crossbeam-utils", 3255 - "futures-util", 3256 - "once_cell", 3257 - "parking_lot", 3258 - "quanta", 3259 - "rustc_version", 3260 - "scheduled-thread-pool", 3261 - "skeptic", 3262 - "smallvec", 3263 - "tagptr", 3264 - "thiserror", 3265 - "triomphe", 3266 - "uuid", 3267 - ] 3268 - 3269 - [[package]] 3270 - name = "multimap" 3271 - version = "0.8.3" 3272 - source = "registry+https://github.com/rust-lang/crates.io-index" 3273 - checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" 3274 - 3275 - [[package]] 3276 - name = "multimap" 3277 - version = "0.10.0" 3278 - source = "registry+https://github.com/rust-lang/crates.io-index" 3279 - checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" 3280 - 3281 - [[package]] 3282 - name = "murmurhash32" 3283 - version = "0.3.1" 3284 - source = "registry+https://github.com/rust-lang/crates.io-index" 3285 - checksum = "2195bf6aa996a481483b29d62a7663eed3fe39600c460e323f8ff41e90bdd89b" 3286 - 3287 - [[package]] 3288 - name = "noisy_float" 3289 - version = "0.2.0" 3290 - source = "registry+https://github.com/rust-lang/crates.io-index" 3291 - checksum = "978fe6e6ebc0bf53de533cd456ca2d9de13de13856eda1518a285d7705a213af" 3292 - dependencies = [ 3293 - "num-traits", 3294 - ] 3295 - 3296 - [[package]] 3297 - name = "nom" 3298 - version = "7.1.3" 3299 - source = "registry+https://github.com/rust-lang/crates.io-index" 3300 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3301 - dependencies = [ 3302 - "memchr", 3303 - "minimal-lexical", 3304 - ] 3305 - 3306 - [[package]] 3307 - name = "nu-ansi-term" 3308 - version = "0.46.0" 3309 - source = "registry+https://github.com/rust-lang/crates.io-index" 3310 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 3311 - dependencies = [ 3312 - "overload", 3313 - "winapi", 3314 - ] 3315 - 3316 - [[package]] 3317 - name = "num" 3318 - version = "0.4.3" 3319 - source = "registry+https://github.com/rust-lang/crates.io-index" 3320 - checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 3321 - dependencies = [ 3322 - "num-bigint", 3323 - "num-complex", 3324 - "num-integer", 3325 - "num-iter", 3326 - "num-rational", 3327 - "num-traits", 3328 - ] 3329 - 3330 - [[package]] 3331 - name = "num-bigint" 3332 - version = "0.4.6" 3333 - source = "registry+https://github.com/rust-lang/crates.io-index" 3334 - checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 3335 - dependencies = [ 3336 - "num-integer", 3337 - "num-traits", 3338 - ] 3339 - 3340 - [[package]] 3341 - name = "num-complex" 3342 - version = "0.4.6" 3343 - source = "registry+https://github.com/rust-lang/crates.io-index" 3344 - checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 3345 - dependencies = [ 3346 - "num-traits", 3347 - ] 3348 - 3349 - [[package]] 3350 - name = "num-conv" 3351 - version = "0.1.0" 3352 - source = "registry+https://github.com/rust-lang/crates.io-index" 3353 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 3354 - 3355 - [[package]] 3356 - name = "num-integer" 3357 - version = "0.1.46" 3358 - source = "registry+https://github.com/rust-lang/crates.io-index" 3359 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 3360 - dependencies = [ 3361 - "num-traits", 3362 - ] 3363 - 3364 - [[package]] 3365 - name = "num-iter" 3366 - version = "0.1.45" 3367 - source = "registry+https://github.com/rust-lang/crates.io-index" 3368 - checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 3369 - dependencies = [ 3370 - "autocfg", 3371 - "num-integer", 3372 - "num-traits", 3373 - ] 3374 - 3375 - [[package]] 3376 - name = "num-rational" 3377 - version = "0.4.2" 3378 - source = "registry+https://github.com/rust-lang/crates.io-index" 3379 - checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 3380 - dependencies = [ 3381 - "num-bigint", 3382 - "num-integer", 3383 - "num-traits", 3384 - ] 3385 - 3386 - [[package]] 3387 - name = "num-traits" 3388 - version = "0.2.19" 3389 - source = "registry+https://github.com/rust-lang/crates.io-index" 3390 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3391 - dependencies = [ 3392 - "autocfg", 3393 - "libm", 3394 - ] 3395 - 3396 - [[package]] 3397 - name = "num_cpus" 3398 - version = "1.16.0" 3399 - source = "registry+https://github.com/rust-lang/crates.io-index" 3400 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 3401 - dependencies = [ 3402 - "hermit-abi 0.3.9", 3403 - "libc", 3404 - ] 3405 - 3406 - [[package]] 3407 - name = "object" 3408 - version = "0.36.5" 3409 - source = "registry+https://github.com/rust-lang/crates.io-index" 3410 - checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" 3411 - dependencies = [ 3412 - "memchr", 3413 - ] 3414 - 3415 - [[package]] 3416 - name = "object_store" 3417 - version = "0.10.2" 3418 - source = "registry+https://github.com/rust-lang/crates.io-index" 3419 - checksum = "e6da452820c715ce78221e8202ccc599b4a52f3e1eb3eedb487b680c81a8e3f3" 3420 - dependencies = [ 3421 - "async-trait", 3422 - "base64 0.22.1", 3423 - "bytes", 3424 - "chrono", 3425 - "futures", 3426 - "humantime", 3427 - "hyper 1.4.1", 3428 - "itertools 0.13.0", 3429 - "md-5", 3430 - "parking_lot", 3431 - "percent-encoding", 3432 - "quick-xml", 3433 - "rand", 3434 - "reqwest", 3435 - "ring", 3436 - "rustls-pemfile 2.2.0", 3437 - "serde", 3438 - "serde_json", 3439 - "snafu", 3440 - "tokio", 3441 - "tracing", 3442 - "url", 3443 - "walkdir", 3444 - ] 3445 - 3446 - [[package]] 3447 - name = "once_cell" 3448 - version = "1.20.2" 3449 - source = "registry+https://github.com/rust-lang/crates.io-index" 3450 - checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 3451 - 3452 - [[package]] 3453 - name = "oneshot" 3454 - version = "0.1.8" 3455 - source = "registry+https://github.com/rust-lang/crates.io-index" 3456 - checksum = "e296cf87e61c9cfc1a61c3c63a0f7f286ed4554e0e22be84e8a38e1d264a2a29" 3457 - 3458 - [[package]] 3459 - name = "openssl-probe" 3460 - version = "0.1.5" 3461 - source = "registry+https://github.com/rust-lang/crates.io-index" 3462 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 3463 - 3464 - [[package]] 3465 - name = "option-ext" 3466 - version = "0.2.0" 3467 - source = "registry+https://github.com/rust-lang/crates.io-index" 3468 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 3469 - 3470 - [[package]] 3471 - name = "ordered-float" 3472 - version = "2.10.1" 3473 - source = "registry+https://github.com/rust-lang/crates.io-index" 3474 - checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" 3475 - dependencies = [ 3476 - "num-traits", 3477 - ] 3478 - 3479 - [[package]] 3480 - name = "outref" 3481 - version = "0.5.1" 3482 - source = "registry+https://github.com/rust-lang/crates.io-index" 3483 - checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 3484 - 3485 - [[package]] 3486 - name = "overload" 3487 - version = "0.1.1" 3488 - source = "registry+https://github.com/rust-lang/crates.io-index" 3489 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3490 - 3491 - [[package]] 3492 - name = "ownedbytes" 3493 - version = "0.7.0" 3494 - source = "registry+https://github.com/rust-lang/crates.io-index" 3495 - checksum = "c3a059efb063b8f425b948e042e6b9bd85edfe60e913630ed727b23e2dfcc558" 3496 - dependencies = [ 3497 - "stable_deref_trait", 3498 - ] 3499 - 3500 - [[package]] 3501 - name = "parking" 3502 - version = "2.2.1" 3503 - source = "registry+https://github.com/rust-lang/crates.io-index" 3504 - checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 3505 - 3506 - [[package]] 3507 - name = "parking_lot" 3508 - version = "0.12.3" 3509 - source = "registry+https://github.com/rust-lang/crates.io-index" 3510 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 3511 - dependencies = [ 3512 - "lock_api", 3513 - "parking_lot_core", 3514 - ] 3515 - 3516 - [[package]] 3517 - name = "parking_lot_core" 3518 - version = "0.9.10" 3519 - source = "registry+https://github.com/rust-lang/crates.io-index" 3520 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 3521 - dependencies = [ 3522 - "cfg-if", 3523 - "libc", 3524 - "redox_syscall", 3525 - "smallvec", 3526 - "windows-targets 0.52.6", 3527 - ] 3528 - 3529 - [[package]] 3530 - name = "parquet" 3531 - version = "52.2.0" 3532 - source = "registry+https://github.com/rust-lang/crates.io-index" 3533 - checksum = "e977b9066b4d3b03555c22bdc442f3fadebd96a39111249113087d0edb2691cd" 3534 - dependencies = [ 3535 - "ahash", 3536 - "arrow-array", 3537 - "arrow-buffer", 3538 - "arrow-cast", 3539 - "arrow-data", 3540 - "arrow-ipc", 3541 - "arrow-schema", 3542 - "arrow-select", 3543 - "base64 0.22.1", 3544 - "brotli", 3545 - "bytes", 3546 - "chrono", 3547 - "flate2", 3548 - "futures", 3549 - "half", 3550 - "hashbrown 0.14.5", 3551 - "lz4_flex", 3552 - "num", 3553 - "num-bigint", 3554 - "object_store", 3555 - "paste", 3556 - "seq-macro", 3557 - "snap", 3558 - "thrift", 3559 - "tokio", 3560 - "twox-hash", 3561 - "zstd", 3562 - "zstd-sys", 3563 - ] 3564 - 3565 - [[package]] 3566 - name = "parse-zoneinfo" 3567 - version = "0.3.1" 3568 - source = "registry+https://github.com/rust-lang/crates.io-index" 3569 - checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" 3570 - dependencies = [ 3571 - "regex", 3572 - ] 3573 - 3574 - [[package]] 3575 - name = "paste" 3576 - version = "1.0.15" 3577 - source = "registry+https://github.com/rust-lang/crates.io-index" 3578 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3579 - 3580 - [[package]] 3581 - name = "path_abs" 3582 - version = "0.5.1" 3583 - source = "registry+https://github.com/rust-lang/crates.io-index" 3584 - checksum = "05ef02f6342ac01d8a93b65f96db53fe68a92a15f41144f97fb00a9e669633c3" 3585 - dependencies = [ 3586 - "serde", 3587 - "serde_derive", 3588 - "std_prelude", 3589 - "stfu8", 3590 - ] 3591 - 3592 - [[package]] 3593 - name = "pbjson" 3594 - version = "0.6.0" 3595 - source = "registry+https://github.com/rust-lang/crates.io-index" 3596 - checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90" 3597 - dependencies = [ 3598 - "base64 0.21.7", 3599 - "serde", 3600 - ] 3601 - 3602 - [[package]] 3603 - name = "pbjson-build" 3604 - version = "0.6.2" 3605 - source = "registry+https://github.com/rust-lang/crates.io-index" 3606 - checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735" 3607 - dependencies = [ 3608 - "heck 0.4.1", 3609 - "itertools 0.11.0", 3610 - "prost 0.12.6", 3611 - "prost-types 0.12.6", 3612 - ] 3613 - 3614 - [[package]] 3615 - name = "pbjson-types" 3616 - version = "0.6.0" 3617 - source = "registry+https://github.com/rust-lang/crates.io-index" 3618 - checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12" 3619 - dependencies = [ 3620 - "bytes", 3621 - "chrono", 3622 - "pbjson", 3623 - "pbjson-build", 3624 - "prost 0.12.6", 3625 - "prost-build 0.12.6", 3626 - "serde", 3627 - ] 3628 - 3629 - [[package]] 3630 - name = "percent-encoding" 3631 - version = "2.3.1" 3632 - source = "registry+https://github.com/rust-lang/crates.io-index" 3633 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 3634 - 3635 - [[package]] 3636 - name = "petgraph" 3637 - version = "0.6.5" 3638 - source = "registry+https://github.com/rust-lang/crates.io-index" 3639 - checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 3640 - dependencies = [ 3641 - "fixedbitset", 3642 - "indexmap", 3643 - ] 3644 - 3645 - [[package]] 3646 - name = "phf" 3647 - version = "0.11.2" 3648 - source = "registry+https://github.com/rust-lang/crates.io-index" 3649 - checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 3650 - dependencies = [ 3651 - "phf_shared", 3652 - ] 3653 - 3654 - [[package]] 3655 - name = "phf_codegen" 3656 - version = "0.11.2" 3657 - source = "registry+https://github.com/rust-lang/crates.io-index" 3658 - checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" 3659 - dependencies = [ 3660 - "phf_generator", 3661 - "phf_shared", 3662 - ] 3663 - 3664 - [[package]] 3665 - name = "phf_generator" 3666 - version = "0.11.2" 3667 - source = "registry+https://github.com/rust-lang/crates.io-index" 3668 - checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 3669 - dependencies = [ 3670 - "phf_shared", 3671 - "rand", 3672 - ] 3673 - 3674 - [[package]] 3675 - name = "phf_shared" 3676 - version = "0.11.2" 3677 - source = "registry+https://github.com/rust-lang/crates.io-index" 3678 - checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 3679 - dependencies = [ 3680 - "siphasher", 3681 - ] 3682 - 3683 - [[package]] 3684 - name = "pin-project" 3685 - version = "1.1.6" 3686 - source = "registry+https://github.com/rust-lang/crates.io-index" 3687 - checksum = "baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec" 3688 - dependencies = [ 3689 - "pin-project-internal", 3690 - ] 3691 - 3692 - [[package]] 3693 - name = "pin-project-internal" 3694 - version = "1.1.6" 3695 - source = "registry+https://github.com/rust-lang/crates.io-index" 3696 - checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8" 3697 - dependencies = [ 3698 - "proc-macro2", 3699 - "quote", 3700 - "syn 2.0.79", 3701 - ] 3702 - 3703 - [[package]] 3704 - name = "pin-project-lite" 3705 - version = "0.2.14" 3706 - source = "registry+https://github.com/rust-lang/crates.io-index" 3707 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 3708 - 3709 - [[package]] 3710 - name = "pin-utils" 3711 - version = "0.1.0" 3712 - source = "registry+https://github.com/rust-lang/crates.io-index" 3713 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3714 - 3715 - [[package]] 3716 - name = "piper" 3717 - version = "0.2.4" 3718 - source = "registry+https://github.com/rust-lang/crates.io-index" 3719 - checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 3720 - dependencies = [ 3721 - "atomic-waker", 3722 - "fastrand 2.1.1", 3723 - "futures-io", 3724 - ] 3725 - 3726 - [[package]] 3727 - name = "pkg-config" 3728 - version = "0.3.31" 3729 - source = "registry+https://github.com/rust-lang/crates.io-index" 3730 - checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 3731 - 3732 - [[package]] 3733 - name = "polling" 3734 - version = "2.8.0" 3735 - source = "registry+https://github.com/rust-lang/crates.io-index" 3736 - checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 3737 - dependencies = [ 3738 - "autocfg", 3739 - "bitflags 1.3.2", 3740 - "cfg-if", 3741 - "concurrent-queue", 3742 - "libc", 3743 - "log", 3744 - "pin-project-lite", 3745 - "windows-sys 0.48.0", 3746 - ] 3747 - 3748 - [[package]] 3749 - name = "polling" 3750 - version = "3.7.3" 3751 - source = "registry+https://github.com/rust-lang/crates.io-index" 3752 - checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" 3753 - dependencies = [ 3754 - "cfg-if", 3755 - "concurrent-queue", 3756 - "hermit-abi 0.4.0", 3757 - "pin-project-lite", 3758 - "rustix 0.38.37", 3759 - "tracing", 3760 - "windows-sys 0.59.0", 3761 - ] 3762 - 3763 - [[package]] 3764 - name = "portable-atomic" 3765 - version = "1.9.0" 3766 - source = "registry+https://github.com/rust-lang/crates.io-index" 3767 - checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" 3768 - 3769 - [[package]] 3770 - name = "powerfmt" 3771 - version = "0.2.0" 3772 - source = "registry+https://github.com/rust-lang/crates.io-index" 3773 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3774 - 3775 - [[package]] 3776 - name = "ppv-lite86" 3777 - version = "0.2.20" 3778 - source = "registry+https://github.com/rust-lang/crates.io-index" 3779 - checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 3780 - dependencies = [ 3781 - "zerocopy", 3782 - ] 3783 - 3784 - [[package]] 3785 - name = "prettyplease" 3786 - version = "0.1.25" 3787 - source = "registry+https://github.com/rust-lang/crates.io-index" 3788 - checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" 3789 - dependencies = [ 3790 - "proc-macro2", 3791 - "syn 1.0.109", 3792 - ] 3793 - 3794 - [[package]] 3795 - name = "prettyplease" 3796 - version = "0.2.22" 3797 - source = "registry+https://github.com/rust-lang/crates.io-index" 3798 - checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" 3799 - dependencies = [ 3800 - "proc-macro2", 3801 - "syn 2.0.79", 3802 - ] 3803 - 3804 - [[package]] 3805 - name = "proc-macro2" 3806 - version = "1.0.86" 3807 - source = "registry+https://github.com/rust-lang/crates.io-index" 3808 - checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 3809 - dependencies = [ 3810 - "unicode-ident", 3811 - ] 3812 - 3813 - [[package]] 3814 - name = "prost" 3815 - version = "0.11.9" 3816 - source = "registry+https://github.com/rust-lang/crates.io-index" 3817 - checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" 3818 - dependencies = [ 3819 - "bytes", 3820 - "prost-derive 0.11.9", 3821 - ] 3822 - 3823 - [[package]] 3824 - name = "prost" 3825 - version = "0.12.6" 3826 - source = "registry+https://github.com/rust-lang/crates.io-index" 3827 - checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" 3828 - dependencies = [ 3829 - "bytes", 3830 - "prost-derive 0.12.6", 3831 - ] 3832 - 3833 - [[package]] 3834 - name = "prost-build" 3835 - version = "0.11.9" 3836 - source = "registry+https://github.com/rust-lang/crates.io-index" 3837 - checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" 3838 - dependencies = [ 3839 - "bytes", 3840 - "heck 0.4.1", 3841 - "itertools 0.10.5", 3842 - "lazy_static", 3843 - "log", 3844 - "multimap 0.8.3", 3845 - "petgraph", 3846 - "prettyplease 0.1.25", 3847 - "prost 0.11.9", 3848 - "prost-types 0.11.9", 3849 - "regex", 3850 - "syn 1.0.109", 3851 - "tempfile", 3852 - "which", 3853 - ] 3854 - 3855 - [[package]] 3856 - name = "prost-build" 3857 - version = "0.12.6" 3858 - source = "registry+https://github.com/rust-lang/crates.io-index" 3859 - checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" 3860 - dependencies = [ 3861 - "bytes", 3862 - "heck 0.5.0", 3863 - "itertools 0.12.1", 3864 - "log", 3865 - "multimap 0.10.0", 3866 - "once_cell", 3867 - "petgraph", 3868 - "prettyplease 0.2.22", 3869 - "prost 0.12.6", 3870 - "prost-types 0.12.6", 3871 - "regex", 3872 - "syn 2.0.79", 3873 - "tempfile", 3874 - ] 3875 - 3876 - [[package]] 3877 - name = "prost-derive" 3878 - version = "0.11.9" 3879 - source = "registry+https://github.com/rust-lang/crates.io-index" 3880 - checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" 3881 - dependencies = [ 3882 - "anyhow", 3883 - "itertools 0.10.5", 3884 - "proc-macro2", 3885 - "quote", 3886 - "syn 1.0.109", 3887 - ] 3888 - 3889 - [[package]] 3890 - name = "prost-derive" 3891 - version = "0.12.6" 3892 - source = "registry+https://github.com/rust-lang/crates.io-index" 3893 - checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" 3894 - dependencies = [ 3895 - "anyhow", 3896 - "itertools 0.12.1", 3897 - "proc-macro2", 3898 - "quote", 3899 - "syn 2.0.79", 3900 - ] 3901 - 3902 - [[package]] 3903 - name = "prost-types" 3904 - version = "0.11.9" 3905 - source = "registry+https://github.com/rust-lang/crates.io-index" 3906 - checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" 3907 - dependencies = [ 3908 - "prost 0.11.9", 3909 - ] 3910 - 3911 - [[package]] 3912 - name = "prost-types" 3913 - version = "0.12.6" 3914 - source = "registry+https://github.com/rust-lang/crates.io-index" 3915 - checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" 3916 - dependencies = [ 3917 - "prost 0.12.6", 3918 - ] 3919 - 3920 - [[package]] 3921 - name = "pulldown-cmark" 3922 - version = "0.9.6" 3923 - source = "registry+https://github.com/rust-lang/crates.io-index" 3924 - checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" 3925 - dependencies = [ 3926 - "bitflags 2.6.0", 3927 - "memchr", 3928 - "unicase", 3929 - ] 3930 - 3931 - [[package]] 3932 - name = "pylance" 3933 - version = "0.18.2" 3934 - dependencies = [ 3935 - "arrow", 3936 - "arrow-array", 3937 - "arrow-data", 3938 - "arrow-schema", 3939 - "async-trait", 3940 - "bytes", 3941 - "chrono", 3942 - "env_logger", 3943 - "futures", 3944 - "half", 3945 - "lance", 3946 - "lance-arrow", 3947 - "lance-core", 3948 - "lance-datagen", 3949 - "lance-encoding", 3950 - "lance-file", 3951 - "lance-index", 3952 - "lance-io", 3953 - "lance-linalg", 3954 - "lance-table", 3955 - "lazy_static", 3956 - "log", 3957 - "object_store", 3958 - "prost 0.12.6", 3959 - "prost-build 0.11.9", 3960 - "pyo3", 3961 - "serde", 3962 - "serde_json", 3963 - "serde_yaml", 3964 - "snafu", 3965 - "tokio", 3966 - "tracing", 3967 - "tracing-chrome", 3968 - "tracing-subscriber", 3969 - "url", 3970 - "uuid", 3971 - ] 3972 - 3973 - [[package]] 3974 - name = "pyo3" 3975 - version = "0.21.2" 3976 - source = "registry+https://github.com/rust-lang/crates.io-index" 3977 - checksum = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8" 3978 - dependencies = [ 3979 - "cfg-if", 3980 - "indoc", 3981 - "libc", 3982 - "memoffset", 3983 - "parking_lot", 3984 - "portable-atomic", 3985 - "pyo3-build-config", 3986 - "pyo3-ffi", 3987 - "pyo3-macros", 3988 - "unindent", 3989 - ] 3990 - 3991 - [[package]] 3992 - name = "pyo3-build-config" 3993 - version = "0.21.2" 3994 - source = "registry+https://github.com/rust-lang/crates.io-index" 3995 - checksum = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50" 3996 - dependencies = [ 3997 - "once_cell", 3998 - "target-lexicon", 3999 - ] 4000 - 4001 - [[package]] 4002 - name = "pyo3-ffi" 4003 - version = "0.21.2" 4004 - source = "registry+https://github.com/rust-lang/crates.io-index" 4005 - checksum = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403" 4006 - dependencies = [ 4007 - "libc", 4008 - "pyo3-build-config", 4009 - ] 4010 - 4011 - [[package]] 4012 - name = "pyo3-macros" 4013 - version = "0.21.2" 4014 - source = "registry+https://github.com/rust-lang/crates.io-index" 4015 - checksum = "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c" 4016 - dependencies = [ 4017 - "proc-macro2", 4018 - "pyo3-macros-backend", 4019 - "quote", 4020 - "syn 2.0.79", 4021 - ] 4022 - 4023 - [[package]] 4024 - name = "pyo3-macros-backend" 4025 - version = "0.21.2" 4026 - source = "registry+https://github.com/rust-lang/crates.io-index" 4027 - checksum = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c" 4028 - dependencies = [ 4029 - "heck 0.4.1", 4030 - "proc-macro2", 4031 - "pyo3-build-config", 4032 - "quote", 4033 - "syn 2.0.79", 4034 - ] 4035 - 4036 - [[package]] 4037 - name = "quanta" 4038 - version = "0.11.1" 4039 - source = "registry+https://github.com/rust-lang/crates.io-index" 4040 - checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab" 4041 - dependencies = [ 4042 - "crossbeam-utils", 4043 - "libc", 4044 - "mach2", 4045 - "once_cell", 4046 - "raw-cpuid", 4047 - "wasi", 4048 - "web-sys", 4049 - "winapi", 4050 - ] 4051 - 4052 - [[package]] 4053 - name = "quick-xml" 4054 - version = "0.36.2" 4055 - source = "registry+https://github.com/rust-lang/crates.io-index" 4056 - checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" 4057 - dependencies = [ 4058 - "memchr", 4059 - "serde", 4060 - ] 4061 - 4062 - [[package]] 4063 - name = "quinn" 4064 - version = "0.11.5" 4065 - source = "registry+https://github.com/rust-lang/crates.io-index" 4066 - checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684" 4067 - dependencies = [ 4068 - "bytes", 4069 - "pin-project-lite", 4070 - "quinn-proto", 4071 - "quinn-udp", 4072 - "rustc-hash 2.0.0", 4073 - "rustls 0.23.14", 4074 - "socket2 0.5.7", 4075 - "thiserror", 4076 - "tokio", 4077 - "tracing", 4078 - ] 4079 - 4080 - [[package]] 4081 - name = "quinn-proto" 4082 - version = "0.11.8" 4083 - source = "registry+https://github.com/rust-lang/crates.io-index" 4084 - checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" 4085 - dependencies = [ 4086 - "bytes", 4087 - "rand", 4088 - "ring", 4089 - "rustc-hash 2.0.0", 4090 - "rustls 0.23.14", 4091 - "slab", 4092 - "thiserror", 4093 - "tinyvec", 4094 - "tracing", 4095 - ] 4096 - 4097 - [[package]] 4098 - name = "quinn-udp" 4099 - version = "0.5.5" 4100 - source = "registry+https://github.com/rust-lang/crates.io-index" 4101 - checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b" 4102 - dependencies = [ 4103 - "libc", 4104 - "once_cell", 4105 - "socket2 0.5.7", 4106 - "tracing", 4107 - "windows-sys 0.59.0", 4108 - ] 4109 - 4110 - [[package]] 4111 - name = "quote" 4112 - version = "1.0.37" 4113 - source = "registry+https://github.com/rust-lang/crates.io-index" 4114 - checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 4115 - dependencies = [ 4116 - "proc-macro2", 4117 - ] 4118 - 4119 - [[package]] 4120 - name = "radium" 4121 - version = "0.7.0" 4122 - source = "registry+https://github.com/rust-lang/crates.io-index" 4123 - checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 4124 - 4125 - [[package]] 4126 - name = "rand" 4127 - version = "0.8.5" 4128 - source = "registry+https://github.com/rust-lang/crates.io-index" 4129 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 4130 - dependencies = [ 4131 - "libc", 4132 - "rand_chacha", 4133 - "rand_core", 4134 - ] 4135 - 4136 - [[package]] 4137 - name = "rand_chacha" 4138 - version = "0.3.1" 4139 - source = "registry+https://github.com/rust-lang/crates.io-index" 4140 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4141 - dependencies = [ 4142 - "ppv-lite86", 4143 - "rand_core", 4144 - ] 4145 - 4146 - [[package]] 4147 - name = "rand_core" 4148 - version = "0.6.4" 4149 - source = "registry+https://github.com/rust-lang/crates.io-index" 4150 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4151 - dependencies = [ 4152 - "getrandom", 4153 - ] 4154 - 4155 - [[package]] 4156 - name = "rand_distr" 4157 - version = "0.4.3" 4158 - source = "registry+https://github.com/rust-lang/crates.io-index" 4159 - checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" 4160 - dependencies = [ 4161 - "num-traits", 4162 - "rand", 4163 - ] 4164 - 4165 - [[package]] 4166 - name = "rand_xoshiro" 4167 - version = "0.6.0" 4168 - source = "registry+https://github.com/rust-lang/crates.io-index" 4169 - checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" 4170 - dependencies = [ 4171 - "rand_core", 4172 - ] 4173 - 4174 - [[package]] 4175 - name = "rangemap" 4176 - version = "1.5.1" 4177 - source = "registry+https://github.com/rust-lang/crates.io-index" 4178 - checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684" 4179 - 4180 - [[package]] 4181 - name = "raw-cpuid" 4182 - version = "10.7.0" 4183 - source = "registry+https://github.com/rust-lang/crates.io-index" 4184 - checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332" 4185 - dependencies = [ 4186 - "bitflags 1.3.2", 4187 - ] 4188 - 4189 - [[package]] 4190 - name = "rayon" 4191 - version = "1.10.0" 4192 - source = "registry+https://github.com/rust-lang/crates.io-index" 4193 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 4194 - dependencies = [ 4195 - "either", 4196 - "rayon-core", 4197 - ] 4198 - 4199 - [[package]] 4200 - name = "rayon-core" 4201 - version = "1.12.1" 4202 - source = "registry+https://github.com/rust-lang/crates.io-index" 4203 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 4204 - dependencies = [ 4205 - "crossbeam-deque", 4206 - "crossbeam-utils", 4207 - ] 4208 - 4209 - [[package]] 4210 - name = "redox_syscall" 4211 - version = "0.5.7" 4212 - source = "registry+https://github.com/rust-lang/crates.io-index" 4213 - checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" 4214 - dependencies = [ 4215 - "bitflags 2.6.0", 4216 - ] 4217 - 4218 - [[package]] 4219 - name = "redox_users" 4220 - version = "0.4.6" 4221 - source = "registry+https://github.com/rust-lang/crates.io-index" 4222 - checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 4223 - dependencies = [ 4224 - "getrandom", 4225 - "libredox", 4226 - "thiserror", 4227 - ] 4228 - 4229 - [[package]] 4230 - name = "regex" 4231 - version = "1.11.0" 4232 - source = "registry+https://github.com/rust-lang/crates.io-index" 4233 - checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" 4234 - dependencies = [ 4235 - "aho-corasick", 4236 - "memchr", 4237 - "regex-automata", 4238 - "regex-syntax", 4239 - ] 4240 - 4241 - [[package]] 4242 - name = "regex-automata" 4243 - version = "0.4.8" 4244 - source = "registry+https://github.com/rust-lang/crates.io-index" 4245 - checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" 4246 - dependencies = [ 4247 - "aho-corasick", 4248 - "memchr", 4249 - "regex-syntax", 4250 - ] 4251 - 4252 - [[package]] 4253 - name = "regex-lite" 4254 - version = "0.1.6" 4255 - source = "registry+https://github.com/rust-lang/crates.io-index" 4256 - checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" 4257 - 4258 - [[package]] 4259 - name = "regex-syntax" 4260 - version = "0.8.5" 4261 - source = "registry+https://github.com/rust-lang/crates.io-index" 4262 - checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 4263 - 4264 - [[package]] 4265 - name = "regress" 4266 - version = "0.9.1" 4267 - source = "registry+https://github.com/rust-lang/crates.io-index" 4268 - checksum = "0eae2a1ebfecc58aff952ef8ccd364329abe627762f5bf09ff42eb9d98522479" 4269 - dependencies = [ 4270 - "hashbrown 0.14.5", 4271 - "memchr", 4272 - ] 4273 - 4274 - [[package]] 4275 - name = "reqwest" 4276 - version = "0.12.8" 4277 - source = "registry+https://github.com/rust-lang/crates.io-index" 4278 - checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" 4279 - dependencies = [ 4280 - "base64 0.22.1", 4281 - "bytes", 4282 - "futures-core", 4283 - "futures-util", 4284 - "h2 0.4.6", 4285 - "http 1.1.0", 4286 - "http-body 1.0.1", 4287 - "http-body-util", 4288 - "hyper 1.4.1", 4289 - "hyper-rustls 0.27.3", 4290 - "hyper-util", 4291 - "ipnet", 4292 - "js-sys", 4293 - "log", 4294 - "mime", 4295 - "once_cell", 4296 - "percent-encoding", 4297 - "pin-project-lite", 4298 - "quinn", 4299 - "rustls 0.23.14", 4300 - "rustls-native-certs 0.8.0", 4301 - "rustls-pemfile 2.2.0", 4302 - "rustls-pki-types", 4303 - "serde", 4304 - "serde_json", 4305 - "serde_urlencoded", 4306 - "sync_wrapper", 4307 - "tokio", 4308 - "tokio-rustls 0.26.0", 4309 - "tokio-util", 4310 - "tower-service", 4311 - "url", 4312 - "wasm-bindgen", 4313 - "wasm-bindgen-futures", 4314 - "wasm-streams", 4315 - "web-sys", 4316 - "windows-registry", 4317 - ] 4318 - 4319 - [[package]] 4320 - name = "ring" 4321 - version = "0.17.8" 4322 - source = "registry+https://github.com/rust-lang/crates.io-index" 4323 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 4324 - dependencies = [ 4325 - "cc", 4326 - "cfg-if", 4327 - "getrandom", 4328 - "libc", 4329 - "spin", 4330 - "untrusted", 4331 - "windows-sys 0.52.0", 4332 - ] 4333 - 4334 - [[package]] 4335 - name = "roaring" 4336 - version = "0.10.6" 4337 - source = "registry+https://github.com/rust-lang/crates.io-index" 4338 - checksum = "8f4b84ba6e838ceb47b41de5194a60244fac43d9fe03b71dbe8c5a201081d6d1" 4339 - dependencies = [ 4340 - "bytemuck", 4341 - "byteorder", 4342 - ] 4343 - 4344 - [[package]] 4345 - name = "rust-stemmers" 4346 - version = "1.2.0" 4347 - source = "registry+https://github.com/rust-lang/crates.io-index" 4348 - checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54" 4349 - dependencies = [ 4350 - "serde", 4351 - "serde_derive", 4352 - ] 4353 - 4354 - [[package]] 4355 - name = "rustc-demangle" 4356 - version = "0.1.24" 4357 - source = "registry+https://github.com/rust-lang/crates.io-index" 4358 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 4359 - 4360 - [[package]] 4361 - name = "rustc-hash" 4362 - version = "1.1.0" 4363 - source = "registry+https://github.com/rust-lang/crates.io-index" 4364 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 4365 - 4366 - [[package]] 4367 - name = "rustc-hash" 4368 - version = "2.0.0" 4369 - source = "registry+https://github.com/rust-lang/crates.io-index" 4370 - checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 4371 - 4372 - [[package]] 4373 - name = "rustc_version" 4374 - version = "0.4.1" 4375 - source = "registry+https://github.com/rust-lang/crates.io-index" 4376 - checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 4377 - dependencies = [ 4378 - "semver", 4379 - ] 4380 - 4381 - [[package]] 4382 - name = "rustix" 4383 - version = "0.37.27" 4384 - source = "registry+https://github.com/rust-lang/crates.io-index" 4385 - checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 4386 - dependencies = [ 4387 - "bitflags 1.3.2", 4388 - "errno", 4389 - "io-lifetimes", 4390 - "libc", 4391 - "linux-raw-sys 0.3.8", 4392 - "windows-sys 0.48.0", 4393 - ] 4394 - 4395 - [[package]] 4396 - name = "rustix" 4397 - version = "0.38.37" 4398 - source = "registry+https://github.com/rust-lang/crates.io-index" 4399 - checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" 4400 - dependencies = [ 4401 - "bitflags 2.6.0", 4402 - "errno", 4403 - "libc", 4404 - "linux-raw-sys 0.4.14", 4405 - "windows-sys 0.52.0", 4406 - ] 4407 - 4408 - [[package]] 4409 - name = "rustls" 4410 - version = "0.21.12" 4411 - source = "registry+https://github.com/rust-lang/crates.io-index" 4412 - checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 4413 - dependencies = [ 4414 - "log", 4415 - "ring", 4416 - "rustls-webpki 0.101.7", 4417 - "sct", 4418 - ] 4419 - 4420 - [[package]] 4421 - name = "rustls" 4422 - version = "0.23.14" 4423 - source = "registry+https://github.com/rust-lang/crates.io-index" 4424 - checksum = "415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8" 4425 - dependencies = [ 4426 - "log", 4427 - "once_cell", 4428 - "ring", 4429 - "rustls-pki-types", 4430 - "rustls-webpki 0.102.8", 4431 - "subtle", 4432 - "zeroize", 4433 - ] 4434 - 4435 - [[package]] 4436 - name = "rustls-native-certs" 4437 - version = "0.6.3" 4438 - source = "registry+https://github.com/rust-lang/crates.io-index" 4439 - checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 4440 - dependencies = [ 4441 - "openssl-probe", 4442 - "rustls-pemfile 1.0.4", 4443 - "schannel", 4444 - "security-framework", 4445 - ] 4446 - 4447 - [[package]] 4448 - name = "rustls-native-certs" 4449 - version = "0.8.0" 4450 - source = "registry+https://github.com/rust-lang/crates.io-index" 4451 - checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a" 4452 - dependencies = [ 4453 - "openssl-probe", 4454 - "rustls-pemfile 2.2.0", 4455 - "rustls-pki-types", 4456 - "schannel", 4457 - "security-framework", 4458 - ] 4459 - 4460 - [[package]] 4461 - name = "rustls-pemfile" 4462 - version = "1.0.4" 4463 - source = "registry+https://github.com/rust-lang/crates.io-index" 4464 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 4465 - dependencies = [ 4466 - "base64 0.21.7", 4467 - ] 4468 - 4469 - [[package]] 4470 - name = "rustls-pemfile" 4471 - version = "2.2.0" 4472 - source = "registry+https://github.com/rust-lang/crates.io-index" 4473 - checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 4474 - dependencies = [ 4475 - "rustls-pki-types", 4476 - ] 4477 - 4478 - [[package]] 4479 - name = "rustls-pki-types" 4480 - version = "1.9.0" 4481 - source = "registry+https://github.com/rust-lang/crates.io-index" 4482 - checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55" 4483 - 4484 - [[package]] 4485 - name = "rustls-webpki" 4486 - version = "0.101.7" 4487 - source = "registry+https://github.com/rust-lang/crates.io-index" 4488 - checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 4489 - dependencies = [ 4490 - "ring", 4491 - "untrusted", 4492 - ] 4493 - 4494 - [[package]] 4495 - name = "rustls-webpki" 4496 - version = "0.102.8" 4497 - source = "registry+https://github.com/rust-lang/crates.io-index" 4498 - checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 4499 - dependencies = [ 4500 - "ring", 4501 - "rustls-pki-types", 4502 - "untrusted", 4503 - ] 4504 - 4505 - [[package]] 4506 - name = "rustversion" 4507 - version = "1.0.17" 4508 - source = "registry+https://github.com/rust-lang/crates.io-index" 4509 - checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 4510 - 4511 - [[package]] 4512 - name = "ryu" 4513 - version = "1.0.18" 4514 - source = "registry+https://github.com/rust-lang/crates.io-index" 4515 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 4516 - 4517 - [[package]] 4518 - name = "same-file" 4519 - version = "1.0.6" 4520 - source = "registry+https://github.com/rust-lang/crates.io-index" 4521 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4522 - dependencies = [ 4523 - "winapi-util", 4524 - ] 4525 - 4526 - [[package]] 4527 - name = "schannel" 4528 - version = "0.1.26" 4529 - source = "registry+https://github.com/rust-lang/crates.io-index" 4530 - checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" 4531 - dependencies = [ 4532 - "windows-sys 0.59.0", 4533 - ] 4534 - 4535 - [[package]] 4536 - name = "scheduled-thread-pool" 4537 - version = "0.2.7" 4538 - source = "registry+https://github.com/rust-lang/crates.io-index" 4539 - checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19" 4540 - dependencies = [ 4541 - "parking_lot", 4542 - ] 4543 - 4544 - [[package]] 4545 - name = "schemars" 4546 - version = "0.8.21" 4547 - source = "registry+https://github.com/rust-lang/crates.io-index" 4548 - checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" 4549 - dependencies = [ 4550 - "dyn-clone", 4551 - "schemars_derive", 4552 - "serde", 4553 - "serde_json", 4554 - ] 4555 - 4556 - [[package]] 4557 - name = "schemars_derive" 4558 - version = "0.8.21" 4559 - source = "registry+https://github.com/rust-lang/crates.io-index" 4560 - checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" 4561 - dependencies = [ 4562 - "proc-macro2", 4563 - "quote", 4564 - "serde_derive_internals", 4565 - "syn 2.0.79", 4566 - ] 4567 - 4568 - [[package]] 4569 - name = "scopeguard" 4570 - version = "1.2.0" 4571 - source = "registry+https://github.com/rust-lang/crates.io-index" 4572 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4573 - 4574 - [[package]] 4575 - name = "sct" 4576 - version = "0.7.1" 4577 - source = "registry+https://github.com/rust-lang/crates.io-index" 4578 - checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 4579 - dependencies = [ 4580 - "ring", 4581 - "untrusted", 4582 - ] 4583 - 4584 - [[package]] 4585 - name = "security-framework" 4586 - version = "2.11.1" 4587 - source = "registry+https://github.com/rust-lang/crates.io-index" 4588 - checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 4589 - dependencies = [ 4590 - "bitflags 2.6.0", 4591 - "core-foundation", 4592 - "core-foundation-sys", 4593 - "libc", 4594 - "security-framework-sys", 4595 - ] 4596 - 4597 - [[package]] 4598 - name = "security-framework-sys" 4599 - version = "2.12.0" 4600 - source = "registry+https://github.com/rust-lang/crates.io-index" 4601 - checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6" 4602 - dependencies = [ 4603 - "core-foundation-sys", 4604 - "libc", 4605 - ] 4606 - 4607 - [[package]] 4608 - name = "semver" 4609 - version = "1.0.23" 4610 - source = "registry+https://github.com/rust-lang/crates.io-index" 4611 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 4612 - dependencies = [ 4613 - "serde", 4614 - ] 4615 - 4616 - [[package]] 4617 - name = "seq-macro" 4618 - version = "0.3.5" 4619 - source = "registry+https://github.com/rust-lang/crates.io-index" 4620 - checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" 4621 - 4622 - [[package]] 4623 - name = "serde" 4624 - version = "1.0.210" 4625 - source = "registry+https://github.com/rust-lang/crates.io-index" 4626 - checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" 4627 - dependencies = [ 4628 - "serde_derive", 4629 - ] 4630 - 4631 - [[package]] 4632 - name = "serde_derive" 4633 - version = "1.0.210" 4634 - source = "registry+https://github.com/rust-lang/crates.io-index" 4635 - checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" 4636 - dependencies = [ 4637 - "proc-macro2", 4638 - "quote", 4639 - "syn 2.0.79", 4640 - ] 4641 - 4642 - [[package]] 4643 - name = "serde_derive_internals" 4644 - version = "0.29.1" 4645 - source = "registry+https://github.com/rust-lang/crates.io-index" 4646 - checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" 4647 - dependencies = [ 4648 - "proc-macro2", 4649 - "quote", 4650 - "syn 2.0.79", 4651 - ] 4652 - 4653 - [[package]] 4654 - name = "serde_json" 4655 - version = "1.0.128" 4656 - source = "registry+https://github.com/rust-lang/crates.io-index" 4657 - checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" 4658 - dependencies = [ 4659 - "itoa", 4660 - "memchr", 4661 - "ryu", 4662 - "serde", 4663 - ] 4664 - 4665 - [[package]] 4666 - name = "serde_tokenstream" 4667 - version = "0.2.2" 4668 - source = "registry+https://github.com/rust-lang/crates.io-index" 4669 - checksum = "64060d864397305347a78851c51588fd283767e7e7589829e8121d65512340f1" 4670 - dependencies = [ 4671 - "proc-macro2", 4672 - "quote", 4673 - "serde", 4674 - "syn 2.0.79", 4675 - ] 4676 - 4677 - [[package]] 4678 - name = "serde_urlencoded" 4679 - version = "0.7.1" 4680 - source = "registry+https://github.com/rust-lang/crates.io-index" 4681 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4682 - dependencies = [ 4683 - "form_urlencoded", 4684 - "itoa", 4685 - "ryu", 4686 - "serde", 4687 - ] 4688 - 4689 - [[package]] 4690 - name = "serde_yaml" 4691 - version = "0.9.34+deprecated" 4692 - source = "registry+https://github.com/rust-lang/crates.io-index" 4693 - checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 4694 - dependencies = [ 4695 - "indexmap", 4696 - "itoa", 4697 - "ryu", 4698 - "serde", 4699 - "unsafe-libyaml", 4700 - ] 4701 - 4702 - [[package]] 4703 - name = "sha2" 4704 - version = "0.10.8" 4705 - source = "registry+https://github.com/rust-lang/crates.io-index" 4706 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 4707 - dependencies = [ 4708 - "cfg-if", 4709 - "cpufeatures", 4710 - "digest", 4711 - ] 4712 - 4713 - [[package]] 4714 - name = "sharded-slab" 4715 - version = "0.1.7" 4716 - source = "registry+https://github.com/rust-lang/crates.io-index" 4717 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4718 - dependencies = [ 4719 - "lazy_static", 4720 - ] 4721 - 4722 - [[package]] 4723 - name = "shellexpand" 4724 - version = "3.1.0" 4725 - source = "registry+https://github.com/rust-lang/crates.io-index" 4726 - checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" 4727 - dependencies = [ 4728 - "dirs", 4729 - ] 4730 - 4731 - [[package]] 4732 - name = "shlex" 4733 - version = "1.3.0" 4734 - source = "registry+https://github.com/rust-lang/crates.io-index" 4735 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4736 - 4737 - [[package]] 4738 - name = "signal-hook-registry" 4739 - version = "1.4.2" 4740 - source = "registry+https://github.com/rust-lang/crates.io-index" 4741 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 4742 - dependencies = [ 4743 - "libc", 4744 - ] 4745 - 4746 - [[package]] 4747 - name = "siphasher" 4748 - version = "0.3.11" 4749 - source = "registry+https://github.com/rust-lang/crates.io-index" 4750 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 4751 - 4752 - [[package]] 4753 - name = "skeptic" 4754 - version = "0.13.7" 4755 - source = "registry+https://github.com/rust-lang/crates.io-index" 4756 - checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8" 4757 - dependencies = [ 4758 - "bytecount", 4759 - "cargo_metadata", 4760 - "error-chain", 4761 - "glob", 4762 - "pulldown-cmark", 4763 - "tempfile", 4764 - "walkdir", 4765 - ] 4766 - 4767 - [[package]] 4768 - name = "sketches-ddsketch" 4769 - version = "0.2.2" 4770 - source = "registry+https://github.com/rust-lang/crates.io-index" 4771 - checksum = "85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c" 4772 - dependencies = [ 4773 - "serde", 4774 - ] 4775 - 4776 - [[package]] 4777 - name = "slab" 4778 - version = "0.4.9" 4779 - source = "registry+https://github.com/rust-lang/crates.io-index" 4780 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 4781 - dependencies = [ 4782 - "autocfg", 4783 - ] 4784 - 4785 - [[package]] 4786 - name = "smallvec" 4787 - version = "1.13.2" 4788 - source = "registry+https://github.com/rust-lang/crates.io-index" 4789 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 4790 - 4791 - [[package]] 4792 - name = "snafu" 4793 - version = "0.7.5" 4794 - source = "registry+https://github.com/rust-lang/crates.io-index" 4795 - checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6" 4796 - dependencies = [ 4797 - "doc-comment", 4798 - "snafu-derive", 4799 - ] 4800 - 4801 - [[package]] 4802 - name = "snafu-derive" 4803 - version = "0.7.5" 4804 - source = "registry+https://github.com/rust-lang/crates.io-index" 4805 - checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf" 4806 - dependencies = [ 4807 - "heck 0.4.1", 4808 - "proc-macro2", 4809 - "quote", 4810 - "syn 1.0.109", 4811 - ] 4812 - 4813 - [[package]] 4814 - name = "snap" 4815 - version = "1.1.1" 4816 - source = "registry+https://github.com/rust-lang/crates.io-index" 4817 - checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" 4818 - 4819 - [[package]] 4820 - name = "socket2" 4821 - version = "0.4.10" 4822 - source = "registry+https://github.com/rust-lang/crates.io-index" 4823 - checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 4824 - dependencies = [ 4825 - "libc", 4826 - "winapi", 4827 - ] 4828 - 4829 - [[package]] 4830 - name = "socket2" 4831 - version = "0.5.7" 4832 - source = "registry+https://github.com/rust-lang/crates.io-index" 4833 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 4834 - dependencies = [ 4835 - "libc", 4836 - "windows-sys 0.52.0", 4837 - ] 4838 - 4839 - [[package]] 4840 - name = "spin" 4841 - version = "0.9.8" 4842 - source = "registry+https://github.com/rust-lang/crates.io-index" 4843 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 4844 - 4845 - [[package]] 4846 - name = "sqlparser" 4847 - version = "0.49.0" 4848 - source = "registry+https://github.com/rust-lang/crates.io-index" 4849 - checksum = "a4a404d0e14905361b918cb8afdb73605e25c1d5029312bd9785142dcb3aa49e" 4850 - dependencies = [ 4851 - "log", 4852 - "sqlparser_derive", 4853 - ] 4854 - 4855 - [[package]] 4856 - name = "sqlparser_derive" 4857 - version = "0.2.2" 4858 - source = "registry+https://github.com/rust-lang/crates.io-index" 4859 - checksum = "01b2e185515564f15375f593fb966b5718bc624ba77fe49fa4616ad619690554" 4860 - dependencies = [ 4861 - "proc-macro2", 4862 - "quote", 4863 - "syn 2.0.79", 4864 - ] 4865 - 4866 - [[package]] 4867 - name = "stable_deref_trait" 4868 - version = "1.2.0" 4869 - source = "registry+https://github.com/rust-lang/crates.io-index" 4870 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 4871 - 4872 - [[package]] 4873 - name = "static_assertions" 4874 - version = "1.1.0" 4875 - source = "registry+https://github.com/rust-lang/crates.io-index" 4876 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4877 - 4878 - [[package]] 4879 - name = "std_prelude" 4880 - version = "0.2.12" 4881 - source = "registry+https://github.com/rust-lang/crates.io-index" 4882 - checksum = "8207e78455ffdf55661170876f88daf85356e4edd54e0a3dbc79586ca1e50cbe" 4883 - 4884 - [[package]] 4885 - name = "stfu8" 4886 - version = "0.2.7" 4887 - source = "registry+https://github.com/rust-lang/crates.io-index" 4888 - checksum = "e51f1e89f093f99e7432c491c382b88a6860a5adbe6bf02574bf0a08efff1978" 4889 - 4890 - [[package]] 4891 - name = "strum" 4892 - version = "0.26.3" 4893 - source = "registry+https://github.com/rust-lang/crates.io-index" 4894 - checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 4895 - dependencies = [ 4896 - "strum_macros", 4897 - ] 4898 - 4899 - [[package]] 4900 - name = "strum_macros" 4901 - version = "0.26.4" 4902 - source = "registry+https://github.com/rust-lang/crates.io-index" 4903 - checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 4904 - dependencies = [ 4905 - "heck 0.5.0", 4906 - "proc-macro2", 4907 - "quote", 4908 - "rustversion", 4909 - "syn 2.0.79", 4910 - ] 4911 - 4912 - [[package]] 4913 - name = "substrait" 4914 - version = "0.36.0" 4915 - source = "registry+https://github.com/rust-lang/crates.io-index" 4916 - checksum = "b1ee6e584c8bf37104b7eb51c25eae07a9321b0e01379bec3b7c462d2f42afbf" 4917 - dependencies = [ 4918 - "heck 0.5.0", 4919 - "pbjson", 4920 - "pbjson-build", 4921 - "pbjson-types", 4922 - "prettyplease 0.2.22", 4923 - "prost 0.12.6", 4924 - "prost-build 0.12.6", 4925 - "prost-types 0.12.6", 4926 - "schemars", 4927 - "semver", 4928 - "serde", 4929 - "serde_json", 4930 - "serde_yaml", 4931 - "syn 2.0.79", 4932 - "typify", 4933 - "walkdir", 4934 - ] 4935 - 4936 - [[package]] 4937 - name = "subtle" 4938 - version = "2.6.1" 4939 - source = "registry+https://github.com/rust-lang/crates.io-index" 4940 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 4941 - 4942 - [[package]] 4943 - name = "syn" 4944 - version = "1.0.109" 4945 - source = "registry+https://github.com/rust-lang/crates.io-index" 4946 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 4947 - dependencies = [ 4948 - "proc-macro2", 4949 - "quote", 4950 - "unicode-ident", 4951 - ] 4952 - 4953 - [[package]] 4954 - name = "syn" 4955 - version = "2.0.79" 4956 - source = "registry+https://github.com/rust-lang/crates.io-index" 4957 - checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590" 4958 - dependencies = [ 4959 - "proc-macro2", 4960 - "quote", 4961 - "unicode-ident", 4962 - ] 4963 - 4964 - [[package]] 4965 - name = "sync_wrapper" 4966 - version = "1.0.1" 4967 - source = "registry+https://github.com/rust-lang/crates.io-index" 4968 - checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 4969 - dependencies = [ 4970 - "futures-core", 4971 - ] 4972 - 4973 - [[package]] 4974 - name = "tagptr" 4975 - version = "0.2.0" 4976 - source = "registry+https://github.com/rust-lang/crates.io-index" 4977 - checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 4978 - 4979 - [[package]] 4980 - name = "tantivy" 4981 - version = "0.22.0" 4982 - source = "registry+https://github.com/rust-lang/crates.io-index" 4983 - checksum = "f8d0582f186c0a6d55655d24543f15e43607299425c5ad8352c242b914b31856" 4984 - dependencies = [ 4985 - "aho-corasick", 4986 - "arc-swap", 4987 - "base64 0.22.1", 4988 - "bitpacking", 4989 - "byteorder", 4990 - "census", 4991 - "crc32fast", 4992 - "crossbeam-channel", 4993 - "downcast-rs", 4994 - "fastdivide", 4995 - "fnv", 4996 - "fs4", 4997 - "htmlescape", 4998 - "itertools 0.12.1", 4999 - "levenshtein_automata", 5000 - "log", 5001 - "lru", 5002 - "lz4_flex", 5003 - "measure_time", 5004 - "memmap2", 5005 - "num_cpus", 5006 - "once_cell", 5007 - "oneshot", 5008 - "rayon", 5009 - "regex", 5010 - "rust-stemmers", 5011 - "rustc-hash 1.1.0", 5012 - "serde", 5013 - "serde_json", 5014 - "sketches-ddsketch", 5015 - "smallvec", 5016 - "tantivy-bitpacker", 5017 - "tantivy-columnar", 5018 - "tantivy-common", 5019 - "tantivy-fst", 5020 - "tantivy-query-grammar", 5021 - "tantivy-stacker", 5022 - "tantivy-tokenizer-api", 5023 - "tempfile", 5024 - "thiserror", 5025 - "time", 5026 - "uuid", 5027 - "winapi", 5028 - ] 5029 - 5030 - [[package]] 5031 - name = "tantivy-bitpacker" 5032 - version = "0.6.0" 5033 - source = "registry+https://github.com/rust-lang/crates.io-index" 5034 - checksum = "284899c2325d6832203ac6ff5891b297fc5239c3dc754c5bc1977855b23c10df" 5035 - dependencies = [ 5036 - "bitpacking", 5037 - ] 5038 - 5039 - [[package]] 5040 - name = "tantivy-columnar" 5041 - version = "0.3.0" 5042 - source = "registry+https://github.com/rust-lang/crates.io-index" 5043 - checksum = "12722224ffbe346c7fec3275c699e508fd0d4710e629e933d5736ec524a1f44e" 5044 - dependencies = [ 5045 - "downcast-rs", 5046 - "fastdivide", 5047 - "itertools 0.12.1", 5048 - "serde", 5049 - "tantivy-bitpacker", 5050 - "tantivy-common", 5051 - "tantivy-sstable", 5052 - "tantivy-stacker", 5053 - ] 5054 - 5055 - [[package]] 5056 - name = "tantivy-common" 5057 - version = "0.7.0" 5058 - source = "registry+https://github.com/rust-lang/crates.io-index" 5059 - checksum = "8019e3cabcfd20a1380b491e13ff42f57bb38bf97c3d5fa5c07e50816e0621f4" 5060 - dependencies = [ 5061 - "async-trait", 5062 - "byteorder", 5063 - "ownedbytes", 5064 - "serde", 5065 - "time", 5066 - ] 5067 - 5068 - [[package]] 5069 - name = "tantivy-fst" 5070 - version = "0.5.0" 5071 - source = "registry+https://github.com/rust-lang/crates.io-index" 5072 - checksum = "d60769b80ad7953d8a7b2c70cdfe722bbcdcac6bccc8ac934c40c034d866fc18" 5073 - dependencies = [ 5074 - "byteorder", 5075 - "regex-syntax", 5076 - "utf8-ranges", 5077 - ] 5078 - 5079 - [[package]] 5080 - name = "tantivy-query-grammar" 5081 - version = "0.22.0" 5082 - source = "registry+https://github.com/rust-lang/crates.io-index" 5083 - checksum = "847434d4af57b32e309f4ab1b4f1707a6c566656264caa427ff4285c4d9d0b82" 5084 - dependencies = [ 5085 - "nom", 5086 - ] 5087 - 5088 - [[package]] 5089 - name = "tantivy-sstable" 5090 - version = "0.3.0" 5091 - source = "registry+https://github.com/rust-lang/crates.io-index" 5092 - checksum = "c69578242e8e9fc989119f522ba5b49a38ac20f576fc778035b96cc94f41f98e" 5093 - dependencies = [ 5094 - "tantivy-bitpacker", 5095 - "tantivy-common", 5096 - "tantivy-fst", 5097 - "zstd", 5098 - ] 5099 - 5100 - [[package]] 5101 - name = "tantivy-stacker" 5102 - version = "0.3.0" 5103 - source = "registry+https://github.com/rust-lang/crates.io-index" 5104 - checksum = "c56d6ff5591fc332739b3ce7035b57995a3ce29a93ffd6012660e0949c956ea8" 5105 - dependencies = [ 5106 - "murmurhash32", 5107 - "rand_distr", 5108 - "tantivy-common", 5109 - ] 5110 - 5111 - [[package]] 5112 - name = "tantivy-tokenizer-api" 5113 - version = "0.3.0" 5114 - source = "registry+https://github.com/rust-lang/crates.io-index" 5115 - checksum = "2a0dcade25819a89cfe6f17d932c9cedff11989936bf6dd4f336d50392053b04" 5116 - dependencies = [ 5117 - "serde", 5118 - ] 5119 - 5120 - [[package]] 5121 - name = "tap" 5122 - version = "1.0.1" 5123 - source = "registry+https://github.com/rust-lang/crates.io-index" 5124 - checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 5125 - 5126 - [[package]] 5127 - name = "tar" 5128 - version = "0.4.42" 5129 - source = "registry+https://github.com/rust-lang/crates.io-index" 5130 - checksum = "4ff6c40d3aedb5e06b57c6f669ad17ab063dd1e63d977c6a88e7f4dfa4f04020" 5131 - dependencies = [ 5132 - "filetime", 5133 - "libc", 5134 - "xattr", 5135 - ] 5136 - 5137 - [[package]] 5138 - name = "target-lexicon" 5139 - version = "0.12.16" 5140 - source = "registry+https://github.com/rust-lang/crates.io-index" 5141 - checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 5142 - 5143 - [[package]] 5144 - name = "tempfile" 5145 - version = "3.13.0" 5146 - source = "registry+https://github.com/rust-lang/crates.io-index" 5147 - checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" 5148 - dependencies = [ 5149 - "cfg-if", 5150 - "fastrand 2.1.1", 5151 - "once_cell", 5152 - "rustix 0.38.37", 5153 - "windows-sys 0.59.0", 5154 - ] 5155 - 5156 - [[package]] 5157 - name = "termcolor" 5158 - version = "1.4.1" 5159 - source = "registry+https://github.com/rust-lang/crates.io-index" 5160 - checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 5161 - dependencies = [ 5162 - "winapi-util", 5163 - ] 5164 - 5165 - [[package]] 5166 - name = "tfrecord" 5167 - version = "0.15.0" 5168 - source = "registry+https://github.com/rust-lang/crates.io-index" 5169 - checksum = "7036e822a1d906b8a49620e524a6fe21ab956583ac77f1427e908c61499a1f78" 5170 - dependencies = [ 5171 - "anyhow", 5172 - "async-std", 5173 - "bytemuck", 5174 - "crc", 5175 - "flate2", 5176 - "futures", 5177 - "glob", 5178 - "hex", 5179 - "hostname", 5180 - "integer-encoding 4.0.2", 5181 - "itertools 0.11.0", 5182 - "noisy_float", 5183 - "num", 5184 - "num-traits", 5185 - "once_cell", 5186 - "pin-project", 5187 - "prost 0.12.6", 5188 - "prost-build 0.12.6", 5189 - "tar", 5190 - "thiserror", 5191 - "ureq", 5192 - ] 5193 - 5194 - [[package]] 5195 - name = "thiserror" 5196 - version = "1.0.64" 5197 - source = "registry+https://github.com/rust-lang/crates.io-index" 5198 - checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" 5199 - dependencies = [ 5200 - "thiserror-impl", 5201 - ] 5202 - 5203 - [[package]] 5204 - name = "thiserror-impl" 5205 - version = "1.0.64" 5206 - source = "registry+https://github.com/rust-lang/crates.io-index" 5207 - checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" 5208 - dependencies = [ 5209 - "proc-macro2", 5210 - "quote", 5211 - "syn 2.0.79", 5212 - ] 5213 - 5214 - [[package]] 5215 - name = "thread_local" 5216 - version = "1.1.8" 5217 - source = "registry+https://github.com/rust-lang/crates.io-index" 5218 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 5219 - dependencies = [ 5220 - "cfg-if", 5221 - "once_cell", 5222 - ] 5223 - 5224 - [[package]] 5225 - name = "thrift" 5226 - version = "0.17.0" 5227 - source = "registry+https://github.com/rust-lang/crates.io-index" 5228 - checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09" 5229 - dependencies = [ 5230 - "byteorder", 5231 - "integer-encoding 3.0.4", 5232 - "ordered-float", 5233 - ] 5234 - 5235 - [[package]] 5236 - name = "time" 5237 - version = "0.3.36" 5238 - source = "registry+https://github.com/rust-lang/crates.io-index" 5239 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 5240 - dependencies = [ 5241 - "deranged", 5242 - "itoa", 5243 - "num-conv", 5244 - "powerfmt", 5245 - "serde", 5246 - "time-core", 5247 - "time-macros", 5248 - ] 5249 - 5250 - [[package]] 5251 - name = "time-core" 5252 - version = "0.1.2" 5253 - source = "registry+https://github.com/rust-lang/crates.io-index" 5254 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 5255 - 5256 - [[package]] 5257 - name = "time-macros" 5258 - version = "0.2.18" 5259 - source = "registry+https://github.com/rust-lang/crates.io-index" 5260 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 5261 - dependencies = [ 5262 - "num-conv", 5263 - "time-core", 5264 - ] 5265 - 5266 - [[package]] 5267 - name = "tiny-keccak" 5268 - version = "2.0.2" 5269 - source = "registry+https://github.com/rust-lang/crates.io-index" 5270 - checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 5271 - dependencies = [ 5272 - "crunchy", 5273 - ] 5274 - 5275 - [[package]] 5276 - name = "tinyvec" 5277 - version = "1.8.0" 5278 - source = "registry+https://github.com/rust-lang/crates.io-index" 5279 - checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 5280 - dependencies = [ 5281 - "tinyvec_macros", 5282 - ] 5283 - 5284 - [[package]] 5285 - name = "tinyvec_macros" 5286 - version = "0.1.1" 5287 - source = "registry+https://github.com/rust-lang/crates.io-index" 5288 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5289 - 5290 - [[package]] 5291 - name = "tokio" 5292 - version = "1.40.0" 5293 - source = "registry+https://github.com/rust-lang/crates.io-index" 5294 - checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" 5295 - dependencies = [ 5296 - "backtrace", 5297 - "bytes", 5298 - "libc", 5299 - "mio", 5300 - "pin-project-lite", 5301 - "signal-hook-registry", 5302 - "socket2 0.5.7", 5303 - "tokio-macros", 5304 - "windows-sys 0.52.0", 5305 - ] 5306 - 5307 - [[package]] 5308 - name = "tokio-macros" 5309 - version = "2.4.0" 5310 - source = "registry+https://github.com/rust-lang/crates.io-index" 5311 - checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 5312 - dependencies = [ 5313 - "proc-macro2", 5314 - "quote", 5315 - "syn 2.0.79", 5316 - ] 5317 - 5318 - [[package]] 5319 - name = "tokio-rustls" 5320 - version = "0.24.1" 5321 - source = "registry+https://github.com/rust-lang/crates.io-index" 5322 - checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 5323 - dependencies = [ 5324 - "rustls 0.21.12", 5325 - "tokio", 5326 - ] 5327 - 5328 - [[package]] 5329 - name = "tokio-rustls" 5330 - version = "0.26.0" 5331 - source = "registry+https://github.com/rust-lang/crates.io-index" 5332 - checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 5333 - dependencies = [ 5334 - "rustls 0.23.14", 5335 - "rustls-pki-types", 5336 - "tokio", 5337 - ] 5338 - 5339 - [[package]] 5340 - name = "tokio-stream" 5341 - version = "0.1.16" 5342 - source = "registry+https://github.com/rust-lang/crates.io-index" 5343 - checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" 5344 - dependencies = [ 5345 - "futures-core", 5346 - "pin-project-lite", 5347 - "tokio", 5348 - ] 5349 - 5350 - [[package]] 5351 - name = "tokio-util" 5352 - version = "0.7.12" 5353 - source = "registry+https://github.com/rust-lang/crates.io-index" 5354 - checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 5355 - dependencies = [ 5356 - "bytes", 5357 - "futures-core", 5358 - "futures-sink", 5359 - "pin-project-lite", 5360 - "tokio", 5361 - ] 5362 - 5363 - [[package]] 5364 - name = "tower-service" 5365 - version = "0.3.3" 5366 - source = "registry+https://github.com/rust-lang/crates.io-index" 5367 - checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 5368 - 5369 - [[package]] 5370 - name = "tracing" 5371 - version = "0.1.40" 5372 - source = "registry+https://github.com/rust-lang/crates.io-index" 5373 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 5374 - dependencies = [ 5375 - "pin-project-lite", 5376 - "tracing-attributes", 5377 - "tracing-core", 5378 - ] 5379 - 5380 - [[package]] 5381 - name = "tracing-attributes" 5382 - version = "0.1.27" 5383 - source = "registry+https://github.com/rust-lang/crates.io-index" 5384 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 5385 - dependencies = [ 5386 - "proc-macro2", 5387 - "quote", 5388 - "syn 2.0.79", 5389 - ] 5390 - 5391 - [[package]] 5392 - name = "tracing-chrome" 5393 - version = "0.7.2" 5394 - source = "registry+https://github.com/rust-lang/crates.io-index" 5395 - checksum = "bf0a738ed5d6450a9fb96e86a23ad808de2b727fd1394585da5cdd6788ffe724" 5396 - dependencies = [ 5397 - "serde_json", 5398 - "tracing-core", 5399 - "tracing-subscriber", 5400 - ] 5401 - 5402 - [[package]] 5403 - name = "tracing-core" 5404 - version = "0.1.32" 5405 - source = "registry+https://github.com/rust-lang/crates.io-index" 5406 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 5407 - dependencies = [ 5408 - "once_cell", 5409 - "valuable", 5410 - ] 5411 - 5412 - [[package]] 5413 - name = "tracing-log" 5414 - version = "0.2.0" 5415 - source = "registry+https://github.com/rust-lang/crates.io-index" 5416 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5417 - dependencies = [ 5418 - "log", 5419 - "once_cell", 5420 - "tracing-core", 5421 - ] 5422 - 5423 - [[package]] 5424 - name = "tracing-subscriber" 5425 - version = "0.3.18" 5426 - source = "registry+https://github.com/rust-lang/crates.io-index" 5427 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 5428 - dependencies = [ 5429 - "nu-ansi-term", 5430 - "sharded-slab", 5431 - "smallvec", 5432 - "thread_local", 5433 - "tracing-core", 5434 - "tracing-log", 5435 - ] 5436 - 5437 - [[package]] 5438 - name = "triomphe" 5439 - version = "0.1.14" 5440 - source = "registry+https://github.com/rust-lang/crates.io-index" 5441 - checksum = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85" 5442 - 5443 - [[package]] 5444 - name = "try-lock" 5445 - version = "0.2.5" 5446 - source = "registry+https://github.com/rust-lang/crates.io-index" 5447 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 5448 - 5449 - [[package]] 5450 - name = "twox-hash" 5451 - version = "1.6.3" 5452 - source = "registry+https://github.com/rust-lang/crates.io-index" 5453 - checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 5454 - dependencies = [ 5455 - "cfg-if", 5456 - "static_assertions", 5457 - ] 5458 - 5459 - [[package]] 5460 - name = "typenum" 5461 - version = "1.17.0" 5462 - source = "registry+https://github.com/rust-lang/crates.io-index" 5463 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 5464 - 5465 - [[package]] 5466 - name = "typify" 5467 - version = "0.1.0" 5468 - source = "registry+https://github.com/rust-lang/crates.io-index" 5469 - checksum = "adb6beec125971dda80a086f90b4a70f60f222990ce4d63ad0fc140492f53444" 5470 - dependencies = [ 5471 - "typify-impl", 5472 - "typify-macro", 5473 - ] 5474 - 5475 - [[package]] 5476 - name = "typify-impl" 5477 - version = "0.1.0" 5478 - source = "registry+https://github.com/rust-lang/crates.io-index" 5479 - checksum = "93bbb24e990654aff858d80fee8114f4322f7d7a1b1ecb45129e2fcb0d0ad5ae" 5480 - dependencies = [ 5481 - "heck 0.5.0", 5482 - "log", 5483 - "proc-macro2", 5484 - "quote", 5485 - "regress", 5486 - "schemars", 5487 - "semver", 5488 - "serde", 5489 - "serde_json", 5490 - "syn 2.0.79", 5491 - "thiserror", 5492 - "unicode-ident", 5493 - ] 5494 - 5495 - [[package]] 5496 - name = "typify-macro" 5497 - version = "0.1.0" 5498 - source = "registry+https://github.com/rust-lang/crates.io-index" 5499 - checksum = "f8e6491896e955692d68361c68db2b263e3bec317ec0b684e0e2fa882fb6e31e" 5500 - dependencies = [ 5501 - "proc-macro2", 5502 - "quote", 5503 - "schemars", 5504 - "semver", 5505 - "serde", 5506 - "serde_json", 5507 - "serde_tokenstream", 5508 - "syn 2.0.79", 5509 - "typify-impl", 5510 - ] 5511 - 5512 - [[package]] 5513 - name = "unicase" 5514 - version = "2.7.0" 5515 - source = "registry+https://github.com/rust-lang/crates.io-index" 5516 - checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 5517 - dependencies = [ 5518 - "version_check", 5519 - ] 5520 - 5521 - [[package]] 5522 - name = "unicode-bidi" 5523 - version = "0.3.17" 5524 - source = "registry+https://github.com/rust-lang/crates.io-index" 5525 - checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" 5526 - 5527 - [[package]] 5528 - name = "unicode-ident" 5529 - version = "1.0.13" 5530 - source = "registry+https://github.com/rust-lang/crates.io-index" 5531 - checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 5532 - 5533 - [[package]] 5534 - name = "unicode-normalization" 5535 - version = "0.1.24" 5536 - source = "registry+https://github.com/rust-lang/crates.io-index" 5537 - checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 5538 - dependencies = [ 5539 - "tinyvec", 5540 - ] 5541 - 5542 - [[package]] 5543 - name = "unicode-segmentation" 5544 - version = "1.12.0" 5545 - source = "registry+https://github.com/rust-lang/crates.io-index" 5546 - checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 5547 - 5548 - [[package]] 5549 - name = "unicode-width" 5550 - version = "0.1.14" 5551 - source = "registry+https://github.com/rust-lang/crates.io-index" 5552 - checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 5553 - 5554 - [[package]] 5555 - name = "unindent" 5556 - version = "0.2.3" 5557 - source = "registry+https://github.com/rust-lang/crates.io-index" 5558 - checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" 5559 - 5560 - [[package]] 5561 - name = "unsafe-libyaml" 5562 - version = "0.2.11" 5563 - source = "registry+https://github.com/rust-lang/crates.io-index" 5564 - checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 5565 - 5566 - [[package]] 5567 - name = "untrusted" 5568 - version = "0.9.0" 5569 - source = "registry+https://github.com/rust-lang/crates.io-index" 5570 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 5571 - 5572 - [[package]] 5573 - name = "ureq" 5574 - version = "2.10.1" 5575 - source = "registry+https://github.com/rust-lang/crates.io-index" 5576 - checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a" 5577 - dependencies = [ 5578 - "base64 0.22.1", 5579 - "flate2", 5580 - "log", 5581 - "once_cell", 5582 - "rustls 0.23.14", 5583 - "rustls-pki-types", 5584 - "url", 5585 - "webpki-roots", 5586 - ] 5587 - 5588 - [[package]] 5589 - name = "url" 5590 - version = "2.5.2" 5591 - source = "registry+https://github.com/rust-lang/crates.io-index" 5592 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 5593 - dependencies = [ 5594 - "form_urlencoded", 5595 - "idna", 5596 - "percent-encoding", 5597 - ] 5598 - 5599 - [[package]] 5600 - name = "urlencoding" 5601 - version = "2.1.3" 5602 - source = "registry+https://github.com/rust-lang/crates.io-index" 5603 - checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 5604 - 5605 - [[package]] 5606 - name = "utf8-ranges" 5607 - version = "1.0.5" 5608 - source = "registry+https://github.com/rust-lang/crates.io-index" 5609 - checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba" 5610 - 5611 - [[package]] 5612 - name = "uuid" 5613 - version = "1.10.0" 5614 - source = "registry+https://github.com/rust-lang/crates.io-index" 5615 - checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" 5616 - dependencies = [ 5617 - "getrandom", 5618 - "serde", 5619 - ] 5620 - 5621 - [[package]] 5622 - name = "valuable" 5623 - version = "0.1.0" 5624 - source = "registry+https://github.com/rust-lang/crates.io-index" 5625 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 5626 - 5627 - [[package]] 5628 - name = "value-bag" 5629 - version = "1.9.0" 5630 - source = "registry+https://github.com/rust-lang/crates.io-index" 5631 - checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" 5632 - 5633 - [[package]] 5634 - name = "version_check" 5635 - version = "0.9.5" 5636 - source = "registry+https://github.com/rust-lang/crates.io-index" 5637 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 5638 - 5639 - [[package]] 5640 - name = "vsimd" 5641 - version = "0.8.0" 5642 - source = "registry+https://github.com/rust-lang/crates.io-index" 5643 - checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 5644 - 5645 - [[package]] 5646 - name = "waker-fn" 5647 - version = "1.2.0" 5648 - source = "registry+https://github.com/rust-lang/crates.io-index" 5649 - checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" 5650 - 5651 - [[package]] 5652 - name = "walkdir" 5653 - version = "2.5.0" 5654 - source = "registry+https://github.com/rust-lang/crates.io-index" 5655 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 5656 - dependencies = [ 5657 - "same-file", 5658 - "winapi-util", 5659 - ] 5660 - 5661 - [[package]] 5662 - name = "want" 5663 - version = "0.3.1" 5664 - source = "registry+https://github.com/rust-lang/crates.io-index" 5665 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 5666 - dependencies = [ 5667 - "try-lock", 5668 - ] 5669 - 5670 - [[package]] 5671 - name = "wasi" 5672 - version = "0.11.0+wasi-snapshot-preview1" 5673 - source = "registry+https://github.com/rust-lang/crates.io-index" 5674 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5675 - 5676 - [[package]] 5677 - name = "wasm-bindgen" 5678 - version = "0.2.93" 5679 - source = "registry+https://github.com/rust-lang/crates.io-index" 5680 - checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" 5681 - dependencies = [ 5682 - "cfg-if", 5683 - "once_cell", 5684 - "wasm-bindgen-macro", 5685 - ] 5686 - 5687 - [[package]] 5688 - name = "wasm-bindgen-backend" 5689 - version = "0.2.93" 5690 - source = "registry+https://github.com/rust-lang/crates.io-index" 5691 - checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" 5692 - dependencies = [ 5693 - "bumpalo", 5694 - "log", 5695 - "once_cell", 5696 - "proc-macro2", 5697 - "quote", 5698 - "syn 2.0.79", 5699 - "wasm-bindgen-shared", 5700 - ] 5701 - 5702 - [[package]] 5703 - name = "wasm-bindgen-futures" 5704 - version = "0.4.43" 5705 - source = "registry+https://github.com/rust-lang/crates.io-index" 5706 - checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" 5707 - dependencies = [ 5708 - "cfg-if", 5709 - "js-sys", 5710 - "wasm-bindgen", 5711 - "web-sys", 5712 - ] 5713 - 5714 - [[package]] 5715 - name = "wasm-bindgen-macro" 5716 - version = "0.2.93" 5717 - source = "registry+https://github.com/rust-lang/crates.io-index" 5718 - checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" 5719 - dependencies = [ 5720 - "quote", 5721 - "wasm-bindgen-macro-support", 5722 - ] 5723 - 5724 - [[package]] 5725 - name = "wasm-bindgen-macro-support" 5726 - version = "0.2.93" 5727 - source = "registry+https://github.com/rust-lang/crates.io-index" 5728 - checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" 5729 - dependencies = [ 5730 - "proc-macro2", 5731 - "quote", 5732 - "syn 2.0.79", 5733 - "wasm-bindgen-backend", 5734 - "wasm-bindgen-shared", 5735 - ] 5736 - 5737 - [[package]] 5738 - name = "wasm-bindgen-shared" 5739 - version = "0.2.93" 5740 - source = "registry+https://github.com/rust-lang/crates.io-index" 5741 - checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" 5742 - 5743 - [[package]] 5744 - name = "wasm-streams" 5745 - version = "0.4.1" 5746 - source = "registry+https://github.com/rust-lang/crates.io-index" 5747 - checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd" 5748 - dependencies = [ 5749 - "futures-util", 5750 - "js-sys", 5751 - "wasm-bindgen", 5752 - "wasm-bindgen-futures", 5753 - "web-sys", 5754 - ] 5755 - 5756 - [[package]] 5757 - name = "web-sys" 5758 - version = "0.3.70" 5759 - source = "registry+https://github.com/rust-lang/crates.io-index" 5760 - checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" 5761 - dependencies = [ 5762 - "js-sys", 5763 - "wasm-bindgen", 5764 - ] 5765 - 5766 - [[package]] 5767 - name = "webpki-roots" 5768 - version = "0.26.6" 5769 - source = "registry+https://github.com/rust-lang/crates.io-index" 5770 - checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" 5771 - dependencies = [ 5772 - "rustls-pki-types", 5773 - ] 5774 - 5775 - [[package]] 5776 - name = "which" 5777 - version = "4.4.2" 5778 - source = "registry+https://github.com/rust-lang/crates.io-index" 5779 - checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 5780 - dependencies = [ 5781 - "either", 5782 - "home", 5783 - "once_cell", 5784 - "rustix 0.38.37", 5785 - ] 5786 - 5787 - [[package]] 5788 - name = "winapi" 5789 - version = "0.3.9" 5790 - source = "registry+https://github.com/rust-lang/crates.io-index" 5791 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5792 - dependencies = [ 5793 - "winapi-i686-pc-windows-gnu", 5794 - "winapi-x86_64-pc-windows-gnu", 5795 - ] 5796 - 5797 - [[package]] 5798 - name = "winapi-i686-pc-windows-gnu" 5799 - version = "0.4.0" 5800 - source = "registry+https://github.com/rust-lang/crates.io-index" 5801 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5802 - 5803 - [[package]] 5804 - name = "winapi-util" 5805 - version = "0.1.9" 5806 - source = "registry+https://github.com/rust-lang/crates.io-index" 5807 - checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 5808 - dependencies = [ 5809 - "windows-sys 0.59.0", 5810 - ] 5811 - 5812 - [[package]] 5813 - name = "winapi-x86_64-pc-windows-gnu" 5814 - version = "0.4.0" 5815 - source = "registry+https://github.com/rust-lang/crates.io-index" 5816 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5817 - 5818 - [[package]] 5819 - name = "windows-core" 5820 - version = "0.52.0" 5821 - source = "registry+https://github.com/rust-lang/crates.io-index" 5822 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 5823 - dependencies = [ 5824 - "windows-targets 0.52.6", 5825 - ] 5826 - 5827 - [[package]] 5828 - name = "windows-registry" 5829 - version = "0.2.0" 5830 - source = "registry+https://github.com/rust-lang/crates.io-index" 5831 - checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" 5832 - dependencies = [ 5833 - "windows-result", 5834 - "windows-strings", 5835 - "windows-targets 0.52.6", 5836 - ] 5837 - 5838 - [[package]] 5839 - name = "windows-result" 5840 - version = "0.2.0" 5841 - source = "registry+https://github.com/rust-lang/crates.io-index" 5842 - checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 5843 - dependencies = [ 5844 - "windows-targets 0.52.6", 5845 - ] 5846 - 5847 - [[package]] 5848 - name = "windows-strings" 5849 - version = "0.1.0" 5850 - source = "registry+https://github.com/rust-lang/crates.io-index" 5851 - checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 5852 - dependencies = [ 5853 - "windows-result", 5854 - "windows-targets 0.52.6", 5855 - ] 5856 - 5857 - [[package]] 5858 - name = "windows-sys" 5859 - version = "0.48.0" 5860 - source = "registry+https://github.com/rust-lang/crates.io-index" 5861 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 5862 - dependencies = [ 5863 - "windows-targets 0.48.5", 5864 - ] 5865 - 5866 - [[package]] 5867 - name = "windows-sys" 5868 - version = "0.52.0" 5869 - source = "registry+https://github.com/rust-lang/crates.io-index" 5870 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 5871 - dependencies = [ 5872 - "windows-targets 0.52.6", 5873 - ] 5874 - 5875 - [[package]] 5876 - name = "windows-sys" 5877 - version = "0.59.0" 5878 - source = "registry+https://github.com/rust-lang/crates.io-index" 5879 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 5880 - dependencies = [ 5881 - "windows-targets 0.52.6", 5882 - ] 5883 - 5884 - [[package]] 5885 - name = "windows-targets" 5886 - version = "0.48.5" 5887 - source = "registry+https://github.com/rust-lang/crates.io-index" 5888 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 5889 - dependencies = [ 5890 - "windows_aarch64_gnullvm 0.48.5", 5891 - "windows_aarch64_msvc 0.48.5", 5892 - "windows_i686_gnu 0.48.5", 5893 - "windows_i686_msvc 0.48.5", 5894 - "windows_x86_64_gnu 0.48.5", 5895 - "windows_x86_64_gnullvm 0.48.5", 5896 - "windows_x86_64_msvc 0.48.5", 5897 - ] 5898 - 5899 - [[package]] 5900 - name = "windows-targets" 5901 - version = "0.52.6" 5902 - source = "registry+https://github.com/rust-lang/crates.io-index" 5903 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 5904 - dependencies = [ 5905 - "windows_aarch64_gnullvm 0.52.6", 5906 - "windows_aarch64_msvc 0.52.6", 5907 - "windows_i686_gnu 0.52.6", 5908 - "windows_i686_gnullvm", 5909 - "windows_i686_msvc 0.52.6", 5910 - "windows_x86_64_gnu 0.52.6", 5911 - "windows_x86_64_gnullvm 0.52.6", 5912 - "windows_x86_64_msvc 0.52.6", 5913 - ] 5914 - 5915 - [[package]] 5916 - name = "windows_aarch64_gnullvm" 5917 - version = "0.48.5" 5918 - source = "registry+https://github.com/rust-lang/crates.io-index" 5919 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 5920 - 5921 - [[package]] 5922 - name = "windows_aarch64_gnullvm" 5923 - version = "0.52.6" 5924 - source = "registry+https://github.com/rust-lang/crates.io-index" 5925 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 5926 - 5927 - [[package]] 5928 - name = "windows_aarch64_msvc" 5929 - version = "0.48.5" 5930 - source = "registry+https://github.com/rust-lang/crates.io-index" 5931 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 5932 - 5933 - [[package]] 5934 - name = "windows_aarch64_msvc" 5935 - version = "0.52.6" 5936 - source = "registry+https://github.com/rust-lang/crates.io-index" 5937 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 5938 - 5939 - [[package]] 5940 - name = "windows_i686_gnu" 5941 - version = "0.48.5" 5942 - source = "registry+https://github.com/rust-lang/crates.io-index" 5943 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 5944 - 5945 - [[package]] 5946 - name = "windows_i686_gnu" 5947 - version = "0.52.6" 5948 - source = "registry+https://github.com/rust-lang/crates.io-index" 5949 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 5950 - 5951 - [[package]] 5952 - name = "windows_i686_gnullvm" 5953 - version = "0.52.6" 5954 - source = "registry+https://github.com/rust-lang/crates.io-index" 5955 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 5956 - 5957 - [[package]] 5958 - name = "windows_i686_msvc" 5959 - version = "0.48.5" 5960 - source = "registry+https://github.com/rust-lang/crates.io-index" 5961 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 5962 - 5963 - [[package]] 5964 - name = "windows_i686_msvc" 5965 - version = "0.52.6" 5966 - source = "registry+https://github.com/rust-lang/crates.io-index" 5967 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 5968 - 5969 - [[package]] 5970 - name = "windows_x86_64_gnu" 5971 - version = "0.48.5" 5972 - source = "registry+https://github.com/rust-lang/crates.io-index" 5973 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 5974 - 5975 - [[package]] 5976 - name = "windows_x86_64_gnu" 5977 - version = "0.52.6" 5978 - source = "registry+https://github.com/rust-lang/crates.io-index" 5979 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 5980 - 5981 - [[package]] 5982 - name = "windows_x86_64_gnullvm" 5983 - version = "0.48.5" 5984 - source = "registry+https://github.com/rust-lang/crates.io-index" 5985 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 5986 - 5987 - [[package]] 5988 - name = "windows_x86_64_gnullvm" 5989 - version = "0.52.6" 5990 - source = "registry+https://github.com/rust-lang/crates.io-index" 5991 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 5992 - 5993 - [[package]] 5994 - name = "windows_x86_64_msvc" 5995 - version = "0.48.5" 5996 - source = "registry+https://github.com/rust-lang/crates.io-index" 5997 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 5998 - 5999 - [[package]] 6000 - name = "windows_x86_64_msvc" 6001 - version = "0.52.6" 6002 - source = "registry+https://github.com/rust-lang/crates.io-index" 6003 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 6004 - 6005 - [[package]] 6006 - name = "wyz" 6007 - version = "0.5.1" 6008 - source = "registry+https://github.com/rust-lang/crates.io-index" 6009 - checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 6010 - dependencies = [ 6011 - "tap", 6012 - ] 6013 - 6014 - [[package]] 6015 - name = "xattr" 6016 - version = "1.3.1" 6017 - source = "registry+https://github.com/rust-lang/crates.io-index" 6018 - checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 6019 - dependencies = [ 6020 - "libc", 6021 - "linux-raw-sys 0.4.14", 6022 - "rustix 0.38.37", 6023 - ] 6024 - 6025 - [[package]] 6026 - name = "xmlparser" 6027 - version = "0.13.6" 6028 - source = "registry+https://github.com/rust-lang/crates.io-index" 6029 - checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" 6030 - 6031 - [[package]] 6032 - name = "xz2" 6033 - version = "0.1.7" 6034 - source = "registry+https://github.com/rust-lang/crates.io-index" 6035 - checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" 6036 - dependencies = [ 6037 - "lzma-sys", 6038 - ] 6039 - 6040 - [[package]] 6041 - name = "zerocopy" 6042 - version = "0.7.35" 6043 - source = "registry+https://github.com/rust-lang/crates.io-index" 6044 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 6045 - dependencies = [ 6046 - "byteorder", 6047 - "zerocopy-derive", 6048 - ] 6049 - 6050 - [[package]] 6051 - name = "zerocopy-derive" 6052 - version = "0.7.35" 6053 - source = "registry+https://github.com/rust-lang/crates.io-index" 6054 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 6055 - dependencies = [ 6056 - "proc-macro2", 6057 - "quote", 6058 - "syn 2.0.79", 6059 - ] 6060 - 6061 - [[package]] 6062 - name = "zeroize" 6063 - version = "1.8.1" 6064 - source = "registry+https://github.com/rust-lang/crates.io-index" 6065 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 6066 - 6067 - [[package]] 6068 - name = "zstd" 6069 - version = "0.13.2" 6070 - source = "registry+https://github.com/rust-lang/crates.io-index" 6071 - checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" 6072 - dependencies = [ 6073 - "zstd-safe", 6074 - ] 6075 - 6076 - [[package]] 6077 - name = "zstd-safe" 6078 - version = "7.2.1" 6079 - source = "registry+https://github.com/rust-lang/crates.io-index" 6080 - checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" 6081 - dependencies = [ 6082 - "zstd-sys", 6083 - ] 6084 - 6085 - [[package]] 6086 - name = "zstd-sys" 6087 - version = "2.0.12+zstd.1.5.6" 6088 - source = "registry+https://github.com/rust-lang/crates.io-index" 6089 - checksum = "0a4e40c320c3cb459d9a9ff6de98cff88f4751ee9275d140e2be94a2b74e4c13" 6090 - dependencies = [ 6091 - "cc", 6092 - "pkg-config", 6093 - ]
+23 -17
pkgs/development/python-modules/pylance/default.nix
··· 10 10 11 11 # buildInputs 12 12 libiconv, 13 + openssl, 13 14 protobuf, 14 15 darwin, 15 16 ··· 35 36 36 37 buildPythonPackage rec { 37 38 pname = "pylance"; 38 - version = "0.18.2"; 39 + version = "0.22.0"; 39 40 pyproject = true; 40 41 41 42 src = fetchFromGitHub { 42 43 owner = "lancedb"; 43 44 repo = "lance"; 44 45 tag = "v${version}"; 45 - hash = "sha256-CIIZbeRrraTqWronkspDpBVP/Z4JVoaiS5iBIXfsZGg="; 46 + hash = "sha256-UOrkVHgTX1JK6chYJ6I+VJUquwsKLnOI5solS9W21HY="; 46 47 }; 47 48 48 - buildAndTestSubdir = "python"; 49 + sourceRoot = "${src.name}/python"; 49 50 50 - cargoDeps = rustPlatform.importCargoLock { lockFile = ./Cargo.lock; }; 51 - 52 - postPatch = '' 53 - ln -s ${./Cargo.lock} Cargo.lock 54 - ''; 51 + cargoDeps = rustPlatform.fetchCargoVendor { 52 + inherit 53 + pname 54 + version 55 + src 56 + sourceRoot 57 + ; 58 + hash = "sha256-D9+rKV4rF5AVMxFfEohHufHC2mO75M80TuZaHDI0XMU="; 59 + }; 55 60 56 61 nativeBuildInputs = [ 57 62 pkg-config ··· 59 64 rustPlatform.cargoSetupHook 60 65 ]; 61 66 62 - build-system = [ rustPlatform.maturinBuildHook ]; 67 + build-system = [ 68 + rustPlatform.cargoSetupHook 69 + rustPlatform.maturinBuildHook 70 + ]; 63 71 64 72 buildInputs = 65 73 [ 66 74 libiconv 75 + openssl 67 76 protobuf 68 77 ] 69 78 ++ lib.optionals stdenv.hostPlatform.isDarwin ( ··· 98 107 ] ++ optional-dependencies.torch; 99 108 100 109 preCheck = '' 101 - cd python/python/tests 110 + cd python/tests 102 111 ''; 103 112 104 113 disabledTests = ··· 115 124 ++ [ 116 125 # incompatible with duckdb 1.1.1 117 126 "test_duckdb_pushdown_extension_types" 127 + # Writes to read-only build directory 128 + "test_add_data_storage_version" 129 + "test_fix_data_storage_version" 118 130 ]; 119 131 120 - passthru.updateScript = nix-update-script { 121 - extraArgs = [ 122 - "--generate-lockfile" 123 - "--lockfile-metadata-path" 124 - "python" 125 - ]; 126 - }; 132 + passthru.updateScript = nix-update-script { }; 127 133 128 134 meta = { 129 135 description = "Python wrapper for Lance columnar format";
+2 -2
pkgs/development/python-modules/pypck/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "pypck"; 15 - version = "0.8.3"; 15 + version = "0.8.5"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.11"; ··· 21 21 owner = "alengwenus"; 22 22 repo = "pypck"; 23 23 tag = version; 24 - hash = "sha256-5MfWFtCIGRHO68dGKDmf++2yWA/wcK3JlM+4o5HKuE8="; 24 + hash = "sha256-0CoADS76Ed2ICc8Y/LvtRhbG7mFQDWBsNQAnIUGK8m0="; 25 25 }; 26 26 27 27 postPatch = ''
+6 -6
pkgs/development/python-modules/pysiaalarm/default.nix
··· 8 8 setuptools-scm, 9 9 pytest-asyncio, 10 10 pytest-cases, 11 - pytest7CheckHook, 11 + pytest-cov-stub, 12 + pytestCheckHook, 12 13 pytz, 13 14 }: 14 15 15 16 buildPythonPackage rec { 16 17 pname = "pysiaalarm"; 17 18 version = "3.1.1"; 18 - format = "setuptools"; 19 + pyproject = true; 19 20 20 21 disabled = pythonOlder "3.8"; 21 22 ··· 27 28 postPatch = '' 28 29 substituteInPlace setup.cfg \ 29 30 --replace "==" ">=" 30 - substituteInPlace pytest.ini \ 31 - --replace "--cov pysiaalarm --cov-report term-missing" "" 32 31 ''; 33 32 34 - nativeBuildInputs = [ setuptools-scm ]; 33 + build-system = [ setuptools-scm ]; 35 34 36 35 propagatedBuildInputs = [ 37 36 dataclasses-json ··· 42 41 nativeCheckInputs = [ 43 42 pytest-asyncio 44 43 pytest-cases 45 - pytest7CheckHook 44 + pytest-cov-stub 45 + pytestCheckHook 46 46 ]; 47 47 48 48 pythonImportsCheck = [
+2 -2
pkgs/development/python-modules/pysmlight/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pysmlight"; 16 - version = "0.1.5"; 16 + version = "0.1.7"; 17 17 pyproject = true; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "smlight-tech"; 21 21 repo = "pysmlight"; 22 22 tag = "v${version}"; 23 - hash = "sha256-A/IppL1bTGvgdmPIGQS8rRNGrZIK8YTnEnKUJWAgs5Q="; 23 + hash = "sha256-gEqsCHe8U1p1uKarCzzppFAKC5OGNUJk/Hif5VXnojw="; 24 24 }; 25 25 26 26 build-system = [ poetry-core ];
+6 -11
pkgs/development/python-modules/pytest-golden/default.nix
··· 3 3 atomicwrites, 4 4 buildPythonPackage, 5 5 fetchFromGitHub, 6 - #, hatchling 7 6 ruamel-yaml, 8 7 poetry-core, 9 8 pytest, 10 - pytest-asyncio, 11 9 pytestCheckHook, 12 10 pythonOlder, 13 11 testfixtures, ··· 16 14 buildPythonPackage rec { 17 15 pname = "pytest-golden"; 18 16 version = "0.2.2"; 19 - format = "pyproject"; 17 + pyproject = true; 20 18 21 19 disabled = pythonOlder "3.7"; 22 20 ··· 29 27 30 28 postPatch = '' 31 29 substituteInPlace pyproject.toml \ 32 - --replace "poetry>=0.12" poetry-core \ 33 - --replace poetry.masonry.api poetry.core.masonry.api 30 + --replace-fail "poetry>=0.12" poetry-core \ 31 + --replace-fail poetry.masonry.api poetry.core.masonry.api 34 32 ''; 35 33 36 34 pythonRelaxDeps = [ "testfixtures" ]; 37 35 38 - nativeBuildInputs = [ 36 + build-system = [ 39 37 # hatchling used for > 0.2.2 40 38 poetry-core 41 39 ]; 42 40 43 41 buildInputs = [ pytest ]; 44 42 45 - propagatedBuildInputs = [ 43 + dependencies = [ 46 44 atomicwrites 47 45 ruamel-yaml 48 46 testfixtures 49 47 ]; 50 48 51 - nativeCheckInputs = [ 52 - pytest-asyncio 53 - pytestCheckHook 54 - ]; 49 + nativeCheckInputs = [ pytestCheckHook ]; 55 50 56 51 pythonImportsCheck = [ "pytest_golden" ]; 57 52
+8 -2
pkgs/development/python-modules/python-homewizard-energy/default.nix
··· 3 3 aiohttp, 4 4 aresponses, 5 5 async-timeout, 6 + awesomeversion, 6 7 backoff, 7 8 buildPythonPackage, 8 9 fetchFromGitHub, 10 + mashumaro, 9 11 multidict, 12 + orjson, 10 13 poetry-core, 11 14 pytest-asyncio, 12 15 pytest-cov-stub, ··· 17 20 18 21 buildPythonPackage rec { 19 22 pname = "python-homewizard-energy"; 20 - version = "8.1.0"; 23 + version = "8.3.2"; 21 24 pyproject = true; 22 25 23 26 disabled = pythonOlder "3.9"; ··· 26 29 owner = "DCSBL"; 27 30 repo = "python-homewizard-energy"; 28 31 tag = "v${version}"; 29 - hash = "sha256-e1UB9Hegnl4JR1fBQz9/caTeo82LGGQX4qETI0O9OLc="; 32 + hash = "sha256-koc82UHwr3TJZAzSX878fEbyRu8vddDLNpNelbnTr/8="; 30 33 }; 31 34 32 35 postPatch = '' ··· 39 42 dependencies = [ 40 43 aiohttp 41 44 async-timeout 45 + awesomeversion 42 46 backoff 47 + mashumaro 43 48 multidict 49 + orjson 44 50 ]; 45 51 46 52 __darwinAllowLocalNetworking = true;
+2 -2
pkgs/development/python-modules/python-kasa/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "python-kasa"; 26 - version = "0.9.1"; 26 + version = "0.10.1"; 27 27 pyproject = true; 28 28 29 29 disabled = pythonOlder "3.9"; ··· 32 32 owner = "python-kasa"; 33 33 repo = "python-kasa"; 34 34 tag = version; 35 - hash = "sha256-9y0M2CYG7tFdT9nAcQLhgvTKeaxoFHAVihM2Rj+0N34="; 35 + hash = "sha256-GqFWQRORU1CBtw+xasvGl0NZlVgD+mV37uWkwhOphF0="; 36 36 }; 37 37 38 38 build-system = [ hatchling ];
+10 -36
pkgs/development/python-modules/python-lsp-server/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 - pythonAtLeast, 6 - pythonOlder, 7 5 8 6 # build-system 9 7 setuptools-scm, ··· 15 13 python-lsp-jsonrpc, 16 14 setuptools, 17 15 ujson, 18 - importlib-metadata, 19 16 20 17 # optional-dependencies 21 18 autopep8, ··· 30 27 whatthepatch, 31 28 yapf, 32 29 33 - # checks 30 + # tests 34 31 flaky, 35 32 matplotlib, 36 33 numpy, ··· 38 35 pytest-cov-stub, 39 36 pytestCheckHook, 40 37 websockets, 41 - 42 - testers, 43 - python-lsp-server, 38 + versionCheckHook, 39 + writableTmpDirAsHomeHook, 44 40 }: 45 41 46 42 buildPythonPackage rec { 47 43 pname = "python-lsp-server"; 48 - version = "1.12.0"; 44 + version = "1.12.1"; 49 45 pyproject = true; 50 46 51 - disabled = pythonOlder "3.8"; 52 - 53 47 src = fetchFromGitHub { 54 48 owner = "python-lsp"; 55 49 repo = "python-lsp-server"; 56 50 tag = "v${version}"; 57 - hash = "sha256-oFqa7DtFpJmDZrw+GJqrFH3QqnMAu9159q3IWT9vRko="; 51 + hash = "sha256-1jWui48QmnTw18Dvl24lgxsUkm0/mxyjIZP6+ScjGY4="; 58 52 }; 59 53 60 54 pythonRelaxDeps = [ ··· 75 69 python-lsp-jsonrpc 76 70 setuptools # `pkg_resources`imported in pylsp/config/config.py 77 71 ujson 78 - ] ++ lib.optionals (pythonOlder "3.10") [ importlib-metadata ]; 72 + ]; 79 73 80 74 optional-dependencies = { 81 75 all = [ ··· 113 107 pandas 114 108 pytest-cov-stub 115 109 pytestCheckHook 110 + versionCheckHook 111 + writableTmpDirAsHomeHook 116 112 ] ++ optional-dependencies.all; 113 + versionCheckProgram = "${placeholder "out"}/bin/pylsp"; 114 + versionCheckProgramArg = [ "--version" ]; 117 115 118 116 disabledTests = [ 119 - # Don't run lint tests 120 - "test_pydocstyle" 121 - # https://github.com/python-lsp/python-lsp-server/issues/243 122 - # "test_numpy_completions" 123 - "test_workspace_loads_pycodestyle_config" 124 - "test_autoimport_code_actions_and_completions_for_notebook_document" 125 117 # avoid dependencies on many Qt things just to run one singular test 126 118 "test_pyqt_completion" 127 - # https://github.com/python-lsp/python-lsp-server/issues/602 128 - "test_jedi_completion_with_fuzzy_enabled" 129 119 ]; 130 120 131 - preCheck = 132 - '' 133 - export HOME=$(mktemp -d); 134 - '' 135 - # https://github.com/python-lsp/python-lsp-server/issues/605 136 - + lib.optionalString (pythonAtLeast "3.13") '' 137 - substituteInPlace test/conftest.py --replace-fail logging.DEBUG logging.INFO 138 - ''; 139 - 140 121 pythonImportsCheck = [ 141 122 "pylsp" 142 123 "pylsp.python_lsp" 143 124 ]; 144 - 145 - passthru = { 146 - tests.version = testers.testVersion { 147 - package = python-lsp-server; 148 - version = "v${version}"; 149 - }; 150 - }; 151 125 152 126 meta = { 153 127 description = "Python implementation of the Language Server Protocol";
+5 -3
pkgs/development/python-modules/python-roborock/default.nix
··· 9 9 construct, 10 10 dacite, 11 11 fetchFromGitHub, 12 + freezegun, 12 13 paho-mqtt, 13 14 poetry-core, 14 15 pycryptodome, ··· 21 22 22 23 buildPythonPackage rec { 23 24 pname = "python-roborock"; 24 - version = "2.9.2"; 25 + version = "2.11.1"; 25 26 pyproject = true; 26 27 27 28 disabled = pythonOlder "3.10"; ··· 30 31 owner = "humbertogontijo"; 31 32 repo = "python-roborock"; 32 33 tag = "v${version}"; 33 - hash = "sha256-TWV28Uok2plDJsG5RsgTp1xzvGJ/zUy1lUcGZApDReE="; 34 + hash = "sha256-uFZ+d4MehZbK7xZdmWnZrsbK2f5UsA4J/vVRLZXyI8E="; 34 35 }; 35 36 36 37 postPatch = '' ··· 42 43 43 44 build-system = [ poetry-core ]; 44 45 45 - propagatedBuildInputs = [ 46 + dependencies = [ 46 47 aiohttp 47 48 async-timeout 48 49 click ··· 55 56 56 57 nativeCheckInputs = [ 57 58 aioresponses 59 + freezegun 58 60 pytest-asyncio 59 61 pytestCheckHook 60 62 ];
+22 -3
pkgs/development/python-modules/python-tado/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 + pytest-cov-stub, 6 + pytest-mock, 5 7 pytestCheckHook, 6 8 pythonOlder, 7 9 requests, 10 + responses, 8 11 setuptools, 9 12 }: 10 13 11 14 buildPythonPackage rec { 12 15 pname = "python-tado"; 13 - version = "0.18.5"; 16 + version = "0.18.6"; 14 17 pyproject = true; 15 18 16 19 disabled = pythonOlder "3.5"; ··· 19 22 owner = "wmalgadey"; 20 23 repo = "PyTado"; 21 24 tag = version; 22 - hash = "sha256-NW3Au4meVf9QFVqmsx6f2TQus6QxanILx5U5GlVc3TE="; 25 + hash = "sha256-pDT159TY1PEG3TLoIaNy5VVpIklclgOvFy4W5HKy7uM="; 23 26 }; 24 27 25 28 build-system = [ setuptools ]; 26 29 27 30 dependencies = [ requests ]; 28 31 29 - nativeCheckInputs = [ pytestCheckHook ]; 32 + nativeCheckInputs = [ 33 + pytest-cov-stub 34 + pytest-mock 35 + pytestCheckHook 36 + responses 37 + ]; 38 + 39 + disabledTests = [ 40 + # network access 41 + "test_interface_with_tado_api" 42 + ]; 43 + 44 + disabledTestPaths = [ 45 + # network access 46 + "tests/test_my_tado.py" 47 + "tests/test_my_zone.py" 48 + ]; 30 49 31 50 pythonImportsCheck = [ "PyTado" ]; 32 51
+18 -9
pkgs/development/python-modules/pyvesync/default.nix
··· 1 1 { 2 2 lib, 3 3 buildPythonPackage, 4 - fetchPypi, 4 + fetchFromGitHub, 5 5 requests, 6 + pytestCheckHook, 6 7 pythonOlder, 8 + pyyaml, 9 + setuptools, 7 10 }: 8 11 9 12 buildPythonPackage rec { 10 13 pname = "pyvesync"; 11 - version = "2.1.15"; 12 - format = "setuptools"; 14 + version = "2.1.17"; 15 + pyproject = true; 13 16 14 17 disabled = pythonOlder "3.6"; 15 18 16 - src = fetchPypi { 17 - inherit pname version; 18 - hash = "sha256-iXahtcD5jKP5hRtXxtgA3x0+zxaWu1zo/QrWfFEmB0w="; 19 + src = fetchFromGitHub { 20 + owner = "webdjoe"; 21 + repo = "pyvesync"; 22 + tag = version; 23 + hash = "sha256-h5pxoPtIZVfhSHyvCkde2uVMzNjqXEYaMM8+gsNMd/k="; 19 24 }; 20 25 21 - propagatedBuildInputs = [ requests ]; 26 + build-system = [ setuptools ]; 27 + 28 + dependencies = [ requests ]; 22 29 23 - # Test are not available (not in PyPI tarball and there are no GitHub releases) 24 - doCheck = false; 30 + nativeCheckInputs = [ 31 + pytestCheckHook 32 + pyyaml 33 + ]; 25 34 26 35 pythonImportsCheck = [ "pyvesync" ]; 27 36
+2 -2
pkgs/development/python-modules/pyvex/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pyvex"; 16 - version = "9.2.139"; 16 + version = "9.2.140"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.11"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-nzU1UgBXvAMlpgtV+RVqqaJ7RoZLBC7MZva0PJ7UlUA="; 23 + hash = "sha256-UdUODBxVoCwJw8eNHNix6oimHz2oa6oWnIPEfmCJ50w="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];
+2 -3
pkgs/development/python-modules/pyvicare/default.nix
··· 8 8 requests, 9 9 pytest-cov-stub, 10 10 pytestCheckHook, 11 - simplejson, 12 11 }: 13 12 14 13 buildPythonPackage rec { 15 14 pname = "pyvicare"; 16 - version = "2.40.0"; 15 + version = "2.41.0"; 17 16 pyproject = true; 18 17 19 18 src = fetchFromGitHub { 20 19 owner = "openviess"; 21 20 repo = "PyViCare"; 22 21 tag = version; 23 - hash = "sha256-jEnTzCQpJOiWtdaZbBgm4G1OsMXctjSRmU2AY2VZgqA="; 22 + hash = "sha256-iNv70l8xHxiF+ifKf0gkJ5W/aOuek/9QYCF8pm6xBiw="; 24 23 }; 25 24 26 25 postPatch = ''
+17 -1
pkgs/development/python-modules/ray/default.nix
··· 78 78 let 79 79 pyShortVersion = "cp${builtins.replaceStrings [ "." ] [ "" ] python.pythonVersion}"; 80 80 platforms = { 81 + aarch64-darwin = "macosx_11_0_arm64"; 81 82 aarch64-linux = "manylinux2014_aarch64"; 83 + x86_64-darwin = "macosx_10_15_x86_64"; 82 84 x86_64-linux = "manylinux2014_x86_64"; 83 85 }; 84 86 # hashes retrieved via the following command 85 87 # curl https://pypi.org/pypi/ray/${version}/json | jq -r '.urls[] | "\(.digests.sha256) \(.filename)"' 86 88 hashes = { 89 + aarch64-darwin = { 90 + cp39 = "4835c58b2e14f70badc059e9a6310cbfb51dec7a5b20fe712a4d193c85c9b2c5"; 91 + cp310 = "4bb3d88c478dd2cc3a17a66f0c47a73978608ce5579f92f77a468720763c2331"; 92 + cp311 = "7de151d403f351bb0fe3ed6f3f0e0258ce989871c60e4ccca2ab5bab7e9fc820"; 93 + cp312 = "4a3ab3d73541c4e1b8c0dca31d4006ba18b20ccf7eb7a7428f5dbf96e9736a83"; 94 + }; 87 95 aarch64-linux = { 88 96 cp39 = "sha256-NlE3pzeWzz6DlS2Y6Gv8W+1DRMjK1a9T2R9lvq5nL7g="; 89 97 cp310 = "sha256-MxCDruyfxiqy/Fkn0YM1idpZNUvChx8Xt6EBie7Q2uY="; 90 98 cp311 = "sha256-eb9KDQIX6i2O/UfeZ9nCKTBAGc6ZZ427FI9WXZakRuI="; 91 99 cp312 = "sha256-PnKHZmINbjEYajepBsB7gH2i86rPSxZ/bos3xy7U3mM="; 92 100 }; 101 + x86_64-darwin = { 102 + cp39 = "aa5692cc8f584c5f531074fd7283004acfbc538b36101f6c403d4ff1837aca52"; 103 + cp310 = "515bc5d9811cc4bb982daf6c7b2c82453cccc886e41514e03bc3342293acb109"; 104 + cp311 = "6e2b8ad794729f068742ffc2547fd322fa6ef31e46e886ac6e53690b86415cf0"; 105 + cp312 = "6b117e01d0304305e459cccc78e1b46dc1ee60227a2afd8569d97b7a2bc516ed"; 106 + }; 93 107 x86_64-linux = { 94 108 cp39 = "sha256-rGz4bKRemxRdHCLPpHBpzdyq3ms/3Bsd5adhEJfZbX4="; 95 109 cp310 = "sha256-i+C9U2ErZEbDm09OnLS9NUhknVISR3NJzPvcklCHgik="; ··· 107 121 sha256 = hashes.${stdenv.hostPlatform.system}.${pyShortVersion} or { }; 108 122 }; 109 123 110 - nativeBuildInputs = [ 124 + nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ 111 125 autoPatchelfHook 112 126 ]; 113 127 ··· 209 223 maintainers = with lib.maintainers; [ billhuang ]; 210 224 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 211 225 platforms = [ 226 + "aarch64-darwin" 212 227 "aarch64-linux" 228 + "x86_64-darwin" 213 229 "x86_64-linux" 214 230 ]; 215 231 };
+3 -3
pkgs/development/python-modules/restrictedpython/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "restrictedpython"; 14 - version = "7.4"; 14 + version = "8.0"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.7"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-gbYpJHE9vSgJF/zq7K8hD+96Sd3fGgjIwhSjYT++tCU="; 21 + hash = "sha256-OvIxK8Z+X87Yh/uFsAbImGHackiBKLFVvuqB62oKmyQ="; 22 22 }; 23 23 24 24 postPatch = '' 25 25 substituteInPlace pyproject.toml \ 26 - --replace-fail "setuptools<74" setuptools 26 + --replace-fail "setuptools <= 75.6.0" setuptools 27 27 ''; 28 28 29 29 build-system = [ setuptools ];
+4
pkgs/development/python-modules/rflink/default.nix
··· 38 38 postPatch = '' 39 39 substituteInPlace setup.py \ 40 40 --replace "version=version_from_git()" "version='${version}'" 41 + 42 + substituteInPlace rflinkproxy/__main__.py --replace-fail \ 43 + "with async_timeout.timeout(CONNECTION_TIMEOUT):" \ 44 + "async with async_timeout.timeout(CONNECTION_TIMEOUT):" 41 45 ''; 42 46 43 47 pythonImportsCheck = [ "rflink.protocol" ];
+3 -3
pkgs/development/python-modules/securetar/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "securetar"; 13 - version = "2025.1.3"; 13 + version = "2025.1.4"; 14 14 pyproject = true; 15 15 16 - disabled = pythonOlder "3.9"; 16 + disabled = pythonOlder "3.10"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "pvizeli"; 20 20 repo = "securetar"; 21 21 tag = version; 22 - hash = "sha256-flsDFXNzpwfNraR4MvjkxOjH6BUNvGqu6g7RXlvl8sU="; 22 + hash = "sha256-vI9u8CUf9rdJwx+Q3ypO9XS/jfRxZV5EOjvKSmQSNa0="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];
+16 -2
pkgs/development/python-modules/speechrecognition/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 + cacert, 6 + faster-whisper, 5 7 flac, 8 + google-cloud-speech, 6 9 groq, 7 10 httpx, 8 11 openai-whisper, ··· 15 18 respx, 16 19 setuptools, 17 20 soundfile, 21 + standard-aifc, 18 22 typing-extensions, 19 23 }: 20 24 ··· 43 47 44 48 build-system = [ setuptools ]; 45 49 46 - dependencies = [ typing-extensions ]; 50 + dependencies = [ 51 + standard-aifc 52 + typing-extensions 53 + ]; 47 54 48 55 optional-dependencies = { 49 56 assemblyai = [ requests ]; 50 57 audio = [ pyaudio ]; 58 + faster-whisper = [ faster-whisper ]; 59 + google-cloud = [ google-cloud-speech ]; 51 60 groq = [ 52 61 groq 53 62 httpx ··· 68 77 pytestCheckHook 69 78 pocketsphinx 70 79 respx 71 - ] ++ lib.flatten (builtins.attrValues optional-dependencies); 80 + ] ++ lib.flatten (lib.attrValues optional-dependencies); 81 + 82 + preCheck = '' 83 + # httpx since 0.28.0+ depends on SSL_CERT_FILE 84 + SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt 85 + ''; 72 86 73 87 pythonImportsCheck = [ "speech_recognition" ]; 74 88
+2 -2
pkgs/development/python-modules/tencentcloud-sdk-python/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "tencentcloud-sdk-python"; 13 - version = "3.0.1312"; 13 + version = "3.0.1313"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.9"; ··· 19 19 owner = "TencentCloud"; 20 20 repo = "tencentcloud-sdk-python"; 21 21 tag = version; 22 - hash = "sha256-SXQnYX4v60HxFZaS2qZtbRtQS8NFI/DjHAGGo8rN1BU="; 22 + hash = "sha256-2LuhzxD0d9hrjgi2jdjNk9Ndl7D6jxpap3taxY52IsE="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/tesla-fleet-api/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "tesla-fleet-api"; 16 - version = "0.9.5"; 16 + version = "0.9.8"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.10"; ··· 22 22 owner = "Teslemetry"; 23 23 repo = "python-tesla-fleet-api"; 24 24 tag = "v${version}"; 25 - hash = "sha256-45EfV6lqhOn8sorhyzUBKOj6xtd9OzYxB7SLK07IQ08="; 25 + hash = "sha256-Bm+euNX0n2proyc0DCyYcc7lUlx/YhRWpPInWPr40CY="; 26 26 }; 27 27 28 28 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/teslemetry-stream/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "teslemetry-stream"; 11 - version = "0.6.6"; 11 + version = "0.6.10"; 12 12 pyproject = true; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "Teslemetry"; 16 16 repo = "python-teslemetry-stream"; 17 17 tag = "v${version}"; 18 - hash = "sha256-6LecUx+5CUJybIHwA4OY57gu2odoE2xq02vp13vDYLk="; 18 + hash = "sha256-HYOjmFVyPPQ+NizmEhrse868IELHn0fGfr55MwTpP3w="; 19 19 }; 20 20 21 21 build-system = [ setuptools ];
+6 -16
pkgs/development/python-modules/todoist-api-python/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 - fetchpatch, 6 5 poetry-core, 7 6 pytest-asyncio, 8 7 pytestCheckHook, ··· 13 12 14 13 buildPythonPackage rec { 15 14 pname = "todoist-api-python"; 16 - version = "2.1.3"; 17 - format = "pyproject"; 15 + version = "2.1.7"; 16 + pyproject = true; 18 17 19 18 disabled = pythonOlder "3.11"; 20 19 21 20 src = fetchFromGitHub { 22 21 owner = "Doist"; 23 - repo = pname; 22 + repo = "todoist-api-python"; 24 23 tag = "v${version}"; 25 - hash = "sha256-Xi3B/Nl5bMbW0lYwrkEbBgFTEl07YkFyN18kN0WyGyw="; 24 + hash = "sha256-qOb9qAwjQ0MqR+mdNEkt7W8SiBhZ8gRf01TsHDkLPS4="; 26 25 }; 27 26 28 - patches = [ 29 - # Switch to poetry-core, https://github.com/Doist/todoist-api-python/pull/81 30 - (fetchpatch { 31 - name = "switch-to-poetry-core.patch"; 32 - url = "https://github.com/Doist/todoist-api-python/commit/42288e066d2f0c69611ab50cb57ca98b8c6bd1ca.patch"; 33 - hash = "sha256-yq+VVvjPYywvUn+ydyWVQPkiYPYWe9U6w38G54L2lkE="; 34 - }) 35 - ]; 27 + build-system = [ poetry-core ]; 36 28 37 - nativeBuildInputs = [ poetry-core ]; 38 - 39 - propagatedBuildInputs = [ requests ]; 29 + dependencies = [ requests ]; 40 30 41 31 nativeCheckInputs = [ 42 32 pytest-asyncio
+16 -4
pkgs/development/python-modules/total-connect-client/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 + pycryptodome, 6 + pyjwt, 5 7 pytestCheckHook, 6 8 pythonOlder, 9 + requests-mock, 7 10 setuptools, 8 11 zeep, 9 12 }: 10 13 11 14 buildPythonPackage rec { 12 15 pname = "total-connect-client"; 13 - version = "2024.12.1"; 16 + version = "2025.1.4"; 14 17 pyproject = true; 15 18 16 19 disabled = pythonOlder "3.10"; ··· 19 22 owner = "craigjmidwinter"; 20 23 repo = "total-connect-client"; 21 24 tag = version; 22 - hash = "sha256-FcPm2Nc6pUGC86K3GLAiQRot0JXYqoZh19dXMCl99eI="; 25 + hash = "sha256-zzSYi/qhHmugH30bnYHK9lCBVN5wuv6n9rvaZC/sIag="; 23 26 }; 24 27 25 28 build-system = [ setuptools ]; 26 29 27 - dependencies = [ zeep ]; 30 + pythonRelaxDeps = [ "pycryptodome" ]; 28 31 29 - nativeCheckInputs = [ pytestCheckHook ]; 32 + dependencies = [ 33 + pycryptodome 34 + pyjwt 35 + zeep 36 + ]; 37 + 38 + nativeCheckInputs = [ 39 + pytestCheckHook 40 + requests-mock 41 + ]; 30 42 31 43 pythonImportsCheck = [ "total_connect_client" ]; 32 44
+29 -23
pkgs/development/python-modules/tritonclient/default.nix
··· 1 1 { 2 2 lib, 3 - fetchPypi, 3 + stdenv, 4 4 buildPythonPackage, 5 - pythonOlder, 5 + fetchPypi, 6 + numpy, 6 7 python-rapidjson, 7 - numpy, 8 8 # optional dependencies 9 + aiohttp, 10 + geventhttpclient, 9 11 grpcio, 10 12 packaging, 11 - aiohttp, 12 - geventhttpclient, 13 13 }: 14 14 15 15 let 16 16 pname = "tritonclient"; 17 - version = "2.35.0"; 18 - in 19 - buildPythonPackage { 20 - inherit pname version; 17 + version = "2.54.0"; 21 18 format = "wheel"; 22 - 23 - disabled = pythonOlder "3.7"; 19 + in 20 + buildPythonPackage rec { 21 + inherit pname version format; 24 22 25 - src = fetchPypi { 26 - inherit pname version; 27 - python = "py3"; 28 - dist = "py3"; 29 - format = "wheel"; 30 - platform = "manylinux1_x86_64"; 31 - hash = "sha256-JXVr+DWkM2g7CiU9STMcZyQJieXgNbKXlX/jqf/oam8="; 32 - }; 23 + src = 24 + let 25 + platforms = { 26 + aarch64-linux = "manylinux2014_aarch64"; 27 + x86_64-linux = "manylinux1_x86_64"; 28 + }; 29 + hashes = { 30 + aarch64-linux = "e485a67c75121a2b58456bd6275086252dd72208674b0c85bd57a60f428b686f"; 31 + x86_64-linux = "53c326498e9036f99347a938d52abd819743e957223edec31ae3c9681e5a6065"; 32 + }; 33 + in 34 + fetchPypi { 35 + inherit pname version format; 36 + python = "py3"; 37 + dist = "py3"; 38 + platform = platforms.${stdenv.hostPlatform.system} or { }; 39 + sha256 = hashes.${stdenv.hostPlatform.system} or { }; 40 + }; 33 41 34 42 propagatedBuildInputs = [ 43 + numpy 35 44 python-rapidjson 36 - numpy 37 45 ]; 38 - 39 - doCheck = false; 40 46 41 47 pythonImportsCheck = [ "tritonclient" ]; 42 48 ··· 54 60 }; 55 61 56 62 meta = with lib; { 57 - description = "Triton python client"; 63 + description = "Triton Python client"; 58 64 homepage = "https://github.com/triton-inference-server/client"; 59 65 license = licenses.bsd3; 60 66 maintainers = with maintainers; [ happysalada ];
+2 -2
pkgs/development/python-modules/uiprotect/default.nix
··· 40 40 41 41 buildPythonPackage rec { 42 42 pname = "uiprotect"; 43 - version = "7.5.0"; 43 + version = "7.5.1"; 44 44 pyproject = true; 45 45 46 46 disabled = pythonOlder "3.10"; ··· 49 49 owner = "uilibs"; 50 50 repo = "uiprotect"; 51 51 tag = "v${version}"; 52 - hash = "sha256-tOozcXDXQI3l5dMQ8WqBrC7wLVbl5iomsuy/hYL3emE="; 52 + hash = "sha256-moGS1hfCU8BCdAzvr0Np7lF32RucigM9YANZI6+sALw="; 53 53 }; 54 54 55 55 build-system = [ poetry-core ];
+2 -2
pkgs/development/python-modules/velbus-aio/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "velbus-aio"; 17 - version = "2025.1.0"; 17 + version = "2025.1.1"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 23 23 owner = "Cereal2nd"; 24 24 repo = "velbus-aio"; 25 25 tag = version; 26 - hash = "sha256-ZaaHywHX1TScjW0XN/krCYgupHlbH1mRB0fd7YZ2iMY="; 26 + hash = "sha256-r6j2C+x7BX7EOFdrQ/N5/NRjHFgyxiQlq/cXnnCg73s="; 27 27 fetchSubmodules = true; 28 28 }; 29 29
+2 -2
pkgs/development/python-modules/voip-utils/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "voip-utils"; 12 - version = "0.2.2"; 12 + version = "0.3.1"; 13 13 pyproject = true; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "home-assistant-libs"; 17 17 repo = "voip-utils"; 18 18 tag = "v${version}"; 19 - hash = "sha256-OlvZSVuoGQi0QEusl01nbw3oD75NfMsbpNOPQgWYu+c="; 19 + hash = "sha256-43g7ArhIZVyZ+VnzenldrQfr6kjpAxPNrK/vazYED+w="; 20 20 }; 21 21 22 22 postPatch = ''
+4
pkgs/development/python-modules/weheat/default.nix
··· 1 1 { 2 2 lib, 3 3 aenum, 4 + aiohttp-retry, 5 + aiohttp, 4 6 buildPythonPackage, 5 7 fetchFromGitHub, 6 8 pydantic, ··· 33 35 34 36 dependencies = [ 35 37 aenum 38 + aiohttp 39 + aiohttp-retry 36 40 pydantic 37 41 python-dateutil 38 42 urllib3
+2 -2
pkgs/development/python-modules/zeep/default.nix
··· 59 59 ]; 60 60 61 61 optional-dependencies = { 62 - async_require = [ httpx ]; 63 - xmlsec_require = [ xmlsec ]; 62 + async = [ httpx ]; 63 + xmlsec = [ xmlsec ]; 64 64 }; 65 65 66 66 pythonImportsCheck = [ "zeep" ];
+3 -3
pkgs/development/python-modules/zeroconf/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "zeroconf"; 20 - version = "0.140.1"; 20 + version = "0.143.0"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.9"; ··· 26 26 owner = "jstasiak"; 27 27 repo = "python-zeroconf"; 28 28 tag = version; 29 - hash = "sha256-+F0pq6fmfyEtfKS16y5JjjRZl4BeaWi6honZyyHJApY="; 29 + hash = "sha256-yN5N+SosNDcwotEH2oyVMRI717LXIRKtzHQ4VI4WoMQ="; 30 30 }; 31 31 32 32 build-system = [ ··· 64 64 meta = with lib; { 65 65 description = "Python implementation of multicast DNS service discovery"; 66 66 homepage = "https://github.com/python-zeroconf/python-zeroconf"; 67 - changelog = "https://github.com/python-zeroconf/python-zeroconf/releases/tag/${src.tag}"; 67 + changelog = "https://github.com/python-zeroconf/python-zeroconf/blob/${src.tag}/CHANGELOG.md"; 68 68 license = licenses.lgpl21Only; 69 69 maintainers = with maintainers; [ abbradar ]; 70 70 };
+2 -2
pkgs/development/python-modules/zha-quirks/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "zha-quirks"; 15 - version = "0.0.130"; 15 + version = "0.0.131"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.12"; ··· 21 21 owner = "zigpy"; 22 22 repo = "zha-device-handlers"; 23 23 tag = version; 24 - hash = "sha256-G5q4W9Dxjhjbkt5rcYhseeaSWC73MJCo/pX/OfNlPrQ="; 24 + hash = "sha256-MSTlSvZhamWX7lNzJjDGxyo9KfshZ7T1ED8axx1Aghs="; 25 25 }; 26 26 27 27 postPatch = ''
+2 -2
pkgs/development/python-modules/zha/default.nix
··· 27 27 28 28 buildPythonPackage rec { 29 29 pname = "zha"; 30 - version = "0.0.45"; 30 + version = "0.0.47"; 31 31 pyproject = true; 32 32 33 33 disabled = pythonOlder "3.12"; ··· 36 36 owner = "zigpy"; 37 37 repo = "zha"; 38 38 tag = version; 39 - hash = "sha256-KeHGuQGEoXQnIJKQ86DrsoufN+Ppp/fyYblXx2iGHgU="; 39 + hash = "sha256-BDZqReJWmxodP1w3fdxUHbjY9dL+6hUQZ0YazeiERrM="; 40 40 }; 41 41 42 42 postPatch = ''
+2 -2
pkgs/development/python-modules/zigpy/default.nix
··· 27 27 28 28 buildPythonPackage rec { 29 29 pname = "zigpy"; 30 - version = "0.74.0"; 30 + version = "0.76.1"; 31 31 pyproject = true; 32 32 33 33 disabled = pythonOlder "3.9"; ··· 36 36 owner = "zigpy"; 37 37 repo = "zigpy"; 38 38 tag = version; 39 - hash = "sha256-B0BjDldIzHGRKR79mqgJHbvYeDGY5EDxFKaD2Q+HMyo="; 39 + hash = "sha256-ZPNMlaktdSElOfKf3SmI08RGRSpI5hK2khWoJybtJh4="; 40 40 }; 41 41 42 42 postPatch = ''
+753 -753
pkgs/kde/generated/sources/gear.json
··· 1 1 { 2 2 "accessibility-inspector": { 3 - "version": "24.12.1", 4 - "url": "mirror://kde/stable/release-service/24.12.1/src/accessibility-inspector-24.12.1.tar.xz", 5 - "hash": "sha256-gUBCL3w6uLg73Gd+rdUr75J1DrPXWSFBsqu6HUYEKyU=" 3 + "version": "24.12.2", 4 + "url": "mirror://kde/stable/release-service/24.12.2/src/accessibility-inspector-24.12.2.tar.xz", 5 + "hash": "sha256-GjXsAy60E5ny6/GVWKP6y4at2LH+LXFVK9D7koHuE+M=" 6 6 }, 7 7 "akonadi": { 8 - "version": "24.12.1", 9 - "url": "mirror://kde/stable/release-service/24.12.1/src/akonadi-24.12.1.tar.xz", 10 - "hash": "sha256-6QO5P16qHoz1n0Nje0Jo/u9RGR/tQXjlmTCFljEqYaA=" 8 + "version": "24.12.2", 9 + "url": "mirror://kde/stable/release-service/24.12.2/src/akonadi-24.12.2.tar.xz", 10 + "hash": "sha256-qr0GRf7nvYaPUg+MEpqheeravRHqbaHs+SbZSG10xpI=" 11 11 }, 12 12 "akonadi-calendar": { 13 - "version": "24.12.1", 14 - "url": "mirror://kde/stable/release-service/24.12.1/src/akonadi-calendar-24.12.1.tar.xz", 15 - "hash": "sha256-GYrF0DxMuIZMFQDYMbtGoobJfX2U8qeP26EbQh1Xbas=" 13 + "version": "24.12.2", 14 + "url": "mirror://kde/stable/release-service/24.12.2/src/akonadi-calendar-24.12.2.tar.xz", 15 + "hash": "sha256-WPmeJ4grprBacSw6+bgDWa9SMvdFiMQ6BeQNlt3fQNw=" 16 16 }, 17 17 "akonadi-calendar-tools": { 18 - "version": "24.12.1", 19 - "url": "mirror://kde/stable/release-service/24.12.1/src/akonadi-calendar-tools-24.12.1.tar.xz", 20 - "hash": "sha256-sat2ObRJKwQzme6EtS5QQqX7hhY+ssQw9vn6HY19Udo=" 18 + "version": "24.12.2", 19 + "url": "mirror://kde/stable/release-service/24.12.2/src/akonadi-calendar-tools-24.12.2.tar.xz", 20 + "hash": "sha256-DJOume9dtb8Qv9+h5oQDnkPk8J2qO6JTM7Vdj2C+XZQ=" 21 21 }, 22 22 "akonadiconsole": { 23 - "version": "24.12.1", 24 - "url": "mirror://kde/stable/release-service/24.12.1/src/akonadiconsole-24.12.1.tar.xz", 25 - "hash": "sha256-9Rpm1k15Bqwj+6/sGIQ/5evnbaM0wyrkcNBDJbYD5MY=" 23 + "version": "24.12.2", 24 + "url": "mirror://kde/stable/release-service/24.12.2/src/akonadiconsole-24.12.2.tar.xz", 25 + "hash": "sha256-9k+Dwe0GydbmYse5+ClKOPRHRMwgGAM9jXhwPnS3xpM=" 26 26 }, 27 27 "akonadi-contacts": { 28 - "version": "24.12.1", 29 - "url": "mirror://kde/stable/release-service/24.12.1/src/akonadi-contacts-24.12.1.tar.xz", 30 - "hash": "sha256-Ux9SSGX7XdzJLgXfNtnXOVogwCpSdgTBMabmzBP2Pug=" 28 + "version": "24.12.2", 29 + "url": "mirror://kde/stable/release-service/24.12.2/src/akonadi-contacts-24.12.2.tar.xz", 30 + "hash": "sha256-Sj2Dp8L+YTlFQOu2iRu/Vkkx40NTydowyr2AKGGIpgI=" 31 31 }, 32 32 "akonadi-import-wizard": { 33 - "version": "24.12.1", 34 - "url": "mirror://kde/stable/release-service/24.12.1/src/akonadi-import-wizard-24.12.1.tar.xz", 35 - "hash": "sha256-jfgFncq1hdcpN31le3n4r2Jk5s5AjK4kOMuwHnyXYr8=" 33 + "version": "24.12.2", 34 + "url": "mirror://kde/stable/release-service/24.12.2/src/akonadi-import-wizard-24.12.2.tar.xz", 35 + "hash": "sha256-cyxeBiKF1nw5IFVbuW1Egwm3xIgMikf4JwY47eeWxOY=" 36 36 }, 37 37 "akonadi-mime": { 38 - "version": "24.12.1", 39 - "url": "mirror://kde/stable/release-service/24.12.1/src/akonadi-mime-24.12.1.tar.xz", 40 - "hash": "sha256-pUFHS06tKtFbFA9/TYMmVj7uD4tCr0QQcbEro/TXbX8=" 38 + "version": "24.12.2", 39 + "url": "mirror://kde/stable/release-service/24.12.2/src/akonadi-mime-24.12.2.tar.xz", 40 + "hash": "sha256-O13gvRuu8b7BUdhEDgcWtOQBfEC3/N6RmX+ITVY1tzs=" 41 41 }, 42 42 "akonadi-search": { 43 - "version": "24.12.1", 44 - "url": "mirror://kde/stable/release-service/24.12.1/src/akonadi-search-24.12.1.tar.xz", 45 - "hash": "sha256-vpTtjBvcjAWIxBBJKf6a7QTtd/H6fuUxWlT4P/Socg4=" 43 + "version": "24.12.2", 44 + "url": "mirror://kde/stable/release-service/24.12.2/src/akonadi-search-24.12.2.tar.xz", 45 + "hash": "sha256-Tbdq+PPqUcFcRQRMqKn1bMNWYM0y6y+9vtiPSxwZwDg=" 46 46 }, 47 47 "akregator": { 48 - "version": "24.12.1", 49 - "url": "mirror://kde/stable/release-service/24.12.1/src/akregator-24.12.1.tar.xz", 50 - "hash": "sha256-EJqXaYq11WGr8NeSU6s83tjSR9+uBVyJvXV+X2b4NT4=" 48 + "version": "24.12.2", 49 + "url": "mirror://kde/stable/release-service/24.12.2/src/akregator-24.12.2.tar.xz", 50 + "hash": "sha256-U1fCU6IwrtIOMQHMknLTj/pBk6geMHzqUbcKnIa5Dhg=" 51 51 }, 52 52 "alligator": { 53 - "version": "24.12.1", 54 - "url": "mirror://kde/stable/release-service/24.12.1/src/alligator-24.12.1.tar.xz", 55 - "hash": "sha256-Kj4MPQgZAZOIrr3bzFTLwFOkNU9/gzYhvpyLJp2M8pU=" 53 + "version": "24.12.2", 54 + "url": "mirror://kde/stable/release-service/24.12.2/src/alligator-24.12.2.tar.xz", 55 + "hash": "sha256-V5NDHcsnVTmun2s2CvvsTZGOmGUcrWfHD5tcYESqqOE=" 56 56 }, 57 57 "analitza": { 58 - "version": "24.12.1", 59 - "url": "mirror://kde/stable/release-service/24.12.1/src/analitza-24.12.1.tar.xz", 60 - "hash": "sha256-wWxNyvIpR9WYu7RHYEa1TyqXe1aCm2nmImMX3+f3J4w=" 58 + "version": "24.12.2", 59 + "url": "mirror://kde/stable/release-service/24.12.2/src/analitza-24.12.2.tar.xz", 60 + "hash": "sha256-ZgRVNu6vJMrXEZy0vFki6ggcnza2NgKt+MoDp0j0xDg=" 61 61 }, 62 62 "angelfish": { 63 - "version": "24.12.1", 64 - "url": "mirror://kde/stable/release-service/24.12.1/src/angelfish-24.12.1.tar.xz", 65 - "hash": "sha256-cuYpv6jrnnPw7JRLLyoq9jkzJj2iUewxuYrsAmXSMDc=" 63 + "version": "24.12.2", 64 + "url": "mirror://kde/stable/release-service/24.12.2/src/angelfish-24.12.2.tar.xz", 65 + "hash": "sha256-Jn80ZLWzACXxIv4FWa6WNdFd7ZzmThVqoSPl9gGTOIU=" 66 66 }, 67 67 "arianna": { 68 - "version": "24.12.1", 69 - "url": "mirror://kde/stable/release-service/24.12.1/src/arianna-24.12.1.tar.xz", 70 - "hash": "sha256-TBgxnKPDmxqTUR5Mkx3I8YyOI2YVrgoy+DBVpOvj62Y=" 68 + "version": "24.12.2", 69 + "url": "mirror://kde/stable/release-service/24.12.2/src/arianna-24.12.2.tar.xz", 70 + "hash": "sha256-tKxRt6MN64+aQLScPQspAsCgFxC+2yJRgAbJyDtW6wE=" 71 71 }, 72 72 "ark": { 73 - "version": "24.12.1", 74 - "url": "mirror://kde/stable/release-service/24.12.1/src/ark-24.12.1.tar.xz", 75 - "hash": "sha256-yuafpyZEgKbHY6QAcDrD85trvr+hZsnRu7tJHeWZJrk=" 73 + "version": "24.12.2", 74 + "url": "mirror://kde/stable/release-service/24.12.2/src/ark-24.12.2.tar.xz", 75 + "hash": "sha256-ra16r1lPpV5feaYN0aMFF0rb2LbVgnYa6wi8vUtBPKA=" 76 76 }, 77 77 "artikulate": { 78 - "version": "24.12.1", 79 - "url": "mirror://kde/stable/release-service/24.12.1/src/artikulate-24.12.1.tar.xz", 80 - "hash": "sha256-PAiIdNOdUZj2TrswMBNdxdd9PS688DvxsRoRUKKwWKg=" 78 + "version": "24.12.2", 79 + "url": "mirror://kde/stable/release-service/24.12.2/src/artikulate-24.12.2.tar.xz", 80 + "hash": "sha256-bLkeYpiEIBN4jxL8EksNEiII8GFDI2FwzS54ZjfUO/Q=" 81 81 }, 82 82 "audex": { 83 - "version": "24.12.1", 84 - "url": "mirror://kde/stable/release-service/24.12.1/src/audex-24.12.1.tar.xz", 85 - "hash": "sha256-nClZY4DoGnAkFNqq5AmtGGSq6zl6p/zWYtS7amPQmSw=" 83 + "version": "24.12.2", 84 + "url": "mirror://kde/stable/release-service/24.12.2/src/audex-24.12.2.tar.xz", 85 + "hash": "sha256-wae/S0xw5wIWp7PC9/s333dJRH8P2ghCJflW3TXBksM=" 86 86 }, 87 87 "audiocd-kio": { 88 - "version": "24.12.1", 89 - "url": "mirror://kde/stable/release-service/24.12.1/src/audiocd-kio-24.12.1.tar.xz", 90 - "hash": "sha256-er0bwn3bGjNlPI9cC7Me/hFlgPSMCy/5YKrNSq2QepA=" 88 + "version": "24.12.2", 89 + "url": "mirror://kde/stable/release-service/24.12.2/src/audiocd-kio-24.12.2.tar.xz", 90 + "hash": "sha256-hiqy5xsT5ssWZzC7v8WDQCopbTFe0ixo/ignCodC2Vo=" 91 91 }, 92 92 "audiotube": { 93 - "version": "24.12.1", 94 - "url": "mirror://kde/stable/release-service/24.12.1/src/audiotube-24.12.1.tar.xz", 95 - "hash": "sha256-U4YtgJ2kwT8hmeSnV19qX4Y7Yl1bwVufuiRm+Fynwyc=" 93 + "version": "24.12.2", 94 + "url": "mirror://kde/stable/release-service/24.12.2/src/audiotube-24.12.2.tar.xz", 95 + "hash": "sha256-zn34ctq0YFzobNOdOfJh1sDilxa3kVHOv5Gc2VnAtG0=" 96 96 }, 97 97 "baloo-widgets": { 98 - "version": "24.12.1", 99 - "url": "mirror://kde/stable/release-service/24.12.1/src/baloo-widgets-24.12.1.tar.xz", 100 - "hash": "sha256-HNcak5ff1fLW5HcogxdQ3etx5Y8H2DRVfOMFagk0ppc=" 98 + "version": "24.12.2", 99 + "url": "mirror://kde/stable/release-service/24.12.2/src/baloo-widgets-24.12.2.tar.xz", 100 + "hash": "sha256-9ojkZpqzCYEjaiOD21eHqYh/csh1Nq+zEF439YjGtbE=" 101 101 }, 102 102 "blinken": { 103 - "version": "24.12.1", 104 - "url": "mirror://kde/stable/release-service/24.12.1/src/blinken-24.12.1.tar.xz", 105 - "hash": "sha256-0z7fn4E77eAuK+06QOvRyL7M3jDt0/pCizzJ7u5EzlQ=" 103 + "version": "24.12.2", 104 + "url": "mirror://kde/stable/release-service/24.12.2/src/blinken-24.12.2.tar.xz", 105 + "hash": "sha256-1OZDtZ018dx8j9CY4P/kZqVmnbEpvF9l/h9mCQl5f6g=" 106 106 }, 107 107 "bomber": { 108 - "version": "24.12.1", 109 - "url": "mirror://kde/stable/release-service/24.12.1/src/bomber-24.12.1.tar.xz", 110 - "hash": "sha256-2VX/GcyQJdjDa0+FRDLSeq+RJZkGA5LcbHKzUhpMcGE=" 108 + "version": "24.12.2", 109 + "url": "mirror://kde/stable/release-service/24.12.2/src/bomber-24.12.2.tar.xz", 110 + "hash": "sha256-GnaYctJ/VPul7bkBucLORBlPbjXdiSFCvmB8Q0yWHLY=" 111 111 }, 112 112 "bovo": { 113 - "version": "24.12.1", 114 - "url": "mirror://kde/stable/release-service/24.12.1/src/bovo-24.12.1.tar.xz", 115 - "hash": "sha256-V75X6RCfLbQ4XF+xTknr4Bh7Xu0GzE4qK/U9R3Znq68=" 113 + "version": "24.12.2", 114 + "url": "mirror://kde/stable/release-service/24.12.2/src/bovo-24.12.2.tar.xz", 115 + "hash": "sha256-ccbws6rnU9p9JUz6XQEXMNDlfKGRobHWRRvpKGwQSNE=" 116 116 }, 117 117 "calendarsupport": { 118 - "version": "24.12.1", 119 - "url": "mirror://kde/stable/release-service/24.12.1/src/calendarsupport-24.12.1.tar.xz", 120 - "hash": "sha256-/3wlLrAOvynz462D7DN4X4fZs8MKtbl8Qs6qbB/2/XY=" 118 + "version": "24.12.2", 119 + "url": "mirror://kde/stable/release-service/24.12.2/src/calendarsupport-24.12.2.tar.xz", 120 + "hash": "sha256-EbnfaHSa2I+ycgJlxARMMaDuIk6L6lSsMqKprENMy2A=" 121 121 }, 122 122 "calindori": { 123 - "version": "24.12.1", 124 - "url": "mirror://kde/stable/release-service/24.12.1/src/calindori-24.12.1.tar.xz", 125 - "hash": "sha256-a6rFnzIBK8lm8TxVlB5QCwS4VW6ewDTXYgxu3pde6es=" 123 + "version": "24.12.2", 124 + "url": "mirror://kde/stable/release-service/24.12.2/src/calindori-24.12.2.tar.xz", 125 + "hash": "sha256-JP3B5ryk7BS3CKn5lSBnqSHXfn1Ny1X9zHBwuKUNmeo=" 126 126 }, 127 127 "calligra": { 128 - "version": "24.12.1", 129 - "url": "mirror://kde/stable/release-service/24.12.1/src/calligra-24.12.1.tar.xz", 130 - "hash": "sha256-/3kzE9qi4Opi16qScRvv8hpoSb/3l4DFUXel5LA2RFI=" 128 + "version": "24.12.2", 129 + "url": "mirror://kde/stable/release-service/24.12.2/src/calligra-24.12.2.tar.xz", 130 + "hash": "sha256-XRjWt5vy7eFwyV3xrJB/M37eJCJ8SCIOnlHdNPoSmsM=" 131 131 }, 132 132 "cantor": { 133 - "version": "24.12.1", 134 - "url": "mirror://kde/stable/release-service/24.12.1/src/cantor-24.12.1.tar.xz", 135 - "hash": "sha256-BrLWfjcEbIMt50HtAFV8SrE8hzIj9t84GKWvRyHnkGU=" 133 + "version": "24.12.2", 134 + "url": "mirror://kde/stable/release-service/24.12.2/src/cantor-24.12.2.tar.xz", 135 + "hash": "sha256-PtMlGPpW5O43Eq/lurpDPrRMrbSq0hKEU3y3c9MjjNM=" 136 136 }, 137 137 "cervisia": { 138 - "version": "24.12.1", 139 - "url": "mirror://kde/stable/release-service/24.12.1/src/cervisia-24.12.1.tar.xz", 140 - "hash": "sha256-SkFTorfvSVVDju3Jiq9aTdfbDpt2qpiUDKLUFfgPDak=" 138 + "version": "24.12.2", 139 + "url": "mirror://kde/stable/release-service/24.12.2/src/cervisia-24.12.2.tar.xz", 140 + "hash": "sha256-pASQvjTHyZ+zLxEwvkxGZs1AglRZFjNZA7dTSfLCsZU=" 141 141 }, 142 142 "colord-kde": { 143 - "version": "24.12.1", 144 - "url": "mirror://kde/stable/release-service/24.12.1/src/colord-kde-24.12.1.tar.xz", 145 - "hash": "sha256-jld/kAQeKAKBDSPWeDURSWLOWUx+F+nA0Wtmy7Hzbdk=" 143 + "version": "24.12.2", 144 + "url": "mirror://kde/stable/release-service/24.12.2/src/colord-kde-24.12.2.tar.xz", 145 + "hash": "sha256-N6Nc4emyW9WvyS3mfJo3U7Js0pRgPay5OTDRKQeag4g=" 146 146 }, 147 147 "dolphin": { 148 - "version": "24.12.1", 149 - "url": "mirror://kde/stable/release-service/24.12.1/src/dolphin-24.12.1.tar.xz", 150 - "hash": "sha256-SBwKqiGGNU4JElYzLfGxxcoUvsi1m8jB51tpNIMKhmM=" 148 + "version": "24.12.2", 149 + "url": "mirror://kde/stable/release-service/24.12.2/src/dolphin-24.12.2.tar.xz", 150 + "hash": "sha256-McWw7h66kCGsPNsKyfCAoJ6EtMcAeqaLME4T+ZSHs3c=" 151 151 }, 152 152 "dolphin-plugins": { 153 - "version": "24.12.1", 154 - "url": "mirror://kde/stable/release-service/24.12.1/src/dolphin-plugins-24.12.1.tar.xz", 155 - "hash": "sha256-xBZLNiWK0Fi/2qNikaHO/y7YYyCYraWO2jrOYHp0TzA=" 153 + "version": "24.12.2", 154 + "url": "mirror://kde/stable/release-service/24.12.2/src/dolphin-plugins-24.12.2.tar.xz", 155 + "hash": "sha256-4ViT+5z2aGtoC+PhatDbe7baplBYEQaCYsEjLZpM6+Q=" 156 156 }, 157 157 "dragon": { 158 - "version": "24.12.1", 159 - "url": "mirror://kde/stable/release-service/24.12.1/src/dragon-24.12.1.tar.xz", 160 - "hash": "sha256-Ci3pFEIbTSaOE3zavm7mRwy1K4C/++6dHiNVJGBtsw8=" 158 + "version": "24.12.2", 159 + "url": "mirror://kde/stable/release-service/24.12.2/src/dragon-24.12.2.tar.xz", 160 + "hash": "sha256-N9SAiZxfpxnbyV+V1sGkxXUMUvY2QYKbMCH0adb3lzM=" 161 161 }, 162 162 "elisa": { 163 - "version": "24.12.1", 164 - "url": "mirror://kde/stable/release-service/24.12.1/src/elisa-24.12.1.tar.xz", 165 - "hash": "sha256-RY85RLiijVxg6Xl3DHHCH+yWNOgUwxI9ilriE2Wwwik=" 163 + "version": "24.12.2", 164 + "url": "mirror://kde/stable/release-service/24.12.2/src/elisa-24.12.2.tar.xz", 165 + "hash": "sha256-iqu3kFuHXfQ+RSuDmsrZMKyUeJYWdH6E3ZiBRJJB7Lg=" 166 166 }, 167 167 "eventviews": { 168 - "version": "24.12.1", 169 - "url": "mirror://kde/stable/release-service/24.12.1/src/eventviews-24.12.1.tar.xz", 170 - "hash": "sha256-ODvUxYwbI7Yatv6kl9ZGtEEYjTr7GZsLcGPGr+uZwoU=" 168 + "version": "24.12.2", 169 + "url": "mirror://kde/stable/release-service/24.12.2/src/eventviews-24.12.2.tar.xz", 170 + "hash": "sha256-BMWqYl+0XwEVc5US6elbZ2Z4rYqUVwQRN/9FvfdPGkI=" 171 171 }, 172 172 "falkon": { 173 - "version": "24.12.1", 174 - "url": "mirror://kde/stable/release-service/24.12.1/src/falkon-24.12.1.tar.xz", 175 - "hash": "sha256-jVcJGLfrtA0ROzHm2ROuz7v4+Od0phwKIsoCVvaTFMI=" 173 + "version": "24.12.2", 174 + "url": "mirror://kde/stable/release-service/24.12.2/src/falkon-24.12.2.tar.xz", 175 + "hash": "sha256-D5h1baO5K3Xa6yEz7gDI4lL5L4sBEvvwciZutpFgW+g=" 176 176 }, 177 177 "ffmpegthumbs": { 178 - "version": "24.12.1", 179 - "url": "mirror://kde/stable/release-service/24.12.1/src/ffmpegthumbs-24.12.1.tar.xz", 180 - "hash": "sha256-qJE8B/oukw2lS4NJMer/xJoA8f0+9KlJ4HiI5C7KnxA=" 178 + "version": "24.12.2", 179 + "url": "mirror://kde/stable/release-service/24.12.2/src/ffmpegthumbs-24.12.2.tar.xz", 180 + "hash": "sha256-6/e/wu3MEaIj+1vIryxYsWZ6Aq8Bjvb4mNOD4Ry6lA4=" 181 181 }, 182 182 "filelight": { 183 - "version": "24.12.1", 184 - "url": "mirror://kde/stable/release-service/24.12.1/src/filelight-24.12.1.tar.xz", 185 - "hash": "sha256-iBfAFUdgeKpgWFQmgekJKQcLlrlxtfYHDS9nl1g7nW8=" 183 + "version": "24.12.2", 184 + "url": "mirror://kde/stable/release-service/24.12.2/src/filelight-24.12.2.tar.xz", 185 + "hash": "sha256-iiCoPkphtxxIWFRyCNIWhyxxFA2AcCjFsO6/I6ShIIA=" 186 186 }, 187 187 "francis": { 188 - "version": "24.12.1", 189 - "url": "mirror://kde/stable/release-service/24.12.1/src/francis-24.12.1.tar.xz", 190 - "hash": "sha256-oplg6h+teKW2euIdNtLncXWZN4u4wiPX5FqKUIpzM34=" 188 + "version": "24.12.2", 189 + "url": "mirror://kde/stable/release-service/24.12.2/src/francis-24.12.2.tar.xz", 190 + "hash": "sha256-W7GeSmWnzzz36czQ/E8pk4gsknuWGoJi7OeqpH75Zis=" 191 191 }, 192 192 "ghostwriter": { 193 - "version": "24.12.1", 194 - "url": "mirror://kde/stable/release-service/24.12.1/src/ghostwriter-24.12.1.tar.xz", 195 - "hash": "sha256-P/ck8plZ1U0SfVusDe4E+OtJf250pIbbbZwBY9Kl+hI=" 193 + "version": "24.12.2", 194 + "url": "mirror://kde/stable/release-service/24.12.2/src/ghostwriter-24.12.2.tar.xz", 195 + "hash": "sha256-Mi/Y8Ibfd4sUDMmtDkyaVh3RBaibTH0UoCkw1YBalco=" 196 196 }, 197 197 "granatier": { 198 - "version": "24.12.1", 199 - "url": "mirror://kde/stable/release-service/24.12.1/src/granatier-24.12.1.tar.xz", 200 - "hash": "sha256-JeW2WncuNTLFW2gObodyUYxv0vbdOn0+iGSozkmDWog=" 198 + "version": "24.12.2", 199 + "url": "mirror://kde/stable/release-service/24.12.2/src/granatier-24.12.2.tar.xz", 200 + "hash": "sha256-wLYEW1zNogDtEa5MWr+o1+Iz8V5Nz70GYA1eGyL/vXk=" 201 201 }, 202 202 "grantlee-editor": { 203 - "version": "24.12.1", 204 - "url": "mirror://kde/stable/release-service/24.12.1/src/grantlee-editor-24.12.1.tar.xz", 205 - "hash": "sha256-lQkTV5Pa5eziCZRkC1i/eN1hP8Xw3GRJOQTgCSGWAk8=" 203 + "version": "24.12.2", 204 + "url": "mirror://kde/stable/release-service/24.12.2/src/grantlee-editor-24.12.2.tar.xz", 205 + "hash": "sha256-RAHQDbXArs2srdH7bKQmvdzNHPQzCJSRX2nePnKzQzQ=" 206 206 }, 207 207 "grantleetheme": { 208 - "version": "24.12.1", 209 - "url": "mirror://kde/stable/release-service/24.12.1/src/grantleetheme-24.12.1.tar.xz", 210 - "hash": "sha256-j0lih6RdkgvPatAz3wAWVNybIL0G6zT9/xtt4vghrkY=" 208 + "version": "24.12.2", 209 + "url": "mirror://kde/stable/release-service/24.12.2/src/grantleetheme-24.12.2.tar.xz", 210 + "hash": "sha256-WVwjMPjKI88ADhOnrmrnx84qXtQQzu/VBtAX7qHc1WM=" 211 211 }, 212 212 "gwenview": { 213 - "version": "24.12.1", 214 - "url": "mirror://kde/stable/release-service/24.12.1/src/gwenview-24.12.1.tar.xz", 215 - "hash": "sha256-KajSrO1GC3NaMQ/uIscX5lLBkpqI7pmbIc1IjrGeRSM=" 213 + "version": "24.12.2", 214 + "url": "mirror://kde/stable/release-service/24.12.2/src/gwenview-24.12.2.tar.xz", 215 + "hash": "sha256-T07nNLPGGho04ofVa2yQIdmrSdceE1enFkNp9QmVhGM=" 216 216 }, 217 217 "incidenceeditor": { 218 - "version": "24.12.1", 219 - "url": "mirror://kde/stable/release-service/24.12.1/src/incidenceeditor-24.12.1.tar.xz", 220 - "hash": "sha256-icMCK2t6/Et5mU1A94BAnaUAd0O/7JH0lVAL3UBxdo4=" 218 + "version": "24.12.2", 219 + "url": "mirror://kde/stable/release-service/24.12.2/src/incidenceeditor-24.12.2.tar.xz", 220 + "hash": "sha256-gdYnHj0LrjU6ioigZLT4TPeojFlW7Nj2sUAOMv/2poE=" 221 221 }, 222 222 "isoimagewriter": { 223 - "version": "24.12.1", 224 - "url": "mirror://kde/stable/release-service/24.12.1/src/isoimagewriter-24.12.1.tar.xz", 225 - "hash": "sha256-mmu8VFtdAHvgy6m0Ux4+CiI9HzTyIupvOAHB2+2AsY8=" 223 + "version": "24.12.2", 224 + "url": "mirror://kde/stable/release-service/24.12.2/src/isoimagewriter-24.12.2.tar.xz", 225 + "hash": "sha256-ekXbtAI1eHyfwHp5TXZEodqcDwau1UBKQO3XWDopz7E=" 226 226 }, 227 227 "itinerary": { 228 - "version": "24.12.1", 229 - "url": "mirror://kde/stable/release-service/24.12.1/src/itinerary-24.12.1.tar.xz", 230 - "hash": "sha256-0QYR4rUM2W6DEN4VIAb+kzmxvGxfmAttmmZIEutkVjQ=" 228 + "version": "24.12.2", 229 + "url": "mirror://kde/stable/release-service/24.12.2/src/itinerary-24.12.2.tar.xz", 230 + "hash": "sha256-oTn/of3rmytHG2f8qJ992h18I0P9cN9CIOZPRWIvx80=" 231 231 }, 232 232 "juk": { 233 - "version": "24.12.1", 234 - "url": "mirror://kde/stable/release-service/24.12.1/src/juk-24.12.1.tar.xz", 235 - "hash": "sha256-Wo7BJIJK01kfsk3NG4alQoNXZliKCiW5TL+cRD67njo=" 233 + "version": "24.12.2", 234 + "url": "mirror://kde/stable/release-service/24.12.2/src/juk-24.12.2.tar.xz", 235 + "hash": "sha256-fkD1AU4TVtTZCyhYvDfLDdRJAvI2p0ZPWcCWK+bYY+k=" 236 236 }, 237 237 "k3b": { 238 - "version": "24.12.1", 239 - "url": "mirror://kde/stable/release-service/24.12.1/src/k3b-24.12.1.tar.xz", 240 - "hash": "sha256-JsqaWxcpNDTVS/FPozP5DVty2Ec8VA2gEAYIDrQj4+o=" 238 + "version": "24.12.2", 239 + "url": "mirror://kde/stable/release-service/24.12.2/src/k3b-24.12.2.tar.xz", 240 + "hash": "sha256-LbROH7oiaXuiW4MsBXReZJ/29XEeOZnvx15C8GxiFX8=" 241 241 }, 242 242 "kaccounts-integration": { 243 - "version": "24.12.1", 244 - "url": "mirror://kde/stable/release-service/24.12.1/src/kaccounts-integration-24.12.1.tar.xz", 245 - "hash": "sha256-xzTJi54HfzIOS6M9tLJsJ+Y88fTTbl9W4chhftCaKfg=" 243 + "version": "24.12.2", 244 + "url": "mirror://kde/stable/release-service/24.12.2/src/kaccounts-integration-24.12.2.tar.xz", 245 + "hash": "sha256-1FbzaIRYDlRH/tPyP4Xn0/rgJkz4UJPh6qYh6rZYgdg=" 246 246 }, 247 247 "kaccounts-providers": { 248 - "version": "24.12.1", 249 - "url": "mirror://kde/stable/release-service/24.12.1/src/kaccounts-providers-24.12.1.tar.xz", 250 - "hash": "sha256-jBBusyNgIRbODHqxnq8ohsUp6GE1mfAVqLwyyux9Uck=" 248 + "version": "24.12.2", 249 + "url": "mirror://kde/stable/release-service/24.12.2/src/kaccounts-providers-24.12.2.tar.xz", 250 + "hash": "sha256-lP4dyFn711Iz22JIwWa21aQOBURWrk2GX5etuLQrVQQ=" 251 251 }, 252 252 "kaddressbook": { 253 - "version": "24.12.1", 254 - "url": "mirror://kde/stable/release-service/24.12.1/src/kaddressbook-24.12.1.tar.xz", 255 - "hash": "sha256-grXzXmjUG1hrT8JllFpImr1WR4SmYtwPq6qa1UuOxTc=" 253 + "version": "24.12.2", 254 + "url": "mirror://kde/stable/release-service/24.12.2/src/kaddressbook-24.12.2.tar.xz", 255 + "hash": "sha256-BXl7R7GfATUZ+6AXaLs1b9ZpEn94qHeoRQGWFinHZSE=" 256 256 }, 257 257 "kajongg": { 258 - "version": "24.12.1", 259 - "url": "mirror://kde/stable/release-service/24.12.1/src/kajongg-24.12.1.tar.xz", 260 - "hash": "sha256-BG9PzMFmkH8nCImIp0+FZSDBzoDmCUB0an2twFEHQg4=" 258 + "version": "24.12.2", 259 + "url": "mirror://kde/stable/release-service/24.12.2/src/kajongg-24.12.2.tar.xz", 260 + "hash": "sha256-aA5UnfLyGA+Ka14TWxvA3kN0bk0qTRK3hX9si27MMkM=" 261 261 }, 262 262 "kalarm": { 263 - "version": "24.12.1", 264 - "url": "mirror://kde/stable/release-service/24.12.1/src/kalarm-24.12.1.tar.xz", 265 - "hash": "sha256-BN/2iqsfJxE35kMx+bHEJHOipqh+6HyZS9QRU0rqcyY=" 263 + "version": "24.12.2", 264 + "url": "mirror://kde/stable/release-service/24.12.2/src/kalarm-24.12.2.tar.xz", 265 + "hash": "sha256-sNqXVkcQkaQ/f1Ies1MsvUmApsh8m8cYHZQulmt0NGo=" 266 266 }, 267 267 "kalgebra": { 268 - "version": "24.12.1", 269 - "url": "mirror://kde/stable/release-service/24.12.1/src/kalgebra-24.12.1.tar.xz", 270 - "hash": "sha256-QBl06uJHa1+Ye63PmDLx359q8sM7uVB/1t6ywtqQiDM=" 268 + "version": "24.12.2", 269 + "url": "mirror://kde/stable/release-service/24.12.2/src/kalgebra-24.12.2.tar.xz", 270 + "hash": "sha256-FR+5ua0z98h09UkAwvbbbJUWi4y2WmSVMciyBge3Nrw=" 271 271 }, 272 272 "kalk": { 273 - "version": "24.12.1", 274 - "url": "mirror://kde/stable/release-service/24.12.1/src/kalk-24.12.1.tar.xz", 275 - "hash": "sha256-8ykFDaMKNYFpKNkKm1BXQpibI3E6azfK3NyIZAHtwFw=" 273 + "version": "24.12.2", 274 + "url": "mirror://kde/stable/release-service/24.12.2/src/kalk-24.12.2.tar.xz", 275 + "hash": "sha256-bJeqnoBXmVPNfwnoMFteGWAVIjmyAKGBr1KeWsThRl4=" 276 276 }, 277 277 "kalm": { 278 - "version": "24.12.1", 279 - "url": "mirror://kde/stable/release-service/24.12.1/src/kalm-24.12.1.tar.xz", 280 - "hash": "sha256-yIRwmCjmeQno/iOnMqk5bvZGUVrvGAUiEN8+JcMvaAg=" 278 + "version": "24.12.2", 279 + "url": "mirror://kde/stable/release-service/24.12.2/src/kalm-24.12.2.tar.xz", 280 + "hash": "sha256-OdY4QNq3GKeqossKOQM8+aYah0kA5hCtOssr+/w2z+s=" 281 281 }, 282 282 "kalzium": { 283 - "version": "24.12.1", 284 - "url": "mirror://kde/stable/release-service/24.12.1/src/kalzium-24.12.1.tar.xz", 285 - "hash": "sha256-g02VgXDT8ZJk18QZJc4n+O/YedXstKlE2xtSAwuHsAk=" 283 + "version": "24.12.2", 284 + "url": "mirror://kde/stable/release-service/24.12.2/src/kalzium-24.12.2.tar.xz", 285 + "hash": "sha256-seoXyI/H46TjsDJVsU4fUccvEdI5UKYjmoQoBafq2Ig=" 286 286 }, 287 287 "kamera": { 288 - "version": "24.12.1", 289 - "url": "mirror://kde/stable/release-service/24.12.1/src/kamera-24.12.1.tar.xz", 290 - "hash": "sha256-09Y043ry17M+LtMtaoEp2TnzhEOzxrx5X32+gVVjYQ4=" 288 + "version": "24.12.2", 289 + "url": "mirror://kde/stable/release-service/24.12.2/src/kamera-24.12.2.tar.xz", 290 + "hash": "sha256-Pdn4fTpGVxRGSHmqyUVCjokLnRRc6xHsoJUCa12b36o=" 291 291 }, 292 292 "kamoso": { 293 - "version": "24.12.1", 294 - "url": "mirror://kde/stable/release-service/24.12.1/src/kamoso-24.12.1.tar.xz", 295 - "hash": "sha256-xPGHREVbW5ujD/CeCwBU0Ymb1a4y9Krq2O64IWQGKFw=" 293 + "version": "24.12.2", 294 + "url": "mirror://kde/stable/release-service/24.12.2/src/kamoso-24.12.2.tar.xz", 295 + "hash": "sha256-XaIwQ5+ZrFv5vKKD8hoYB679VnxAmrsclRJDqAHhxXo=" 296 296 }, 297 297 "kanagram": { 298 - "version": "24.12.1", 299 - "url": "mirror://kde/stable/release-service/24.12.1/src/kanagram-24.12.1.tar.xz", 300 - "hash": "sha256-0t26akvhSOBa6gflM2XtjXFJ3eJfYc9g8ZqBUmjCN/s=" 298 + "version": "24.12.2", 299 + "url": "mirror://kde/stable/release-service/24.12.2/src/kanagram-24.12.2.tar.xz", 300 + "hash": "sha256-8LF9XYlElZxDrlTNsrYaV0CZc8qlsfD1LBRqkuSRMw0=" 301 301 }, 302 302 "kapman": { 303 - "version": "24.12.1", 304 - "url": "mirror://kde/stable/release-service/24.12.1/src/kapman-24.12.1.tar.xz", 305 - "hash": "sha256-2rBv7M3nItDree1b0BqeLw6AYpzSEY0Ngv/cvaT6II0=" 303 + "version": "24.12.2", 304 + "url": "mirror://kde/stable/release-service/24.12.2/src/kapman-24.12.2.tar.xz", 305 + "hash": "sha256-cejvIiVI7VKPC8xVekf+0durr3yy+UkZd+eRZOoaLkM=" 306 306 }, 307 307 "kapptemplate": { 308 - "version": "24.12.1", 309 - "url": "mirror://kde/stable/release-service/24.12.1/src/kapptemplate-24.12.1.tar.xz", 310 - "hash": "sha256-WgViynR9/xTCFCLFZ7sqQyVBUiuF+5CQe6YC5BMoO/I=" 308 + "version": "24.12.2", 309 + "url": "mirror://kde/stable/release-service/24.12.2/src/kapptemplate-24.12.2.tar.xz", 310 + "hash": "sha256-H6JoAiGOApxlb/rGmD794U8CtiQx4/IBaiZj58WNnA8=" 311 311 }, 312 312 "kasts": { 313 - "version": "24.12.1", 314 - "url": "mirror://kde/stable/release-service/24.12.1/src/kasts-24.12.1.tar.xz", 315 - "hash": "sha256-GwTIHVqK28b4kSDg+vrxI8jX5nfIULo5Id5OZtOr8Aw=" 313 + "version": "24.12.2", 314 + "url": "mirror://kde/stable/release-service/24.12.2/src/kasts-24.12.2.tar.xz", 315 + "hash": "sha256-r+i7z5B8rqWSRIp8k73EYdX7KMPCR6VS+7u2nXr6Osk=" 316 316 }, 317 317 "kate": { 318 - "version": "24.12.1", 319 - "url": "mirror://kde/stable/release-service/24.12.1/src/kate-24.12.1.tar.xz", 320 - "hash": "sha256-7EgwqKKt5F6akKIZ2OFlbkCNIpwgBd4Qnmml4noL+ro=" 318 + "version": "24.12.2", 319 + "url": "mirror://kde/stable/release-service/24.12.2/src/kate-24.12.2.tar.xz", 320 + "hash": "sha256-XSYImTWU97pHjpoXByqTJBNOz4b1lPOd9IKjwRqX+I4=" 321 321 }, 322 322 "katomic": { 323 - "version": "24.12.1", 324 - "url": "mirror://kde/stable/release-service/24.12.1/src/katomic-24.12.1.tar.xz", 325 - "hash": "sha256-nhIJNZbB0+dVU3KeEEz2J2TZlA5+9K0dwrGBNKWTDv4=" 323 + "version": "24.12.2", 324 + "url": "mirror://kde/stable/release-service/24.12.2/src/katomic-24.12.2.tar.xz", 325 + "hash": "sha256-tb64J6AtDVF0hXeERg7K4MXrafBAUabGr9bmi+tagIw=" 326 326 }, 327 327 "kbackup": { 328 - "version": "24.12.1", 329 - "url": "mirror://kde/stable/release-service/24.12.1/src/kbackup-24.12.1.tar.xz", 330 - "hash": "sha256-MmTCSaalsWtMVmphsryk3ckp0+UnsSB24gEMUoUKPtI=" 328 + "version": "24.12.2", 329 + "url": "mirror://kde/stable/release-service/24.12.2/src/kbackup-24.12.2.tar.xz", 330 + "hash": "sha256-xf1mmmH9BifgymmhFj/SIp8dF0pvifOSlTiXRuldGrA=" 331 331 }, 332 332 "kblackbox": { 333 - "version": "24.12.1", 334 - "url": "mirror://kde/stable/release-service/24.12.1/src/kblackbox-24.12.1.tar.xz", 335 - "hash": "sha256-b+Q0r1z6RBQ2TIdRFdCV+WghAVAuR2yTFan45qhq9Cc=" 333 + "version": "24.12.2", 334 + "url": "mirror://kde/stable/release-service/24.12.2/src/kblackbox-24.12.2.tar.xz", 335 + "hash": "sha256-5OdTNxiLxNYZ9hgrHuzM3xhkR3YpOxwQSJAQVVio2NE=" 336 336 }, 337 337 "kblocks": { 338 - "version": "24.12.1", 339 - "url": "mirror://kde/stable/release-service/24.12.1/src/kblocks-24.12.1.tar.xz", 340 - "hash": "sha256-1jwAVlEGHw8Xsx4F25zepas+tGwdqr8wZVSKXCG0M1k=" 338 + "version": "24.12.2", 339 + "url": "mirror://kde/stable/release-service/24.12.2/src/kblocks-24.12.2.tar.xz", 340 + "hash": "sha256-88GFQkKUtBA+Lz2ySc7hwi/4QpvGP7o8Blgkp85rrxc=" 341 341 }, 342 342 "kbounce": { 343 - "version": "24.12.1", 344 - "url": "mirror://kde/stable/release-service/24.12.1/src/kbounce-24.12.1.tar.xz", 345 - "hash": "sha256-QDa6aDAnO7OVJailRTUZQ/1MbStAm6tGWTcHYep5Kmw=" 343 + "version": "24.12.2", 344 + "url": "mirror://kde/stable/release-service/24.12.2/src/kbounce-24.12.2.tar.xz", 345 + "hash": "sha256-70GvklHS3POo811IXexsbHg2n1laN5tqUjKCpeBMXEE=" 346 346 }, 347 347 "kbreakout": { 348 - "version": "24.12.1", 349 - "url": "mirror://kde/stable/release-service/24.12.1/src/kbreakout-24.12.1.tar.xz", 350 - "hash": "sha256-Y39n9nAyS2olv+Eg3aENRF+hT8PEcpC4wPGWaydIwkw=" 348 + "version": "24.12.2", 349 + "url": "mirror://kde/stable/release-service/24.12.2/src/kbreakout-24.12.2.tar.xz", 350 + "hash": "sha256-BxSqybWZMgu9hxgvjBDEvSBTA2x1GS4A7OmIIoPYn1o=" 351 351 }, 352 352 "kbruch": { 353 - "version": "24.12.1", 354 - "url": "mirror://kde/stable/release-service/24.12.1/src/kbruch-24.12.1.tar.xz", 355 - "hash": "sha256-U/oPItUkPpcZVCrSqNbg1NLDHW+1LS1UzffJMI6dSpk=" 353 + "version": "24.12.2", 354 + "url": "mirror://kde/stable/release-service/24.12.2/src/kbruch-24.12.2.tar.xz", 355 + "hash": "sha256-iy9Pf6OnnNVb1pdQidF5b4kUYFV8EE0r8dwVKchAm7w=" 356 356 }, 357 357 "kcachegrind": { 358 - "version": "24.12.1", 359 - "url": "mirror://kde/stable/release-service/24.12.1/src/kcachegrind-24.12.1.tar.xz", 360 - "hash": "sha256-04oQVtqrBSOVWDRkjJzn4uBFNrrWf097J1g06u8zYnI=" 358 + "version": "24.12.2", 359 + "url": "mirror://kde/stable/release-service/24.12.2/src/kcachegrind-24.12.2.tar.xz", 360 + "hash": "sha256-Pclcbdy3xZv6iWPA+DnqNDvOdLkgnLN5Jz7ahc29hUg=" 361 361 }, 362 362 "kcalc": { 363 - "version": "24.12.1", 364 - "url": "mirror://kde/stable/release-service/24.12.1/src/kcalc-24.12.1.tar.xz", 365 - "hash": "sha256-9HQpa/IjktTrzO0JDAl53aXxqiBMbNpUC+pdUJvtSPk=" 363 + "version": "24.12.2", 364 + "url": "mirror://kde/stable/release-service/24.12.2/src/kcalc-24.12.2.tar.xz", 365 + "hash": "sha256-Dng0wnJu0fsJ4e+/XRcWUgSmaJWJf7Egc0EHVwi2d/o=" 366 366 }, 367 367 "kcalutils": { 368 - "version": "24.12.1", 369 - "url": "mirror://kde/stable/release-service/24.12.1/src/kcalutils-24.12.1.tar.xz", 370 - "hash": "sha256-8yHuOlI+D8M66YnM82IW46C0zRegTHX4HnNQro1rBUc=" 368 + "version": "24.12.2", 369 + "url": "mirror://kde/stable/release-service/24.12.2/src/kcalutils-24.12.2.tar.xz", 370 + "hash": "sha256-zipoVqI7YkcwSpUUbv4vAKDQTJigh34hChglYXI4ivY=" 371 371 }, 372 372 "kcharselect": { 373 - "version": "24.12.1", 374 - "url": "mirror://kde/stable/release-service/24.12.1/src/kcharselect-24.12.1.tar.xz", 375 - "hash": "sha256-lFisvQ3cX+HnQZacLhNMakLFFUzh2p/zBWVnkQq55nY=" 373 + "version": "24.12.2", 374 + "url": "mirror://kde/stable/release-service/24.12.2/src/kcharselect-24.12.2.tar.xz", 375 + "hash": "sha256-eZvrTPk+cBWL4J+0UAbBU8Dmf5fu//7A0VKzF/bV6fU=" 376 376 }, 377 377 "kclock": { 378 - "version": "24.12.1", 379 - "url": "mirror://kde/stable/release-service/24.12.1/src/kclock-24.12.1.tar.xz", 380 - "hash": "sha256-edLXJdEh5s6jb9CUuoUIIry0de5CCOb3Fr+bKaderLs=" 378 + "version": "24.12.2", 379 + "url": "mirror://kde/stable/release-service/24.12.2/src/kclock-24.12.2.tar.xz", 380 + "hash": "sha256-Cuzw0z2X4/5vaViNvi8qdxI3ByQYoAyKg8F1X8R6KkU=" 381 381 }, 382 382 "kcolorchooser": { 383 - "version": "24.12.1", 384 - "url": "mirror://kde/stable/release-service/24.12.1/src/kcolorchooser-24.12.1.tar.xz", 385 - "hash": "sha256-dAjzRQP0L6hiAzWomJHsBd7V7mzhoPLydCMLgjH/fJ8=" 383 + "version": "24.12.2", 384 + "url": "mirror://kde/stable/release-service/24.12.2/src/kcolorchooser-24.12.2.tar.xz", 385 + "hash": "sha256-0L/sf0+KQXKuM0gwe9cgOA5b91UEl/UKb6lFOcpV1Og=" 386 386 }, 387 387 "kcron": { 388 - "version": "24.12.1", 389 - "url": "mirror://kde/stable/release-service/24.12.1/src/kcron-24.12.1.tar.xz", 390 - "hash": "sha256-jb0gpb13iCawIY2zCfulH0DSe1+HCQv+lk8g3TDJNuU=" 388 + "version": "24.12.2", 389 + "url": "mirror://kde/stable/release-service/24.12.2/src/kcron-24.12.2.tar.xz", 390 + "hash": "sha256-BMlJERFpXwgcwVJAF9UQpS9SKA4f7RcSdHT8p03NRJI=" 391 391 }, 392 392 "kdebugsettings": { 393 - "version": "24.12.1", 394 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdebugsettings-24.12.1.tar.xz", 395 - "hash": "sha256-dsHdHQainpo5KZ4tJ3jANb8PXqBQZaQ6slDro8jPKnU=" 393 + "version": "24.12.2", 394 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdebugsettings-24.12.2.tar.xz", 395 + "hash": "sha256-H30T12HM2o5gF37vP48U4qF0LoTCgLKkDbAPKFpsGZo=" 396 396 }, 397 397 "kdeconnect-kde": { 398 - "version": "24.12.1", 399 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdeconnect-kde-24.12.1.tar.xz", 400 - "hash": "sha256-3yoa0Ub/L7NOc10UHUzeV07KQ80Pen6rJZyHA+Aq1iw=" 398 + "version": "24.12.2", 399 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdeconnect-kde-24.12.2.tar.xz", 400 + "hash": "sha256-rinZForybrC1KE/+FAJelxV04/iRw2/7J0MfotPvR/8=" 401 401 }, 402 402 "kde-dev-scripts": { 403 - "version": "24.12.1", 404 - "url": "mirror://kde/stable/release-service/24.12.1/src/kde-dev-scripts-24.12.1.tar.xz", 405 - "hash": "sha256-nkOeIrr1d0IVnccLgHOrJrg2TfDbZSpWtaVET2P1F70=" 403 + "version": "24.12.2", 404 + "url": "mirror://kde/stable/release-service/24.12.2/src/kde-dev-scripts-24.12.2.tar.xz", 405 + "hash": "sha256-uULkQfYyzLbFLmgPdNlbvHuUIhy50X5ovMjtSQJ0adQ=" 406 406 }, 407 407 "kde-dev-utils": { 408 - "version": "24.12.1", 409 - "url": "mirror://kde/stable/release-service/24.12.1/src/kde-dev-utils-24.12.1.tar.xz", 410 - "hash": "sha256-/fPaD0N/rW5lThfDUWss7OYLv//BOtx2f6d4VoAvvt0=" 408 + "version": "24.12.2", 409 + "url": "mirror://kde/stable/release-service/24.12.2/src/kde-dev-utils-24.12.2.tar.xz", 410 + "hash": "sha256-3HVXC5S1KIZnLRue2sEJ2AzXYjLgFM1bb3a3FR5jSQg=" 411 411 }, 412 412 "kdeedu-data": { 413 - "version": "24.12.1", 414 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdeedu-data-24.12.1.tar.xz", 415 - "hash": "sha256-hlMWwBIPgFfvBIAUS1NiGZOPUnUAWQNXXSTxVWxFRGg=" 413 + "version": "24.12.2", 414 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdeedu-data-24.12.2.tar.xz", 415 + "hash": "sha256-2pPKBhGFgRN6QiM6TflgahW/iKwaj4x2H7VDz1iKIwc=" 416 416 }, 417 417 "kdegraphics-mobipocket": { 418 - "version": "24.12.1", 419 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdegraphics-mobipocket-24.12.1.tar.xz", 420 - "hash": "sha256-du8FCvgWnxrZMlsKNYxL9YEtb7hYrDU48XOzosOo6mY=" 418 + "version": "24.12.2", 419 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdegraphics-mobipocket-24.12.2.tar.xz", 420 + "hash": "sha256-6p37xpuvXr6MSCNEvczJgKvMvLOXlx2yHReJIiVau0Y=" 421 421 }, 422 422 "kdegraphics-thumbnailers": { 423 - "version": "24.12.1", 424 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdegraphics-thumbnailers-24.12.1.tar.xz", 425 - "hash": "sha256-rSCMGv7nq+p2dF+pJO51edtH21i81zbH7TQbSknuUtM=" 423 + "version": "24.12.2", 424 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdegraphics-thumbnailers-24.12.2.tar.xz", 425 + "hash": "sha256-KVscZLqZO12kjQsYziBNR/O2UKMl0lfv5N6OyLyFUJk=" 426 426 }, 427 427 "kde-inotify-survey": { 428 - "version": "24.12.1", 429 - "url": "mirror://kde/stable/release-service/24.12.1/src/kde-inotify-survey-24.12.1.tar.xz", 430 - "hash": "sha256-PGiUEOmsE0MAMV+oGVt8EDn96T2Bo5oNwb3Yp6p6MD0=" 428 + "version": "24.12.2", 429 + "url": "mirror://kde/stable/release-service/24.12.2/src/kde-inotify-survey-24.12.2.tar.xz", 430 + "hash": "sha256-OTPlNj7y5fEY2IWJBdXFNX16YvieHxVJuejYtfUsjX0=" 431 431 }, 432 432 "kdenetwork-filesharing": { 433 - "version": "24.12.1", 434 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdenetwork-filesharing-24.12.1.tar.xz", 435 - "hash": "sha256-QRzPGvr7+s6ZvNrb+ewizs+jouwKH1uGLP6c+veGGOY=" 433 + "version": "24.12.2", 434 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdenetwork-filesharing-24.12.2.tar.xz", 435 + "hash": "sha256-x6Q3WX58U4D71+hcKLLQvi8AcApgYiXlr4Yimsmf3cU=" 436 436 }, 437 437 "kdenlive": { 438 - "version": "24.12.1", 439 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdenlive-24.12.1.tar.xz", 440 - "hash": "sha256-bRNFRioa2acl2/mrQrizQO6vyEN9nA9SrF66z9/ZuLI=" 438 + "version": "24.12.2", 439 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdenlive-24.12.2.tar.xz", 440 + "hash": "sha256-N74Y3jWD/aM/skbzEvWk4lweZK5tdGZoJEJS4gM+9Ik=" 441 441 }, 442 442 "kdepim-addons": { 443 - "version": "24.12.1", 444 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdepim-addons-24.12.1.tar.xz", 445 - "hash": "sha256-Rjnix89tv2OtFTMAQkFRSrq35Stg4BK5aVoFHMhdofI=" 443 + "version": "24.12.2", 444 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdepim-addons-24.12.2.tar.xz", 445 + "hash": "sha256-4hivE+p27Ab7ckg68PLtOYZZWiPb7vdvFenQDLXjOPk=" 446 446 }, 447 447 "kdepim-runtime": { 448 - "version": "24.12.1", 449 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdepim-runtime-24.12.1.tar.xz", 450 - "hash": "sha256-ERniXW2mvyRxBjOYB8Rko4IVHohK2XLe9DfRf7pt/Fg=" 448 + "version": "24.12.2", 449 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdepim-runtime-24.12.2.tar.xz", 450 + "hash": "sha256-8QZZsELkrc/krKIG8+59XW8gPvYMSNKUoRm3ntMHXgc=" 451 451 }, 452 452 "kdesdk-kio": { 453 - "version": "24.12.1", 454 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdesdk-kio-24.12.1.tar.xz", 455 - "hash": "sha256-WQ2ZuIYeRbVcmc/3OHZhOoI113KPB2sQw72ErGKNsHg=" 453 + "version": "24.12.2", 454 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdesdk-kio-24.12.2.tar.xz", 455 + "hash": "sha256-FfMgXeBZazUhy89Y2BIr0JCKegNPnRVAoog6AkS7uPs=" 456 456 }, 457 457 "kdesdk-thumbnailers": { 458 - "version": "24.12.1", 459 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdesdk-thumbnailers-24.12.1.tar.xz", 460 - "hash": "sha256-yKXCAAVXS53POo+Fm1ikWqreGe/nliZ6dRRwaj3QyoA=" 458 + "version": "24.12.2", 459 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdesdk-thumbnailers-24.12.2.tar.xz", 460 + "hash": "sha256-vcs7gr/GbHfisYZA2rETqncZkg5fCCQ2fOpVkrq+Lzo=" 461 461 }, 462 462 "kdevelop": { 463 - "version": "24.12.1", 464 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdevelop-24.12.1.tar.xz", 465 - "hash": "sha256-6Qt1XS6FS1QhSCbOfqpiDTBJtoukaYZW3w83phg44Z0=" 463 + "version": "24.12.2", 464 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdevelop-24.12.2.tar.xz", 465 + "hash": "sha256-95aWszep4c0A91DaBxFOttuSjBqznZEE4MnoBnT13Ow=" 466 466 }, 467 467 "kdev-php": { 468 - "version": "24.12.1", 469 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdev-php-24.12.1.tar.xz", 470 - "hash": "sha256-snWNF+sbT9I7nhE8C98KTyylV+8woVTZFEv1Z9tl3jw=" 468 + "version": "24.12.2", 469 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdev-php-24.12.2.tar.xz", 470 + "hash": "sha256-LcNV2If/I06mzVJckvcxUhlBdu1oTv8s0H/4K0gFfbo=" 471 471 }, 472 472 "kdev-python": { 473 - "version": "24.12.1", 474 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdev-python-24.12.1.tar.xz", 475 - "hash": "sha256-3uiekB/O6VCQJ3aD9PSR1F3n1S1yJxG1iiBLq2LmlV0=" 473 + "version": "24.12.2", 474 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdev-python-24.12.2.tar.xz", 475 + "hash": "sha256-FKCmba6BSOPYC49875Tz/tKHH430ekA8unHF0IKPE6g=" 476 476 }, 477 477 "kdf": { 478 - "version": "24.12.1", 479 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdf-24.12.1.tar.xz", 480 - "hash": "sha256-W6JR35uYHp9mSfMXZX5uf8w+l/fOGz7KdLB1bUlMH2s=" 478 + "version": "24.12.2", 479 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdf-24.12.2.tar.xz", 480 + "hash": "sha256-IVxG36lCXkqu/4g9IMXRbp266VoFn6feegMiFLlaJA0=" 481 481 }, 482 482 "kdialog": { 483 - "version": "24.12.1", 484 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdialog-24.12.1.tar.xz", 485 - "hash": "sha256-AdVBICsslPi+krq0Z/i5YkMM0y/BuNZNASLN0LvTpLc=" 483 + "version": "24.12.2", 484 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdialog-24.12.2.tar.xz", 485 + "hash": "sha256-F8D4cucWC6cSgVNSdrDdThmICJe+cPVqRc83fD+imXo=" 486 486 }, 487 487 "kdiamond": { 488 - "version": "24.12.1", 489 - "url": "mirror://kde/stable/release-service/24.12.1/src/kdiamond-24.12.1.tar.xz", 490 - "hash": "sha256-J6sVFEfwts0xn5momSugWHoYwg2VB25mx8GOe4SJzpM=" 488 + "version": "24.12.2", 489 + "url": "mirror://kde/stable/release-service/24.12.2/src/kdiamond-24.12.2.tar.xz", 490 + "hash": "sha256-uL4NyqaHxxSS5uccCtiAmZHX/eyivi013ira4f6RP+Y=" 491 491 }, 492 492 "keditbookmarks": { 493 - "version": "24.12.1", 494 - "url": "mirror://kde/stable/release-service/24.12.1/src/keditbookmarks-24.12.1.tar.xz", 495 - "hash": "sha256-T0KBfM2qvTrPr7fG2N/8faQ4KmCAyKFYYOLcHiNYI04=" 493 + "version": "24.12.2", 494 + "url": "mirror://kde/stable/release-service/24.12.2/src/keditbookmarks-24.12.2.tar.xz", 495 + "hash": "sha256-x4jIrCTezQpjcOYIX75LK1AgZn29rM3R13I3s4z5rz4=" 496 496 }, 497 497 "keysmith": { 498 - "version": "24.12.1", 499 - "url": "mirror://kde/stable/release-service/24.12.1/src/keysmith-24.12.1.tar.xz", 500 - "hash": "sha256-KTS7hsBMsqi8u17e4Tf3YpUSwOkSEwL+OhdhSaLucek=" 498 + "version": "24.12.2", 499 + "url": "mirror://kde/stable/release-service/24.12.2/src/keysmith-24.12.2.tar.xz", 500 + "hash": "sha256-lvWaflMPoj8gTfO/txbRjO+DjvoUye1X5aXsavd6BmI=" 501 501 }, 502 502 "kfind": { 503 - "version": "24.12.1", 504 - "url": "mirror://kde/stable/release-service/24.12.1/src/kfind-24.12.1.tar.xz", 505 - "hash": "sha256-KAWvAtAutFjX837pRKsY+eYbo7MY9/K+XkLu0+dpqXo=" 503 + "version": "24.12.2", 504 + "url": "mirror://kde/stable/release-service/24.12.2/src/kfind-24.12.2.tar.xz", 505 + "hash": "sha256-9c9wTjWjcv9BqEVZOzRs9D3nyo9DfVuxkuyWM1IIhA8=" 506 506 }, 507 507 "kfourinline": { 508 - "version": "24.12.1", 509 - "url": "mirror://kde/stable/release-service/24.12.1/src/kfourinline-24.12.1.tar.xz", 510 - "hash": "sha256-gpSbmGB53Ybc1d47i2+Z0bbiFB5ezL9f+xJxBNiyWko=" 508 + "version": "24.12.2", 509 + "url": "mirror://kde/stable/release-service/24.12.2/src/kfourinline-24.12.2.tar.xz", 510 + "hash": "sha256-3F9jiu1ETOe9MaEFJAmuuI5oI2ezrIGQXg+rcSpxPII=" 511 511 }, 512 512 "kgeography": { 513 - "version": "24.12.1", 514 - "url": "mirror://kde/stable/release-service/24.12.1/src/kgeography-24.12.1.tar.xz", 515 - "hash": "sha256-mPxYQtOjJa2NHquGyuYHX9HtQuTKkrjUg4JZl60orbU=" 513 + "version": "24.12.2", 514 + "url": "mirror://kde/stable/release-service/24.12.2/src/kgeography-24.12.2.tar.xz", 515 + "hash": "sha256-+CDHSrwy1XzrD04wHWZRMRYUaVh2HPou9Hof8YBIo+I=" 516 516 }, 517 517 "kget": { 518 - "version": "24.12.1", 519 - "url": "mirror://kde/stable/release-service/24.12.1/src/kget-24.12.1.tar.xz", 520 - "hash": "sha256-duiY98ys7ndigwTivQkpgHDXh7jmwMwXaXwx1mr+R14=" 518 + "version": "24.12.2", 519 + "url": "mirror://kde/stable/release-service/24.12.2/src/kget-24.12.2.tar.xz", 520 + "hash": "sha256-/3YKN5tl6f341Dvgr107YhsMBESsgPDIj1deDnO9LUM=" 521 521 }, 522 522 "kgoldrunner": { 523 - "version": "24.12.1", 524 - "url": "mirror://kde/stable/release-service/24.12.1/src/kgoldrunner-24.12.1.tar.xz", 525 - "hash": "sha256-59xGa10hoQjK2NB6UMIYeXpGYJmK9aF6/LRh+2W9zig=" 523 + "version": "24.12.2", 524 + "url": "mirror://kde/stable/release-service/24.12.2/src/kgoldrunner-24.12.2.tar.xz", 525 + "hash": "sha256-GxmIPsWGqpEm2CFsO2fDNs6irr1lNybklbIVD5Tlwcw=" 526 526 }, 527 527 "kgpg": { 528 - "version": "24.12.1", 529 - "url": "mirror://kde/stable/release-service/24.12.1/src/kgpg-24.12.1.tar.xz", 530 - "hash": "sha256-S9pDNcvR4a2t7Z/ngaYkilf9r8KviXBTdApUKVLFhmc=" 528 + "version": "24.12.2", 529 + "url": "mirror://kde/stable/release-service/24.12.2/src/kgpg-24.12.2.tar.xz", 530 + "hash": "sha256-SNSPGcFslYe5uQ3y6AHQelhHsrk8nmOVreziWswsYcE=" 531 531 }, 532 532 "kgraphviewer": { 533 - "version": "24.12.1", 534 - "url": "mirror://kde/stable/release-service/24.12.1/src/kgraphviewer-24.12.1.tar.xz", 535 - "hash": "sha256-9pNBMf6keWEp3l/yTpzECajBLlwM5/QBzku0ypaLbV0=" 533 + "version": "24.12.2", 534 + "url": "mirror://kde/stable/release-service/24.12.2/src/kgraphviewer-24.12.2.tar.xz", 535 + "hash": "sha256-ZLL7cf4T71rbngVbhUrEsWmaOu9nJldtxptz2f7h/wo=" 536 536 }, 537 537 "khangman": { 538 - "version": "24.12.1", 539 - "url": "mirror://kde/stable/release-service/24.12.1/src/khangman-24.12.1.tar.xz", 540 - "hash": "sha256-rk7ggg0xMxM3FWO6tCp0vAoaZ8EpCAAXbSf3FUAwlp0=" 538 + "version": "24.12.2", 539 + "url": "mirror://kde/stable/release-service/24.12.2/src/khangman-24.12.2.tar.xz", 540 + "hash": "sha256-qr/oon1XlAqJ1zBj5LDJBPya0UlD6vZ2ZL5C9YqhqrI=" 541 541 }, 542 542 "khealthcertificate": { 543 - "version": "24.12.1", 544 - "url": "mirror://kde/stable/release-service/24.12.1/src/khealthcertificate-24.12.1.tar.xz", 545 - "hash": "sha256-deb3w7yiqSLbfx1c7FhUJly9y3Ko/mESKji96x7AtO8=" 543 + "version": "24.12.2", 544 + "url": "mirror://kde/stable/release-service/24.12.2/src/khealthcertificate-24.12.2.tar.xz", 545 + "hash": "sha256-cHvBMgOaSwST1ojyNUGz9+yuvmnWIb9CQjGwZV58LcI=" 546 546 }, 547 547 "khelpcenter": { 548 - "version": "24.12.1", 549 - "url": "mirror://kde/stable/release-service/24.12.1/src/khelpcenter-24.12.1.tar.xz", 550 - "hash": "sha256-kDW1BQBwlELZUoYfC22KtBFu/jqyjt/w17wQqz8te1k=" 548 + "version": "24.12.2", 549 + "url": "mirror://kde/stable/release-service/24.12.2/src/khelpcenter-24.12.2.tar.xz", 550 + "hash": "sha256-8t3XyZ5+OE8/hGJ3zJ8ZamiCuHwOPQwIDu0yYtT8Wec=" 551 551 }, 552 552 "kidentitymanagement": { 553 - "version": "24.12.1", 554 - "url": "mirror://kde/stable/release-service/24.12.1/src/kidentitymanagement-24.12.1.tar.xz", 555 - "hash": "sha256-Lo7GM3pbHEqUiVrE0zYImnUi5X5Qmqk/kZEh34u+3uM=" 553 + "version": "24.12.2", 554 + "url": "mirror://kde/stable/release-service/24.12.2/src/kidentitymanagement-24.12.2.tar.xz", 555 + "hash": "sha256-tqEPLGUNtLqZxaKnhvtCE3ASUBJqqFPckJyBzzfA8h4=" 556 556 }, 557 557 "kig": { 558 - "version": "24.12.1", 559 - "url": "mirror://kde/stable/release-service/24.12.1/src/kig-24.12.1.tar.xz", 560 - "hash": "sha256-+2UYQSPI0FSqfUsnDb/GFyz3Cy2aeKA+sYHo+EDPRU4=" 558 + "version": "24.12.2", 559 + "url": "mirror://kde/stable/release-service/24.12.2/src/kig-24.12.2.tar.xz", 560 + "hash": "sha256-2Ag9r0itxMgWrUTPNNtR4ItBr+je5b4EJffmZ7RapZY=" 561 561 }, 562 562 "kigo": { 563 - "version": "24.12.1", 564 - "url": "mirror://kde/stable/release-service/24.12.1/src/kigo-24.12.1.tar.xz", 565 - "hash": "sha256-IkeESciPb4lkY5zOuS8q3rQZI6bdyCOgsiX8Q1rziUU=" 563 + "version": "24.12.2", 564 + "url": "mirror://kde/stable/release-service/24.12.2/src/kigo-24.12.2.tar.xz", 565 + "hash": "sha256-QI7Ucz4DR12D6ODbomzvg/SRr5AGy4UxC46fCSP3RME=" 566 566 }, 567 567 "killbots": { 568 - "version": "24.12.1", 569 - "url": "mirror://kde/stable/release-service/24.12.1/src/killbots-24.12.1.tar.xz", 570 - "hash": "sha256-zeyMymt/q0ycU6khlCqAF/OChRpQLLxGp1nRGcKQVH4=" 568 + "version": "24.12.2", 569 + "url": "mirror://kde/stable/release-service/24.12.2/src/killbots-24.12.2.tar.xz", 570 + "hash": "sha256-rd4Ub03czOsL6ueAdsCD0w6Geu32O0zFwR3HJbq/WIw=" 571 571 }, 572 572 "kimagemapeditor": { 573 - "version": "24.12.1", 574 - "url": "mirror://kde/stable/release-service/24.12.1/src/kimagemapeditor-24.12.1.tar.xz", 575 - "hash": "sha256-A5mwMtyrjoUudlaHsIlUGSlrE6eoWh7jgYICp1YA2O0=" 573 + "version": "24.12.2", 574 + "url": "mirror://kde/stable/release-service/24.12.2/src/kimagemapeditor-24.12.2.tar.xz", 575 + "hash": "sha256-mwdVhLGynNIk9pfoZE0M2fh07dNk2PLslHDViQRh0G8=" 576 576 }, 577 577 "kimap": { 578 - "version": "24.12.1", 579 - "url": "mirror://kde/stable/release-service/24.12.1/src/kimap-24.12.1.tar.xz", 580 - "hash": "sha256-sL1TTPFzZg/UrWKy1Y/tTmjWQK629gLoouA4RapTC2c=" 578 + "version": "24.12.2", 579 + "url": "mirror://kde/stable/release-service/24.12.2/src/kimap-24.12.2.tar.xz", 580 + "hash": "sha256-lN1AcqAab4BPN0gr0cH3iyuiBZr57E9blo/7qffocbA=" 581 581 }, 582 582 "kio-admin": { 583 - "version": "24.12.1", 584 - "url": "mirror://kde/stable/release-service/24.12.1/src/kio-admin-24.12.1.tar.xz", 585 - "hash": "sha256-GMqd2Uwp3SxUglIvitED9KKIMNVtSwaa4T8fHiO6MVc=" 583 + "version": "24.12.2", 584 + "url": "mirror://kde/stable/release-service/24.12.2/src/kio-admin-24.12.2.tar.xz", 585 + "hash": "sha256-QgXpysmxHZeH/ggZFuGh2vuZ+4s9aAIOPk3FfKthWwU=" 586 586 }, 587 587 "kio-extras": { 588 - "version": "24.12.1", 589 - "url": "mirror://kde/stable/release-service/24.12.1/src/kio-extras-24.12.1.tar.xz", 590 - "hash": "sha256-qSvLbEuICkD4bKCNoynzTnh702CzfHZMlU/5S3qV2sY=" 588 + "version": "24.12.2", 589 + "url": "mirror://kde/stable/release-service/24.12.2/src/kio-extras-24.12.2.tar.xz", 590 + "hash": "sha256-csMHJjQipZuxpJdqB7eLfP7rf/+GbsttFujj0dYcWPQ=" 591 591 }, 592 592 "kio-gdrive": { 593 - "version": "24.12.1", 594 - "url": "mirror://kde/stable/release-service/24.12.1/src/kio-gdrive-24.12.1.tar.xz", 595 - "hash": "sha256-t+NjovRdqKcgMSM1YnIw3BSJsUdnOsddHGfkKknHxVU=" 593 + "version": "24.12.2", 594 + "url": "mirror://kde/stable/release-service/24.12.2/src/kio-gdrive-24.12.2.tar.xz", 595 + "hash": "sha256-CDggZFgPPXiQ0l+U0vAXH9KvxZQJFMKrWRoN5tBvO2I=" 596 596 }, 597 597 "kio-zeroconf": { 598 - "version": "24.12.1", 599 - "url": "mirror://kde/stable/release-service/24.12.1/src/kio-zeroconf-24.12.1.tar.xz", 600 - "hash": "sha256-tCsBwY5q3DJ99MPoeJHcrSZT6W5NS6j56XF5S34M9tk=" 598 + "version": "24.12.2", 599 + "url": "mirror://kde/stable/release-service/24.12.2/src/kio-zeroconf-24.12.2.tar.xz", 600 + "hash": "sha256-0P93ZsW64IBnySvTyFPo83qwSdgth69DPVbvuQVCvAw=" 601 601 }, 602 602 "kirigami-gallery": { 603 - "version": "24.12.1", 604 - "url": "mirror://kde/stable/release-service/24.12.1/src/kirigami-gallery-24.12.1.tar.xz", 605 - "hash": "sha256-dqDqh46hFSnBKtclS9YSdPw0TYVP1s9zdAP2SfIJEkw=" 603 + "version": "24.12.2", 604 + "url": "mirror://kde/stable/release-service/24.12.2/src/kirigami-gallery-24.12.2.tar.xz", 605 + "hash": "sha256-CvijoAdx2xxXx8DxDUbf0AhePStIieJpg2YFWfZEy4w=" 606 606 }, 607 607 "kiriki": { 608 - "version": "24.12.1", 609 - "url": "mirror://kde/stable/release-service/24.12.1/src/kiriki-24.12.1.tar.xz", 610 - "hash": "sha256-raYEiKyBKP8WypgA5w1RW2GmHgVUyXt7F8/xQAEIaX0=" 608 + "version": "24.12.2", 609 + "url": "mirror://kde/stable/release-service/24.12.2/src/kiriki-24.12.2.tar.xz", 610 + "hash": "sha256-lvTNNYwbFE69EBKJ+v2MiD0w71jRP9dlixRQNIVgRlU=" 611 611 }, 612 612 "kiten": { 613 - "version": "24.12.1", 614 - "url": "mirror://kde/stable/release-service/24.12.1/src/kiten-24.12.1.tar.xz", 615 - "hash": "sha256-UYAIROzdhx6qg+kGueqT1TXRhScK0cCugI71XC1rhmA=" 613 + "version": "24.12.2", 614 + "url": "mirror://kde/stable/release-service/24.12.2/src/kiten-24.12.2.tar.xz", 615 + "hash": "sha256-gm0yCFUDu384Tr1ZC6QVisvJmicb7+roGOcT3eHBNSg=" 616 616 }, 617 617 "kitinerary": { 618 - "version": "24.12.1", 619 - "url": "mirror://kde/stable/release-service/24.12.1/src/kitinerary-24.12.1.tar.xz", 620 - "hash": "sha256-6mwWqEaE1pCxzKq9jf7pv+j3RJJdtYti4bXc6RyEubs=" 618 + "version": "24.12.2", 619 + "url": "mirror://kde/stable/release-service/24.12.2/src/kitinerary-24.12.2.tar.xz", 620 + "hash": "sha256-G9wLGGd2NOrULi+1ic2Ds9ugUicw0maLB6OEeQbMQb8=" 621 621 }, 622 622 "kjournald": { 623 - "version": "24.12.1", 624 - "url": "mirror://kde/stable/release-service/24.12.1/src/kjournald-24.12.1.tar.xz", 625 - "hash": "sha256-2Uh0xHYI/p1C2Qp+OkSAMG1/mOPnRepxhlLRPj0YPrw=" 623 + "version": "24.12.2", 624 + "url": "mirror://kde/stable/release-service/24.12.2/src/kjournald-24.12.2.tar.xz", 625 + "hash": "sha256-nS3CnyrsP/zNIPM0hJMtZDfWie/BCf3FbO/eiLadxNE=" 626 626 }, 627 627 "kjumpingcube": { 628 - "version": "24.12.1", 629 - "url": "mirror://kde/stable/release-service/24.12.1/src/kjumpingcube-24.12.1.tar.xz", 630 - "hash": "sha256-BvVf3gW0SXarGWHoy7P3+xHIoAhc9GZgKLipYIglIwQ=" 628 + "version": "24.12.2", 629 + "url": "mirror://kde/stable/release-service/24.12.2/src/kjumpingcube-24.12.2.tar.xz", 630 + "hash": "sha256-mjG07UY5dPbECesfJCaR5DbIoEucDxJwSAioPfkUtBI=" 631 631 }, 632 632 "kldap": { 633 - "version": "24.12.1", 634 - "url": "mirror://kde/stable/release-service/24.12.1/src/kldap-24.12.1.tar.xz", 635 - "hash": "sha256-fkNlK1zK/tBVLVNixa+iodReuBAHbSc6NRkl5Fzs248=" 633 + "version": "24.12.2", 634 + "url": "mirror://kde/stable/release-service/24.12.2/src/kldap-24.12.2.tar.xz", 635 + "hash": "sha256-bV5Dw3VQNKjS6CVmB4w95dBP09Fb85aQnFj74dC8Bdo=" 636 636 }, 637 637 "kleopatra": { 638 - "version": "24.12.1", 639 - "url": "mirror://kde/stable/release-service/24.12.1/src/kleopatra-24.12.1.tar.xz", 640 - "hash": "sha256-uHi/SzZuqhrUfsXq4dXN+FJarUSCrQ5FBlkXIhUQ1wk=" 638 + "version": "24.12.2", 639 + "url": "mirror://kde/stable/release-service/24.12.2/src/kleopatra-24.12.2.tar.xz", 640 + "hash": "sha256-s0msfeNDdnkX6c7cwqbMMjt4cVRCDYq3uV7uRQshIlE=" 641 641 }, 642 642 "klettres": { 643 - "version": "24.12.1", 644 - "url": "mirror://kde/stable/release-service/24.12.1/src/klettres-24.12.1.tar.xz", 645 - "hash": "sha256-J+/UqjRdJoJlZJPFmmMsrL4+/OO+EEPo6wevV9GdncI=" 643 + "version": "24.12.2", 644 + "url": "mirror://kde/stable/release-service/24.12.2/src/klettres-24.12.2.tar.xz", 645 + "hash": "sha256-fzLk0qv/V2o94KKIuxrfW2EjKSGwK4fibYRihtTq6yg=" 646 646 }, 647 647 "klickety": { 648 - "version": "24.12.1", 649 - "url": "mirror://kde/stable/release-service/24.12.1/src/klickety-24.12.1.tar.xz", 650 - "hash": "sha256-8Z1OwVhgdE4HduHNvLUXMcxVo+NMd+jrXMsSyZMklXk=" 648 + "version": "24.12.2", 649 + "url": "mirror://kde/stable/release-service/24.12.2/src/klickety-24.12.2.tar.xz", 650 + "hash": "sha256-9g8fuLqWljlhpOj3GAcjmSLJ2VIh70fh7Lyhn+W6ZNI=" 651 651 }, 652 652 "klines": { 653 - "version": "24.12.1", 654 - "url": "mirror://kde/stable/release-service/24.12.1/src/klines-24.12.1.tar.xz", 655 - "hash": "sha256-gr2AeB4lCkk8gZVhEBNtix4wcD5Ggutb876kT/f4KzM=" 653 + "version": "24.12.2", 654 + "url": "mirror://kde/stable/release-service/24.12.2/src/klines-24.12.2.tar.xz", 655 + "hash": "sha256-eAxYTmtK5Rr+mT0dSvVALZDqR/YNrQbybHMlhuG9FXM=" 656 656 }, 657 657 "kmag": { 658 - "version": "24.12.1", 659 - "url": "mirror://kde/stable/release-service/24.12.1/src/kmag-24.12.1.tar.xz", 660 - "hash": "sha256-+IwwMYosq35uzdgzKPNWYYFwNdGTat3QZVsRfCVHrVg=" 658 + "version": "24.12.2", 659 + "url": "mirror://kde/stable/release-service/24.12.2/src/kmag-24.12.2.tar.xz", 660 + "hash": "sha256-nfvSDHB09sZrqT3BoSGg537E1ceIFjf1d5lRJBLqSGE=" 661 661 }, 662 662 "kmahjongg": { 663 - "version": "24.12.1", 664 - "url": "mirror://kde/stable/release-service/24.12.1/src/kmahjongg-24.12.1.tar.xz", 665 - "hash": "sha256-3O9pcD3IejyhGPYFNySF9e/P6iuufPGzYihxlw85ThE=" 663 + "version": "24.12.2", 664 + "url": "mirror://kde/stable/release-service/24.12.2/src/kmahjongg-24.12.2.tar.xz", 665 + "hash": "sha256-iqW0VBa5gzKfeVmSVxFIOA6+GaY6dMBdfJ/x+mrVhwg=" 666 666 }, 667 667 "kmail": { 668 - "version": "24.12.1", 669 - "url": "mirror://kde/stable/release-service/24.12.1/src/kmail-24.12.1.tar.xz", 670 - "hash": "sha256-dgha89rT4ryk+D5an3sfbeI8UXsIzXVy91wCTld8hrI=" 668 + "version": "24.12.2", 669 + "url": "mirror://kde/stable/release-service/24.12.2/src/kmail-24.12.2.tar.xz", 670 + "hash": "sha256-MWlJQ5kC3eUTDH4u+W0r7kWBI+0z0WC0eNV/mmqGQnE=" 671 671 }, 672 672 "kmail-account-wizard": { 673 - "version": "24.12.1", 674 - "url": "mirror://kde/stable/release-service/24.12.1/src/kmail-account-wizard-24.12.1.tar.xz", 675 - "hash": "sha256-EH/SbQUzd9ArRH9Gmi83DoCxDJeoC008LWqZzddnF2w=" 673 + "version": "24.12.2", 674 + "url": "mirror://kde/stable/release-service/24.12.2/src/kmail-account-wizard-24.12.2.tar.xz", 675 + "hash": "sha256-1iLd7C1ARF2IuQDN4A3lUhFJGWjxCRJaMcSYtBHBixI=" 676 676 }, 677 677 "kmailtransport": { 678 - "version": "24.12.1", 679 - "url": "mirror://kde/stable/release-service/24.12.1/src/kmailtransport-24.12.1.tar.xz", 680 - "hash": "sha256-XThVYrU5gaL/AXj5JVqpiXiXqKx2QeDVr1mhMKJRlK8=" 678 + "version": "24.12.2", 679 + "url": "mirror://kde/stable/release-service/24.12.2/src/kmailtransport-24.12.2.tar.xz", 680 + "hash": "sha256-6rtEjwjvyjIJwR2ruAj61JPvkoPtF5IS0OBvyLPA6rw=" 681 681 }, 682 682 "kmbox": { 683 - "version": "24.12.1", 684 - "url": "mirror://kde/stable/release-service/24.12.1/src/kmbox-24.12.1.tar.xz", 685 - "hash": "sha256-2soRSNdwpp+V+uCGUNBmlA86LZI0dJn8vcknBtnY2fw=" 683 + "version": "24.12.2", 684 + "url": "mirror://kde/stable/release-service/24.12.2/src/kmbox-24.12.2.tar.xz", 685 + "hash": "sha256-2jOXG/Sf/K7O+KL1fdbENDAbLTHtG3Ye9eISWKOSFOU=" 686 686 }, 687 687 "kmime": { 688 - "version": "24.12.1", 689 - "url": "mirror://kde/stable/release-service/24.12.1/src/kmime-24.12.1.tar.xz", 690 - "hash": "sha256-BsefLkPqGnF6xXZvGsAh18CeodxNTLMVgKsc6e6kHvQ=" 688 + "version": "24.12.2", 689 + "url": "mirror://kde/stable/release-service/24.12.2/src/kmime-24.12.2.tar.xz", 690 + "hash": "sha256-G1hGgrzun6TixrQEur2e89kRZGftDMAF8V2ell8wPuM=" 691 691 }, 692 692 "kmines": { 693 - "version": "24.12.1", 694 - "url": "mirror://kde/stable/release-service/24.12.1/src/kmines-24.12.1.tar.xz", 695 - "hash": "sha256-lpaRhTnrNbvn82acf6Cm0NuEb52TbpOSpJNqEORypsg=" 693 + "version": "24.12.2", 694 + "url": "mirror://kde/stable/release-service/24.12.2/src/kmines-24.12.2.tar.xz", 695 + "hash": "sha256-gdp7uvVD6c4OqaCOiwq4VhY+Q/LnJZRnhu3fdM+fV5Y=" 696 696 }, 697 697 "kmix": { 698 - "version": "24.12.1", 699 - "url": "mirror://kde/stable/release-service/24.12.1/src/kmix-24.12.1.tar.xz", 700 - "hash": "sha256-QlVBbrTZ6ur79eWn/5NpOBs4LfwDVjaJmooyCR1N+Rs=" 698 + "version": "24.12.2", 699 + "url": "mirror://kde/stable/release-service/24.12.2/src/kmix-24.12.2.tar.xz", 700 + "hash": "sha256-yDXuv90cSRWmddjY5N83JW5IOtUl7odOkKO1mTOMel4=" 701 701 }, 702 702 "kmousetool": { 703 - "version": "24.12.1", 704 - "url": "mirror://kde/stable/release-service/24.12.1/src/kmousetool-24.12.1.tar.xz", 705 - "hash": "sha256-LLBjd2OoIm52uUYaq2WNFVx6FcjHOdV726wMokntABc=" 703 + "version": "24.12.2", 704 + "url": "mirror://kde/stable/release-service/24.12.2/src/kmousetool-24.12.2.tar.xz", 705 + "hash": "sha256-V/aiyRf98gAs5ISWDptALxSr5QSXNb3dNS1/5vd9U1M=" 706 706 }, 707 707 "kmouth": { 708 - "version": "24.12.1", 709 - "url": "mirror://kde/stable/release-service/24.12.1/src/kmouth-24.12.1.tar.xz", 710 - "hash": "sha256-YOTBwE0TgmAo9yHdU7Qs9ilQG+eep+4arEPgYvv7lFk=" 708 + "version": "24.12.2", 709 + "url": "mirror://kde/stable/release-service/24.12.2/src/kmouth-24.12.2.tar.xz", 710 + "hash": "sha256-gv0NGM9Esj/tqLZAZqU5vzM9byS9E4opRTUmvMsnBV0=" 711 711 }, 712 712 "kmplot": { 713 - "version": "24.12.1", 714 - "url": "mirror://kde/stable/release-service/24.12.1/src/kmplot-24.12.1.tar.xz", 715 - "hash": "sha256-x2UN1tmrJscvwzTOJLd1LP22Dh+3DG8nb2Rif1gQzwI=" 713 + "version": "24.12.2", 714 + "url": "mirror://kde/stable/release-service/24.12.2/src/kmplot-24.12.2.tar.xz", 715 + "hash": "sha256-pHnXoqlz83A5rjpgAmpsq4NQWj9i9vurKfezrI5vgk0=" 716 716 }, 717 717 "knavalbattle": { 718 - "version": "24.12.1", 719 - "url": "mirror://kde/stable/release-service/24.12.1/src/knavalbattle-24.12.1.tar.xz", 720 - "hash": "sha256-+pR9shz2y6q6T6hKxaPwgyD3LfPMn2YeuAjeSTaee7g=" 718 + "version": "24.12.2", 719 + "url": "mirror://kde/stable/release-service/24.12.2/src/knavalbattle-24.12.2.tar.xz", 720 + "hash": "sha256-yk8Mx6QXdHTfuwUfT/i0eBHJDutvnefXPZo3GUEowbU=" 721 721 }, 722 722 "knetwalk": { 723 - "version": "24.12.1", 724 - "url": "mirror://kde/stable/release-service/24.12.1/src/knetwalk-24.12.1.tar.xz", 725 - "hash": "sha256-/lyRQK0/L6OxUUg78V3pP/bsJx/NCSZtpyo7vAHqIFw=" 723 + "version": "24.12.2", 724 + "url": "mirror://kde/stable/release-service/24.12.2/src/knetwalk-24.12.2.tar.xz", 725 + "hash": "sha256-QcNuibB1lz9BCpK8/DsVB5WsBqr2qvQfOEMTc4SWS9U=" 726 726 }, 727 727 "knights": { 728 - "version": "24.12.1", 729 - "url": "mirror://kde/stable/release-service/24.12.1/src/knights-24.12.1.tar.xz", 730 - "hash": "sha256-ljt2YPkoCiCrGd5wk8mBlpbnp3GE7gffwnSqSZS19rE=" 728 + "version": "24.12.2", 729 + "url": "mirror://kde/stable/release-service/24.12.2/src/knights-24.12.2.tar.xz", 730 + "hash": "sha256-c2fenbloIY4q4LPQ/1xLi13GxGt+MmkvC6KOo+NtenE=" 731 731 }, 732 732 "koko": { 733 - "version": "24.12.1", 734 - "url": "mirror://kde/stable/release-service/24.12.1/src/koko-24.12.1.tar.xz", 735 - "hash": "sha256-BUi3mFLu6iNCqtJ16z4kZUe9NDJfsraOkRMfQBpI/I4=" 733 + "version": "24.12.2", 734 + "url": "mirror://kde/stable/release-service/24.12.2/src/koko-24.12.2.tar.xz", 735 + "hash": "sha256-Ugaaq3A37t1f8V+WasiZ8Ay0vdGa41V9HmmiYGktlIk=" 736 736 }, 737 737 "kolf": { 738 - "version": "24.12.1", 739 - "url": "mirror://kde/stable/release-service/24.12.1/src/kolf-24.12.1.tar.xz", 740 - "hash": "sha256-K2q/eB92qP10EhLHP8/JdoxTU/z5dkdJxzkhn+uA+Lk=" 738 + "version": "24.12.2", 739 + "url": "mirror://kde/stable/release-service/24.12.2/src/kolf-24.12.2.tar.xz", 740 + "hash": "sha256-zKsScLRDc5D8Uyw6fANk5xuEAuQNlt4qytkPTY3qhxI=" 741 741 }, 742 742 "kollision": { 743 - "version": "24.12.1", 744 - "url": "mirror://kde/stable/release-service/24.12.1/src/kollision-24.12.1.tar.xz", 745 - "hash": "sha256-Yc7HYkVgxQ1j+i7zdaepMhBs/FTgjm5pmJYp8RzbMwE=" 743 + "version": "24.12.2", 744 + "url": "mirror://kde/stable/release-service/24.12.2/src/kollision-24.12.2.tar.xz", 745 + "hash": "sha256-j8dJ/u7n/qFHKTrjKRiz9vc/pViCOkzS73Q7KXEYLrU=" 746 746 }, 747 747 "kolourpaint": { 748 - "version": "24.12.1", 749 - "url": "mirror://kde/stable/release-service/24.12.1/src/kolourpaint-24.12.1.tar.xz", 750 - "hash": "sha256-uncaNavVIV3SdJwEiv77ND6jANuRXiochgLKMl0T5zk=" 748 + "version": "24.12.2", 749 + "url": "mirror://kde/stable/release-service/24.12.2/src/kolourpaint-24.12.2.tar.xz", 750 + "hash": "sha256-MuXU4mDfN/ptf7KW+1byeCD/th+rvBk+hbaWYq7kK7s=" 751 751 }, 752 752 "kompare": { 753 - "version": "24.12.1", 754 - "url": "mirror://kde/stable/release-service/24.12.1/src/kompare-24.12.1.tar.xz", 755 - "hash": "sha256-xDR67n4C7eoo6YcHjIe6Lr9KlOM+AXYLZYw14hQ+Wao=" 753 + "version": "24.12.2", 754 + "url": "mirror://kde/stable/release-service/24.12.2/src/kompare-24.12.2.tar.xz", 755 + "hash": "sha256-8QaxrG0occMpd6zlYNcO+Z7h6oArBHsPYw8A9XeyBVE=" 756 756 }, 757 757 "kongress": { 758 - "version": "24.12.1", 759 - "url": "mirror://kde/stable/release-service/24.12.1/src/kongress-24.12.1.tar.xz", 760 - "hash": "sha256-2z6vStvw1ovqplAxoCssj5yvy5379WWTjpY+nkamsBs=" 758 + "version": "24.12.2", 759 + "url": "mirror://kde/stable/release-service/24.12.2/src/kongress-24.12.2.tar.xz", 760 + "hash": "sha256-Qb0iwI3wBTG+NpD98n7Z4GiMXbvOssZQX5c31XdkjHY=" 761 761 }, 762 762 "konqueror": { 763 - "version": "24.12.1", 764 - "url": "mirror://kde/stable/release-service/24.12.1/src/konqueror-24.12.1.tar.xz", 765 - "hash": "sha256-nQ+wkit2Ym/oBJLIYKQm5tYbzWju+8YnbucuVrTBtNQ=" 763 + "version": "24.12.2", 764 + "url": "mirror://kde/stable/release-service/24.12.2/src/konqueror-24.12.2.tar.xz", 765 + "hash": "sha256-R5UGepJvmf6eavtIDRD/74XP554g1AaJg8ogmanL5NU=" 766 766 }, 767 767 "konquest": { 768 - "version": "24.12.1", 769 - "url": "mirror://kde/stable/release-service/24.12.1/src/konquest-24.12.1.tar.xz", 770 - "hash": "sha256-nOyBjOX8GvmowVWA8d21JZYxEfly71m3ADcFmJrrB8s=" 768 + "version": "24.12.2", 769 + "url": "mirror://kde/stable/release-service/24.12.2/src/konquest-24.12.2.tar.xz", 770 + "hash": "sha256-7o2zEcPaB6U6GrH+2RsNfNOWWsmK7088JVEvoE9359Q=" 771 771 }, 772 772 "konsole": { 773 - "version": "24.12.1", 774 - "url": "mirror://kde/stable/release-service/24.12.1/src/konsole-24.12.1.tar.xz", 775 - "hash": "sha256-Q97KQLf83cNA2xLwjQpjxTjx5UDpkZsHWi+QXnoyyzw=" 773 + "version": "24.12.2", 774 + "url": "mirror://kde/stable/release-service/24.12.2/src/konsole-24.12.2.tar.xz", 775 + "hash": "sha256-JFhsPIP5yiuBTFMZ5K7viFrcz8zZTpxF26XBV0u3cmI=" 776 776 }, 777 777 "kontact": { 778 - "version": "24.12.1", 779 - "url": "mirror://kde/stable/release-service/24.12.1/src/kontact-24.12.1.tar.xz", 780 - "hash": "sha256-kqjntswtantMcp84E9T+MWwSMCjGP/AIaprEkRYsOr0=" 778 + "version": "24.12.2", 779 + "url": "mirror://kde/stable/release-service/24.12.2/src/kontact-24.12.2.tar.xz", 780 + "hash": "sha256-HXNa24omNE5/rGDGFkoribL1IBiVKotSi6UKtaQvzxA=" 781 781 }, 782 782 "kontactinterface": { 783 - "version": "24.12.1", 784 - "url": "mirror://kde/stable/release-service/24.12.1/src/kontactinterface-24.12.1.tar.xz", 785 - "hash": "sha256-mx/Hf3HiVQ1NDLHwEDIqPU25TtNJpKSwUTqDtpXtjVg=" 783 + "version": "24.12.2", 784 + "url": "mirror://kde/stable/release-service/24.12.2/src/kontactinterface-24.12.2.tar.xz", 785 + "hash": "sha256-Q+JHNB/bLuC1KlHtqvta0xR9UjJFoanXsIXaKDDWPUo=" 786 786 }, 787 787 "kontrast": { 788 - "version": "24.12.1", 789 - "url": "mirror://kde/stable/release-service/24.12.1/src/kontrast-24.12.1.tar.xz", 790 - "hash": "sha256-5Sm1hWdyhzDJYEYPmOSSDcArCGoJZ1mWxaJYKo5634A=" 788 + "version": "24.12.2", 789 + "url": "mirror://kde/stable/release-service/24.12.2/src/kontrast-24.12.2.tar.xz", 790 + "hash": "sha256-NMvxUrrW/19+ohqhhPN5UjMF8C9nRw1YpBjsZOF+cfY=" 791 791 }, 792 792 "konversation": { 793 - "version": "24.12.1", 794 - "url": "mirror://kde/stable/release-service/24.12.1/src/konversation-24.12.1.tar.xz", 795 - "hash": "sha256-L7IZY5p+mptFcvXk0jT2JXk1Lq2lLt7HYyQKPp8m/o0=" 793 + "version": "24.12.2", 794 + "url": "mirror://kde/stable/release-service/24.12.2/src/konversation-24.12.2.tar.xz", 795 + "hash": "sha256-s6k5akIonufGm9aQwKiWFUXrHcV4pdOXsyC+ByUkShg=" 796 796 }, 797 797 "kopeninghours": { 798 - "version": "24.12.1", 799 - "url": "mirror://kde/stable/release-service/24.12.1/src/kopeninghours-24.12.1.tar.xz", 800 - "hash": "sha256-ZoaB7QXfnQOFM+KRzXWdG0WDuCuqZSkWKNS3f8iFEn0=" 798 + "version": "24.12.2", 799 + "url": "mirror://kde/stable/release-service/24.12.2/src/kopeninghours-24.12.2.tar.xz", 800 + "hash": "sha256-bID/eZ7zB3yjKeD1emMpcx3ygUVAwepABINNAh0gIqk=" 801 801 }, 802 802 "korganizer": { 803 - "version": "24.12.1", 804 - "url": "mirror://kde/stable/release-service/24.12.1/src/korganizer-24.12.1.tar.xz", 805 - "hash": "sha256-8/7jiTzLUnA4daz9SAnIncJZMOOzvuLysVtLw3FpSiQ=" 803 + "version": "24.12.2", 804 + "url": "mirror://kde/stable/release-service/24.12.2/src/korganizer-24.12.2.tar.xz", 805 + "hash": "sha256-kFjUMNpvODrrMV65t7yMHuL1C4WBFzqTWPkKe5sKY9c=" 806 806 }, 807 807 "kosmindoormap": { 808 - "version": "24.12.1", 809 - "url": "mirror://kde/stable/release-service/24.12.1/src/kosmindoormap-24.12.1.tar.xz", 810 - "hash": "sha256-iddjny3KUyMBFZtWQOTNT1F3kjIT6hu2BpJCSUWsaMY=" 808 + "version": "24.12.2", 809 + "url": "mirror://kde/stable/release-service/24.12.2/src/kosmindoormap-24.12.2.tar.xz", 810 + "hash": "sha256-ikOy4VdyfkSsSj7oGscEmopqQlvLQlez6CT2Fc3C/O4=" 811 811 }, 812 812 "kpat": { 813 - "version": "24.12.1", 814 - "url": "mirror://kde/stable/release-service/24.12.1/src/kpat-24.12.1.tar.xz", 815 - "hash": "sha256-vBD+DCRLyS7IEBVgYX3tnVsO10N+3hlfQ6Soq0qFvSc=" 813 + "version": "24.12.2", 814 + "url": "mirror://kde/stable/release-service/24.12.2/src/kpat-24.12.2.tar.xz", 815 + "hash": "sha256-ACvjsoN5/Sxh0IWIieve1nD07Rj6lHdWtjQ+7qkLYrs=" 816 816 }, 817 817 "kpimtextedit": { 818 - "version": "24.12.1", 819 - "url": "mirror://kde/stable/release-service/24.12.1/src/kpimtextedit-24.12.1.tar.xz", 820 - "hash": "sha256-iwpOYk3hTInNah3M12EafzgLr5aHtroYZboLilD1NHc=" 818 + "version": "24.12.2", 819 + "url": "mirror://kde/stable/release-service/24.12.2/src/kpimtextedit-24.12.2.tar.xz", 820 + "hash": "sha256-nVxcblQFWB9rsJMlZv7fO5me0kqkznBG1ddCc780zvg=" 821 821 }, 822 822 "kpkpass": { 823 - "version": "24.12.1", 824 - "url": "mirror://kde/stable/release-service/24.12.1/src/kpkpass-24.12.1.tar.xz", 825 - "hash": "sha256-fYuYbloxS0t1X1Q6jdY/21t/8f6IullnjzoUlpH/OMM=" 823 + "version": "24.12.2", 824 + "url": "mirror://kde/stable/release-service/24.12.2/src/kpkpass-24.12.2.tar.xz", 825 + "hash": "sha256-VgQ5hNA9FLeUmvpAc83dM8UhE2YDpqNqJSxkzof0x7Q=" 826 826 }, 827 827 "kpmcore": { 828 - "version": "24.12.1", 829 - "url": "mirror://kde/stable/release-service/24.12.1/src/kpmcore-24.12.1.tar.xz", 830 - "hash": "sha256-jhO3W/0uhuOJfLM4UJRAu8LwPdSm3ooBGLld4ZvA46I=" 828 + "version": "24.12.2", 829 + "url": "mirror://kde/stable/release-service/24.12.2/src/kpmcore-24.12.2.tar.xz", 830 + "hash": "sha256-x5qw2OS9umiU+zSeGQtyr/C9HpZeeLgV97Lb0zLqvF0=" 831 831 }, 832 832 "kpublictransport": { 833 - "version": "24.12.1", 834 - "url": "mirror://kde/stable/release-service/24.12.1/src/kpublictransport-24.12.1.tar.xz", 835 - "hash": "sha256-aqGlJuAauq0O2K9UhCGUlurgu+i4fnbmXeoF1H1CIcI=" 833 + "version": "24.12.2", 834 + "url": "mirror://kde/stable/release-service/24.12.2/src/kpublictransport-24.12.2.tar.xz", 835 + "hash": "sha256-8qI5HM/W9S9CGnzY+T7pskPzV9J8IjsptrPDicam+SY=" 836 836 }, 837 837 "kqtquickcharts": { 838 - "version": "24.12.1", 839 - "url": "mirror://kde/stable/release-service/24.12.1/src/kqtquickcharts-24.12.1.tar.xz", 840 - "hash": "sha256-QkWCWTZY7AiqYxaHEpS7EUHq5XptiWZ3E5Pr1nE3fEc=" 838 + "version": "24.12.2", 839 + "url": "mirror://kde/stable/release-service/24.12.2/src/kqtquickcharts-24.12.2.tar.xz", 840 + "hash": "sha256-bMckjHsSlCg/xikbh1RIJcce5aNKaRkY1HHoYsK9OSk=" 841 841 }, 842 842 "krdc": { 843 - "version": "24.12.1", 844 - "url": "mirror://kde/stable/release-service/24.12.1/src/krdc-24.12.1.tar.xz", 845 - "hash": "sha256-brcKwsHTxiWqb8IEWDZr856mHREEtCvtKFJ5bHe1mk8=" 843 + "version": "24.12.2", 844 + "url": "mirror://kde/stable/release-service/24.12.2/src/krdc-24.12.2.tar.xz", 845 + "hash": "sha256-67KQKM2UUKsuGCRupbb2whDF23UJXEzI1HDBVs6kAe4=" 846 846 }, 847 847 "krecorder": { 848 - "version": "24.12.1", 849 - "url": "mirror://kde/stable/release-service/24.12.1/src/krecorder-24.12.1.tar.xz", 850 - "hash": "sha256-LL6iM0musUGmGQ2M0PMM6LTG1Sw4tTOlbGiPR3svdV4=" 848 + "version": "24.12.2", 849 + "url": "mirror://kde/stable/release-service/24.12.2/src/krecorder-24.12.2.tar.xz", 850 + "hash": "sha256-8VDSDTQKrcZYBC+VBvmhBHZc4eZgYg3bXkX30T2pgjs=" 851 851 }, 852 852 "kreversi": { 853 - "version": "24.12.1", 854 - "url": "mirror://kde/stable/release-service/24.12.1/src/kreversi-24.12.1.tar.xz", 855 - "hash": "sha256-xnHqmQuorx5Ol4gZfkhM+9Ws3n9s2vRYC+3TbaEpCbo=" 853 + "version": "24.12.2", 854 + "url": "mirror://kde/stable/release-service/24.12.2/src/kreversi-24.12.2.tar.xz", 855 + "hash": "sha256-o+OPlrDTSVkFO+HAkEik7D38iODnRkjIoOX1Bmb2krE=" 856 856 }, 857 857 "krfb": { 858 - "version": "24.12.1", 859 - "url": "mirror://kde/stable/release-service/24.12.1/src/krfb-24.12.1.tar.xz", 860 - "hash": "sha256-Yrn8dKIUMTRstEeRz8LMgoNLukHhDJFubSsv/i8lbtQ=" 858 + "version": "24.12.2", 859 + "url": "mirror://kde/stable/release-service/24.12.2/src/krfb-24.12.2.tar.xz", 860 + "hash": "sha256-9ykEe4U8Q/jZV5DmclNMxqeqn7YkvUPLEjv7TqGrUbo=" 861 861 }, 862 862 "kross-interpreters": { 863 - "version": "24.12.1", 864 - "url": "mirror://kde/stable/release-service/24.12.1/src/kross-interpreters-24.12.1.tar.xz", 865 - "hash": "sha256-qh78GsmsQAfuGe75FsUoeA3FqNkqGW4T3X6TvrcQ4TY=" 863 + "version": "24.12.2", 864 + "url": "mirror://kde/stable/release-service/24.12.2/src/kross-interpreters-24.12.2.tar.xz", 865 + "hash": "sha256-JaMmQOVTlvquMBBDfj11RFmwDSZipMb/rF/NlKm60Cs=" 866 866 }, 867 867 "kruler": { 868 - "version": "24.12.1", 869 - "url": "mirror://kde/stable/release-service/24.12.1/src/kruler-24.12.1.tar.xz", 870 - "hash": "sha256-mlHrwiCMVhAqQhUftMxnCQkCyjm7qaL3TYc4B7737R4=" 868 + "version": "24.12.2", 869 + "url": "mirror://kde/stable/release-service/24.12.2/src/kruler-24.12.2.tar.xz", 870 + "hash": "sha256-qR2snzQRF4WQAxSR7uKhLxQfX8RRmUUOfL8WuE6Kf1w=" 871 871 }, 872 872 "ksanecore": { 873 - "version": "24.12.1", 874 - "url": "mirror://kde/stable/release-service/24.12.1/src/ksanecore-24.12.1.tar.xz", 875 - "hash": "sha256-y20M7XuBfRLk16aq2qYJ2pB3bORrCxH8c73JArGIBy4=" 873 + "version": "24.12.2", 874 + "url": "mirror://kde/stable/release-service/24.12.2/src/ksanecore-24.12.2.tar.xz", 875 + "hash": "sha256-EIMhgjk/emPU6yI/H6/a2hyDC0zIgjDpTGDpM3+/hMM=" 876 876 }, 877 877 "kshisen": { 878 - "version": "24.12.1", 879 - "url": "mirror://kde/stable/release-service/24.12.1/src/kshisen-24.12.1.tar.xz", 880 - "hash": "sha256-MRRLV64bg2Y0vd+JqGkdtxguUeNC9CY3X354lldVYcA=" 878 + "version": "24.12.2", 879 + "url": "mirror://kde/stable/release-service/24.12.2/src/kshisen-24.12.2.tar.xz", 880 + "hash": "sha256-fYY0cmBUDSqI21z8H7dGti+AOxrCPOiwG06GB97BoMw=" 881 881 }, 882 882 "ksirk": { 883 - "version": "24.12.1", 884 - "url": "mirror://kde/stable/release-service/24.12.1/src/ksirk-24.12.1.tar.xz", 885 - "hash": "sha256-7PLni4yow76YIlE4gV8LfXuSgTMRrqybBtUphKc/YWs=" 883 + "version": "24.12.2", 884 + "url": "mirror://kde/stable/release-service/24.12.2/src/ksirk-24.12.2.tar.xz", 885 + "hash": "sha256-Hmst0H9vkSKohbD7WX6c0cdj7+9y5GtOskSt/dx/Hrs=" 886 886 }, 887 887 "ksmtp": { 888 - "version": "24.12.1", 889 - "url": "mirror://kde/stable/release-service/24.12.1/src/ksmtp-24.12.1.tar.xz", 890 - "hash": "sha256-pNtSYRmgClTqptQ3QuySQ/7WURJ1tmffRVn2GQ6cxE4=" 888 + "version": "24.12.2", 889 + "url": "mirror://kde/stable/release-service/24.12.2/src/ksmtp-24.12.2.tar.xz", 890 + "hash": "sha256-9kw7j7ctQWoLI+wCHASJSAOBtV90Ay/aMUEgtSwgTNM=" 891 891 }, 892 892 "ksnakeduel": { 893 - "version": "24.12.1", 894 - "url": "mirror://kde/stable/release-service/24.12.1/src/ksnakeduel-24.12.1.tar.xz", 895 - "hash": "sha256-FR45HLGl4YrjeBtrskguHDHvJKhTKfBfgagtE+fY6bE=" 893 + "version": "24.12.2", 894 + "url": "mirror://kde/stable/release-service/24.12.2/src/ksnakeduel-24.12.2.tar.xz", 895 + "hash": "sha256-DcFvWuJYbj0LJ0V6YsTh9AGaSKssu2490VL9ssWthSI=" 896 896 }, 897 897 "kspaceduel": { 898 - "version": "24.12.1", 899 - "url": "mirror://kde/stable/release-service/24.12.1/src/kspaceduel-24.12.1.tar.xz", 900 - "hash": "sha256-y0sadZR/7VYQJ68U+o2FjmyuuEhBfdBm6aKZgzh+owc=" 898 + "version": "24.12.2", 899 + "url": "mirror://kde/stable/release-service/24.12.2/src/kspaceduel-24.12.2.tar.xz", 900 + "hash": "sha256-JhuvFZ7Yb+k5JNMCxNHM7mp0BdnxZX4xe8OiKjB8z7U=" 901 901 }, 902 902 "ksquares": { 903 - "version": "24.12.1", 904 - "url": "mirror://kde/stable/release-service/24.12.1/src/ksquares-24.12.1.tar.xz", 905 - "hash": "sha256-qOV0mYUpXQG0/3AstBxXGDSxqZCOydvzWshtC9O0494=" 903 + "version": "24.12.2", 904 + "url": "mirror://kde/stable/release-service/24.12.2/src/ksquares-24.12.2.tar.xz", 905 + "hash": "sha256-ZmyyIMO1nWDwA9gDz5F9gVUmWtImdn6VViLWbPB0F1U=" 906 906 }, 907 907 "ksudoku": { 908 - "version": "24.12.1", 909 - "url": "mirror://kde/stable/release-service/24.12.1/src/ksudoku-24.12.1.tar.xz", 910 - "hash": "sha256-sDXXr7XqqebxU1BdKx27nXzSqL3Jk0I7QvGNGg3PRPU=" 908 + "version": "24.12.2", 909 + "url": "mirror://kde/stable/release-service/24.12.2/src/ksudoku-24.12.2.tar.xz", 910 + "hash": "sha256-3q6GfqxqECzZ0c1MtJPzkVaISn73OyMTFKWx/N86S+w=" 911 911 }, 912 912 "ksystemlog": { 913 - "version": "24.12.1", 914 - "url": "mirror://kde/stable/release-service/24.12.1/src/ksystemlog-24.12.1.tar.xz", 915 - "hash": "sha256-+udREu5fkjElH35qXHe98t2jNQ1Njl6cqfpEt8LRV2M=" 913 + "version": "24.12.2", 914 + "url": "mirror://kde/stable/release-service/24.12.2/src/ksystemlog-24.12.2.tar.xz", 915 + "hash": "sha256-ihQMlFRb2gfsqdgxmbeZWLocXe4kDBvTkCSAxr/SLZs=" 916 916 }, 917 917 "kteatime": { 918 - "version": "24.12.1", 919 - "url": "mirror://kde/stable/release-service/24.12.1/src/kteatime-24.12.1.tar.xz", 920 - "hash": "sha256-5FvtUNm2OOogXM9r/3CfavNTbsgMG0XH5NYJGB4TiuY=" 918 + "version": "24.12.2", 919 + "url": "mirror://kde/stable/release-service/24.12.2/src/kteatime-24.12.2.tar.xz", 920 + "hash": "sha256-9szZLzGUXQfYcELtAyRQK5AXC/X/wrvl221NCfmSm0Y=" 921 921 }, 922 922 "ktimer": { 923 - "version": "24.12.1", 924 - "url": "mirror://kde/stable/release-service/24.12.1/src/ktimer-24.12.1.tar.xz", 925 - "hash": "sha256-XdFeQUIlgZzHSenYfBWxWZpnLLlm6/g6WRbcucsRmks=" 923 + "version": "24.12.2", 924 + "url": "mirror://kde/stable/release-service/24.12.2/src/ktimer-24.12.2.tar.xz", 925 + "hash": "sha256-ZNr4hBTnWMlRJh1mYdRHNVBF0Jl5UBEvnP0HTpOw+D8=" 926 926 }, 927 927 "ktnef": { 928 - "version": "24.12.1", 929 - "url": "mirror://kde/stable/release-service/24.12.1/src/ktnef-24.12.1.tar.xz", 930 - "hash": "sha256-T6TnPfNqWdhxuomFvR3ARtmtNwwr4ffrb27eh3+ul/o=" 928 + "version": "24.12.2", 929 + "url": "mirror://kde/stable/release-service/24.12.2/src/ktnef-24.12.2.tar.xz", 930 + "hash": "sha256-i4CZA58NwCBlHggE6khrEe7zwC+ISW4Je2SXBc3C5Dk=" 931 931 }, 932 932 "ktorrent": { 933 - "version": "24.12.1", 934 - "url": "mirror://kde/stable/release-service/24.12.1/src/ktorrent-24.12.1.tar.xz", 935 - "hash": "sha256-qgqIWBEvc9W71Z8p5Cfx+pfrFoBmuDxIlDFTCVPMFZ0=" 933 + "version": "24.12.2", 934 + "url": "mirror://kde/stable/release-service/24.12.2/src/ktorrent-24.12.2.tar.xz", 935 + "hash": "sha256-2tZLDeRVKqCPE4wp+Pg1lsoawsdoWA8YtSWB+EnSXwk=" 936 936 }, 937 937 "ktouch": { 938 - "version": "24.12.1", 939 - "url": "mirror://kde/stable/release-service/24.12.1/src/ktouch-24.12.1.tar.xz", 940 - "hash": "sha256-l2R4oSw/BYuVKE8sPvZn/2OIpunrdtb6uLnnS00tRlU=" 938 + "version": "24.12.2", 939 + "url": "mirror://kde/stable/release-service/24.12.2/src/ktouch-24.12.2.tar.xz", 940 + "hash": "sha256-MpyHstkrSM0l111aibdKq+GeEwQaSNMpM5y+gPjW364=" 941 941 }, 942 942 "ktrip": { 943 - "version": "24.12.1", 944 - "url": "mirror://kde/stable/release-service/24.12.1/src/ktrip-24.12.1.tar.xz", 945 - "hash": "sha256-OyBXKAbnFn4Im+z1603jG6lzuEOh1N7z/DaDb4skGJs=" 943 + "version": "24.12.2", 944 + "url": "mirror://kde/stable/release-service/24.12.2/src/ktrip-24.12.2.tar.xz", 945 + "hash": "sha256-hRZaildpYJ4RnV/D7N2sq2Lwzgfwvz80J1ta6JsZlS4=" 946 946 }, 947 947 "ktuberling": { 948 - "version": "24.12.1", 949 - "url": "mirror://kde/stable/release-service/24.12.1/src/ktuberling-24.12.1.tar.xz", 950 - "hash": "sha256-RPm87d+AVjrRn/OLmOX7ECABKZ2U6/F6v4GlnWHMdC4=" 948 + "version": "24.12.2", 949 + "url": "mirror://kde/stable/release-service/24.12.2/src/ktuberling-24.12.2.tar.xz", 950 + "hash": "sha256-coEJQFHZuf/1lJPoPrnZYq58gRIQ8FO6VCnODFNs5/M=" 951 951 }, 952 952 "kturtle": { 953 - "version": "24.12.1", 954 - "url": "mirror://kde/stable/release-service/24.12.1/src/kturtle-24.12.1.tar.xz", 955 - "hash": "sha256-iUwZsVG41eHaA6f2EcNcf+Vt8+ay02IyVVyJin1GzGA=" 953 + "version": "24.12.2", 954 + "url": "mirror://kde/stable/release-service/24.12.2/src/kturtle-24.12.2.tar.xz", 955 + "hash": "sha256-B4dOAspapasr1+vu7byHdRQCkTmsSGS5kB5PY0XrLPs=" 956 956 }, 957 957 "kubrick": { 958 - "version": "24.12.1", 959 - "url": "mirror://kde/stable/release-service/24.12.1/src/kubrick-24.12.1.tar.xz", 960 - "hash": "sha256-hPsLS83kiw3iOiYu0qKlCbkvfYhRdJI2vIsPPmLR/vI=" 958 + "version": "24.12.2", 959 + "url": "mirror://kde/stable/release-service/24.12.2/src/kubrick-24.12.2.tar.xz", 960 + "hash": "sha256-CyAPf5un1EUEVVczIpqkiYimvoHYT28PnI0WBq/BgmU=" 961 961 }, 962 962 "kunifiedpush": { 963 - "version": "24.12.1", 964 - "url": "mirror://kde/stable/release-service/24.12.1/src/kunifiedpush-24.12.1.tar.xz", 965 - "hash": "sha256-wz1F3YR4z/uIeswlf8nvkMareAtRvmLiiOpRSKF3+QA=" 963 + "version": "24.12.2", 964 + "url": "mirror://kde/stable/release-service/24.12.2/src/kunifiedpush-24.12.2.tar.xz", 965 + "hash": "sha256-2Kyg64OLYCC5ZdoNg4Xv6FCyhaxGYWaUyRLuma1WfKM=" 966 966 }, 967 967 "kwalletmanager": { 968 - "version": "24.12.1", 969 - "url": "mirror://kde/stable/release-service/24.12.1/src/kwalletmanager-24.12.1.tar.xz", 970 - "hash": "sha256-Hr2jlaPBdGkUVnoA70hCiScxTsSKS/cVxaILjdQBq54=" 968 + "version": "24.12.2", 969 + "url": "mirror://kde/stable/release-service/24.12.2/src/kwalletmanager-24.12.2.tar.xz", 970 + "hash": "sha256-aPx0gDBoz7uEzpilol/kmJ7vlrQkGIA60iRbxR8GBic=" 971 971 }, 972 972 "kwave": { 973 - "version": "24.12.1", 974 - "url": "mirror://kde/stable/release-service/24.12.1/src/kwave-24.12.1.tar.xz", 975 - "hash": "sha256-WFHXZ8ZcNdRC3j6wdO8V1JVC6ppZRpOOGXU6bqJ0fnY=" 973 + "version": "24.12.2", 974 + "url": "mirror://kde/stable/release-service/24.12.2/src/kwave-24.12.2.tar.xz", 975 + "hash": "sha256-DHMaitjg2jfnLZRksp+ScZ7bRPMMQlXF6rSrjpX/eRY=" 976 976 }, 977 977 "kweather": { 978 - "version": "24.12.1", 979 - "url": "mirror://kde/stable/release-service/24.12.1/src/kweather-24.12.1.tar.xz", 980 - "hash": "sha256-vxtwnPiJ+n0TPzh/sJ+UXazRWt3UDwU3vRDE20rXF9o=" 978 + "version": "24.12.2", 979 + "url": "mirror://kde/stable/release-service/24.12.2/src/kweather-24.12.2.tar.xz", 980 + "hash": "sha256-OVN6MIa4UTvwGcALDhVkOPpoDZTONQdQIs47xrwo1ZE=" 981 981 }, 982 982 "kweathercore": { 983 - "version": "24.12.1", 984 - "url": "mirror://kde/stable/release-service/24.12.1/src/kweathercore-24.12.1.tar.xz", 985 - "hash": "sha256-nREVdkzlyhNw/QivM5ZFUc/SzeeE9GUn/INWJoDZb38=" 983 + "version": "24.12.2", 984 + "url": "mirror://kde/stable/release-service/24.12.2/src/kweathercore-24.12.2.tar.xz", 985 + "hash": "sha256-5h2aO0JrFQ1x7OFk7ugk62WDOiktMbcgS7al81e9gt4=" 986 986 }, 987 987 "kwordquiz": { 988 - "version": "24.12.1", 989 - "url": "mirror://kde/stable/release-service/24.12.1/src/kwordquiz-24.12.1.tar.xz", 990 - "hash": "sha256-3yVkOey1QhNT5kO78p55ZqL1MMluY+Qyr0hQ2d1vySo=" 988 + "version": "24.12.2", 989 + "url": "mirror://kde/stable/release-service/24.12.2/src/kwordquiz-24.12.2.tar.xz", 990 + "hash": "sha256-KEJs72iRL7NW08jljCFob2xWKZ66uqz2/74j3oAc1r4=" 991 991 }, 992 992 "libgravatar": { 993 - "version": "24.12.1", 994 - "url": "mirror://kde/stable/release-service/24.12.1/src/libgravatar-24.12.1.tar.xz", 995 - "hash": "sha256-xlxhX0SSx8WxDtxm6c+ihm2uqn9PHbJrWDRA2m0TOr8=" 993 + "version": "24.12.2", 994 + "url": "mirror://kde/stable/release-service/24.12.2/src/libgravatar-24.12.2.tar.xz", 995 + "hash": "sha256-3AXnNaw8NBIj6yDVygDTBWyUYO1jYDza8PADUX5YWDE=" 996 996 }, 997 997 "libkcddb": { 998 - "version": "24.12.1", 999 - "url": "mirror://kde/stable/release-service/24.12.1/src/libkcddb-24.12.1.tar.xz", 1000 - "hash": "sha256-EoXOIdrkZmsyXQF7Q1BduJo7DIzj4RkC4odZ/qIrjqY=" 998 + "version": "24.12.2", 999 + "url": "mirror://kde/stable/release-service/24.12.2/src/libkcddb-24.12.2.tar.xz", 1000 + "hash": "sha256-I0VEZA0NLzWDVP5l11cYdvdDmc9P7iY8dvfO1c7ymzE=" 1001 1001 }, 1002 1002 "libkcompactdisc": { 1003 - "version": "24.12.1", 1004 - "url": "mirror://kde/stable/release-service/24.12.1/src/libkcompactdisc-24.12.1.tar.xz", 1005 - "hash": "sha256-031IkQ1MFmL6Mp66YHQtE7Ir3/Rnh7E61epnKBQHlB0=" 1003 + "version": "24.12.2", 1004 + "url": "mirror://kde/stable/release-service/24.12.2/src/libkcompactdisc-24.12.2.tar.xz", 1005 + "hash": "sha256-AjKy/AnE5aOw259OEYk78Vttqwt5XPLljY7rwICm7Zg=" 1006 1006 }, 1007 1007 "libkdcraw": { 1008 - "version": "24.12.1", 1009 - "url": "mirror://kde/stable/release-service/24.12.1/src/libkdcraw-24.12.1.tar.xz", 1010 - "hash": "sha256-K1q60LS/8pRQD/oLosM9tc+f9aqpx9tOsb40B9eIXFQ=" 1008 + "version": "24.12.2", 1009 + "url": "mirror://kde/stable/release-service/24.12.2/src/libkdcraw-24.12.2.tar.xz", 1010 + "hash": "sha256-7wXIhmkgFwFVbqwJf1HPJkopfTtF24wGRl8jRf9c65Y=" 1011 1011 }, 1012 1012 "libkdegames": { 1013 - "version": "24.12.1", 1014 - "url": "mirror://kde/stable/release-service/24.12.1/src/libkdegames-24.12.1.tar.xz", 1015 - "hash": "sha256-foRap8tk/vSCPzxJ1ZoDM0MTtUQ50YJb4sKltgZC/ng=" 1013 + "version": "24.12.2", 1014 + "url": "mirror://kde/stable/release-service/24.12.2/src/libkdegames-24.12.2.tar.xz", 1015 + "hash": "sha256-sxKcU3xE2LvTrYfCcgRO+lwWTK4fVuj9VKUOemx3c9o=" 1016 1016 }, 1017 1017 "libkdepim": { 1018 - "version": "24.12.1", 1019 - "url": "mirror://kde/stable/release-service/24.12.1/src/libkdepim-24.12.1.tar.xz", 1020 - "hash": "sha256-cci3F/j6lBZWOANsI5vrgbeIQpmmzREq6H8gI6z4dDg=" 1018 + "version": "24.12.2", 1019 + "url": "mirror://kde/stable/release-service/24.12.2/src/libkdepim-24.12.2.tar.xz", 1020 + "hash": "sha256-/imGq5pMzyr1bWuRon45EgLEYph3uUyqDI2O/goWr3Q=" 1021 1021 }, 1022 1022 "libkeduvocdocument": { 1023 - "version": "24.12.1", 1024 - "url": "mirror://kde/stable/release-service/24.12.1/src/libkeduvocdocument-24.12.1.tar.xz", 1025 - "hash": "sha256-C+Km1wFhoU6Ul7Q1nODqE1INVCk6XbEII4oFvLOPh7k=" 1023 + "version": "24.12.2", 1024 + "url": "mirror://kde/stable/release-service/24.12.2/src/libkeduvocdocument-24.12.2.tar.xz", 1025 + "hash": "sha256-X++w3FIEHNk3/pJXomRot0DTFxRpHP1hCOtm3nrezqg=" 1026 1026 }, 1027 1027 "libkexiv2": { 1028 - "version": "24.12.1", 1029 - "url": "mirror://kde/stable/release-service/24.12.1/src/libkexiv2-24.12.1.tar.xz", 1030 - "hash": "sha256-uOBRocacJxfUeEHq+B0r5WHDqVz/xnSScOVuCRLpdxw=" 1028 + "version": "24.12.2", 1029 + "url": "mirror://kde/stable/release-service/24.12.2/src/libkexiv2-24.12.2.tar.xz", 1030 + "hash": "sha256-95f9j0QvV43kZLorhhuday0C4jUaP/tqpeVM4pR8LI8=" 1031 1031 }, 1032 1032 "libkgapi": { 1033 - "version": "24.12.1", 1034 - "url": "mirror://kde/stable/release-service/24.12.1/src/libkgapi-24.12.1.tar.xz", 1035 - "hash": "sha256-NUZMYSYj/vF3N7al6Nve2+mHFEzHoC637MDwj/NDoMw=" 1033 + "version": "24.12.2", 1034 + "url": "mirror://kde/stable/release-service/24.12.2/src/libkgapi-24.12.2.tar.xz", 1035 + "hash": "sha256-gkTrQ0mNBjQ8oA0OrOE4/dXHzGcyDOcF97vvEl8dGIw=" 1036 1036 }, 1037 1037 "libkleo": { 1038 - "version": "24.12.1", 1039 - "url": "mirror://kde/stable/release-service/24.12.1/src/libkleo-24.12.1.tar.xz", 1040 - "hash": "sha256-V/pQ9GYWB6lF6sNo9nJj96Q1+vhR9hg3dLN6+wCWUsk=" 1038 + "version": "24.12.2", 1039 + "url": "mirror://kde/stable/release-service/24.12.2/src/libkleo-24.12.2.tar.xz", 1040 + "hash": "sha256-1aRl3+dKQdBtr0DOxJJgWnvVnvtar4cjUFMzJ4MZUZI=" 1041 1041 }, 1042 1042 "libkmahjongg": { 1043 - "version": "24.12.1", 1044 - "url": "mirror://kde/stable/release-service/24.12.1/src/libkmahjongg-24.12.1.tar.xz", 1045 - "hash": "sha256-qOWUA46KwhMrjDWcyWGPyKCebGBOPSKZ/2356cx82fo=" 1043 + "version": "24.12.2", 1044 + "url": "mirror://kde/stable/release-service/24.12.2/src/libkmahjongg-24.12.2.tar.xz", 1045 + "hash": "sha256-UPrEn8Yeh28u23DaJBBGRzSIgZjLb3piswKi6RWRJjA=" 1046 1046 }, 1047 1047 "libkomparediff2": { 1048 - "version": "24.12.1", 1049 - "url": "mirror://kde/stable/release-service/24.12.1/src/libkomparediff2-24.12.1.tar.xz", 1050 - "hash": "sha256-wi0q8M0gB5tM1EkEOSQNMAmTT3HSB5C7w79dKL5n538=" 1048 + "version": "24.12.2", 1049 + "url": "mirror://kde/stable/release-service/24.12.2/src/libkomparediff2-24.12.2.tar.xz", 1050 + "hash": "sha256-xkwCKCVUFsxssGF/fzBqFAPwLj3MYT+MO6k4PvlZN7Q=" 1051 1051 }, 1052 1052 "libksane": { 1053 - "version": "24.12.1", 1054 - "url": "mirror://kde/stable/release-service/24.12.1/src/libksane-24.12.1.tar.xz", 1055 - "hash": "sha256-6oWRXAzDM2SP/0jsK3ddSmCNhdtT69JNCqCMqG4NaOs=" 1053 + "version": "24.12.2", 1054 + "url": "mirror://kde/stable/release-service/24.12.2/src/libksane-24.12.2.tar.xz", 1055 + "hash": "sha256-zDij05lSX4qfK2InHkYHlKY3aoWMIUC6tzuwQF+FoGI=" 1056 1056 }, 1057 1057 "libksieve": { 1058 - "version": "24.12.1", 1059 - "url": "mirror://kde/stable/release-service/24.12.1/src/libksieve-24.12.1.tar.xz", 1060 - "hash": "sha256-s05iLjV/Q6E2BrfQEIOP89n375RJN4ZeNdrhEMeG2us=" 1058 + "version": "24.12.2", 1059 + "url": "mirror://kde/stable/release-service/24.12.2/src/libksieve-24.12.2.tar.xz", 1060 + "hash": "sha256-9iONSisK47y5I/6kxQLlptdjBljFxci8sK2CRDQtqYs=" 1061 1061 }, 1062 1062 "libktorrent": { 1063 - "version": "24.12.1", 1064 - "url": "mirror://kde/stable/release-service/24.12.1/src/libktorrent-24.12.1.tar.xz", 1065 - "hash": "sha256-bnGS2pV8XYqSN7T4pF3f/aemfgnwhKNdyF2Vtc9UZMY=" 1063 + "version": "24.12.2", 1064 + "url": "mirror://kde/stable/release-service/24.12.2/src/libktorrent-24.12.2.tar.xz", 1065 + "hash": "sha256-y/CjVreg7/pw36+3Ohexw/gyl8yW1kygJr5IHW4v7zU=" 1066 1066 }, 1067 1067 "lokalize": { 1068 - "version": "24.12.1", 1069 - "url": "mirror://kde/stable/release-service/24.12.1/src/lokalize-24.12.1.tar.xz", 1070 - "hash": "sha256-b0IDGRdshBkcx/R1h7N9RWhlO9utqvZBk9eGTmyUp5g=" 1068 + "version": "24.12.2", 1069 + "url": "mirror://kde/stable/release-service/24.12.2/src/lokalize-24.12.2.tar.xz", 1070 + "hash": "sha256-gwXQmHRlJtGXTnQZ8xYvMPsXl+AQmXHLyYADNlaS8zY=" 1071 1071 }, 1072 1072 "lskat": { 1073 - "version": "24.12.1", 1074 - "url": "mirror://kde/stable/release-service/24.12.1/src/lskat-24.12.1.tar.xz", 1075 - "hash": "sha256-i/FJ+M5mxssDLRH9PQNjDxM55cv5rop3rLWPhhjD4ds=" 1073 + "version": "24.12.2", 1074 + "url": "mirror://kde/stable/release-service/24.12.2/src/lskat-24.12.2.tar.xz", 1075 + "hash": "sha256-w14CgaUCEp6TtLPMPvMGPT+eKjbyRTU5CJ1ZUpvgq04=" 1076 1076 }, 1077 1077 "mailcommon": { 1078 - "version": "24.12.1", 1079 - "url": "mirror://kde/stable/release-service/24.12.1/src/mailcommon-24.12.1.tar.xz", 1080 - "hash": "sha256-HNL0wQoE3y6hKa0MvqON13L33yPF/RYHmA6vFKUA2Mo=" 1078 + "version": "24.12.2", 1079 + "url": "mirror://kde/stable/release-service/24.12.2/src/mailcommon-24.12.2.tar.xz", 1080 + "hash": "sha256-xYqEskIE8vdo/HLjysMVnea+JbNGpiy1jbDBom0rT70=" 1081 1081 }, 1082 1082 "mailimporter": { 1083 - "version": "24.12.1", 1084 - "url": "mirror://kde/stable/release-service/24.12.1/src/mailimporter-24.12.1.tar.xz", 1085 - "hash": "sha256-SCYjSL8Y4ZM24yFKOJjgI4A33dUu0/al3Oyq1bX1A1E=" 1083 + "version": "24.12.2", 1084 + "url": "mirror://kde/stable/release-service/24.12.2/src/mailimporter-24.12.2.tar.xz", 1085 + "hash": "sha256-92xAD664mD9cJSuhpOD+sQSg2HH7+LbXWiYgotz00kE=" 1086 1086 }, 1087 1087 "marble": { 1088 - "version": "24.12.1", 1089 - "url": "mirror://kde/stable/release-service/24.12.1/src/marble-24.12.1.tar.xz", 1090 - "hash": "sha256-Lcqnzv7efk3KfRptz7KgDDAYOBWBZ7DGSXQHeuKhkvA=" 1088 + "version": "24.12.2", 1089 + "url": "mirror://kde/stable/release-service/24.12.2/src/marble-24.12.2.tar.xz", 1090 + "hash": "sha256-g9CkWdyHp6wOQhxLXmNPFLjVE6H5P6j/G7Q83Ie4258=" 1091 1091 }, 1092 1092 "markdownpart": { 1093 - "version": "24.12.1", 1094 - "url": "mirror://kde/stable/release-service/24.12.1/src/markdownpart-24.12.1.tar.xz", 1095 - "hash": "sha256-Vj5w3PWshXMJ9nWubM4kA6i22qH1cRqf/rz0dI4vRYs=" 1093 + "version": "24.12.2", 1094 + "url": "mirror://kde/stable/release-service/24.12.2/src/markdownpart-24.12.2.tar.xz", 1095 + "hash": "sha256-wQnBGmgsksrnAzIWPF07uKasYWMQGSb0wx/Eb9dscbM=" 1096 1096 }, 1097 1097 "massif-visualizer": { 1098 - "version": "24.12.1", 1099 - "url": "mirror://kde/stable/release-service/24.12.1/src/massif-visualizer-24.12.1.tar.xz", 1100 - "hash": "sha256-OVhz5nRYMb/tTiQbXbGzeqb0n3M4X0txu9Fe717Egiw=" 1098 + "version": "24.12.2", 1099 + "url": "mirror://kde/stable/release-service/24.12.2/src/massif-visualizer-24.12.2.tar.xz", 1100 + "hash": "sha256-f5zCbw+PLtFdXDI8rBiGG0E0vVpx2cxougKt/W2ayPs=" 1101 1101 }, 1102 1102 "mbox-importer": { 1103 - "version": "24.12.1", 1104 - "url": "mirror://kde/stable/release-service/24.12.1/src/mbox-importer-24.12.1.tar.xz", 1105 - "hash": "sha256-OIzXxrClrs9H6rYO6rRbz1k5CnPLUheX36ZZU/yROKs=" 1103 + "version": "24.12.2", 1104 + "url": "mirror://kde/stable/release-service/24.12.2/src/mbox-importer-24.12.2.tar.xz", 1105 + "hash": "sha256-23UshIK8/xYFg0gvorfv8RY8MS0pT4F4URDGvQgm0iY=" 1106 1106 }, 1107 1107 "merkuro": { 1108 - "version": "24.12.1", 1109 - "url": "mirror://kde/stable/release-service/24.12.1/src/merkuro-24.12.1.tar.xz", 1110 - "hash": "sha256-lSnvnyTwTnF+aonR1Xg4qPgVWkoUks1HM4M20CxxTaM=" 1108 + "version": "24.12.2", 1109 + "url": "mirror://kde/stable/release-service/24.12.2/src/merkuro-24.12.2.tar.xz", 1110 + "hash": "sha256-ElZ8C6Nvs+Pskp8BvfjdHB3la0tvghICqo9QlH16h9o=" 1111 1111 }, 1112 1112 "messagelib": { 1113 - "version": "24.12.1", 1114 - "url": "mirror://kde/stable/release-service/24.12.1/src/messagelib-24.12.1.tar.xz", 1115 - "hash": "sha256-42jlPvH54F+yTtrCM4jwVsqkycWD9Agtr0WMIg3NHm0=" 1113 + "version": "24.12.2", 1114 + "url": "mirror://kde/stable/release-service/24.12.2/src/messagelib-24.12.2.tar.xz", 1115 + "hash": "sha256-9BESdF/uF4pHa2v79uAn2wJ/VwG0dKemuOph1Jg0lfU=" 1116 1116 }, 1117 1117 "mimetreeparser": { 1118 - "version": "24.12.1", 1119 - "url": "mirror://kde/stable/release-service/24.12.1/src/mimetreeparser-24.12.1.tar.xz", 1120 - "hash": "sha256-0dmoyF0BYROBypcOx8dMtI44kcg9KYibF7lsw8RG9kI=" 1118 + "version": "24.12.2", 1119 + "url": "mirror://kde/stable/release-service/24.12.2/src/mimetreeparser-24.12.2.tar.xz", 1120 + "hash": "sha256-7bI+Kkw5BSpa1Auy4HWcRcQf42RNjzc53QakKvILCko=" 1121 1121 }, 1122 1122 "minuet": { 1123 - "version": "24.12.1", 1124 - "url": "mirror://kde/stable/release-service/24.12.1/src/minuet-24.12.1.tar.xz", 1125 - "hash": "sha256-KdAKIAKqVsO67ATmrhxrONeXfze9WJ7mFjZ8qOhzN5s=" 1123 + "version": "24.12.2", 1124 + "url": "mirror://kde/stable/release-service/24.12.2/src/minuet-24.12.2.tar.xz", 1125 + "hash": "sha256-JBbN8yX3IxRY0S7OsV1sgXe/7TvVZ7aDEGAtS8SjnHQ=" 1126 1126 }, 1127 1127 "neochat": { 1128 - "version": "24.12.1", 1129 - "url": "mirror://kde/stable/release-service/24.12.1/src/neochat-24.12.1.tar.xz", 1130 - "hash": "sha256-OBy2Xv9l1YhU3bt953pWptm/lOxVzMc+sx0NEpdvRJc=" 1128 + "version": "24.12.2", 1129 + "url": "mirror://kde/stable/release-service/24.12.2/src/neochat-24.12.2.tar.xz", 1130 + "hash": "sha256-yyb6/2J0sJkofknQ1EMS38VuLgfZdaYuKZdJBm3CNHY=" 1131 1131 }, 1132 1132 "okular": { 1133 - "version": "24.12.1", 1134 - "url": "mirror://kde/stable/release-service/24.12.1/src/okular-24.12.1.tar.xz", 1135 - "hash": "sha256-u1BcEknMWYs94yj43gtXZW+7REW0oxPSPZSKlSnivyA=" 1133 + "version": "24.12.2", 1134 + "url": "mirror://kde/stable/release-service/24.12.2/src/okular-24.12.2.tar.xz", 1135 + "hash": "sha256-A2zCfeqQCj6uJ96eL7VA2VaKGZXYQ2abqio2wuQVVt4=" 1136 1136 }, 1137 1137 "palapeli": { 1138 - "version": "24.12.1", 1139 - "url": "mirror://kde/stable/release-service/24.12.1/src/palapeli-24.12.1.tar.xz", 1140 - "hash": "sha256-IOyNG7ZpnJOH50vpFqmto58FvR2BgX8teg3jxPYQk+M=" 1138 + "version": "24.12.2", 1139 + "url": "mirror://kde/stable/release-service/24.12.2/src/palapeli-24.12.2.tar.xz", 1140 + "hash": "sha256-uegau9gJLvZ2BC4xXQdq5EE0Ps5cGXvIohpmEbUV+Sk=" 1141 1141 }, 1142 1142 "parley": { 1143 - "version": "24.12.1", 1144 - "url": "mirror://kde/stable/release-service/24.12.1/src/parley-24.12.1.tar.xz", 1145 - "hash": "sha256-4kRgy0ZqqmpfbnjvsvE8sSwJMTO4FiTr7gnXuO4owJ4=" 1143 + "version": "24.12.2", 1144 + "url": "mirror://kde/stable/release-service/24.12.2/src/parley-24.12.2.tar.xz", 1145 + "hash": "sha256-fYKu+uYF7m9OYQ2G5aMceBiKS/oUB1YRPqPtd0a/9l0=" 1146 1146 }, 1147 1147 "partitionmanager": { 1148 - "version": "24.12.1", 1149 - "url": "mirror://kde/stable/release-service/24.12.1/src/partitionmanager-24.12.1.tar.xz", 1150 - "hash": "sha256-mo8B2lavc1XytyFe/esk4KN5MEqifntIA5uu+FUso7A=" 1148 + "version": "24.12.2", 1149 + "url": "mirror://kde/stable/release-service/24.12.2/src/partitionmanager-24.12.2.tar.xz", 1150 + "hash": "sha256-i1D8K3XsV+2xkrbidBBocZlGtJVPZ4jH/YQ8Ki5s25w=" 1151 1151 }, 1152 1152 "picmi": { 1153 - "version": "24.12.1", 1154 - "url": "mirror://kde/stable/release-service/24.12.1/src/picmi-24.12.1.tar.xz", 1155 - "hash": "sha256-SGLJRfUVzRSO9iIXWS2SdLTpJ7/Gm8ipEXXzqMm7rPc=" 1153 + "version": "24.12.2", 1154 + "url": "mirror://kde/stable/release-service/24.12.2/src/picmi-24.12.2.tar.xz", 1155 + "hash": "sha256-S1WuiJTSTEbUZSgaq5mtzSZz/BRc67W/SKKj1HdG//g=" 1156 1156 }, 1157 1157 "pimcommon": { 1158 - "version": "24.12.1", 1159 - "url": "mirror://kde/stable/release-service/24.12.1/src/pimcommon-24.12.1.tar.xz", 1160 - "hash": "sha256-5NWvLJpUZBdqNpkuXRUCUTPyz4slvYSpI8iuHmWTnbs=" 1158 + "version": "24.12.2", 1159 + "url": "mirror://kde/stable/release-service/24.12.2/src/pimcommon-24.12.2.tar.xz", 1160 + "hash": "sha256-aUjpkwtXBpRDR/3uxpzSv9UzMTEpGXgq7BEf6lfZZQw=" 1161 1161 }, 1162 1162 "pim-data-exporter": { 1163 - "version": "24.12.1", 1164 - "url": "mirror://kde/stable/release-service/24.12.1/src/pim-data-exporter-24.12.1.tar.xz", 1165 - "hash": "sha256-b38cfBktMV3q8kbv/4Bq9aT1+uo1Cg+AcLLwT4AitUA=" 1163 + "version": "24.12.2", 1164 + "url": "mirror://kde/stable/release-service/24.12.2/src/pim-data-exporter-24.12.2.tar.xz", 1165 + "hash": "sha256-4jxvzMgVdXXKIXFtQWds8KrH2ac4jr7LKtbzzGC3aQs=" 1166 1166 }, 1167 1167 "pim-sieve-editor": { 1168 - "version": "24.12.1", 1169 - "url": "mirror://kde/stable/release-service/24.12.1/src/pim-sieve-editor-24.12.1.tar.xz", 1170 - "hash": "sha256-lBb1Dec0lsoUKgSd7Wr5PBq+w6ie0uTa+Uipfp6QDnw=" 1168 + "version": "24.12.2", 1169 + "url": "mirror://kde/stable/release-service/24.12.2/src/pim-sieve-editor-24.12.2.tar.xz", 1170 + "hash": "sha256-n620XLI4t2aoLeE3USmtsOx9nPTllfVBAIiQGTwy71A=" 1171 1171 }, 1172 1172 "plasmatube": { 1173 - "version": "24.12.1", 1174 - "url": "mirror://kde/stable/release-service/24.12.1/src/plasmatube-24.12.1.tar.xz", 1175 - "hash": "sha256-B4gWsJXf9iAlyOg+rG4PDye6vcMz+s63RE58TellywI=" 1173 + "version": "24.12.2", 1174 + "url": "mirror://kde/stable/release-service/24.12.2/src/plasmatube-24.12.2.tar.xz", 1175 + "hash": "sha256-TXLb4CVaJ0z2gJ3TToxsPj540fD/8BkEg8l9BgZnVVQ=" 1176 1176 }, 1177 1177 "poxml": { 1178 - "version": "24.12.1", 1179 - "url": "mirror://kde/stable/release-service/24.12.1/src/poxml-24.12.1.tar.xz", 1180 - "hash": "sha256-QA2kdALiuyouH55p1+A5lAUn3r22Ybb2CHEV/wGsc9U=" 1178 + "version": "24.12.2", 1179 + "url": "mirror://kde/stable/release-service/24.12.2/src/poxml-24.12.2.tar.xz", 1180 + "hash": "sha256-L9bZ0ectak9RMSGU1jzFbCOREUvJV4UOesfnXZDYg5k=" 1181 1181 }, 1182 1182 "qmlkonsole": { 1183 - "version": "24.12.1", 1184 - "url": "mirror://kde/stable/release-service/24.12.1/src/qmlkonsole-24.12.1.tar.xz", 1185 - "hash": "sha256-qs1xVChaMMhEPhdDLkoOPeOBNO6yoSlF2Tg/C6by+r4=" 1183 + "version": "24.12.2", 1184 + "url": "mirror://kde/stable/release-service/24.12.2/src/qmlkonsole-24.12.2.tar.xz", 1185 + "hash": "sha256-3KT2kEf+0xXXFYJiEygaiam9OyX24tPjxuiug+E6VEo=" 1186 1186 }, 1187 1187 "rocs": { 1188 - "version": "24.12.1", 1189 - "url": "mirror://kde/stable/release-service/24.12.1/src/rocs-24.12.1.tar.xz", 1190 - "hash": "sha256-12jDasC2JShScR8vxu9bockCch10k5kN+TrWatYQ2Ic=" 1188 + "version": "24.12.2", 1189 + "url": "mirror://kde/stable/release-service/24.12.2/src/rocs-24.12.2.tar.xz", 1190 + "hash": "sha256-XGOGSG6vGOfYVGIVdkcn+hF/o2sTS5eniSetveeavaw=" 1191 1191 }, 1192 1192 "signon-kwallet-extension": { 1193 - "version": "24.12.1", 1194 - "url": "mirror://kde/stable/release-service/24.12.1/src/signon-kwallet-extension-24.12.1.tar.xz", 1195 - "hash": "sha256-hSGO1Z3uNlsHVcGRJl9udRxhh/s85UvJo+N4Yj0dsww=" 1193 + "version": "24.12.2", 1194 + "url": "mirror://kde/stable/release-service/24.12.2/src/signon-kwallet-extension-24.12.2.tar.xz", 1195 + "hash": "sha256-bV4CxDoZmJuxOppF4EFqkNH6vbRXoDV27PkZLSXgseA=" 1196 1196 }, 1197 1197 "skanlite": { 1198 - "version": "24.12.1", 1199 - "url": "mirror://kde/stable/release-service/24.12.1/src/skanlite-24.12.1.tar.xz", 1200 - "hash": "sha256-VShJ88CS19GydS8T0VkTtExhNdZ6pkMoo2s5b+FcL4s=" 1198 + "version": "24.12.2", 1199 + "url": "mirror://kde/stable/release-service/24.12.2/src/skanlite-24.12.2.tar.xz", 1200 + "hash": "sha256-1CxEMb65Fmx/CXt0Fni+XxHPFrAJ8yYk9NRpojd9eCQ=" 1201 1201 }, 1202 1202 "skanpage": { 1203 - "version": "24.12.1", 1204 - "url": "mirror://kde/stable/release-service/24.12.1/src/skanpage-24.12.1.tar.xz", 1205 - "hash": "sha256-8D1C3+YxD0iFY2HYMcTaf9YM4GCCR6ryyS3IVcE7KFk=" 1203 + "version": "24.12.2", 1204 + "url": "mirror://kde/stable/release-service/24.12.2/src/skanpage-24.12.2.tar.xz", 1205 + "hash": "sha256-RwDjZdqcdxYUKTbQwbQt6/yBEhqPffzhQjuRlRSnnZ4=" 1206 1206 }, 1207 1207 "skladnik": { 1208 - "version": "24.12.1", 1209 - "url": "mirror://kde/stable/release-service/24.12.1/src/skladnik-24.12.1.tar.xz", 1210 - "hash": "sha256-QsS1HoRTGaKR3JjSBeuhpSzt4NyhLIKAPnXscWQxJ0o=" 1208 + "version": "24.12.2", 1209 + "url": "mirror://kde/stable/release-service/24.12.2/src/skladnik-24.12.2.tar.xz", 1210 + "hash": "sha256-29pnBCFacRl5mwVT7J6lmbtzO0iYqqLpaz+412+lHzk=" 1211 1211 }, 1212 1212 "spectacle": { 1213 - "version": "24.12.1", 1214 - "url": "mirror://kde/stable/release-service/24.12.1/src/spectacle-24.12.1.tar.xz", 1215 - "hash": "sha256-33EOA+vxUTOpdgqgqoPrG9hTU/fEoUqDTF9AGwlMuZk=" 1213 + "version": "24.12.2", 1214 + "url": "mirror://kde/stable/release-service/24.12.2/src/spectacle-24.12.2.tar.xz", 1215 + "hash": "sha256-fJGlkUo3v8ak6zTZaKYMiy8oa6LvHj3OIXsSld9mzT8=" 1216 1216 }, 1217 1217 "step": { 1218 - "version": "24.12.1", 1219 - "url": "mirror://kde/stable/release-service/24.12.1/src/step-24.12.1.tar.xz", 1220 - "hash": "sha256-oy/FV4qnuV9oQdTA+3pCc4Xcms4cu3VSRDAggdbSt04=" 1218 + "version": "24.12.2", 1219 + "url": "mirror://kde/stable/release-service/24.12.2/src/step-24.12.2.tar.xz", 1220 + "hash": "sha256-WuKXynZzecxNa6YQURidtOOnwNuCefEYDnKLZo6u6jI=" 1221 1221 }, 1222 1222 "svgpart": { 1223 - "version": "24.12.1", 1224 - "url": "mirror://kde/stable/release-service/24.12.1/src/svgpart-24.12.1.tar.xz", 1225 - "hash": "sha256-V/wu96WzsC6BE8Oe4q9Fb4FDhsQHnu4iBHzh/+5ppeg=" 1223 + "version": "24.12.2", 1224 + "url": "mirror://kde/stable/release-service/24.12.2/src/svgpart-24.12.2.tar.xz", 1225 + "hash": "sha256-c44j/pTMIjuaF2f0FqGstDs2T81x+0INIheFPwxmX50=" 1226 1226 }, 1227 1227 "sweeper": { 1228 - "version": "24.12.1", 1229 - "url": "mirror://kde/stable/release-service/24.12.1/src/sweeper-24.12.1.tar.xz", 1230 - "hash": "sha256-fkP+EFYuRQ/qvM+MxcimFkNQRa0oiHLJAEOaAYGRt8A=" 1228 + "version": "24.12.2", 1229 + "url": "mirror://kde/stable/release-service/24.12.2/src/sweeper-24.12.2.tar.xz", 1230 + "hash": "sha256-+8uqrOiImFfp12wBrSbcvWSbaITsJtuu3Ncjd17/N+k=" 1231 1231 }, 1232 1232 "telly-skout": { 1233 - "version": "24.12.1", 1234 - "url": "mirror://kde/stable/release-service/24.12.1/src/telly-skout-24.12.1.tar.xz", 1235 - "hash": "sha256-5uvuTgzC2Fy64L6v27M9go+VhaHUzb2tGjqSdUIpGGE=" 1233 + "version": "24.12.2", 1234 + "url": "mirror://kde/stable/release-service/24.12.2/src/telly-skout-24.12.2.tar.xz", 1235 + "hash": "sha256-+EQSy8PxOvAZlIBGJ5WjRpdkmP9CrtAu1ea/lIRBP4g=" 1236 1236 }, 1237 1237 "tokodon": { 1238 - "version": "24.12.1", 1239 - "url": "mirror://kde/stable/release-service/24.12.1/src/tokodon-24.12.1.tar.xz", 1240 - "hash": "sha256-6+1UkTQJ2WIUq99q58DFdu0/od1jwP75ncbUjt4G8H8=" 1238 + "version": "24.12.2", 1239 + "url": "mirror://kde/stable/release-service/24.12.2/src/tokodon-24.12.2.tar.xz", 1240 + "hash": "sha256-y80qlmiaNUVhOXLchwQ5hlDLg8KwwpD2G3yticW+d2M=" 1241 1241 }, 1242 1242 "umbrello": { 1243 - "version": "24.12.1", 1244 - "url": "mirror://kde/stable/release-service/24.12.1/src/umbrello-24.12.1.tar.xz", 1245 - "hash": "sha256-SXlwh+fhGpz2wSS3KJ1BuRohLDuuY+UE2lhiZfICh4c=" 1243 + "version": "24.12.2", 1244 + "url": "mirror://kde/stable/release-service/24.12.2/src/umbrello-24.12.2.tar.xz", 1245 + "hash": "sha256-yVY3lgzEnyrhKOdkYaEzFBY7VGfKz+dW9o3g43h49cs=" 1246 1246 }, 1247 1247 "yakuake": { 1248 - "version": "24.12.1", 1249 - "url": "mirror://kde/stable/release-service/24.12.1/src/yakuake-24.12.1.tar.xz", 1250 - "hash": "sha256-ZD9GbqVYyTHzatbu+YYQZHDdc+h/ca6QtdX7tqK2zY4=" 1248 + "version": "24.12.2", 1249 + "url": "mirror://kde/stable/release-service/24.12.2/src/yakuake-24.12.2.tar.xz", 1250 + "hash": "sha256-gPpehFw2E0mqpIXBB8LzR6aS1gtX5ciVb5iAMTG8dkc=" 1251 1251 }, 1252 1252 "zanshin": { 1253 - "version": "24.12.1", 1254 - "url": "mirror://kde/stable/release-service/24.12.1/src/zanshin-24.12.1.tar.xz", 1255 - "hash": "sha256-UW08q3uk1iX+gSTv3QrNpdqpOHosY3HwyFie6f+pOFU=" 1253 + "version": "24.12.2", 1254 + "url": "mirror://kde/stable/release-service/24.12.2/src/zanshin-24.12.2.tar.xz", 1255 + "hash": "sha256-kU/qw1NJTQkyGKQXJ6P/IVax7D4ptEflUhHNlT3avBA=" 1256 1256 } 1257 1257 }
+28 -3
pkgs/os-specific/linux/freeipa/default.nix
··· 2 2 stdenv, 3 3 lib, 4 4 fetchurl, 5 + fetchpatch, 5 6 pkg-config, 6 7 autoconf, 7 8 automake, ··· 34 35 lesscpy, 35 36 jansson, 36 37 runtimeShell, 38 + versionCheckHook, 37 39 }: 38 40 39 41 let ··· 66 68 in 67 69 stdenv.mkDerivation rec { 68 70 pname = "freeipa"; 69 - version = "4.12.1"; 71 + version = "4.12.3"; 70 72 71 73 src = fetchurl { 72 74 url = "https://releases.pagure.org/freeipa/freeipa-${version}.tar.gz"; 73 - sha256 = "sha256-SPZ+QgssDKG1Hz1oqtVdg864qtcvncuOlzTWjN4+loM="; 75 + sha256 = "sha256-bVttsyn99DX01CmthIxzxuJPGgqZB2+pgamviO4LBJI="; 74 76 }; 75 77 78 + patches = [ 79 + (fetchpatch { 80 + name = "support-pyca-44.0"; 81 + url = "https://github.com/freeipa/freeipa/pull/7619/commits/2dc4133920fe58ce414c545102c74173d40d1997.patch"; 82 + hash = "sha256-PROnPc/1qS3hcO8s5sel55tsyZ1VPjEKLcua8Pd4DP0="; 83 + }) 84 + (fetchpatch { 85 + name = "fix-tripledes-cipher-warnings"; 86 + url = "https://github.com/freeipa/freeipa/pull/7619/commits/e2bf6e4091c7b5320ec6387dab2d5cabe4a9a42d.patch"; 87 + hash = "sha256-AyMK0hjXMrFK4/qIcjPMFH9DKvnvYOK2QS83Otcc+l4="; 88 + }) 89 + ]; 90 + 76 91 nativeBuildInputs = [ 77 92 python3.pkgs.wrapPython 78 93 jre ··· 156 171 rm -rf $out/etc/ipa $out/var/lib/ipa-client/sysrestore 157 172 ''; 158 173 174 + nativeInstallCheckInputs = [ 175 + versionCheckHook 176 + ]; 177 + versionCheckProgram = "${placeholder "out"}/bin/${meta.mainProgram}"; 178 + versionCheckProgramArg = "--version"; 179 + doInstallCheck = true; 180 + 159 181 meta = with lib; { 160 182 description = "Identity, Policy and Audit system"; 161 183 longDescription = '' ··· 167 189 ''; 168 190 homepage = "https://www.freeipa.org/"; 169 191 license = licenses.gpl3Plus; 170 - maintainers = [ maintainers.s1341 ]; 192 + maintainers = with maintainers; [ 193 + s1341 194 + benley 195 + ]; 171 196 platforms = platforms.linux; 172 197 mainProgram = "ipa"; 173 198 };
+160 -93
pkgs/servers/home-assistant/component-packages.nix
··· 2 2 # Do not edit! 3 3 4 4 { 5 - version = "2025.1.4"; 5 + version = "2025.2.0"; 6 6 components = { 7 7 "3_day_blinds" = 8 8 ps: with ps; [ ··· 17 17 aioesphomeapi 18 18 aioruuvigateway 19 19 aioshelly 20 + aiousbwatcher 20 21 bleak 21 22 bleak-esphome 22 23 bleak-retry-connector ··· 34 35 pymicro-vad 35 36 pyserial 36 37 pyspeex-noise 37 - pyudev 38 38 zeroconf 39 39 ]; 40 40 "accuweather" = ··· 118 118 aioesphomeapi 119 119 aioruuvigateway 120 120 aioshelly 121 + aiousbwatcher 121 122 airthings-ble 122 123 bleak 123 124 bleak-esphome ··· 136 137 pymicro-vad 137 138 pyserial 138 139 pyspeex-noise 139 - pyudev 140 140 zeroconf 141 141 ]; 142 142 "airtouch4" = ··· 330 330 aioesphomeapi 331 331 aioruuvigateway 332 332 aioshelly 333 + aiousbwatcher 333 334 aranet4 334 335 bleak 335 336 bleak-esphome ··· 348 349 pymicro-vad 349 350 pyserial 350 351 pyspeex-noise 351 - pyudev 352 352 zeroconf 353 353 ]; 354 354 "arcam_fmj" = ··· 376 376 "arwn" = 377 377 ps: with ps; [ 378 378 aiohasupervisor 379 - paho-mqtt_1 379 + paho-mqtt 380 380 ]; 381 381 "aseko_pool_live" = 382 382 ps: with ps; [ ··· 471 471 ps: with ps; [ 472 472 aiohasupervisor 473 473 axis 474 - paho-mqtt_1 474 + paho-mqtt 475 475 ]; 476 476 "azure_data_explorer" = 477 477 ps: ··· 567 567 aioesphomeapi 568 568 aioruuvigateway 569 569 aioshelly 570 + aiousbwatcher 570 571 bleak 571 572 bleak-esphome 572 573 bleak-retry-connector ··· 585 586 pymicro-vad 586 587 pyserial 587 588 pyspeex-noise 588 - pyudev 589 589 zeroconf 590 590 ]; 591 591 "blueprint" = ··· 599 599 ]; 600 600 "bluetooth" = 601 601 ps: with ps; [ 602 + aiousbwatcher 602 603 bleak 603 604 bleak-retry-connector 604 605 bluetooth-adapters ··· 607 608 dbus-fast 608 609 habluetooth 609 610 pyserial 610 - pyudev 611 611 ]; 612 612 "bluetooth_adapters" = 613 613 ps: with ps; [ 614 614 aioesphomeapi 615 615 aioruuvigateway 616 616 aioshelly 617 + aiousbwatcher 617 618 bleak 618 619 bleak-esphome 619 620 bleak-retry-connector ··· 631 632 pymicro-vad 632 633 pyserial 633 634 pyspeex-noise 634 - pyudev 635 635 zeroconf 636 636 ]; 637 637 "bluetooth_le_tracker" = ··· 639 639 aioesphomeapi 640 640 aioruuvigateway 641 641 aioshelly 642 + aiousbwatcher 642 643 bleak 643 644 bleak-esphome 644 645 bleak-retry-connector ··· 656 657 pymicro-vad 657 658 pyserial 658 659 pyspeex-noise 659 - pyudev 660 660 zeroconf 661 661 ]; 662 662 "bluetooth_tracker" = ··· 739 739 aioesphomeapi 740 740 aioruuvigateway 741 741 aioshelly 742 + aiousbwatcher 742 743 bleak 743 744 bleak-esphome 744 745 bleak-retry-connector ··· 757 758 pymicro-vad 758 759 pyserial 759 760 pyspeex-noise 760 - pyudev 761 761 zeroconf 762 762 ]; 763 763 "bticino" = ··· 968 968 ]; 969 969 "crownstone" = 970 970 ps: with ps; [ 971 + aiousbwatcher 971 972 crownstone-cloud 972 973 crownstone-sse 973 974 crownstone-uart 974 975 pyserial 975 - pyudev 976 976 ]; 977 977 "cups" = 978 978 ps: with ps; [ ··· 1026 1026 "decora_wifi" = 1027 1027 ps: with ps; [ 1028 1028 ]; # missing inputs: decora-wifi 1029 + "decorquip" = 1030 + ps: with ps; [ 1031 + ]; 1029 1032 "default_config" = 1030 1033 ps: with ps; [ 1031 1034 aiodhcpwatcher 1032 1035 aiodiscover 1033 1036 aiohasupervisor 1037 + aiousbwatcher 1034 1038 async-upnp-client 1035 1039 av 1036 1040 bleak ··· 1060 1064 pyspeex-noise 1061 1065 python-matter-server 1062 1066 pyturbojpeg 1063 - pyudev 1064 1067 securetar 1065 1068 sqlalchemy 1066 1069 zeroconf ··· 1116 1119 "devolo_home_network" = 1117 1120 ps: with ps; [ 1118 1121 devolo-plc-api 1122 + ifaddr 1123 + zeroconf 1119 1124 ]; 1120 1125 "dexcom" = 1121 1126 ps: with ps; [ ··· 1205 1210 aioesphomeapi 1206 1211 aioruuvigateway 1207 1212 aioshelly 1213 + aiousbwatcher 1208 1214 bleak 1209 1215 bleak-esphome 1210 1216 bleak-retry-connector ··· 1223 1229 pymicro-vad 1224 1230 pyserial 1225 1231 pyspeex-noise 1226 - pyudev 1227 1232 zeroconf 1228 1233 ]; 1229 1234 "downloader" = ··· 1237 1242 ps: with ps; [ 1238 1243 aiohasupervisor 1239 1244 dropmqttapi 1240 - paho-mqtt_1 1245 + paho-mqtt 1241 1246 ]; 1242 1247 "dsmr" = 1243 1248 ps: with ps; [ ··· 1246 1251 "dsmr_reader" = 1247 1252 ps: with ps; [ 1248 1253 aiohasupervisor 1249 - paho-mqtt_1 1254 + paho-mqtt 1250 1255 ]; 1251 1256 "dublin_bus_transport" = 1252 1257 ps: with ps; [ ··· 1492 1497 aioesphomeapi 1493 1498 aioruuvigateway 1494 1499 aioshelly 1500 + aiousbwatcher 1495 1501 bleak 1496 1502 bleak-esphome 1497 1503 bleak-retry-connector ··· 1510 1516 pymicro-vad 1511 1517 pyserial 1512 1518 pyspeex-noise 1513 - pyudev 1514 1519 zeroconf 1515 1520 ]; 1516 1521 "escea" = ··· 1523 1528 "esphome" = 1524 1529 ps: with ps; [ 1525 1530 aioesphomeapi 1531 + aiousbwatcher 1526 1532 bleak 1527 1533 bleak-esphome 1528 1534 bleak-retry-connector ··· 1540 1546 pymicro-vad 1541 1547 pyserial 1542 1548 pyspeex-noise 1543 - pyudev 1544 1549 zeroconf 1545 1550 ]; 1546 1551 "etherscan" = ··· 1555 1560 aioesphomeapi 1556 1561 aioruuvigateway 1557 1562 aioshelly 1563 + aiousbwatcher 1558 1564 bleak 1559 1565 bleak-esphome 1560 1566 bleak-retry-connector ··· 1573 1579 pymicro-vad 1574 1580 pyserial 1575 1581 pyspeex-noise 1576 - pyudev 1577 1582 zeroconf 1578 1583 ]; 1579 1584 "event" = ··· 1691 1696 aioesphomeapi 1692 1697 aioruuvigateway 1693 1698 aioshelly 1699 + aiousbwatcher 1694 1700 bleak 1695 1701 bleak-esphome 1696 1702 bleak-retry-connector ··· 1709 1715 pymicro-vad 1710 1716 pyserial 1711 1717 pyspeex-noise 1712 - pyudev 1713 1718 zeroconf 1714 1719 ]; 1715 1720 "fleetgo" = ··· 1849 1854 "fully_kiosk" = 1850 1855 ps: with ps; [ 1851 1856 aiohasupervisor 1852 - paho-mqtt_1 1857 + paho-mqtt 1853 1858 python-fullykiosk 1854 1859 ]; 1855 1860 "futurenow" = ··· 1872 1877 aioesphomeapi 1873 1878 aioruuvigateway 1874 1879 aioshelly 1880 + aiousbwatcher 1875 1881 bleak 1876 1882 bleak-esphome 1877 1883 bleak-retry-connector ··· 1890 1896 pymicro-vad 1891 1897 pyserial 1892 1898 pyspeex-noise 1893 - pyudev 1894 1899 zeroconf 1895 1900 ]; 1896 1901 "gaviota" = ··· 2005 2010 ps: with ps; [ 2006 2011 google-cloud-speech 2007 2012 google-cloud-texttospeech 2013 + ]; 2014 + "google_drive" = 2015 + ps: with ps; [ 2016 + aiohasupervisor 2017 + cronsim 2018 + python-google-drive-api 2019 + securetar 2008 2020 ]; 2009 2021 "google_generative_ai_conversation" = 2010 2022 ps: with ps; [ ··· 2056 2068 aioesphomeapi 2057 2069 aioruuvigateway 2058 2070 aioshelly 2071 + aiousbwatcher 2059 2072 bleak 2060 2073 bleak-esphome 2061 2074 bleak-retry-connector ··· 2074 2087 pymicro-vad 2075 2088 pyserial 2076 2089 pyspeex-noise 2077 - pyudev 2078 2090 zeroconf 2079 2091 ]; 2080 2092 "govee_light_local" = ··· 2124 2136 ]; 2125 2137 "habitica" = 2126 2138 ps: with ps; [ 2127 - habitipy 2139 + habiticalib 2128 2140 ]; 2129 2141 "hardkernel" = 2130 2142 ps: with ps; [ ··· 2244 2256 "homeassistant_green" = 2245 2257 ps: with ps; [ 2246 2258 aiohasupervisor 2247 - pillow 2248 2259 psutil-home-assistant 2249 - pyserial 2250 - pyudev 2251 2260 universal-silabs-flasher 2252 - zha 2253 2261 ]; 2254 2262 "homeassistant_hardware" = 2255 2263 ps: with ps; [ 2256 2264 aiohasupervisor 2257 - pillow 2258 - pyserial 2259 - pyudev 2260 2265 universal-silabs-flasher 2261 - zha 2262 2266 ]; 2263 2267 "homeassistant_sky_connect" = 2264 2268 ps: with ps; [ 2265 2269 aiohasupervisor 2266 - pillow 2270 + aiousbwatcher 2267 2271 psutil-home-assistant 2268 2272 pyserial 2269 - pyudev 2270 2273 universal-silabs-flasher 2271 - zha 2272 2274 ]; 2273 2275 "homeassistant_yellow" = 2274 2276 ps: with ps; [ 2275 2277 aiohasupervisor 2276 - pillow 2277 2278 psutil-home-assistant 2278 - pyserial 2279 - pyudev 2280 2279 universal-silabs-flasher 2281 - zha 2280 + ]; 2281 + "homee" = 2282 + ps: with ps; [ 2283 + pyhomee 2282 2284 ]; 2283 2285 "homekit" = 2284 2286 ps: with ps; [ ··· 2297 2299 aiohomekit 2298 2300 aioruuvigateway 2299 2301 aioshelly 2302 + aiousbwatcher 2300 2303 bleak 2301 2304 bleak-esphome 2302 2305 bleak-retry-connector ··· 2316 2319 pyserial 2317 2320 pyspeex-noise 2318 2321 python-otbr-api 2319 - pyudev 2320 2322 zeroconf 2321 2323 ]; 2322 2324 "homematic" = ··· 2386 2388 aioesphomeapi 2387 2389 aioruuvigateway 2388 2390 aioshelly 2391 + aiousbwatcher 2389 2392 automower-ble 2390 2393 bleak 2391 2394 bleak-esphome ··· 2404 2407 pymicro-vad 2405 2408 pyserial 2406 2409 pyspeex-noise 2407 - pyudev 2408 2410 zeroconf 2409 2411 ]; 2410 2412 "huum" = ··· 2441 2443 aioesphomeapi 2442 2444 aioruuvigateway 2443 2445 aioshelly 2446 + aiousbwatcher 2444 2447 bleak 2445 2448 bleak-esphome 2446 2449 bleak-retry-connector ··· 2459 2462 pymicro-vad 2460 2463 pyserial 2461 2464 pyspeex-noise 2462 - pyudev 2463 2465 zeroconf 2464 2466 ]; 2465 2467 "icloud" = ··· 2471 2473 aioesphomeapi 2472 2474 aioruuvigateway 2473 2475 aioshelly 2476 + aiousbwatcher 2474 2477 bleak 2475 2478 bleak-esphome 2476 2479 bleak-retry-connector ··· 2489 2492 pymicro-vad 2490 2493 pyserial 2491 2494 pyspeex-noise 2492 - pyudev 2493 2495 zeroconf 2494 2496 ]; 2495 2497 "idteck_prox" = ··· 2502 2504 "iglo" = 2503 2505 ps: with ps; [ 2504 2506 ]; # missing inputs: iglo 2507 + "igloohome" = 2508 + ps: with ps; [ 2509 + igloohome-api 2510 + ]; 2505 2511 "ign_sismologia" = 2506 2512 ps: with ps; [ 2507 2513 georss-ign-sismologia-client ··· 2535 2541 aioesphomeapi 2536 2542 aioruuvigateway 2537 2543 aioshelly 2544 + aiousbwatcher 2538 2545 bleak 2539 2546 bleak-esphome 2540 2547 bleak-retry-connector ··· 2553 2560 pymicro-vad 2554 2561 pyserial 2555 2562 pyspeex-noise 2556 - pyudev 2557 2563 zeroconf 2558 2564 ]; 2559 2565 "incomfort" = ··· 2573 2579 aioesphomeapi 2574 2580 aioruuvigateway 2575 2581 aioshelly 2582 + aiousbwatcher 2576 2583 bleak 2577 2584 bleak-esphome 2578 2585 bleak-retry-connector ··· 2591 2598 pymicro-vad 2592 2599 pyserial 2593 2600 pyspeex-noise 2594 - pyudev 2595 2601 zeroconf 2596 2602 ]; 2597 2603 "input_boolean" = ··· 2618 2624 "insteon" = 2619 2625 ps: with ps; [ 2620 2626 aiohasupervisor 2627 + aiousbwatcher 2621 2628 cronsim 2622 2629 home-assistant-frontend 2623 2630 insteon-frontend-home-assistant 2624 2631 pillow 2625 2632 pyinsteon 2626 2633 pyserial 2627 - pyudev 2628 2634 securetar 2629 2635 ]; 2630 2636 "integration" = ··· 2680 2686 aioesphomeapi 2681 2687 aioruuvigateway 2682 2688 aioshelly 2689 + aiousbwatcher 2683 2690 bleak 2684 2691 bleak-esphome 2685 2692 bleak-retry-connector ··· 2698 2705 pynecil 2699 2706 pyserial 2700 2707 pyspeex-noise 2701 - pyudev 2702 2708 zeroconf 2703 2709 ]; 2704 2710 "isal" = ··· 2799 2805 aioesphomeapi 2800 2806 aioruuvigateway 2801 2807 aioshelly 2808 + aiousbwatcher 2802 2809 bleak 2803 2810 bleak-esphome 2804 2811 bleak-retry-connector ··· 2817 2824 pymicro-vad 2818 2825 pyserial 2819 2826 pyspeex-noise 2820 - pyudev 2821 2827 zeroconf 2822 2828 ]; 2823 2829 "kentuckypower" = ··· 2836 2842 aioesphomeapi 2837 2843 aioruuvigateway 2838 2844 aioshelly 2845 + aiousbwatcher 2839 2846 bleak 2840 2847 bleak-esphome 2841 2848 bleak-retry-connector ··· 2854 2861 pymicrobot 2855 2862 pyserial 2856 2863 pyspeex-noise 2857 - pyudev 2858 2864 zeroconf 2859 2865 ]; 2860 2866 "kira" = ··· 2930 2936 aioesphomeapi 2931 2937 aioruuvigateway 2932 2938 aioshelly 2939 + aiousbwatcher 2933 2940 bleak 2934 2941 bleak-esphome 2935 2942 bleak-retry-connector ··· 2948 2955 pymicro-vad 2949 2956 pyserial 2950 2957 pyspeex-noise 2951 - pyudev 2952 2958 zeroconf 2953 2959 ]; 2954 2960 "lametric" = ··· 2957 2963 ]; 2958 2964 "landisgyr_heat_meter" = 2959 2965 ps: with ps; [ 2966 + aiousbwatcher 2960 2967 pyserial 2961 - pyudev 2962 2968 ultraheat-api 2963 2969 ]; 2964 2970 "lannouncer" = ··· 2994 3000 aioesphomeapi 2995 3001 aioruuvigateway 2996 3002 aioshelly 3003 + aiousbwatcher 2997 3004 bleak 2998 3005 bleak-esphome 2999 3006 bleak-retry-connector ··· 3012 3019 pymicro-vad 3013 3020 pyserial 3014 3021 pyspeex-noise 3015 - pyudev 3016 3022 zeroconf 3017 3023 ]; 3018 3024 "leaone" = ··· 3020 3026 aioesphomeapi 3021 3027 aioruuvigateway 3022 3028 aioshelly 3029 + aiousbwatcher 3023 3030 bleak 3024 3031 bleak-esphome 3025 3032 bleak-retry-connector ··· 3038 3045 pymicro-vad 3039 3046 pyserial 3040 3047 pyspeex-noise 3041 - pyudev 3042 3048 zeroconf 3043 3049 ]; 3044 3050 "led_ble" = ··· 3046 3052 aioesphomeapi 3047 3053 aioruuvigateway 3048 3054 aioshelly 3055 + aiousbwatcher 3049 3056 bleak 3050 3057 bleak-esphome 3051 3058 bleak-retry-connector ··· 3064 3071 pymicro-vad 3065 3072 pyserial 3066 3073 pyspeex-noise 3067 - pyudev 3068 3074 zeroconf 3069 3075 ]; 3070 3076 "legrand" = ··· 3073 3079 "lektrico" = 3074 3080 ps: with ps; [ 3075 3081 lektricowifi 3082 + ]; 3083 + "letpot" = 3084 + ps: with ps; [ 3085 + letpot 3076 3086 ]; 3077 3087 "lg_netcast" = 3078 3088 ps: with ps; [ ··· 3219 3229 "lovelace" = 3220 3230 ps: with ps; [ 3221 3231 aiohasupervisor 3232 + cronsim 3222 3233 pillow 3234 + securetar 3223 3235 ]; 3224 3236 "luci" = 3225 3237 ps: with ps; [ ··· 3268 3280 "manual_mqtt" = 3269 3281 ps: with ps; [ 3270 3282 aiohasupervisor 3271 - paho-mqtt_1 3283 + paho-mqtt 3272 3284 ]; 3273 3285 "marantz" = 3274 3286 ps: with ps; [ ··· 3300 3312 "mazda" = 3301 3313 ps: with ps; [ 3302 3314 ]; 3315 + "mcp" = 3316 + ps: with ps; [ 3317 + mcp 3318 + ]; 3319 + "mcp_server" = 3320 + ps: with ps; [ 3321 + aiohttp-sse 3322 + anyio 3323 + hassil 3324 + home-assistant-intents 3325 + mcp 3326 + ]; 3303 3327 "mealie" = 3304 3328 ps: with ps; [ 3305 3329 aiomealie ··· 3313 3337 aioesphomeapi 3314 3338 aioruuvigateway 3315 3339 aioshelly 3340 + aiousbwatcher 3316 3341 bleak 3317 3342 bleak-esphome 3318 3343 bleak-retry-connector ··· 3330 3355 pymicro-vad 3331 3356 pyserial 3332 3357 pyspeex-noise 3333 - pyudev 3334 3358 zeroconf 3335 3359 ]; # missing inputs: medcom-ble 3336 3360 "media_extractor" = ··· 3362 3386 aioesphomeapi 3363 3387 aioruuvigateway 3364 3388 aioshelly 3389 + aiousbwatcher 3365 3390 bleak 3366 3391 bleak-esphome 3367 3392 bleak-retry-connector ··· 3380 3405 pymicro-vad 3381 3406 pyserial 3382 3407 pyspeex-noise 3383 - pyudev 3384 3408 zeroconf 3385 3409 ]; 3386 3410 "meraki" = ··· 3473 3497 aioesphomeapi 3474 3498 aioruuvigateway 3475 3499 aioshelly 3500 + aiousbwatcher 3476 3501 bleak 3477 3502 bleak-esphome 3478 3503 bleak-retry-connector ··· 3491 3516 pymicro-vad 3492 3517 pyserial 3493 3518 pyspeex-noise 3494 - pyudev 3495 3519 zeroconf 3496 3520 ]; 3497 3521 "mobile_app" = ··· 3520 3544 ]; 3521 3545 "modem_callerid" = 3522 3546 ps: with ps; [ 3547 + aiousbwatcher 3523 3548 phone-modem 3524 3549 pyserial 3525 - pyudev 3526 3550 ]; 3527 3551 "modern_forms" = 3528 3552 ps: with ps; [ ··· 3555 3579 aioesphomeapi 3556 3580 aioruuvigateway 3557 3581 aioshelly 3582 + aiousbwatcher 3558 3583 bleak 3559 3584 bleak-esphome 3560 3585 bleak-retry-connector ··· 3573 3598 pymicro-vad 3574 3599 pyserial 3575 3600 pyspeex-noise 3576 - pyudev 3577 3601 zeroconf 3578 3602 ]; 3579 3603 "motion_blinds" = ··· 3586 3610 aioesphomeapi 3587 3611 aioruuvigateway 3588 3612 aioshelly 3613 + aiousbwatcher 3589 3614 bleak 3590 3615 bleak-esphome 3591 3616 bleak-retry-connector ··· 3604 3629 pymicro-vad 3605 3630 pyserial 3606 3631 pyspeex-noise 3607 - pyudev 3608 3632 zeroconf 3609 3633 ]; 3610 3634 "motioneye" = ··· 3622 3646 "mqtt" = 3623 3647 ps: with ps; [ 3624 3648 aiohasupervisor 3625 - paho-mqtt_1 3649 + paho-mqtt 3626 3650 ]; 3627 3651 "mqtt_eventstream" = 3628 3652 ps: with ps; [ 3629 3653 aiohasupervisor 3630 - paho-mqtt_1 3654 + paho-mqtt 3631 3655 ]; 3632 3656 "mqtt_json" = 3633 3657 ps: with ps; [ 3634 3658 aiohasupervisor 3635 - paho-mqtt_1 3659 + paho-mqtt 3636 3660 ]; 3637 3661 "mqtt_room" = 3638 3662 ps: with ps; [ 3639 3663 aiohasupervisor 3640 - paho-mqtt_1 3664 + paho-mqtt 3641 3665 ]; 3642 3666 "mqtt_statestream" = 3643 3667 ps: with ps; [ 3644 3668 aiohasupervisor 3645 - paho-mqtt_1 3669 + paho-mqtt 3646 3670 ]; 3647 3671 "msteams" = 3648 3672 ps: with ps; [ ··· 3674 3698 "mysensors" = 3675 3699 ps: with ps; [ 3676 3700 aiohasupervisor 3677 - paho-mqtt_1 3701 + paho-mqtt 3678 3702 pymysensors 3679 3703 ]; 3680 3704 "mystrom" = ··· 3945 3969 "onboarding" = 3946 3970 ps: with ps; [ 3947 3971 aiohasupervisor 3972 + cronsim 3948 3973 pillow 3974 + securetar 3949 3975 ]; 3950 3976 "oncue" = 3951 3977 ps: with ps; [ ··· 3954 3980 "ondilo_ico" = 3955 3981 ps: with ps; [ 3956 3982 ondilo 3983 + ]; 3984 + "onedrive" = 3985 + ps: with ps; [ 3986 + onedrive-personal-sdk 3957 3987 ]; 3958 3988 "onewire" = 3959 3989 ps: with ps; [ ··· 4048 4078 aioesphomeapi 4049 4079 aioruuvigateway 4050 4080 aioshelly 4081 + aiousbwatcher 4051 4082 bleak 4052 4083 bleak-esphome 4053 4084 bleak-retry-connector ··· 4066 4097 pymicro-vad 4067 4098 pyserial 4068 4099 pyspeex-noise 4069 - pyudev 4070 4100 zeroconf 4071 4101 ]; 4072 4102 "oru" = ··· 4089 4119 "otbr" = 4090 4120 ps: with ps; [ 4091 4121 aiohasupervisor 4122 + aiousbwatcher 4123 + cronsim 4092 4124 ifaddr 4093 4125 pillow 4094 4126 psutil-home-assistant 4095 4127 pyroute2 4096 4128 pyserial 4097 4129 python-otbr-api 4098 - pyudev 4130 + securetar 4099 4131 universal-silabs-flasher 4100 4132 zeroconf 4101 4133 zha ··· 4112 4144 ps: with ps; [ 4113 4145 pyoverkiz 4114 4146 ]; 4147 + "overseerr" = 4148 + ps: with ps; [ 4149 + aiohasupervisor 4150 + cronsim 4151 + ha-ffmpeg 4152 + hass-nabucasa 4153 + hassil 4154 + home-assistant-intents 4155 + mutagen 4156 + pymicro-vad 4157 + pyspeex-noise 4158 + python-matter-server 4159 + python-overseerr 4160 + pyturbojpeg 4161 + securetar 4162 + ]; 4115 4163 "ovo_energy" = 4116 4164 ps: with ps; [ 4117 4165 ovoenergy ··· 4125 4173 hassil 4126 4174 home-assistant-intents 4127 4175 mutagen 4128 - paho-mqtt_1 4176 + paho-mqtt 4129 4177 pymicro-vad 4130 4178 pynacl 4131 4179 pyspeex-noise ··· 4296 4344 aioesphomeapi 4297 4345 aioruuvigateway 4298 4346 aioshelly 4347 + aiousbwatcher 4299 4348 bleak 4300 4349 bleak-esphome 4301 4350 bleak-retry-connector ··· 4313 4362 pymicro-vad 4314 4363 pyserial 4315 4364 pyspeex-noise 4316 - pyudev 4317 4365 zeroconf 4318 4366 ]; 4319 4367 "profiler" = ··· 4409 4457 ps: with ps; [ 4410 4458 qbittorrent-api 4411 4459 ]; 4460 + "qbus" = 4461 + ps: with ps; [ 4462 + aiohasupervisor 4463 + paho-mqtt 4464 + qbusmqttapi 4465 + ]; 4412 4466 "qingping" = 4413 4467 ps: with ps; [ 4414 4468 aioesphomeapi 4415 4469 aioruuvigateway 4416 4470 aioshelly 4471 + aiousbwatcher 4417 4472 bleak 4418 4473 bleak-esphome 4419 4474 bleak-retry-connector ··· 4431 4486 pymicro-vad 4432 4487 pyserial 4433 4488 pyspeex-noise 4434 - pyudev 4435 4489 qingping-ble 4436 4490 zeroconf 4437 4491 ]; ··· 4518 4572 "rainforest_raven" = 4519 4573 ps: with ps; [ 4520 4574 aioraven 4575 + aiousbwatcher 4521 4576 pyserial 4522 - pyudev 4523 4577 ]; 4524 4578 "rainmachine" = 4525 4579 ps: with ps; [ ··· 4533 4587 aioesphomeapi 4534 4588 aioruuvigateway 4535 4589 aioshelly 4590 + aiousbwatcher 4536 4591 bleak 4537 4592 bleak-esphome 4538 4593 bleak-retry-connector ··· 4550 4605 pymicro-vad 4551 4606 pyserial 4552 4607 pyspeex-noise 4553 - pyudev 4554 4608 rapt-ble 4555 4609 zeroconf 4556 4610 ]; ··· 4751 4805 "ruuvi_gateway" = 4752 4806 ps: with ps; [ 4753 4807 aioruuvigateway 4808 + aiousbwatcher 4754 4809 bleak 4755 4810 bleak-retry-connector 4756 4811 bluetooth-adapters ··· 4759 4814 dbus-fast 4760 4815 habluetooth 4761 4816 pyserial 4762 - pyudev 4763 4817 ]; 4764 4818 "ruuvitag_ble" = 4765 4819 ps: with ps; [ 4766 4820 aioesphomeapi 4767 4821 aioruuvigateway 4768 4822 aioshelly 4823 + aiousbwatcher 4769 4824 bleak 4770 4825 bleak-esphome 4771 4826 bleak-retry-connector ··· 4783 4838 pymicro-vad 4784 4839 pyserial 4785 4840 pyspeex-noise 4786 - pyudev 4787 4841 ruuvitag-ble 4788 4842 zeroconf 4789 4843 ]; ··· 4886 4940 aioesphomeapi 4887 4941 aioruuvigateway 4888 4942 aioshelly 4943 + aiousbwatcher 4889 4944 bleak 4890 4945 bleak-esphome 4891 4946 bleak-retry-connector ··· 4903 4958 pymicro-vad 4904 4959 pyserial 4905 4960 pyspeex-noise 4906 - pyudev 4907 4961 sensirion-ble 4908 4962 zeroconf 4909 4963 ]; ··· 4921 4975 aioesphomeapi 4922 4976 aioruuvigateway 4923 4977 aioshelly 4978 + aiousbwatcher 4924 4979 bleak 4925 4980 bleak-esphome 4926 4981 bleak-retry-connector ··· 4938 4993 pymicro-vad 4939 4994 pyserial 4940 4995 pyspeex-noise 4941 - pyudev 4942 4996 sensorpro-ble 4943 4997 zeroconf 4944 4998 ]; ··· 4947 5001 aioesphomeapi 4948 5002 aioruuvigateway 4949 5003 aioshelly 5004 + aiousbwatcher 4950 5005 bleak 4951 5006 bleak-esphome 4952 5007 bleak-retry-connector ··· 4964 5019 pymicro-vad 4965 5020 pyserial 4966 5021 pyspeex-noise 4967 - pyudev 4968 5022 sensorpush-ble 4969 5023 zeroconf 4970 5024 ]; ··· 5013 5067 "shelly" = 5014 5068 ps: with ps; [ 5015 5069 aioshelly 5070 + aiousbwatcher 5016 5071 bleak 5017 5072 bleak-retry-connector 5018 5073 bluetooth-adapters ··· 5022 5077 habluetooth 5023 5078 ifaddr 5024 5079 pyserial 5025 - pyudev 5026 5080 ]; 5027 5081 "shodan" = 5028 5082 ps: with ps; [ ··· 5185 5239 "snips" = 5186 5240 ps: with ps; [ 5187 5241 aiohasupervisor 5188 - paho-mqtt_1 5242 + paho-mqtt 5189 5243 ]; 5190 5244 "snmp" = 5191 5245 ps: with ps; [ ··· 5196 5250 aioesphomeapi 5197 5251 aioruuvigateway 5198 5252 aioshelly 5253 + aiousbwatcher 5199 5254 bleak 5200 5255 bleak-esphome 5201 5256 bleak-retry-connector ··· 5214 5269 pyserial 5215 5270 pysnooz 5216 5271 pyspeex-noise 5217 - pyudev 5218 5272 zeroconf 5219 5273 ]; 5220 5274 "solaredge" = ··· 5421 5475 aioesphomeapi 5422 5476 aioruuvigateway 5423 5477 aioshelly 5478 + aiousbwatcher 5424 5479 bleak 5425 5480 bleak-esphome 5426 5481 bleak-retry-connector ··· 5439 5494 pyserial 5440 5495 pyspeex-noise 5441 5496 pyswitchbot 5442 - pyudev 5443 5497 zeroconf 5444 5498 ]; 5445 5499 "switchbot_cloud" = ··· 5529 5583 ps: with ps; [ 5530 5584 aiohasupervisor 5531 5585 hatasmota 5532 - paho-mqtt_1 5586 + paho-mqtt 5533 5587 ]; 5534 5588 "tautulli" = 5535 5589 ps: with ps; [ ··· 5612 5666 aioesphomeapi 5613 5667 aioruuvigateway 5614 5668 aioshelly 5669 + aiousbwatcher 5615 5670 bleak 5616 5671 bleak-esphome 5617 5672 bleak-retry-connector ··· 5629 5684 pymicro-vad 5630 5685 pyserial 5631 5686 pyspeex-noise 5632 - pyudev 5633 5687 thermobeacon-ble 5634 5688 zeroconf 5635 5689 ]; ··· 5641 5695 aioesphomeapi 5642 5696 aioruuvigateway 5643 5697 aioshelly 5698 + aiousbwatcher 5644 5699 bleak 5645 5700 bleak-esphome 5646 5701 bleak-retry-connector ··· 5658 5713 pymicro-vad 5659 5714 pyserial 5660 5715 pyspeex-noise 5661 - pyudev 5662 5716 thermopro-ble 5663 5717 zeroconf 5664 5718 ]; ··· 5704 5758 aioesphomeapi 5705 5759 aioruuvigateway 5706 5760 aioshelly 5761 + aiousbwatcher 5707 5762 bleak 5708 5763 bleak-esphome 5709 5764 bleak-retry-connector ··· 5721 5776 pymicro-vad 5722 5777 pyserial 5723 5778 pyspeex-noise 5724 - pyudev 5725 5779 tilt-ble 5726 5780 zeroconf 5727 5781 ]; ··· 5976 6030 ]; 5977 6031 "usb" = 5978 6032 ps: with ps; [ 6033 + aiousbwatcher 5979 6034 pyserial 5980 - pyudev 5981 6035 ]; 5982 6036 "usgs_earthquakes_feed" = 5983 6037 ps: with ps; [ ··· 6011 6065 ]; 6012 6066 "velbus" = 6013 6067 ps: with ps; [ 6068 + aiousbwatcher 6014 6069 pyserial 6015 - pyudev 6016 6070 velbus-aio 6017 6071 ]; 6018 6072 "velux" = ··· 6085 6139 ha-ffmpeg 6086 6140 hassil 6087 6141 home-assistant-intents 6142 + ifaddr 6088 6143 mutagen 6089 6144 pymicro-vad 6090 6145 pyspeex-noise ··· 6295 6350 aioesphomeapi 6296 6351 aioruuvigateway 6297 6352 aioshelly 6353 + aiousbwatcher 6298 6354 bleak 6299 6355 bleak-esphome 6300 6356 bleak-retry-connector ··· 6312 6368 pymicro-vad 6313 6369 pyserial 6314 6370 pyspeex-noise 6315 - pyudev 6316 6371 xiaomi-ble 6317 6372 zeroconf 6318 6373 ]; ··· 6363 6418 aioesphomeapi 6364 6419 aioruuvigateway 6365 6420 aioshelly 6421 + aiousbwatcher 6366 6422 bleak 6367 6423 bleak-esphome 6368 6424 bleak-retry-connector ··· 6380 6436 pymicro-vad 6381 6437 pyserial 6382 6438 pyspeex-noise 6383 - pyudev 6384 6439 yalexs-ble 6385 6440 zeroconf 6386 6441 ]; ··· 6463 6518 "zha" = 6464 6519 ps: with ps; [ 6465 6520 aiohasupervisor 6521 + aiousbwatcher 6522 + cronsim 6466 6523 pillow 6467 6524 pyserial 6468 - pyudev 6525 + securetar 6469 6526 universal-silabs-flasher 6470 6527 zha 6471 6528 ]; ··· 6491 6548 "zwave_js" = 6492 6549 ps: with ps; [ 6493 6550 aiohasupervisor 6551 + aiousbwatcher 6494 6552 pyserial 6495 - pyudev 6496 6553 zwave-js-server-python 6497 6554 ]; 6498 6555 "zwave_me" = ··· 6784 6841 "google_assistant" 6785 6842 "google_assistant_sdk" 6786 6843 "google_cloud" 6844 + "google_drive" 6787 6845 "google_generative_ai_conversation" 6788 6846 "google_mail" 6789 6847 "google_photos" ··· 6825 6883 "homeassistant_hardware" 6826 6884 "homeassistant_sky_connect" 6827 6885 "homeassistant_yellow" 6886 + "homee" 6828 6887 "homekit" 6829 6888 "homekit_controller" 6830 6889 "homematic" ··· 6851 6910 "icloud" 6852 6911 "idasen_desk" 6853 6912 "ifttt" 6913 + "igloohome" 6854 6914 "ign_sismologia" 6855 6915 "image" 6856 6916 "image_processing" ··· 6917 6977 "leaone" 6918 6978 "led_ble" 6919 6979 "lektrico" 6980 + "letpot" 6920 6981 "lg_netcast" 6921 6982 "lg_soundbar" 6922 6983 "lg_thinq" ··· 6956 7017 "matter" 6957 7018 "maxcube" 6958 7019 "mazda" 7020 + "mcp" 7021 + "mcp_server" 6959 7022 "mealie" 6960 7023 "meater" 6961 7024 "media_extractor" ··· 7028 7091 "niko_home_control" 7029 7092 "nina" 7030 7093 "nmap_tracker" 7094 + "nmbs" 7031 7095 "no_ip" 7032 7096 "nobo_hub" 7033 7097 "nordpool" ··· 7050 7114 "onboarding" 7051 7115 "oncue" 7052 7116 "ondilo_ico" 7117 + "onedrive" 7053 7118 "onewire" 7054 7119 "onkyo" 7055 7120 "onvif" ··· 7072 7137 "otp" 7073 7138 "ourgroceries" 7074 7139 "overkiz" 7140 + "overseerr" 7075 7141 "ovo_energy" 7076 7142 "owntracks" 7077 7143 "p1_monitor" ··· 7111 7177 "pyload" 7112 7178 "python_script" 7113 7179 "qbittorrent" 7180 + "qbus" 7114 7181 "qingping" 7115 7182 "qld_bushfire" 7116 7183 "qnap"
+2 -2
pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix
··· 9 9 buildHomeAssistantComponent rec { 10 10 owner = "SukramJ"; 11 11 domain = "homematicip_local"; 12 - version = "1.80.0"; 12 + version = "1.81.2"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "SukramJ"; 16 16 repo = "custom_homematic"; 17 17 tag = version; 18 - hash = "sha256-smagkEz5ec3Wrv5ldMY9hv+TnSzQ7pbZUURnTKBsF1g="; 18 + hash = "sha256-8B1zaU0fMRN2drJvfdifEXM2bXwHBD6PP7/c8lXQPLA="; 19 19 }; 20 20 21 21 postPatch = ''
+73 -26
pkgs/servers/home-assistant/default.nix
··· 4 4 callPackage, 5 5 fetchFromGitHub, 6 6 fetchPypi, 7 - fetchpatch2, 8 7 python313, 9 8 substituteAll, 10 9 ffmpeg-headless, ··· 46 45 ]; 47 46 }); 48 47 48 + aiomqtt = super.aiomqtt.overridePythonAttrs (rec { 49 + version = "2.0.1"; 50 + src = fetchFromGitHub { 51 + owner = "sbtinstruments"; 52 + repo = "aiomqtt"; 53 + tag = "v${version}"; 54 + hash = "sha256-bV1elEO1518LVLwNDN5pzjxRgcG34K1XUsK7fTw8h+8="; 55 + }; 56 + meta.broken = false; 57 + }); 58 + 49 59 aioskybell = super.aioskybell.overridePythonAttrs (oldAttrs: rec { 50 60 version = "22.7.0"; 51 61 src = fetchFromGitHub { ··· 88 98 ]; 89 99 }); 90 100 101 + async-timeout = super.async-timeout.overridePythonAttrs (oldAttrs: rec { 102 + version = "4.0.3"; 103 + src = fetchFromGitHub { 104 + owner = "aio-libs"; 105 + repo = "async-timeout"; 106 + tag = "v${version}"; 107 + hash = "sha256-gJGVRm7YMWnVicz2juHKW8kjJBxn4/vQ/kc2kQyl1i4="; 108 + }; 109 + }); 110 + 111 + eq3btsmart = super.eq3btsmart.overridePythonAttrs (oldAttrs: rec { 112 + version = "1.4.1"; 113 + src = fetchFromGitHub { 114 + owner = "EuleMitKeule"; 115 + repo = "eq3btsmart"; 116 + tag = version; 117 + hash = "sha256-FRnCnSMtsiZ1AbZOMwO/I5UoFWP0xAFqRZsnrHG9WJA="; 118 + }; 119 + build-system = with self; [ poetry-core ]; 120 + }); 121 + 122 + govee-local-api = super.govee-local-api.overridePythonAttrs (oldAttrs: rec { 123 + version = "1.5.3"; 124 + src = fetchFromGitHub { 125 + owner = "Galorhallen"; 126 + repo = "govee-local-api"; 127 + tag = "v${version}"; 128 + hash = "sha256-qBT0Xub+eL7rfF+lQWlheBJSahEKWjREGJQD6sHjTPk="; 129 + }; 130 + }); 131 + 91 132 gspread = super.gspread.overridePythonAttrs (oldAttrs: rec { 92 133 version = "5.12.4"; 93 134 src = fetchFromGitHub { ··· 101 142 ]; 102 143 }); 103 144 145 + letpot = super.letpot.overridePythonAttrs (rec { 146 + version = "0.3.0"; 147 + src = fetchFromGitHub { 148 + owner = "jpelgrom"; 149 + repo = "python-letpot"; 150 + tag = "v${version}"; 151 + hash = "sha256-OFLQ0DV7roqUlm6zJWAzMRpcmAi/oco8lEHbmfqNaVs="; 152 + }; 153 + }); 154 + 104 155 openhomedevice = super.openhomedevice.overridePythonAttrs (oldAttrs: rec { 105 156 version = "2.2"; 106 157 src = fetchFromGitHub { ··· 109 160 hash = "sha256-GGp7nKFH01m1KW6yMkKlAdd26bDi8JDWva6OQ0CWMIw="; 110 161 }; 111 162 }); 163 + 164 + paho-mqtt = super.paho-mqtt_1; 112 165 113 166 pymelcloud = super.pymelcloud.overridePythonAttrs (oldAttrs: { 114 167 version = "2.5.9"; ··· 205 258 }; 206 259 }); 207 260 261 + pyrail = super.pyrail.overridePythonAttrs (rec { 262 + version = "0.0.3"; 263 + src = fetchPypi { 264 + pname = "pyrail"; 265 + inherit version; 266 + hash = "sha256-XxcVcRXMjYAKevANAqNJkGDUWfxDaLqgCL6XL9Lhsf4="; 267 + }; 268 + env.CI_JOB_ID = version; 269 + build-system = [ self.setuptools ]; 270 + dependencies = [ self.requests ]; 271 + }); 272 + 208 273 # snmp component does not support pysnmp 7.0+ 209 274 pysnmp = super.pysnmp.overridePythonAttrs (oldAttrs: rec { 210 275 version = "6.2.6"; ··· 255 320 doCheck = false; 256 321 }); 257 322 258 - slack-sdk = super.slack-sdk.overridePythonAttrs (oldAttrs: rec { 259 - version = "2.5.0"; 260 - src = fetchFromGitHub { 261 - owner = "slackapi"; 262 - repo = "python-slackclient"; 263 - rev = "refs/tags/${version}"; 264 - hash = "sha256-U//HUe6e41wOOzoaDl4yXPnEASCzpGBIScHStWMN8tk="; 265 - }; 266 - postPatch = '' 267 - substituteInPlace setup.py \ 268 - --replace-fail "pytest-runner" "" 269 - ''; 270 - pythonImportsCheck = [ "slack" ]; 271 - doCheck = false; # Tests changed a lot for > 3 272 - }); 273 - 274 323 vulcan-api = super.vulcan-api.overridePythonAttrs (oldAttrs: rec { 275 324 version = "2.3.2"; 276 325 src = fetchFromGitHub { ··· 320 369 extraBuildInputs = extraPackages python.pkgs; 321 370 322 371 # Don't forget to run update-component-packages.py after updating 323 - hassVersion = "2025.1.4"; 372 + hassVersion = "2025.2.0"; 324 373 325 374 in 326 375 python.pkgs.buildPythonApplication rec { ··· 341 390 owner = "home-assistant"; 342 391 repo = "core"; 343 392 rev = "refs/tags/${version}"; 344 - hash = "sha256-QqWF/uvFQbf0tdJMzFV3hAt9Je5sFR5z+aAPtCxycbM="; 393 + hash = "sha256-TGlfqvmYUPA5wdvZWD89z6lfvDr+K/1kgu6NjkRpNxs="; 345 394 }; 346 395 347 396 # Secondary source is pypi sdist for translations 348 397 sdist = fetchPypi { 349 398 inherit pname version; 350 - hash = "sha256-yzX4Wgo468On/WuK32Xdl0O3en/WFRdykvfvHNEU1S0="; 399 + hash = "sha256-+dkS6AuqyzvC2NiGCGkDAGxF/kS/LuKkMFXWXjC3I8Y="; 351 400 }; 352 401 353 402 build-system = with python.pkgs; [ ··· 395 444 src = ./patches/ffmpeg-path.patch; 396 445 ffmpeg = "${lib.getExe ffmpeg-headless}"; 397 446 }) 398 - 399 - (fetchpatch2 { 400 - # python-matter-server 7.0 compat 401 - url = "https://github.com/home-assistant/core/commit/ea4931ca3a91920b66a747a18a2dece2c8215d4f.patch"; 402 - hash = "sha256-evfMdBdEYsVSu2iDZ5xgNTg/QljJ+MXrV69g9liNcN4="; 403 - }) 404 447 ]; 405 448 406 449 postPatch = '' 407 450 substituteInPlace tests/test_core_config.py --replace-fail '"/usr"' "\"$NIX_BUILD_TOP/media\"" 408 451 409 452 sed -i 's/setuptools[~=]/setuptools>/' pyproject.toml 453 + 454 + substituteInPlace tests/components/hassio/test_backup.py \ 455 + --replace-fail setup_integration setup_backup_integration 410 456 ''; 411 457 412 458 dependencies = with python.pkgs; [ ··· 414 460 aiodns 415 461 aiohasupervisor 416 462 aiohttp 463 + aiohttp-asyncmdnsresolver 417 464 aiohttp-cors 418 465 aiohttp-fast-zlib 419 466 aiozoneinfo
+2 -2
pkgs/servers/home-assistant/frontend.nix
··· 8 8 # the frontend version corresponding to a specific home-assistant version can be found here 9 9 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json 10 10 pname = "home-assistant-frontend"; 11 - version = "20250109.2"; 11 + version = "20250205.0"; 12 12 format = "wheel"; 13 13 14 14 src = fetchPypi { ··· 16 16 pname = "home_assistant_frontend"; 17 17 dist = "py3"; 18 18 python = "py3"; 19 - hash = "sha256-jE8+QzYUftQFuGgJuvFYIzZ9DsEFoNpPS94Wjmk73Ss="; 19 + hash = "sha256-9P2OqnPNPydBi4k9iN0hSyGTyBW4PohdgJwQqa8MlYg="; 20 20 }; 21 21 22 22 # there is nothing to strip in this package
+2 -2
pkgs/servers/home-assistant/intents.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "home-assistant-intents"; 25 - version = "2025.1.1"; 25 + version = "2025.2.5"; 26 26 pyproject = true; 27 27 28 28 disabled = pythonOlder "3.9"; ··· 32 32 repo = "intents-package"; 33 33 rev = "refs/tags/${version}"; 34 34 fetchSubmodules = true; 35 - hash = "sha256-OeGupmeZ2KLpQHc0d50itTvlrA5XziKU8cAz9i6ztSw="; 35 + hash = "sha256-x6B7UF6l9vMFscD8aPZ05N0HXo5d8XSONrrr6u+Ol3g="; 36 36 }; 37 37 38 38 build-system = [
-13
pkgs/servers/home-assistant/patches/tests-mock-source-ip.patch
··· 1 - diff --git a/homeassistant/components/network/__init__.py b/homeassistant/components/network/__init__.py 2 - index b3ef88e7ab..b7a8471e1a 100644 3 - --- a/homeassistant/components/network/__init__.py 4 - +++ b/homeassistant/components/network/__init__.py 5 - @@ -30,7 +30,7 @@ async def async_get_source_ip( 6 - ) -> str: 7 - """Get the source ip for a target ip.""" 8 - adapters = await async_get_adapters(hass) 9 - - all_ipv4s = [] 10 - + all_ipv4s = ["127.0.0.1"] 11 - for adapter in adapters: 12 - if adapter["enabled"] and (ipv4s := adapter["ipv4"]): 13 - all_ipv4s.extend([ipv4["address"] for ipv4 in ipv4s])
+2 -2
pkgs/servers/home-assistant/pytest-homeassistant-custom-component.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "pytest-homeassistant-custom-component"; 21 - version = "0.13.204"; 21 + version = "0.13.210"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.12"; ··· 27 27 owner = "MatthewFlamm"; 28 28 repo = "pytest-homeassistant-custom-component"; 29 29 rev = "refs/tags/${version}"; 30 - hash = "sha256-yYcUQwf9DDeJvnkmPPvESJdXt7VY/TVYD6UoguXta5s="; 30 + hash = "sha256-SQCxuMmLYfZ1xzaIko5VJiKtu8LqzJIW4Rk8ze/VSEg="; 31 31 }; 32 32 33 33 build-system = [ setuptools ];
+2 -2
pkgs/servers/home-assistant/stubs.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "homeassistant-stubs"; 13 - version = "2025.1.4"; 13 + version = "2025.2.0"; 14 14 pyproject = true; 15 15 16 16 disabled = python.version != home-assistant.python.version; ··· 19 19 owner = "KapJI"; 20 20 repo = "homeassistant-stubs"; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-ysebkp0wrCGHRuHZMY6P4ftcth3gsHwtRcSGUN/7noI="; 22 + hash = "sha256-u9RclA8vtsr34TKdocFgc3e/LjaRjP3fqQC0QjqsOs4="; 23 23 }; 24 24 25 25 build-system = [
+8 -43
pkgs/servers/home-assistant/tests.nix
··· 14 14 ibeacon-ble 15 15 ]; 16 16 hassio = getComponentDeps "homeassistant_yellow"; 17 + homeassistant_hardware = getComponentDeps "zha"; 18 + homeassistant_sky_connect = getComponentDeps "zha"; 19 + homeassistant_yellow = getComponentDeps "zha"; 17 20 husqvarna_automower_ble = getComponentDeps "gardena_bluetooth"; 18 21 lovelace = [ 19 22 pychromecast ··· 36 39 songpal = [ 37 40 isal 38 41 ]; 42 + swiss_public_transport = getComponentDeps "cookidoo"; 39 43 system_log = [ 40 44 isal 41 45 ]; ··· 52 56 }; 53 57 54 58 extraDisabledTestPaths = { 59 + overseerr = [ 60 + # imports broken future module 61 + "tests/components/overseerr/test_event.py" 62 + ]; 55 63 }; 56 64 57 65 extraDisabledTests = { ··· 59 67 # tries to retrieve file from github 60 68 "test_non_text_stdout_capture" 61 69 ]; 62 - sma = [ 63 - # missing operating_status attribute in entity 64 - "test_sensor_entities" 65 - ]; 66 70 websocket_api = [ 67 71 # AssertionError: assert 'unknown_error' == 'template_error' 68 72 "test_render_template_with_timeout" ··· 70 74 }; 71 75 72 76 extraPytestFlagsArray = { 73 - conversation = [ 74 - # Expected: Sorry, I am not aware of any device called missing entity on ground floor 75 - # Actually: Sorry, I am not aware of any area called ground floor 76 - "--deselect tests/components/conversation/test_default_agent.py::test_error_no_device_on_floor" 77 - ]; 78 77 dnsip = [ 79 78 # Tries to resolve DNS entries 80 79 "--deselect tests/components/dnsip/test_config_flow.py::test_options_flow" 81 80 ]; 82 - honeywell = [ 83 - # Failed: Unused ignore translations: component.honeywell.config.abort.reauth_successful. Please remove them from the ignore_translations fixture. 84 - "--deselect=tests/components/honeywell/test_config_flow.py::test_reauth_flow" 85 - ]; 86 81 jellyfin = [ 87 82 # AssertionError: assert 'audio/x-flac' == 'audio/flac' 88 83 "--deselect tests/components/jellyfin/test_media_source.py::test_resolve" 89 84 "--deselect tests/components/jellyfin/test_media_source.py::test_audio_codec_resolve" 90 - # AssertionError: assert [+ received] == [- snapshot] 91 85 "--deselect tests/components/jellyfin/test_media_source.py::test_music_library" 92 - ]; 93 - jewish_calendar = [ 94 - # Failed: Unused ignore translations: component.jewish_calendar.config.abort.reconfigure_successful. Please remove them from the ignore_translations fixture. 95 - "--deselect tests/components/jewish_calendar/test_config_flow.py::test_reconfigure" 96 86 ]; 97 87 modem_callerid = [ 98 88 # aioserial mock produces wrong state 99 89 "--deselect tests/components/modem_callerid/test_init.py::test_setup_entry" 100 90 ]; 101 - nina = [ 102 - # Failed: Unused ignore translations: component.nina.options.error.unknown. Please remove them from the ignore_translations fixture. 103 - "--deselect tests/components/nina/test_config_flow.py::test_options_flow_unexpected_exception" 104 - ]; 105 - sql = [ 106 - "-W" 107 - "ignore::sqlalchemy.exc.SAWarning" 108 - ]; 109 - vicare = [ 110 - # Snapshot 'test_all_entities[sensor.model0_electricity_consumption_today-entry]' does not exist! 111 - "--deselect=tests/components/vicare/test_sensor.py::test_all_entities" 112 - ]; 113 91 }; 114 92 in 115 93 lib.listToAttrs ( ··· 139 117 lib.remove "tests" old.pytestFlagsArray 140 118 ++ extraPytestFlagsArray.${component} or [ ] 141 119 ++ [ "tests/components/${component}" ]; 142 - 143 - preCheck = 144 - old.preCheck 145 - + 146 - lib.optionalString 147 - (builtins.elem component [ 148 - "emulated_hue" 149 - "songpal" 150 - "system_log" 151 - ]) 152 - '' 153 - patch -p1 < ${./patches/tests-mock-source-ip.patch} 154 - ''; 155 120 156 121 meta = old.meta // { 157 122 broken = lib.elem component [ ];
+1 -1
pkgs/servers/home-assistant/update-component-packages.py
··· 44 44 "ha-av": "av", 45 45 "numpy": "numpy", 46 46 "ollama-hass": "ollama", 47 - "paho-mqtt": "paho-mqtt_1", 47 + "paho-mqtt": "paho-mqtt", 48 48 "pyhive-integration": "pyhiveapi", # https://github.com/home-assistant/core/pull/135482 49 49 "pysuezV2": "pysuez", 50 50 "sentry-sdk": "sentry-sdk",
+3 -3
pkgs/servers/monitoring/prometheus/json-exporter.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "prometheus-json-exporter"; 10 - version = "0.6.0"; 10 + version = "0.7.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "prometheus-community"; 14 14 repo = "json_exporter"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-5tFhk62ewRE87lxgVM2bytV9GbXT5iAwbJqklohYDvM="; 16 + sha256 = "sha256-Zeq4gbwGd16MkGQRL8+bq0Ns06Yg+H9GAEo3qaMGDbc="; 17 17 }; 18 18 19 - vendorHash = "sha256-Hij3lh92OCH+sTrzNl/KkjLAhPGffzzmxhPDO2wG0gA="; 19 + vendorHash = "sha256-41JsxA3CfQjiwZw/2KP4Re4g3gmexadHuN0lUP5rjdo="; 20 20 21 21 passthru.tests = { inherit (nixosTests.prometheus-exporters) json; }; 22 22
+8 -8
pkgs/servers/sql/mariadb/default.nix
··· 365 365 # see https://mariadb.org/about/#maintenance-policy for EOLs 366 366 mariadb_105 = self.callPackage generic { 367 367 # Supported until 2025-06-24 368 - version = "10.5.27"; 369 - hash = "sha256-76ZPpfczuCKrGmeV4evBecFgwIaQ7Ncduh6w9hru3RQ="; 368 + version = "10.5.28"; 369 + hash = "sha256-C1BwII2gEWZA8gvQhfETZSf5mMwjJocVvL81Lnt/PME="; 370 370 inherit (self.darwin.apple_sdk.frameworks) CoreServices; 371 371 }; 372 372 mariadb_106 = self.callPackage generic { 373 373 # Supported until 2026-07-06 374 - version = "10.6.20"; 375 - hash = "sha256-R/BavH2+uz8msx51AisbOWnbvEdSxK5wH4kgpgSJbUE="; 374 + version = "10.6.21"; 375 + hash = "sha256-jX+XFps7ogRIWJZbjPwlQ2RADfQ+kFBC+S4kuPp7DZY="; 376 376 inherit (self.darwin.apple_sdk.frameworks) CoreServices; 377 377 }; 378 378 mariadb_1011 = self.callPackage generic { 379 379 # Supported until 2028-02-16 380 - version = "10.11.10"; 381 - hash = "sha256-sGp0ZQuDoWqpqwmJhEgrAo51sABnSxH/KIdyxhmm8CI="; 380 + version = "10.11.11"; 381 + hash = "sha256-bynU1+QPxJr0oP5giYRQnvLRU9882K/kNZ3OPKDieJA="; 382 382 inherit (self.darwin.apple_sdk.frameworks) CoreServices; 383 383 }; 384 384 mariadb_114 = self.callPackage generic { 385 385 # Supported until 2029-05-29 386 - version = "11.4.4"; 387 - hash = "sha256-lvvS5uk/t+izc+6nXYW2/qV8DhEaAgkMu+/tUlmdx3s="; 386 + version = "11.4.5"; 387 + hash = "sha256-/2WV+MSC+ZIeObl/oRIjd6afDcvZJVPGuQMsvw6bU1Q="; 388 388 inherit (self.darwin.apple_sdk.frameworks) CoreServices; 389 389 }; 390 390 }
+3 -3
pkgs/shells/nushell/default.nix
··· 22 22 }: 23 23 24 24 let 25 - version = "0.101.0"; 25 + version = "0.102.0"; 26 26 in 27 27 28 28 rustPlatform.buildRustPackage { ··· 33 33 owner = "nushell"; 34 34 repo = "nushell"; 35 35 tag = version; 36 - hash = "sha256-Ptctp2ECypmSd0BHa6l09/U7wEjtLsvRSQV/ISz9+3w="; 36 + hash = "sha256-ISiixFQ2m++WKX66SnvF1VZpgYJjgchRWSlo/Cp/Ybs="; 37 37 }; 38 38 39 39 useFetchCargoVendor = true; 40 - cargoHash = "sha256-88qcDlIukhpaUJ1vl1v8KMzj4XaYvATxlU+BOMZu6tk="; 40 + cargoHash = "sha256-3cmNlCTawMUpr6kSyT/YZzC717FoXkF0uTeE/D8BSFM="; 41 41 42 42 nativeBuildInputs = 43 43 [ pkg-config ]
+1 -1
pkgs/shells/nushell/plugins/gstat.nix
··· 13 13 pname = "nushell_plugin_gstat"; 14 14 inherit (nushell) version src; 15 15 useFetchCargoVendor = true; 16 - cargoHash = "sha256-88qcDlIukhpaUJ1vl1v8KMzj4XaYvATxlU+BOMZu6tk="; 16 + cargoHash = "sha256-3cmNlCTawMUpr6kSyT/YZzC717FoXkF0uTeE/D8BSFM="; 17 17 18 18 nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ]; 19 19 buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security ];
+3 -3
pkgs/shells/nushell/plugins/highlight.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "nushell_plugin_highlight"; 14 - version = "1.4.2+0.101.0"; 14 + version = "1.4.3+0.102.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 repo = "nu-plugin-highlight"; 18 18 owner = "cptpiepmatz"; 19 19 rev = "refs/tags/v${version}"; 20 - hash = "sha256-YE8O3KL0SSu6FYFyMCNpyd4WLefVQP7FSNr82D+Jwqs="; 20 + hash = "sha256-0gKwk5YGysKWAFZdUAWzw3wiCvzF43N9f5Bj5NnDTJ4="; 21 21 fetchSubmodules = true; 22 22 }; 23 23 24 24 useFetchCargoVendor = true; 25 - cargoHash = "sha256-yZPiDz5BMZqXD3MM8OHKwv1WgoFEmtoQZqzSogVoMnQ="; 25 + cargoHash = "sha256-Z7fTKMZacNTRrcwJNb8kiH5G8irITQMNpt+pcskDbKQ="; 26 26 27 27 nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ]; 28 28 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
+4 -2
pkgs/shells/nushell/plugins/polars.nix
··· 15 15 inherit (nushell) version src; 16 16 17 17 useFetchCargoVendor = true; 18 - cargoHash = "sha256-88qcDlIukhpaUJ1vl1v8KMzj4XaYvATxlU+BOMZu6tk="; 18 + cargoHash = "sha256-3cmNlCTawMUpr6kSyT/YZzC717FoXkF0uTeE/D8BSFM="; 19 19 20 20 nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ]; 21 21 buildInputs = ··· 27 27 cargoBuildFlags = [ "--package nu_plugin_polars" ]; 28 28 29 29 checkPhase = '' 30 - cargo test --manifest-path crates/nu_plugin_polars/Cargo.toml 30 + # test failed without enough columns 31 + cargo test --manifest-path crates/nu_plugin_polars/Cargo.toml -- \ 32 + --skip=dataframe::command::core::to_repr::test::test_examples 31 33 ''; 32 34 33 35 passthru.updateScript = nix-update-script {
+1 -1
pkgs/shells/nushell/plugins/query.nix
··· 15 15 pname = "nushell_plugin_query"; 16 16 inherit (nushell) version src; 17 17 useFetchCargoVendor = true; 18 - cargoHash = "sha256-88qcDlIukhpaUJ1vl1v8KMzj4XaYvATxlU+BOMZu6tk="; 18 + cargoHash = "sha256-3cmNlCTawMUpr6kSyT/YZzC717FoXkF0uTeE/D8BSFM="; 19 19 20 20 nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ]; 21 21 buildInputs =
+4 -4
pkgs/tools/misc/archi/default.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "Archi"; 16 - version = "5.4.3"; 16 + version = "5.5.0"; 17 17 18 18 src = { 19 19 "x86_64-linux" = fetchurl { 20 20 url = "https://www.archimatetool.com/downloads/archi/${version}/Archi-Linux64-${version}.tgz"; 21 - hash = "sha256-95pm7WMzc25Gbtc73k+z8AJywJg6i6+/YTsx1DaA7sc="; 21 + hash = "sha256-DLYgfYzSsxW4JZfWM+EU8icY+DvMMkvrIkj4NMiNBL0="; 22 22 }; 23 23 "x86_64-darwin" = fetchurl { 24 24 url = "https://www.archimatetool.com/downloads/archi/${version}/Archi-Mac-${version}.dmg"; 25 - hash = "sha256-Y97wMwza0jR6cxWqnUIjQBvstLtz78QhRA84eQKqk4c="; 25 + hash = "sha256-BeQPTsY4pgCsoE4P+dMKE+P3UP+8WiUTbiWFespkzsk="; 26 26 }; 27 27 "aarch64-darwin" = fetchurl { 28 28 url = "https://www.archimatetool.com/downloads/archi/${version}/Archi-Mac-Silicon-${version}.dmg"; 29 - hash = "sha256-Wd3OXMWufs03RyhUkkvoMKG2wI1q40MWaTTkrzio4Is="; 29 + hash = "sha256-g5FFgv7w4Hs26GlUXCpV3VQjNrWd355vtxt6FD84DWg="; 30 30 }; 31 31 }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 32 32
+2 -2
pkgs/tools/security/tor/default.nix
··· 50 50 in 51 51 stdenv.mkDerivation rec { 52 52 pname = "tor"; 53 - version = "0.4.8.13"; 53 + version = "0.4.8.14"; 54 54 55 55 src = fetchurl { 56 56 url = "https://dist.torproject.org/${pname}-${version}.tar.gz"; 57 - sha256 = "sha256-m68mw4eiggs5QtpXIUbm63fCvGaGKvYpfNAqB05vuig="; 57 + sha256 = "sha256-UEfh3tEtmqxOuFj3Y0pidxTdWM6ZBT1RdpGkswSmbRA="; 58 58 }; 59 59 60 60 outputs = [
+10
pkgs/top-level/python-packages.nix
··· 259 259 260 260 aiohttp-apispec = callPackage ../development/python-modules/aiohttp-apispec { }; 261 261 262 + aiohttp-asyncmdnsresolver = callPackage ../development/python-modules/aiohttp-asyncmdnsresolver { }; 263 + 262 264 aiohttp-basicauth = callPackage ../development/python-modules/aiohttp-basicauth { }; 263 265 264 266 aiohttp-client-cache = callPackage ../development/python-modules/aiohttp-client-cache { }; ··· 468 470 aiounifi = callPackage ../development/python-modules/aiounifi { }; 469 471 470 472 aiounittest = callPackage ../development/python-modules/aiounittest { }; 473 + 474 + aiousbwatcher = callPackage ../development/python-modules/aiousbwatcher { }; 471 475 472 476 aiovlc = callPackage ../development/python-modules/aiovlc { }; 473 477 ··· 8065 8069 8066 8070 mcdreforged = callPackage ../development/python-modules/mcdreforged { }; 8067 8071 8072 + mcp = callPackage ../development/python-modules/mcp { }; 8073 + 8068 8074 mcstatus = callPackage ../development/python-modules/mcstatus { }; 8069 8075 8070 8076 mcuuid = callPackage ../development/python-modules/mcuuid { }; ··· 9683 9689 ondilo = callPackage ../development/python-modules/ondilo { }; 9684 9690 9685 9691 onecache = callPackage ../development/python-modules/onecache { }; 9692 + 9693 + onedrive-personal-sdk = callPackage ../development/python-modules/onedrive-personal-sdk { }; 9686 9694 9687 9695 onetimepass = callPackage ../development/python-modules/onetimepass { }; 9688 9696 ··· 11836 11844 pyexploitdb = callPackage ../development/python-modules/pyexploitdb { }; 11837 11845 11838 11846 pyezviz = callPackage ../development/python-modules/pyezviz { }; 11847 + 11848 + pyezvizapi = callPackage ../development/python-modules/pyezvizapi { }; 11839 11849 11840 11850 pyface = callPackage ../development/python-modules/pyface { }; 11841 11851