Merge staging-next into staging

Changed files
+2050 -1016
nixos
modules
services
admin
tests
pkgs
applications
editors
vscode
extensions
emulators
misc
tilemaker
networking
google-drive-ocamlfuse
version-management
ungit
virtualization
window-managers
hyprwm
xdg-desktop-portal-hyprland
by-name
fo
formatjson5
hy
hyprlang
pr
prevo
prevo-data
prevo-tools
sc
scalpel
ty
development
libraries
reproc
ocaml-modules
cmarkit
eliom
gapi-ocaml
ocsigen-start
ocsigen-toolkit
uucd
uucp
python-modules
flask-security-too
icalevents
pyatag
securetar
syncedlyrics
twilio
webauthn
tools
analysis
tflint-plugins
build-managers
games
cutemaze
misc
tmux-plugins
os-specific
linux
systemd
servers
matrix-synapse
nosql
surrealdb
search
meilisearch
web-apps
livebook
test
nixpkgs-check-by-name
tools
admin
package-management
poetry
top-level
+1 -1
nixos/modules/services/admin/pgadmin.nix
···
echo "$PW"
# Retype password:
echo "$PW"
-
) | ${cfg.package}/bin/pgadmin4-setup
+
) | ${cfg.package}/bin/pgadmin4-cli setup-db
'';
restartTriggers = [
+5
nixos/tests/pgadmin4.nix
···
machine.wait_until_succeeds("curl -sS localhost:5051/login | grep \"<title>pgAdmin 4</title>\" > /dev/null")
# check for missing support files (css, js etc). Should catch not-generated files during build. See e.g. https://github.com/NixOS/nixpkgs/pull/229184
machine.succeed("wget -nv --level=1 --spider --recursive localhost:5051/login")
+
# test idempotenceny
+
machine.systemctl("restart pgadmin.service")
+
machine.wait_for_unit("pgadmin")
+
machine.wait_until_succeeds("curl -sS localhost:5051")
+
machine.wait_until_succeeds("curl -sS localhost:5051/login | grep \"<title>pgAdmin 4</title>\" > /dev/null")
# pgadmin4 module saves the configuration to /etc/pgadmin/config_system.py
# pgadmin4-desktopmode tries to read that as well. This normally fails with a PermissionError, as the config file
+3 -3
pkgs/applications/editors/vscode/extensions/default.nix
···
};
};
-
# Keep pkgs/tools/typesetting/typst-preview/default.nix in sync with this
+
# Keep pkgs/by-name/ty/typst-preview/package.nix in sync with this
# extension
mgt19937.typst-preview = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "typst-preview";
publisher = "mgt19937";
-
version = "0.9.2";
-
sha256 = "sha256-/2ZD5LOQ1vTIKab2qX+5AqNqaRs90MNz1jUMDaV1wUY=";
+
version = "0.10.5";
+
sha256 = "sha256-cR5Pyokzmf8dNlsUkcwwfPx3jtJCQHRwTpYk78ovgrM=";
};
buildInputs = [
+4 -2
pkgs/applications/emulators/vice/default.nix
···
, bison
, flex
, perl
+
, curl
, libpng
, giflib
, alsa-lib
···
stdenv.mkDerivation rec {
pname = "vice";
-
version = "3.7.1";
+
version = "3.8";
src = fetchurl {
url = "mirror://sourceforge/vice-emu/vice-${version}.tar.gz";
-
sha256 = "sha256-fjgR5gJNsGmL+8MhuzJFckRriFPQG0Bz8JhllXsMq5g=";
+
sha256 = "sha256-HX3E0PK7zCqHG7lU/0pd9jBI3qnBb18em8gmD6QaEAQ=";
};
nativeBuildInputs = [
···
buildInputs = [
alsa-lib
+
curl
giflib
gtk3
glew
+4 -5
pkgs/applications/misc/prevo/data.nix pkgs/by-name/pr/prevo-data/package.nix
···
{ lib, stdenv, fetchFromGitHub, prevo-tools }:
-
stdenv.mkDerivation rec {
+
stdenv.mkDerivation {
pname = "prevo-data";
version = "2020-03-08";
···
cp prevo.db $out/share/prevo/
'';
-
meta = with lib; {
+
meta = {
description =
"data for offline version of the Esperanto dictionary Reta Vortaro";
longDescription = ''
···
This package provides the ReVo database for the prevo command line application.
'';
homepage = "https://github.com/bpeel/revo";
-
license = licenses.gpl2Only;
-
maintainers = [ maintainers.das-g ];
-
platforms = platforms.linux;
+
license = lib.licenses.gpl2Only;
+
maintainers = with lib.maintainers; [ das-g ehmry ];
};
}
+8 -6
pkgs/applications/misc/prevo/default.nix pkgs/by-name/pr/prevo/package.nix
···
-
{ lib, symlinkJoin, prevo-tools, prevo-data, makeWrapper }:
+
{ lib, symlinkJoin, man, prevo-tools, prevo-data, makeWrapper }:
symlinkJoin rec {
name = "prevo-${version}";
···
postBuild = ''
wrapProgram $out/bin/prevo \
-
--prefix XDG_DATA_DIRS : "${prevo-data}/share"
+
--prefix PATH ":" "${lib.makeBinPath [ man ]}" \
+
--suffix XDG_DATA_DIRS : "${prevo-data}/share" \
+
'';
-
meta = with lib; {
+
meta = {
description = "offline version of the Esperanto dictionary Reta Vortaro";
longDescription = ''
PReVo is the "portable" ReVo, i.e., the offline version
of the Esperanto dictionary Reta Vortaro.
'';
homepage = "https://github.com/bpeel/prevodb";
-
license = licenses.gpl2Only;
-
maintainers = [ maintainers.das-g ];
-
platforms = platforms.linux;
+
license = lib.licenses.gpl2Only;
+
mainProgram = "prevo";
+
maintainers = with lib.maintainers; [ das-g ehmry ];
};
}
+5 -4
pkgs/applications/misc/prevo/tools.nix pkgs/by-name/pr/prevo-tools/package.nix
···
installShellCompletion --bash src/prevo-completion
'';
-
meta = with lib; {
+
meta = {
description =
"CLI tools for the offline version of the Esperanto dictionary Reta Vortaro";
longDescription = ''
···
database for this application or for the Android app of the same name.
'';
homepage = "https://github.com/bpeel/prevodb";
-
license = licenses.gpl2Only;
-
maintainers = [ maintainers.das-g ];
-
platforms = platforms.linux;
+
license = lib.licenses.gpl2Only;
+
mainProgram = "prevo";
+
maintainers = with lib.maintainers; [ das-g ehmry ];
+
platforms = lib.platforms.unix;
};
}
+2 -2
pkgs/applications/misc/tilemaker/default.nix
···
stdenv.mkDerivation (finalAttrs: {
pname = "tilemaker";
-
version = "2.4.0";
+
version = "3.0.0";
src = fetchFromGitHub {
owner = "systemed";
repo = "tilemaker";
rev = "v${finalAttrs.version}";
-
hash = "sha256-xpOF/0qFuvTUWQ1I8x/gy5qSLKzSgcQahS47PG+bTRA=";
+
hash = "sha256-rB5oP03yaIzklwkGsIeS9ELbHOY9AObwjRrK9HBQFI4=";
};
postPatch = ''
+4 -5
pkgs/applications/networking/google-drive-ocamlfuse/default.nix
···
-
{ lib, buildDunePackage, fetchFromGitHub
+
{ lib, ocaml, buildDunePackage, fetchFromGitHub
, extlib, ocamlfuse, gapi-ocaml, ocaml_sqlite3
, tiny_httpd
, ounit2
···
buildDunePackage rec {
pname = "google-drive-ocamlfuse";
-
version = "0.7.30";
-
duneVersion = "3";
+
version = "0.7.31";
src = fetchFromGitHub {
owner = "astrada";
repo = "google-drive-ocamlfuse";
rev = "v${version}";
-
sha256 = "sha256-DWG0nBiqeVHaYQfGzU43gGwL4m8X61x5/RT5jD4AwYA=";
+
hash = "sha256-4Fs4e4rXSeumaMDXRqGLpPuFs6DC8dmkywGaBqR5sFA=";
};
-
doCheck = true;
+
doCheck = lib.versionOlder ocaml.version "5.0";
checkInputs = [ ounit2 ];
buildInputs = [ extlib ocamlfuse gapi-ocaml ocaml_sqlite3 tiny_httpd ];
+3 -3
pkgs/applications/version-management/ungit/default.nix
···
buildNpmPackage rec {
pname = "ungit";
-
version = "1.5.24";
+
version = "1.5.25";
src = fetchFromGitHub {
owner = "FredrikNoren";
repo = "ungit";
rev = "v${version}";
-
hash = "sha256-4hDg153CVZidmnIGUwxfzL45Yt+GlMyepfMLJbcjdqo=";
+
hash = "sha256-mVBE8HW5dhi00BbVX00rgvc4JtyrTsbina18EzSUcuM=";
};
-
npmDepsHash = "sha256-Z/vPqJ70NqjABKKa8r24t0sWoPYRVwxH02BNr1yCVNQ=";
+
npmDepsHash = "sha256-DftAovQPKi4hLeqAGCVN8u/9eC4mkTxTJ2WxxOHbkgM=";
env = {
ELECTRON_SKIP_BINARY_DOWNLOAD = true;
+2 -2
pkgs/applications/virtualization/crun/default.nix
···
in
stdenv.mkDerivation rec {
pname = "crun";
-
version = "1.12";
+
version = "1.13";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
-
hash = "sha256-61E/71axlN5H1KpAkWFm7jOETlmmy2qh7R+JrVZlMIQ=";
+
hash = "sha256-doGZ1rHHXDRClrTEXYJcU6AqlBTanpNpV6EIbxQgcXY=";
fetchSubmodules = true;
};
+8 -7
pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/default.nix
···
{ lib
, stdenv
, fetchFromGitHub
-
, meson
-
, ninja
+
, cmake
, pkg-config
, wayland-scanner
, makeWrapper
, wrapQtAppsHook
, hyprland-protocols
+
, hyprlang
, libdrm
, mesa
, pipewire
···
, wayland
, wayland-protocols
, hyprland
+
, hyprpicker
, slurp
}:
stdenv.mkDerivation (self: {
pname = "xdg-desktop-portal-hyprland";
-
version = "1.2.6";
+
version = "1.3.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "xdg-desktop-portal-hyprland";
rev = "v${self.version}";
-
hash = "sha256-VRr5Xc4S/VPr/gU3fiOD3vSIL2+GJ+LUrmFTWTwnTz4=";
+
hash = "sha256-wP611tGIWBA4IXShWbah7TxqdbvhfcfT2vnXalX/qzk=";
};
nativeBuildInputs = [
-
meson
-
ninja
+
cmake
pkg-config
wayland-scanner
makeWrapper
···
buildInputs = [
hyprland-protocols
+
hyprlang
libdrm
mesa
pipewire
···
--prefix PATH ":" ${lib.makeBinPath [slurp hyprland]}
wrapProgramShell $out/libexec/xdg-desktop-portal-hyprland \
-
--prefix PATH ":" ${lib.makeBinPath [(placeholder "out")]}
+
--prefix PATH ":" ${lib.makeBinPath [(placeholder "out") hyprpicker]}
'';
meta = with lib; {
+45
pkgs/by-name/fo/formatjson5/package.nix
···
+
{ lib
+
, rustPlatform
+
, fetchFromGitHub
+
, stdenv
+
, darwin
+
}:
+
+
rustPlatform.buildRustPackage rec {
+
pname = "formatjson5";
+
version = "0.2.6";
+
+
src = fetchFromGitHub {
+
owner = "google";
+
repo = "json5format";
+
# Not tagged, see Cargo.toml.
+
rev = "056829990bab4ddc78c65a0b45215708c91b8628";
+
hash = "sha256-Lredw/Fez+2U2++ShZcKTFCv8Qpai9YUvqvpGjG5W0o=";
+
};
+
+
cargoHash = "sha256-zPgaZPDyNVPmBXz6QwOYnmh/sbJ8aPST8znLMfIWejk=";
+
+
buildInputs = lib.optionals stdenv.isDarwin [
+
darwin.apple_sdk.frameworks.Security
+
];
+
+
cargoBuildFlags = [
+
"--example formatjson5"
+
];
+
+
postInstall =
+
let
+
cargoTarget = rustPlatform.cargoInstallHook.targetSubdirectory;
+
in
+
''
+
install -D target/${cargoTarget}/release/examples/formatjson5 $out/bin/formatjson5
+
'';
+
+
meta = {
+
description = "A JSON5 formatter";
+
homepage = "https://github.com/google/json5format";
+
license = lib.licenses.bsd3;
+
mainProgram = "formatjson5";
+
maintainers = with lib.maintainers; [ katexochen ];
+
};
+
}
+30
pkgs/by-name/hy/hyprlang/package.nix
···
+
{
+
lib,
+
stdenv,
+
fetchFromGitHub,
+
cmake,
+
}:
+
stdenv.mkDerivation (finalAttrs: {
+
pname = "hyprlang";
+
version = "0.2.1";
+
+
src = fetchFromGitHub {
+
owner = "hyprwm";
+
repo = "hyprlang";
+
rev = "v${finalAttrs.version}";
+
hash = "sha256-KjAYC3sMyfipCHpkj0XSPw/C9KdCNlWtguQW5rEUiqo=";
+
};
+
+
nativeBuildInputs = [cmake];
+
+
outputs = ["out" "dev"];
+
+
doCheck = true;
+
+
meta = with lib; {
+
homepage = "https://github.com/hyprwm/hyprlang";
+
description = "The official implementation library for the hypr config language";
+
license = licenses.gpl3Plus;
+
platforms = platforms.linux;
+
};
+
})
+56
pkgs/by-name/sc/scalpel/package.nix
···
+
{ lib
+
, fetchFromGitHub
+
, stdenv
+
, autoconf
+
, automake
+
, libtool
+
, tre
+
}:
+
+
stdenv.mkDerivation (finalAttrs: {
+
pname = "scalpel";
+
version = "2.1";
+
+
src = fetchFromGitHub {
+
owner = "sleuthkit";
+
repo = "scalpel";
+
rev = "35e1367ef2232c0f4883c92ec2839273c821dd39";
+
hash = "sha256-0lqU1CAcWXNw9WFa29BXla1mvABlzWV+hcozZyfR0oE=";
+
};
+
+
nativeBuildInputs = [
+
autoconf
+
automake
+
libtool
+
tre
+
];
+
+
postPatch = ''
+
sed -i \
+
-e 's|#define\s*SCALPEL_DEFAULT_CONFIG_FILE\s.*"scalpel.conf"|#define SCALPEL_DEFAULT_CONFIG_FILE "${placeholder "out"}/share/scalpel/scalpel.conf"|' \
+
src/scalpel.h
+
'';
+
+
env.CXXFLAGS = "-std=c++14" + lib.optionalString stdenv.cc.isClang " -Wno-error=reserved-user-defined-literal";
+
+
preConfigure = ''
+
./bootstrap
+
'';
+
+
configureFlags = [
+
"--with-pic"
+
];
+
+
postInstall = ''
+
install -Dm644 scalpel.conf -t $out/share/scalpel/
+
'';
+
+
meta = with lib; {
+
homepage = "https://github.com/sleuthkit/scalpel";
+
description = "Recover files based on their headers, footers and internal data structures, based on Foremost";
+
mainProgram = "scalpel";
+
maintainers = with maintainers; [ shard7 ];
+
platforms = platforms.unix;
+
license = with licenses; [ asl20 ];
+
};
+
})
+583 -558
pkgs/by-name/ty/typst-preview/Cargo.lock
···
[[package]]
name = "anstream"
-
version = "0.6.4"
+
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
+
checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba"
dependencies = [
"anstyle",
"anstyle-parse",
···
[[package]]
name = "anstyle-parse"
-
version = "0.2.2"
+
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
+
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
-
version = "1.0.0"
+
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
+
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
dependencies = [
-
"windows-sys",
+
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-wincon"
-
version = "3.0.1"
+
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
+
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
dependencies = [
"anstyle",
-
"windows-sys",
+
"windows-sys 0.52.0",
]
[[package]]
name = "anyhow"
-
version = "1.0.75"
+
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
+
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
[[package]]
name = "append-only-vec"
···
[[package]]
name = "base64"
-
version = "0.21.5"
+
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
+
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "base64-serde"
···
[[package]]
name = "biblatex"
-
version = "0.8.1"
+
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2e41df82f0d1c4919d946bb0c7c3d179b6071246243d308a1bdee6cfecee3bc7"
+
checksum = "1a3638fc10f65e552d53318e042cefa542418633451163228fcbfb1a58a0ca85"
dependencies = [
"numerals",
"paste",
···
[[package]]
name = "chinese-number"
-
version = "0.7.3"
+
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d9cec9efb10b00914876c7e7b1fdaec572b888443b4046cd11ba91eb8c5a1ccb"
+
checksum = "49fccaef6346f6d6a741908d3b79fe97c2debe2fbb5eb3a7d00ff5981b52bb6c"
dependencies = [
"chinese-variant",
"enum-ordinalize",
···
[[package]]
name = "chinese-variant"
-
version = "1.0.9"
+
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "aeea139b89efab957972956e5d3e4efb66a6c261f726abf6911040cc8ef700f7"
+
checksum = "7588475145507237ded760e52bf2f1085495245502033756d28ea72ade0e498b"
[[package]]
name = "chrono"
···
"iana-time-zone",
"num-traits",
"serde",
-
"windows-targets",
+
"windows-targets 0.48.5",
]
[[package]]
···
[[package]]
name = "citationberg"
-
version = "0.1.0"
+
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "4c857faf24e89710f105b623c174508070a9e11e056a749f251ca4c56f59ad88"
+
checksum = "c15a0bf8014b266d11f20451dc9202d8d26180ffd8b094d73ecbe74d821f01fb"
dependencies = [
"quick-xml 0.28.2",
"serde",
···
[[package]]
name = "clap"
-
version = "4.4.7"
+
version = "4.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b"
+
checksum = "58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445"
dependencies = [
"clap_builder",
"clap_derive",
···
[[package]]
name = "clap_builder"
-
version = "4.4.7"
+
version = "4.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663"
+
checksum = "59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb"
dependencies = [
"anstream",
"anstyle",
···
[[package]]
name = "clap_complete"
-
version = "4.4.4"
+
version = "4.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bffe91f06a11b4b9420f62103854e90867812cd5d01557f853c5ee8e791b12ae"
+
checksum = "97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd"
dependencies = [
"clap",
]
···
"heck",
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
]
[[package]]
···
[[package]]
name = "clap_mangen"
-
version = "0.2.15"
+
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d3be86020147691e1d2ef58f75346a3d4d94807bfc473e377d52f09f0f7d77f7"
+
checksum = "4a7c2b01e5e779c19f46a94bbd398f33ae63b0f78c07108351fb4536845bb7fd"
dependencies = [
"clap",
"roff",
···
[[package]]
name = "comemo"
-
version = "0.3.0"
+
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "28a097f142aeb5b03af73595536cd55f5d649fca4d656379aac86b3af133cf92"
+
checksum = "bf5705468fa80602ee6a5f9318306e6c428bffd53e43209a78bc05e6e667c6f4"
dependencies = [
"comemo-macros",
-
"siphasher",
+
"siphasher 1.0.0",
]
[[package]]
name = "comemo-macros"
-
version = "0.3.0"
+
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "168cc09917f6a014a4cf6ed166d1b541a20a768c60f9cc348f25203ee8312940"
+
checksum = "54af6ac68ada2d161fa9cc1ab52676228e340866d094d6542107e74b82acc095"
dependencies = [
"proc-macro2",
"quote",
-
"syn 1.0.109",
+
"syn 2.0.48",
]
[[package]]
name = "core-foundation"
-
version = "0.9.3"
+
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
+
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
···
[[package]]
name = "core-foundation-sys"
-
version = "0.8.4"
+
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
+
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
name = "core_maths"
···
[[package]]
name = "cpufeatures"
-
version = "0.2.11"
+
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
+
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
dependencies = [
"libc",
]
···
[[package]]
name = "crossbeam-channel"
-
version = "0.5.8"
+
version = "0.5.11"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b"
+
dependencies = [
+
"crossbeam-utils",
+
]
+
+
[[package]]
+
name = "crossbeam-deque"
+
version = "0.8.5"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
+
dependencies = [
+
"crossbeam-epoch",
+
"crossbeam-utils",
+
]
+
+
[[package]]
+
name = "crossbeam-epoch"
+
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
-
"cfg-if",
"crossbeam-utils",
]
[[package]]
-
name = "crossbeam-utils"
-
version = "0.8.16"
+
name = "crossbeam-queue"
+
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
+
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
dependencies = [
-
"cfg-if",
+
"crossbeam-utils",
]
+
+
[[package]]
+
name = "crossbeam-utils"
+
version = "0.8.19"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
[[package]]
name = "crypto-common"
···
"proc-macro2",
"quote",
"strsim",
-
"syn 2.0.38",
+
"syn 2.0.48",
]
[[package]]
···
dependencies = [
"darling_core",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
]
[[package]]
name = "data-encoding"
-
version = "2.4.0"
+
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
+
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
[[package]]
name = "data-url"
-
version = "0.3.0"
+
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "41b319d1b62ffbd002e057f36bebd1f42b9f97927c9577461d855f3513c4289f"
+
checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
[[package]]
name = "deranged"
-
version = "0.3.9"
+
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
+
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
"serde",
···
"libc",
"option-ext",
"redox_users",
-
"windows-sys",
+
"windows-sys 0.48.0",
]
[[package]]
···
dependencies = [
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
]
[[package]]
···
]
[[package]]
-
name = "elsa"
+
name = "either"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "714f766f3556b44e7e4776ad133fcc3445a489517c25c704ace411bb14790194"
+
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
+
+
[[package]]
+
name = "elsa"
+
version = "1.10.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "d98e71ae4df57d214182a2e5cb90230c0192c6ddfcaa05c36453d46a54713e10"
dependencies = [
"stable_deref_trait",
]
···
[[package]]
name = "enum-ordinalize"
-
version = "3.1.15"
+
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1bf1fa3f06bbff1ea5b1a9c7b14aa992a39657db60a2759457328d7e058f49ee"
+
checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
dependencies = [
-
"num-bigint",
-
"num-traits",
+
"enum-ordinalize-derive",
+
]
+
+
[[package]]
+
name = "enum-ordinalize-derive"
+
version = "4.3.1"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
+
dependencies = [
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
]
[[package]]
name = "env_logger"
-
version = "0.10.0"
+
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
+
checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
dependencies = [
"humantime",
"is-terminal",
···
[[package]]
name = "errno"
-
version = "0.3.5"
+
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
+
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
dependencies = [
"libc",
-
"windows-sys",
+
"windows-sys 0.52.0",
]
[[package]]
···
[[package]]
name = "fdeflate"
-
version = "0.3.0"
+
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
+
checksum = "209098dd6dfc4445aa6111f0e98653ac323eaa4dfd212c9ca3931bf9955c31bd"
dependencies = [
"simd-adler32",
]
[[package]]
name = "filetime"
-
version = "0.2.22"
+
version = "0.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
+
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
dependencies = [
"cfg-if",
"libc",
-
"redox_syscall 0.3.5",
-
"windows-sys",
+
"redox_syscall",
+
"windows-sys 0.52.0",
]
[[package]]
···
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
+
name = "fontconfig-parser"
+
version = "0.5.3"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "674e258f4b5d2dcd63888c01c68413c51f565e8af99d2f7701c7b81d79ef41c4"
+
dependencies = [
+
"roxmltree",
+
]
+
+
[[package]]
name = "fontdb"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "020e203f177c0fb250fb19455a252e838d2bbbce1f80f25ecc42402aafa8cd38"
dependencies = [
+
"fontconfig-parser",
"log",
+
"memmap2 0.8.0",
"slotmap",
"tinyvec",
"ttf-parser",
···
[[package]]
name = "form_urlencoded"
-
version = "1.2.0"
+
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
+
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
···
[[package]]
name = "futures"
-
version = "0.3.29"
+
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
+
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
dependencies = [
"futures-channel",
"futures-core",
···
[[package]]
name = "futures-channel"
-
version = "0.3.29"
+
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
+
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
dependencies = [
"futures-core",
"futures-sink",
···
[[package]]
name = "futures-core"
-
version = "0.3.29"
+
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
+
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
[[package]]
name = "futures-executor"
-
version = "0.3.29"
+
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
+
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
dependencies = [
"futures-core",
"futures-task",
···
[[package]]
name = "futures-io"
-
version = "0.3.29"
+
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
+
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
[[package]]
name = "futures-macro"
-
version = "0.3.29"
+
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
+
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
]
[[package]]
name = "futures-sink"
-
version = "0.3.29"
+
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
+
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
[[package]]
name = "futures-task"
-
version = "0.3.29"
+
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
+
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
[[package]]
name = "futures-util"
-
version = "0.3.29"
+
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
+
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
dependencies = [
"futures-channel",
"futures-core",
···
[[package]]
name = "getrandom"
-
version = "0.2.10"
+
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
+
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
dependencies = [
"cfg-if",
"libc",
···
[[package]]
name = "gimli"
-
version = "0.28.0"
+
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
+
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
[[package]]
name = "git2"
···
[[package]]
name = "h2"
-
version = "0.3.21"
+
version = "0.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
+
checksum = "b553656127a00601c8ae5590fcfdc118e4083a7924b6cf4ffc1ea4b99dc429d7"
dependencies = [
"bytes",
"fnv",
···
"futures-sink",
"futures-util",
"http",
-
"indexmap 1.9.3",
+
"indexmap 2.1.0",
"slab",
"tokio",
"tokio-util",
···
[[package]]
name = "hashbrown"
-
version = "0.14.2"
+
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
+
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
[[package]]
name = "hayagriva"
-
version = "0.4.0"
-
source = "git+https://github.com/Myriad-Dreamin/hayagriva.git?branch=typst.ts-v0.9.0#567dcc691ddaf0f30644c53db3f50072250fbd93"
+
version = "0.5.1"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "f9f97c07366b7f686741521ca63cc14baf18cea53c39b0c09873cd1d4a1b2b8c"
dependencies = [
"biblatex",
"ciborium",
"citationberg",
-
"indexmap 2.0.2",
+
"indexmap 2.1.0",
"numerals",
"paste",
-
"rkyv",
"serde",
"serde_yaml",
"thiserror",
···
[[package]]
name = "http"
-
version = "0.2.9"
+
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
+
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
dependencies = [
"bytes",
"fnv",
···
[[package]]
name = "http-body"
-
version = "0.4.5"
+
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
+
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
"http",
···
[[package]]
name = "hyper"
-
version = "0.14.27"
+
version = "0.14.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
+
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
dependencies = [
"bytes",
"futures-channel",
···
"httpdate",
"itoa",
"pin-project-lite",
-
"socket2 0.4.10",
+
"socket2",
"tokio",
"tower-service",
"tracing",
···
[[package]]
name = "iana-time-zone"
-
version = "0.1.58"
+
version = "0.1.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
+
checksum = "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539"
dependencies = [
"android_system_properties",
"core-foundation-sys",
···
[[package]]
name = "icu_collections"
-
version = "1.3.2"
+
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3907b2246e8dd5a29ead8a965e7c0c8a90e9b928e614a4279257d45c5e553e91"
+
checksum = "137d96353afc8544d437e8a99eceb10ab291352699573b0de5b08bda38c78c60"
dependencies = [
"displaydoc",
"serde",
···
[[package]]
name = "icu_locid"
-
version = "1.3.2"
+
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f284eb342dc49d3e9d9f3b188489d76b5d22dfb1d1a5e0d1941811253bac625c"
+
checksum = "5c0aa2536adc14c07e2a521e95512b75ed8ef832f0fdf9299d4a0a45d2be2a9d"
dependencies = [
"displaydoc",
"litemap",
···
[[package]]
name = "icu_locid_transform"
-
version = "1.3.2"
+
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6551daf80882d8e68eee186cc19e132d8bde1b1f059a79b93384a5ca0e8fc5e7"
+
checksum = "57c17d8f6524fdca4471101dd71f0a132eb6382b5d6d7f2970441cb25f6f435a"
dependencies = [
"displaydoc",
"icu_locid",
···
[[package]]
name = "icu_locid_transform_data"
-
version = "1.3.2"
+
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2a741eba5431f75eb2f1f9022d3cffabcadda6771e54fb4e77c8ba8653e4da44"
+
checksum = "545c6c3e8bf9580e2dafee8de6f9ec14826aaf359787789c7724f1f85f47d3dc"
[[package]]
name = "icu_properties"
-
version = "1.3.2"
+
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3477ae70f8ca8dc08ff7574b5398ed0a2f2e4e6b66bdff2558a92ed67e262be1"
+
checksum = "976e296217453af983efa25f287a4c1da04b9a63bf1ed63719455068e4453eb5"
dependencies = [
"displaydoc",
"icu_collections",
···
[[package]]
name = "icu_properties_data"
-
version = "1.3.4"
+
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "98507b488098f45eb95ef495612a2012e4d8ad6095dda86cb2f1728aa2204a60"
+
checksum = "f6a86c0e384532b06b6c104814f9c1b13bcd5b64409001c0d05713a1f3529d99"
[[package]]
name = "icu_provider"
-
version = "1.3.2"
+
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "68acdef80034b5e35d8524e9817479d389a4f9774f3f0cbe1bf3884d80fd5934"
+
checksum = "ba58e782287eb6950247abbf11719f83f5d4e4a5c1f2cd490d30a334bc47c2f4"
dependencies = [
"displaydoc",
"icu_locid",
···
[[package]]
name = "icu_provider_adapters"
-
version = "1.3.2"
+
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "36b380ef2d3d93b015cd0563d7e0d005cc07f82a5503716dbc191798d0079e1d"
+
checksum = "a229f978260da7c3aabb68cb7dc7316589936680570fe55e50fdd3f97711a4dd"
dependencies = [
"icu_locid",
"icu_locid_transform",
···
[[package]]
name = "icu_provider_blob"
-
version = "1.3.2"
+
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c31326d28c7f95a964a4f0ee86c24002da5f6db907e3bcb079949b4ff103b6a9"
+
checksum = "4a7202cddda672db167c6352719959e9b01cb1ca576d32fa79103f61b5a73601"
dependencies = [
"icu_provider",
"postcard",
"serde",
"writeable",
+
"zerotrie",
"zerovec",
[[package]]
name = "icu_provider_macros"
-
version = "1.3.2"
+
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2060258edfcfe32ca7058849bf0f146cb5c59aadbedf480333c0d0002f97bc99"
+
checksum = "d2abdd3a62551e8337af119c5899e600ca0c88ec8f23a46c60ba216c803dcf1a"
dependencies = [
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
[[package]]
name = "icu_segmenter"
-
version = "1.3.2"
+
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bcb3c1981ce2187a745f391a741cb14e77453325acb3b2e014b05da51c0a39f2"
+
checksum = "b2dc1e8f4ba33a6a4956770ac5c08570f255d6605519fb3a859a0c0a270a2f8f"
dependencies = [
"core_maths",
"displaydoc",
···
[[package]]
name = "icu_segmenter_data"
-
version = "1.3.2"
+
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9703f6713044d1c0a1335a6d78ffece4c9380582416ace6feeb608e84d279fc7"
+
checksum = "3673d6698dcffce08cfe8fc5da3c11c3f2c663d5d6137fd58ab2cbf44235ab46"
[[package]]
name = "ident_case"
···
[[package]]
name = "idna"
-
version = "0.4.0"
+
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
+
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
···
[[package]]
name = "indexmap"
-
version = "2.0.2"
+
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
+
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
dependencies = [
"equivalent",
-
"hashbrown 0.14.2",
+
"hashbrown 0.14.3",
"serde",
···
[[package]]
name = "is-terminal"
-
version = "0.4.9"
+
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
+
checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455"
dependencies = [
"hermit-abi",
"rustix",
-
"windows-sys",
+
"windows-sys 0.52.0",
[[package]]
···
[[package]]
name = "itoa"
-
version = "1.0.9"
+
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
+
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "jobserver"
···
[[package]]
name = "js-sys"
-
version = "0.3.64"
+
version = "0.3.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
+
checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1"
dependencies = [
"wasm-bindgen",
···
[[package]]
name = "libc"
-
version = "0.2.149"
+
version = "0.2.152"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
+
checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
[[package]]
name = "libgit2-sys"
···
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
[[package]]
+
name = "libredox"
+
version = "0.0.1"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
+
dependencies = [
+
"bitflags 2.4.1",
+
"libc",
+
"redox_syscall",
+
]
+
+
[[package]]
name = "libz-sys"
-
version = "1.1.12"
+
version = "1.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
+
checksum = "295c17e837573c8c821dbaeb3cceb3d745ad082f7572191409e69cbc1b3fd050"
dependencies = [
"cc",
"libc",
···
[[package]]
name = "linux-raw-sys"
-
version = "0.4.10"
+
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
+
checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
[[package]]
name = "lipsum"
···
[[package]]
name = "litemap"
-
version = "0.7.1"
+
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "77a1a2647d5b7134127971a6de0d533c49de2159167e7f259c427195f87168a1"
+
checksum = "f9d642685b028806386b2b6e75685faadd3eb65a85fff7df711ce18446a422da"
+
dependencies = [
+
"serde",
+
]
[[package]]
name = "lock_api"
···
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
dependencies = [
"autocfg",
+
"owning_ref",
"scopeguard",
···
[[package]]
name = "memchr"
-
version = "2.6.4"
+
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
+
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
[[package]]
name = "memmap2"
···
[[package]]
name = "memmap2"
-
version = "0.9.0"
+
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "deaba38d7abf1d4cca21cc89e932e542ba2b9258664d2a9ef0e61512039c9375"
+
checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
dependencies = [
"libc",
···
[[package]]
name = "mio"
-
version = "0.8.9"
+
version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
+
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
dependencies = [
"libc",
"log",
"wasi",
-
"windows-sys",
+
"windows-sys 0.48.0",
[[package]]
···
"log",
"mio",
"walkdir",
-
"windows-sys",
+
"windows-sys 0.48.0",
[[package]]
···
[[package]]
name = "object"
-
version = "0.32.1"
+
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
+
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
"memchr",
[[package]]
name = "once_cell"
-
version = "1.18.0"
+
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
+
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "open"
-
version = "5.0.0"
+
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8"
+
checksum = "90878fb664448b54c4e592455ad02831e23a3f7e157374a8b95654731aac7349"
dependencies = [
"is-wsl",
"libc",
···
[[package]]
name = "openssl"
-
version = "0.10.57"
+
version = "0.10.62"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
+
checksum = "8cde4d2d9200ad5909f8dac647e29482e07c3a35de8a13fce7c9c7747ad9f671"
dependencies = [
"bitflags 2.4.1",
"cfg-if",
···
dependencies = [
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
[[package]]
···
[[package]]
name = "openssl-sys"
-
version = "0.9.93"
+
version = "0.9.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
+
checksum = "c1665caf8ab2dc9aef43d1c0023bd904633a6a05cb30b0ad59bec2ae986e57a7"
dependencies = [
"cc",
"libc",
···
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
+
name = "owning_ref"
+
version = "0.4.1"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
+
dependencies = [
+
"stable_deref_trait",
+
]
+
+
[[package]]
name = "palette"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
dependencies = [
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
[[package]]
···
dependencies = [
"cfg-if",
"libc",
-
"redox_syscall 0.4.1",
+
"redox_syscall",
"smallvec",
-
"windows-targets",
+
"windows-targets 0.48.5",
[[package]]
···
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
[[package]]
-
name = "pdf-writer"
-
version = "0.9.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "690874e8cf95d36ddffbdbdaad6ef8714c88bf8085996b673559389a04e38a02"
-
dependencies = [
-
"bitflags 1.3.2",
-
"itoa",
-
"memchr",
-
"ryu",
-
]
-
-
[[package]]
name = "percent-encoding"
-
version = "2.3.0"
+
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
+
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "pico-args"
···
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
-
name = "pixglyph"
-
version = "0.2.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f67591f21f6668e63c1cd85adab066ac8a92bc7b962668dd8042197a6e4b8f8f"
-
dependencies = [
-
"ttf-parser",
-
]
-
-
[[package]]
name = "pkg-config"
-
version = "0.3.27"
+
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
+
checksum = "69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a"
[[package]]
name = "plist"
-
version = "1.5.1"
+
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9a4a0cfc5fb21a09dc6af4bf834cf10d4a32fccd9e2ea468c4b1751a097487aa"
+
checksum = "e5699cc8a63d1aa2b1ee8e12b9ad70ac790d65788cd36101fa37f87ea46c4cef"
dependencies = [
"base64",
-
"indexmap 1.9.3",
+
"indexmap 2.1.0",
"line-wrap",
-
"quick-xml 0.30.0",
+
"quick-xml 0.31.0",
"serde",
"time",
···
[[package]]
name = "proc-macro2"
-
version = "1.0.69"
+
version = "1.0.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
+
checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
dependencies = [
"unicode-ident",
···
[[package]]
name = "quick-xml"
-
version = "0.30.0"
+
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
+
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
dependencies = [
"memchr",
[[package]]
name = "quote"
-
version = "1.0.33"
+
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
+
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
"proc-macro2",
···
[[package]]
-
name = "rctree"
-
version = "0.5.0"
+
name = "rayon"
+
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f"
+
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
+
dependencies = [
+
"either",
+
"rayon-core",
+
]
[[package]]
-
name = "redox_syscall"
-
version = "0.2.16"
+
name = "rayon-core"
+
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
+
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
dependencies = [
-
"bitflags 1.3.2",
+
"crossbeam-deque",
+
"crossbeam-utils",
[[package]]
-
name = "redox_syscall"
-
version = "0.3.5"
+
name = "rctree"
+
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
-
dependencies = [
-
"bitflags 1.3.2",
-
]
+
checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f"
[[package]]
name = "redox_syscall"
···
[[package]]
name = "redox_users"
-
version = "0.4.3"
+
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
+
checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
dependencies = [
"getrandom",
-
"redox_syscall 0.2.16",
+
"libredox",
"thiserror",
···
[[package]]
name = "reqwest"
-
version = "0.11.22"
+
version = "0.11.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
+
checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41"
dependencies = [
"base64",
"bytes",
···
[[package]]
-
name = "resvg"
-
version = "0.36.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "cc7980f653f9a7db31acff916a262c3b78c562919263edea29bf41a056e20497"
-
dependencies = [
-
"gif",
-
"jpeg-decoder",
-
"log",
-
"pico-args",
-
"png",
-
"rgb",
-
"svgtypes",
-
"tiny-skia 0.11.2",
-
"usvg",
-
]
-
-
[[package]]
-
name = "rgb"
-
version = "0.8.37"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8"
-
dependencies = [
-
"bytemuck",
-
]
-
-
[[package]]
name = "ring"
-
version = "0.17.5"
+
version = "0.17.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b"
+
checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
dependencies = [
"cc",
"getrandom",
"libc",
"spin",
"untrusted",
-
"windows-sys",
+
"windows-sys 0.48.0",
[[package]]
name = "rkyv"
-
version = "0.7.42"
+
version = "0.7.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
+
checksum = "527a97cdfef66f65998b5f3b637c26f5a5ec09cc52a3f9932313ac645f4190f5"
dependencies = [
"bitvec",
"bytecheck",
+
"bytes",
"hashbrown 0.12.3",
"ptr_meta",
"rend",
···
[[package]]
name = "rkyv_derive"
-
version = "0.7.42"
+
version = "0.7.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
+
checksum = "b5c462a1328c8e67e4d6dbad1eb0355dd43e8ab432c6e227a43657f16ade5033"
dependencies = [
"proc-macro2",
"quote",
···
[[package]]
name = "rustix"
-
version = "0.38.21"
+
version = "0.38.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
+
checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
dependencies = [
"bitflags 2.4.1",
"errno",
"libc",
"linux-raw-sys",
-
"windows-sys",
+
"windows-sys 0.52.0",
[[package]]
name = "rustls"
-
version = "0.21.8"
+
version = "0.21.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c"
+
checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
dependencies = [
"log",
"ring",
···
[[package]]
name = "rustls-pemfile"
-
version = "1.0.3"
+
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
+
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
"base64",
···
[[package]]
name = "ryu"
-
version = "1.0.15"
+
version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
+
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
[[package]]
name = "safemem"
···
[[package]]
name = "schannel"
-
version = "0.1.22"
+
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
+
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
dependencies = [
-
"windows-sys",
+
"windows-sys 0.52.0",
[[package]]
···
[[package]]
name = "semver"
-
version = "1.0.20"
+
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
+
checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0"
[[package]]
name = "serde"
-
version = "1.0.190"
+
version = "1.0.195"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7"
+
checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
dependencies = [
"serde_derive",
[[package]]
name = "serde_derive"
-
version = "1.0.190"
+
version = "1.0.195"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3"
+
checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
dependencies = [
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
[[package]]
name = "serde_json"
-
version = "1.0.108"
+
version = "1.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
+
checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
dependencies = [
"itoa",
"ryu",
···
[[package]]
name = "serde_spanned"
-
version = "0.6.4"
+
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80"
+
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
dependencies = [
"serde",
···
"chrono",
"hex",
"indexmap 1.9.3",
-
"indexmap 2.0.2",
+
"indexmap 2.1.0",
"serde",
"serde_json",
"serde_with_macros",
···
"darling",
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
[[package]]
name = "serde_yaml"
-
version = "0.9.27"
+
version = "0.9.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c"
+
checksum = "b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38"
dependencies = [
-
"indexmap 2.0.2",
+
"indexmap 2.1.0",
"itoa",
"ryu",
"serde",
···
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
[[package]]
+
name = "siphasher"
+
version = "1.0.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "54ac45299ccbd390721be55b412d41931911f654fa99e2cb8bfb57184b2061fe"
+
+
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
name = "slotmap"
-
version = "1.0.6"
+
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
+
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
dependencies = [
"version_check",
[[package]]
name = "smallvec"
-
version = "1.11.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
-
-
[[package]]
-
name = "socket2"
-
version = "0.4.10"
+
version = "1.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
-
dependencies = [
-
"libc",
-
"winapi",
-
]
+
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
[[package]]
name = "socket2"
···
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
dependencies = [
"libc",
-
"windows-sys",
+
"windows-sys 0.48.0",
[[package]]
···
[[package]]
name = "strum"
-
version = "0.24.1"
+
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
+
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
dependencies = [
"strum_macros",
[[package]]
name = "strum_macros"
-
version = "0.24.3"
+
version = "0.25.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
+
checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
dependencies = [
"heck",
"proc-macro2",
"quote",
"rustversion",
-
"syn 1.0.109",
-
]
-
-
[[package]]
-
name = "subsetter"
-
version = "0.1.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "09eab8a83bff89ba2200bd4c59be45c7c787f988431b936099a5a266c957f2f9"
-
-
[[package]]
-
name = "svg2pdf"
-
version = "0.9.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "363c5346967da04bf3ebb3d8bafa7f52c53c810167047904df1960eac3fc08b7"
-
dependencies = [
-
"image",
-
"miniz_oxide",
-
"pdf-writer",
-
"usvg",
+
"syn 2.0.48",
[[package]]
···
checksum = "d71499ff2d42f59d26edb21369a308ede691421f79ebc0f001e2b1fd3a7c9e52"
dependencies = [
"kurbo",
-
"siphasher",
+
"siphasher 0.3.11",
[[package]]
···
[[package]]
name = "syn"
-
version = "2.0.38"
+
version = "2.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
+
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
dependencies = [
"proc-macro2",
"quote",
···
dependencies = [
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
"unicode-xid",
···
[[package]]
name = "tempfile"
-
version = "3.8.1"
+
version = "3.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
+
checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
dependencies = [
"cfg-if",
"fastrand",
-
"redox_syscall 0.4.1",
+
"redox_syscall",
"rustix",
-
"windows-sys",
+
"windows-sys 0.52.0",
[[package]]
name = "termcolor"
-
version = "1.3.0"
+
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
+
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
[[package]]
name = "thiserror"
-
version = "1.0.50"
+
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
+
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
dependencies = [
"thiserror-impl",
[[package]]
name = "thiserror-impl"
-
version = "1.0.50"
+
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
+
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
dependencies = [
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
[[package]]
name = "time"
-
version = "0.3.30"
+
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
+
checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
dependencies = [
"deranged",
"itoa",
···
[[package]]
name = "time-macros"
-
version = "0.2.15"
+
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
+
checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f"
dependencies = [
"time-core",
[[package]]
name = "tiny-skia"
-
version = "0.10.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7db11798945fa5c3e5490c794ccca7c6de86d3afdd54b4eb324109939c6f37bc"
-
dependencies = [
-
"arrayref",
-
"arrayvec",
-
"bytemuck",
-
"cfg-if",
-
"log",
-
"png",
-
"tiny-skia-path 0.10.0",
-
]
-
-
[[package]]
-
name = "tiny-skia"
-
version = "0.11.2"
+
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3b72a92a05db376db09fe6d50b7948d106011761c05a6a45e23e17ee9b556222"
+
checksum = "b6a067b809476893fce6a254cf285850ff69c847e6cfbade6a20b655b6c7e80d"
dependencies = [
"arrayref",
"arrayvec",
···
"cfg-if",
"log",
"png",
-
"tiny-skia-path 0.11.2",
+
"tiny-skia-path",
[[package]]
name = "tiny-skia-path"
-
version = "0.10.0"
+
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2f60aa35c89ac2687ace1a2556eaaea68e8c0d47408a2e3e7f5c98a489e7281c"
-
dependencies = [
-
"arrayref",
-
"bytemuck",
-
"strict-num",
-
]
-
-
[[package]]
-
name = "tiny-skia-path"
-
version = "0.11.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6ac3865b9708fc7e1961a65c3a4fa55e984272f33092d3c859929f887fceb647"
+
checksum = "5de35e8a90052baaaf61f171680ac2f8e925a1e43ea9d2e3a00514772250e541"
dependencies = [
"arrayref",
"bytemuck",
···
[[package]]
name = "tinystr"
-
version = "0.7.4"
+
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d5d0e245e80bdc9b4e5356fc45a72184abbc3861992603f515270e9340f5a219"
+
checksum = "83c02bf3c538ab32ba913408224323915f4ef9a6d61c0e85d493f355921c0ece"
dependencies = [
"displaydoc",
"serde",
···
[[package]]
name = "tokio"
-
version = "1.33.0"
+
version = "1.35.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
+
checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
dependencies = [
"backtrace",
"bytes",
···
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
-
"socket2 0.5.5",
+
"socket2",
"tokio-macros",
-
"windows-sys",
+
"windows-sys 0.48.0",
[[package]]
name = "tokio-macros"
-
version = "2.1.0"
+
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
+
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
dependencies = [
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
[[package]]
···
[[package]]
name = "toml"
-
version = "0.8.6"
+
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8ff9e3abce27ee2c9a37f9ad37238c1bdd4e789c84ba37df76aa4d528f5072cc"
+
checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
dependencies = [
"serde",
"serde_spanned",
···
[[package]]
name = "toml_edit"
-
version = "0.20.7"
+
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
+
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
dependencies = [
-
"indexmap 2.0.2",
+
"indexmap 2.1.0",
"serde",
"serde_spanned",
"toml_datetime",
···
dependencies = [
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
[[package]]
···
[[package]]
name = "try-lock"
-
version = "0.2.4"
+
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
+
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "ttf-parser"
···
[[package]]
name = "typst"
-
version = "0.9.0"
-
source = "git+https://github.com/Myriad-Dreamin/typst.git?branch=typst.ts-v0.9.0#1e987a9ebad28c4f425d7fb02ca1c98aeea28ee2"
+
version = "0.10.0"
+
source = "git+https://github.com/Myriad-Dreamin/typst.git?branch=typst.ts-v0.10.0-half#cce5dc159ff7275573765143767b705ec2eb8616"
dependencies = [
-
"base64",
+
"az",
"bitflags 2.4.1",
-
"bytemuck",
-
"comemo",
-
"ecow",
-
"flate2",
-
"fontdb",
-
"image",
-
"indexmap 2.0.2",
-
"kurbo",
-
"log",
-
"miniz_oxide",
-
"once_cell",
-
"palette",
-
"pdf-writer",
-
"pixglyph",
-
"regex",
-
"resvg",
-
"roxmltree",
-
"rustybuzz",
-
"serde",
-
"siphasher",
-
"stacker",
-
"subsetter",
-
"svg2pdf",
-
"time",
-
"tiny-skia 0.11.2",
-
"toml",
-
"tracing",
-
"ttf-parser",
-
"typst-macros",
-
"typst-syntax",
-
"unicode-ident",
-
"unicode-math-class",
-
"unicode-properties",
-
"unicode-segmentation",
-
"unscanny",
-
"usvg",
-
"wasmi",
-
"xmlparser",
-
"xmlwriter",
-
"xmp-writer",
-
]
-
-
[[package]]
-
name = "typst-library"
-
version = "0.9.0"
-
source = "git+https://github.com/Myriad-Dreamin/typst.git?branch=typst.ts-v0.9.0#1e987a9ebad28c4f425d7fb02ca1c98aeea28ee2"
-
dependencies = [
-
"az",
"chinese-number",
"ciborium",
"comemo",
"csv",
"ecow",
+
"fontdb",
"hayagriva",
"hypher",
"icu_properties",
···
"icu_provider_adapters",
"icu_provider_blob",
"icu_segmenter",
-
"indexmap 2.0.2",
+
"image",
+
"indexmap 2.1.0",
"kurbo",
"lipsum",
"log",
"once_cell",
+
"palette",
+
"rayon",
+
"regex",
"roxmltree",
"rustybuzz",
+
"serde",
"serde_json",
"serde_yaml",
+
"siphasher 1.0.0",
"smallvec",
+
"stacker",
"syntect",
"time",
"toml",
"tracing",
"ttf-parser",
"typed-arena",
-
"typst",
+
"typst-macros",
+
"typst-syntax",
"unicode-bidi",
"unicode-math-class",
"unicode-script",
"unicode-segmentation",
+
"usvg",
+
"wasmi",
[[package]]
name = "typst-macros"
-
version = "0.9.0"
-
source = "git+https://github.com/Myriad-Dreamin/typst.git?branch=typst.ts-v0.9.0#1e987a9ebad28c4f425d7fb02ca1c98aeea28ee2"
+
version = "0.10.0"
+
source = "git+https://github.com/Myriad-Dreamin/typst.git?branch=typst.ts-v0.10.0-half#cce5dc159ff7275573765143767b705ec2eb8616"
dependencies = [
"heck",
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
[[package]]
name = "typst-preview"
-
version = "0.9.2"
+
version = "0.10.5"
dependencies = [
"anyhow",
"chrono",
···
"same-file",
"serde",
"serde_json",
-
"siphasher",
-
"tiny-skia 0.10.0",
+
"siphasher 1.0.0",
+
"tiny-skia",
"tokio",
"tokio-tungstenite",
"typst",
-
"typst-library",
"typst-ts-compiler",
"typst-ts-core",
"typst-ts-svg-exporter",
···
[[package]]
name = "typst-syntax"
-
version = "0.9.0"
-
source = "git+https://github.com/Myriad-Dreamin/typst.git?branch=typst.ts-v0.9.0#1e987a9ebad28c4f425d7fb02ca1c98aeea28ee2"
+
version = "0.10.0"
+
source = "git+https://github.com/Myriad-Dreamin/typst.git?branch=typst.ts-v0.10.0-half#cce5dc159ff7275573765143767b705ec2eb8616"
dependencies = [
"comemo",
"ecow",
···
"tracing",
"unicode-ident",
"unicode-math-class",
+
"unicode-script",
"unicode-segmentation",
"unscanny",
[[package]]
name = "typst-ts-compiler"
-
version = "0.4.0-rc9"
-
source = "git+https://github.com/Myriad-Dreamin/typst.ts?rev=7871cb8e7135351951d8fe5e63eccb1883e8342e#7871cb8e7135351951d8fe5e63eccb1883e8342e"
+
version = "0.4.2-rc5"
+
source = "git+https://github.com/Myriad-Dreamin/typst.ts?rev=54471328e55df43479ff56dc44920f803ccf1fe4#54471328e55df43479ff56dc44920f803ccf1fe4"
dependencies = [
"append-only-vec",
"base64",
···
"comemo",
"dirs",
"dissimilar",
-
"ecow",
"flate2",
+
"fontdb",
"fst",
"hex",
-
"indexmap 2.0.2",
+
"indexmap 2.1.0",
"instant",
"log",
-
"memmap2 0.9.0",
"nohash-hasher",
"notify",
"once_cell",
···
"serde",
"serde_json",
"sha2",
+
"strum",
"tar",
"tokio",
"typst",
-
"typst-library",
"typst-ts-core",
"typst-ts-svg-exporter",
"walkdir",
···
[[package]]
name = "typst-ts-core"
-
version = "0.4.0-rc9"
-
source = "git+https://github.com/Myriad-Dreamin/typst.ts?rev=7871cb8e7135351951d8fe5e63eccb1883e8342e#7871cb8e7135351951d8fe5e63eccb1883e8342e"
+
version = "0.4.2-rc5"
+
source = "git+https://github.com/Myriad-Dreamin/typst.ts?rev=54471328e55df43479ff56dc44920f803ccf1fe4#54471328e55df43479ff56dc44920f803ccf1fe4"
dependencies = [
"base64",
"base64-serde",
+
"bitvec",
"byteorder",
"comemo",
+
"crossbeam-queue",
"ecow",
+
"elsa",
"flate2",
"fxhash",
"hex",
"log",
"once_cell",
+
"owning_ref",
+
"parking_lot",
"path-clean",
+
"rayon",
"rkyv",
"rustc-hash",
"serde",
"serde_json",
"serde_with",
"sha2",
-
"siphasher",
+
"siphasher 1.0.0",
"svgtypes",
-
"tiny-skia 0.11.2",
-
"tiny-skia-path 0.11.2",
+
"tiny-skia",
+
"tiny-skia-path",
"ttf-parser",
"typst",
"xmlparser",
···
[[package]]
name = "typst-ts-svg-exporter"
-
version = "0.4.0-rc9"
-
source = "git+https://github.com/Myriad-Dreamin/typst.ts?rev=7871cb8e7135351951d8fe5e63eccb1883e8342e#7871cb8e7135351951d8fe5e63eccb1883e8342e"
+
version = "0.4.2-rc5"
+
source = "git+https://github.com/Myriad-Dreamin/typst.ts?rev=54471328e55df43479ff56dc44920f803ccf1fe4#54471328e55df43479ff56dc44920f803ccf1fe4"
dependencies = [
"base64",
"comemo",
"log",
-
"siphasher",
-
"tiny-skia 0.11.2",
+
"once_cell",
+
"rayon",
+
"siphasher 1.0.0",
+
"tiny-skia",
"typst",
"typst-ts-core",
[[package]]
name = "unic-langid"
-
version = "0.9.1"
+
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
+
checksum = "238722e6d794ed130f91f4ea33e01fcff4f188d92337a21297892521c72df516"
dependencies = [
"unic-langid-impl",
[[package]]
name = "unic-langid-impl"
-
version = "0.9.1"
+
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
+
checksum = "4bd55a2063fdea4ef1f8633243a7b0524cbeef1905ae04c31a1c9b9775c55bc6"
dependencies = [
"serde",
"tinystr",
···
[[package]]
name = "unicode-bidi"
-
version = "0.3.13"
+
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
+
checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416"
[[package]]
name = "unicode-bidi-mirroring"
···
[[package]]
name = "unsafe-libyaml"
-
version = "0.2.9"
+
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa"
+
checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b"
[[package]]
name = "unscanny"
···
[[package]]
name = "url"
-
version = "2.4.1"
+
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
+
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
dependencies = [
"form_urlencoded",
"idna",
···
"log",
"roxmltree",
"simplecss",
-
"siphasher",
+
"siphasher 0.3.11",
"svgtypes",
"usvg-tree",
···
"rctree",
"strict-num",
"svgtypes",
-
"tiny-skia-path 0.11.2",
+
"tiny-skia-path",
[[package]]
···
[[package]]
name = "utf8_iter"
-
version = "1.0.3"
+
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "64a8922555b9500e3d865caed19330172cd67cbf82203f1a3311d8c305cc9f33"
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
[[package]]
name = "utf8parse"
···
[[package]]
name = "uuid"
-
version = "1.5.0"
+
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
+
checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
[[package]]
name = "vcpkg"
···
[[package]]
name = "vergen"
-
version = "8.2.5"
+
version = "8.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "85e7dc29b3c54a2ea67ef4f953d5ec0c4085035c0ae2d325be1c0d2144bd9f16"
+
checksum = "f2066fbfd3bfbadab28cab8bae840c9e74917bc6deeef2ed0781f2eb2fdfafdb"
dependencies = [
"anyhow",
"git2",
···
[[package]]
name = "wasm-bindgen"
-
version = "0.2.87"
+
version = "0.2.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
+
checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
···
[[package]]
name = "wasm-bindgen-backend"
-
version = "0.2.87"
+
version = "0.2.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
+
checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
"wasm-bindgen-shared",
[[package]]
name = "wasm-bindgen-futures"
-
version = "0.4.37"
+
version = "0.4.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
+
checksum = "bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461"
dependencies = [
"cfg-if",
"js-sys",
···
[[package]]
name = "wasm-bindgen-macro"
-
version = "0.2.87"
+
version = "0.2.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
+
checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
···
[[package]]
name = "wasm-bindgen-macro-support"
-
version = "0.2.87"
+
version = "0.2.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
+
checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7"
dependencies = [
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
[[package]]
name = "wasm-bindgen-shared"
-
version = "0.2.87"
+
version = "0.2.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
+
checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b"
[[package]]
name = "wasmi"
-
version = "0.31.0"
+
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1f341edb80021141d4ae6468cbeefc50798716a347d4085c3811900049ea8945"
+
checksum = "acfc1e384a36ca532d070a315925887247f3c7e23567e23e0ac9b1c5d6b8bf76"
dependencies = [
"smallvec",
"spin",
···
[[package]]
name = "web-sys"
-
version = "0.3.64"
+
version = "0.3.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
+
checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed"
dependencies = [
"js-sys",
"wasm-bindgen",
···
[[package]]
name = "webpki-roots"
-
version = "0.25.2"
+
version = "0.25.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
+
checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10"
[[package]]
name = "weezl"
···
[[package]]
name = "windows-core"
-
version = "0.51.1"
+
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
+
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
-
"windows-targets",
+
"windows-targets 0.52.0",
[[package]]
···
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
-
"windows-targets",
+
"windows-targets 0.48.5",
+
]
+
+
[[package]]
+
name = "windows-sys"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
+
dependencies = [
+
"windows-targets 0.52.0",
[[package]]
···
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
-
"windows_aarch64_gnullvm",
-
"windows_aarch64_msvc",
-
"windows_i686_gnu",
-
"windows_i686_msvc",
-
"windows_x86_64_gnu",
-
"windows_x86_64_gnullvm",
-
"windows_x86_64_msvc",
+
"windows_aarch64_gnullvm 0.48.5",
+
"windows_aarch64_msvc 0.48.5",
+
"windows_i686_gnu 0.48.5",
+
"windows_i686_msvc 0.48.5",
+
"windows_x86_64_gnu 0.48.5",
+
"windows_x86_64_gnullvm 0.48.5",
+
"windows_x86_64_msvc 0.48.5",
+
]
+
+
[[package]]
+
name = "windows-targets"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
+
dependencies = [
+
"windows_aarch64_gnullvm 0.52.0",
+
"windows_aarch64_msvc 0.52.0",
+
"windows_i686_gnu 0.52.0",
+
"windows_i686_msvc 0.52.0",
+
"windows_x86_64_gnu 0.52.0",
+
"windows_x86_64_gnullvm 0.52.0",
+
"windows_x86_64_msvc 0.52.0",
[[package]]
···
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
+
name = "windows_aarch64_gnullvm"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
+
+
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
+
name = "windows_aarch64_msvc"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
+
+
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
+
name = "windows_i686_gnu"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
+
+
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
+
name = "windows_i686_msvc"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
+
+
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
+
name = "windows_x86_64_gnu"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
+
+
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
+
+
[[package]]
+
name = "windows_x86_64_gnullvm"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
[[package]]
name = "windows_x86_64_msvc"
···
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
+
name = "windows_x86_64_msvc"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
+
+
[[package]]
name = "winnow"
-
version = "0.5.18"
+
version = "0.5.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "176b6138793677221d420fd2f0aeeced263f197688b36484660da767bca2fa32"
+
checksum = "b7cf47b659b318dccbd69cc4797a39ae128f533dce7902a1096044d1967b9c16"
dependencies = [
"memchr",
···
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
"cfg-if",
-
"windows-sys",
+
"windows-sys 0.48.0",
[[package]]
name = "writeable"
-
version = "0.5.3"
+
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c0af0c3d13faebf8dda0b5256fa7096a2d5ccb662f7b9f54a40fe201077ab1c2"
+
checksum = "dad7bb64b8ef9c0aa27b6da38b452b0ee9fd82beaf276a87dd796fb55cbae14e"
[[package]]
name = "wyz"
···
[[package]]
name = "xattr"
-
version = "1.0.1"
+
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985"
+
checksum = "914566e6413e7fa959cc394fb30e563ba80f3541fbd40816d4c05a0fc3f2a0f1"
dependencies = [
"libc",
+
"linux-raw-sys",
+
"rustix",
[[package]]
···
checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
[[package]]
-
name = "xmp-writer"
-
version = "0.2.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "4543ba138f64a94b19e1e9c66c165bca7e03d470e1c066cb76ea279d9d0e1989"
-
-
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
name = "yoke"
-
version = "0.7.2"
+
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "61e38c508604d6bbbd292dadb3c02559aa7fff6b654a078a36217cad871636e4"
+
checksum = "65e71b2e4f287f467794c671e2b8f8a5f3716b3c829079a1c44740148eff07e4"
dependencies = [
"serde",
"stable_deref_trait",
···
[[package]]
name = "yoke-derive"
-
version = "0.7.2"
+
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d5e19fb6ed40002bab5403ffa37e53e0e56f914a4450c8765f533018db1db35f"
+
checksum = "9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8"
dependencies = [
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
"synstructure",
···
dependencies = [
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
"synstructure",
[[package]]
+
name = "zerotrie"
+
version = "0.1.2"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "d0594125a0574fb93059c92c588ab209cc036a23d1baeb3410fa9181bea551a0"
+
dependencies = [
+
"displaydoc",
+
"litemap",
+
"serde",
+
"zerovec",
+
]
+
+
[[package]]
name = "zerovec"
-
version = "0.10.0"
+
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1194130c5b155bf8ae50ab16c86ab758cd695cf9ad176d2f870b744cbdbb572e"
+
checksum = "eff4439ae91fb5c72b8abc12f3f2dbf51bd27e6eadb9f8a5bc8898dddb0e27ea"
dependencies = [
"serde",
"yoke",
···
[[package]]
name = "zerovec-derive"
-
version = "0.10.0"
+
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "acabf549809064225ff8878baedc4ce3732ac3b07e7c7ce6e5c2ccdbc485c324"
+
checksum = "7b4e5997cbf58990550ef1f0e5124a05e47e1ebd33a84af25739be6031a62c20"
dependencies = [
"proc-macro2",
"quote",
-
"syn 2.0.38",
+
"syn 2.0.48",
+31
pkgs/by-name/ty/typst-preview/dom.json
···
+
{
+
"name": "typst-dom",
+
"private": true,
+
"version": "0.0.0",
+
"type": "module",
+
"scripts": {
+
"dev": "vite",
+
"build": "vite build && tsc",
+
"preview": "vite preview",
+
"test": "vitest",
+
"coverage": "vitest run --coverage",
+
"link:local": "yarn link @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer"
+
},
+
"peerDependencies": {
+
"@myriaddreamin/typst-ts-renderer": "0.4.2-rc5",
+
"@myriaddreamin/typst.ts": "0.4.2-rc5"
+
},
+
"devDependencies": {
+
"@myriaddreamin/typst-ts-renderer": "0.4.2-rc5",
+
"@myriaddreamin/typst.ts": "0.4.2-rc5",
+
"typescript": "^5.0.2",
+
"vite": "^4.3.9",
+
"vite-plugin-singlefile": "^0.13.5",
+
"vite-plugin-wasm": "^3.2.2",
+
"vitest": "^0.32.2"
+
},
+
"exports": {
+
".": "./dist/esm/index.mjs",
+
"./*": "./dist/esm/*"
+
}
+
}
+3 -2
pkgs/by-name/ty/typst-preview/package.json pkgs/by-name/ty/typst-preview/frontend.json
···
"link:local": "yarn link @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer"
},
"dependencies": {
-
"@myriaddreamin/typst-ts-renderer": "0.4.0-rc11",
-
"@myriaddreamin/typst.ts": "0.4.0-rc11",
+
"@myriaddreamin/typst-ts-renderer": "0.4.2-rc5",
+
"@myriaddreamin/typst.ts": "0.4.2-rc5",
+
"typst-dom": "file:../typst-dom",
"rxjs": "^7.8.1"
},
"devDependencies": {
+38 -7
pkgs/by-name/ty/typst-preview/package.nix
···
let
# Keep the vscode "mgt19937.typst-preview" extension in sync when updating
# this package at pkgs/applications/editors/vscode/extensions/default.nix
-
version = "0.9.2";
+
version = "0.10.5";
src = fetchFromGitHub {
owner = "Enter-tainer";
repo = "typst-preview";
rev = "v${version}";
-
hash = "sha256-P11Nkn9Md5xsB9Z7v9O+CRvP18vPEC0Y973Or7i0y/4=";
+
hash = "sha256-BebOwlY2hm/SGYCtmsQICbo1V8sbUMYVWSM773Qmh04=";
+
fetchSubmodules = true;
};
frontendSrc = "${src}/addons/frontend";
+
domSrc = "${src}/addons/typst-dom";
+
+
typst-dom = mkYarnPackage {
+
inherit version;
+
pname = "typst-dom";
+
src = domSrc;
+
packageJSON = ./dom.json;
+
+
offlineCache = fetchYarnDeps {
+
yarnLock = "${domSrc}/yarn.lock";
+
hash = "sha256-SxOQ/RABUkiqE7dLaDS0kETGiir4SMWJ2w7i7zMEl7U=";
+
};
+
+
buildPhase = ''
+
runHook preBuild
+
yarn --offline build
+
runHook postBuild
+
'';
+
+
installPhase = ''
+
runHook preInstall
+
cp -R deps/typst-dom $out
+
runHook postInstall
+
'';
+
+
doDist = false;
+
};
frontend = mkYarnPackage {
inherit version;
pname = "typst-preview-frontend";
src = frontendSrc;
-
packageJSON = ./package.json;
+
packageJSON = ./frontend.json;
offlineCache = fetchYarnDeps {
yarnLock = "${frontendSrc}/yarn.lock";
-
hash = "sha256-7a7/UOfau84nLIAKj6Tn9rTUmeBJ7rYDFAdr55ZDLgA=";
+
hash = "sha256-6e3UNd8gIBnTtllpo/1AC1XzeZ88rdUiechoQfo5V1Y=";
};
+
+
packageResolutions = { inherit typst-dom; };
buildPhase = ''
runHook preBuild
···
doDist = false;
};
+
in
rustPlatform.buildRustPackage {
pname = "typst-preview";
···
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
-
"hayagriva-0.4.0" = "sha256-377lXL3+TO8U91OopMYEI0NrWWwzy6+O7B65bLhP+X4=";
-
"typst-0.9.0" = "sha256-+rnsUSGi3QZlbC4i8racsM4U6+l8oA9YjjUOtQAIWOk=";
-
"typst-ts-compiler-0.4.0-rc9" = "sha256-NVmbAodDRJBJlGGDRjaEcTHGoCeN4hNjIynIDKqvNbM=";
+
"typst-0.10.0" = "sha256-/Oy4KigXu1E/S9myd+eigqlNvk5x+Ld9gTL9dtpoyqk=";
+
"typst-ts-compiler-0.4.2-rc5" =
+
"sha256-fhwTaAK19Nb7AKNJ9QBZgK1MO7g7s5AdSDqaBjLxT3w=";
};
};
+14 -1
pkgs/development/libraries/reproc/default.nix
···
-
{ stdenv, lib, fetchFromGitHub, cmake
+
{ stdenv, lib, fetchFromGitHub, cmake, fetchpatch
}:
stdenv.mkDerivation rec {
···
rev = "v${version}";
sha256 = "sha256-LWzBeKhE7cSiZsK8xWzoTdrOcPiU/zEkmi40WiFytic=";
};
+
+
patches = [
+
(fetchpatch{
+
name = "reproc-gcc-13-2.patch";
+
url = "https://github.com/DaanDeMeyer/reproc/commit/0b23d88894ccedde04537fa23ea55cb2f8365342.patch";
+
sha256 = "sha256-QyC0UcKAWCKSvSvyZTLI2eF/TuuqbGGH6cOQrS2DiCE=";
+
})
+
(fetchpatch{
+
name = "reproc-gcc-13-1.patch";
+
url = "https://github.com/DaanDeMeyer/reproc/commit/9f399675b821e175f85ac3ee6e3fd2e6056573eb.patch";
+
sha256 = "sha256-h/gnDFPWPpUFkys10YXjjEPibgRT1atHSVwbO0kId+U=";
+
})
+
];
nativeBuildInputs = [ cmake ];
+2 -2
pkgs/development/ocaml-modules/cmarkit/default.nix
···
stdenv.mkDerivation rec {
pname = "cmarkit";
-
version = "0.2.0";
+
version = "0.3.0";
src = fetchurl {
url = "https://erratique.ch/software/cmarkit/releases/cmarkit-${version}.tbz";
-
hash = "sha256-86RuGB5pLbw/ThPGz9+qLaZRH7xvxbYrZWFLLIkc5Mk=";
+
hash = "sha256-RouM5iU7VeTT0+4yhBgdEmxROeP/X31iqDjd1VI7z5c=";
};
nativeBuildInputs = [
-2
pkgs/development/ocaml-modules/eliom/default.nix
···
, js_of_ocaml-lwt
, js_of_ocaml-tyxml
, lwt_ppx
-
, ocamlnet
, ocsipersist
}:
···
buildInputs = [
js_of_ocaml-ocamlbuild
js_of_ocaml-ppx_deriving_json
-
ocamlnet
ppx_optcomp
];
+6 -5
pkgs/development/ocaml-modules/gapi-ocaml/default.nix
···
{ lib, fetchFromGitHub, buildDunePackage, ocaml
-
, cryptokit, ocamlnet, ocurl, yojson
+
, camlp-streams, cppo, cryptokit, ocurl, yojson
, ounit2
}:
buildDunePackage rec {
pname = "gapi-ocaml";
-
version = "0.4.4";
-
duneVersion = "3";
+
version = "0.4.5";
minimalOCamlVersion = "4.08";
···
owner = "astrada";
repo = pname;
rev = "v${version}";
-
hash = "sha256-+UNFW5tmIh5dVyTDEOfOmy1j+gV4P28jlnBTdpQNAjE=";
+
hash = "sha256-qlQEE8l/H22bb1VcK9YehR+9L5XepMu8JY7OLw1OIXg=";
};
-
propagatedBuildInputs = [ cryptokit ocamlnet ocurl yojson ];
+
nativeBuildInputs = [ cppo ];
+
+
propagatedBuildInputs = [ camlp-streams cryptokit ocurl yojson ];
doCheck = true;
checkInputs = [ ounit2 ];
+3 -4
pkgs/development/ocaml-modules/ocsigen-start/default.nix
···
{ stdenv, lib, fetchFromGitHub, ocaml, findlib, ocsigen-toolkit, pgocaml_ppx, safepass, yojson
, cohttp-lwt-unix, eliom
, resource-pooling
-
, ocamlnet
, ocsigen-ppx-rpc
}:
stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-ocsigen-start";
-
version = "6.1.0";
+
version = "6.1.2";
nativeBuildInputs = [ ocaml findlib eliom ];
buildInputs = [ ocsigen-ppx-rpc ];
-
propagatedBuildInputs = [ pgocaml_ppx safepass ocsigen-toolkit yojson resource-pooling cohttp-lwt-unix ocamlnet ];
+
propagatedBuildInputs = [ pgocaml_ppx safepass ocsigen-toolkit yojson resource-pooling cohttp-lwt-unix ];
strictDeps = true;
···
owner = "ocsigen";
repo = "ocsigen-start";
rev = version;
-
hash = "sha256-gHFPutoPYKTDsFninwBTc2WOIFd3+ghRYW2hi1y5MUs=";
+
hash = "sha256-GhuH3rNdauJztEhygct6jCf+EmAtbSeyYP45stMzGFU=";
};
preInstall = ''
+3 -9
pkgs/development/ocaml-modules/ocsigen-toolkit/default.nix
···
stdenv.mkDerivation rec {
pname = "ocsigen-toolkit";
name = "ocaml${ocaml.version}-${pname}-${version}";
-
version = "3.2.0";
+
version = "3.3.4";
propagatedBuildInputs = [ calendar js_of_ocaml-ppx_deriving_json eliom ];
nativeBuildInputs = [ ocaml findlib opaline eliom ];
-
# Remove widgets not compatible with jsoo 4.1.0
-
# https://github.com/ocsigen/ocsigen-toolkit/issues/221
-
preConfigure = ''
-
rm src/widgets/ot_{carousel,drawer,swipe,tongue}.eliom{,i}
-
'';
-
-
strictDeps = true;
+
strictDeps = true;
installPhase = ''
runHook preInstall
···
owner = "ocsigen";
repo = pname;
rev = version;
-
sha256 = "sha256:13n0y8a80bl94la4lnp9dr2x7b8plhm17g9zgf0l6x42g3886pw7";
+
hash = "sha256-6ccu8WJxUwpR5YyB4j1jQPWba8GhQDxuw+IDHswQpSA=";
};
meta = {
+2 -2
pkgs/development/ocaml-modules/uucd/default.nix
···
in
stdenv.mkDerivation rec {
name = "ocaml-${pname}-${version}";
-
version = "15.0.0";
+
version = "15.1.0";
src = fetchurl {
url = "${webpage}/releases/${pname}-${version}.tbz";
-
sha256 = "sha256-DksDi6Dfe/fNGBmeubwxv9dScTHPJRuaPrlX7M8QRrw=";
+
hash = "sha256-HIANZ5SDJcytlpw/W9Ae2eFTutrutJj2PgJCfByobfI=";
};
nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ];
+5 -5
pkgs/development/ocaml-modules/uucp/default.nix
···
let
pname = "uucp";
-
version = "15.0.0";
+
version = "15.1.0";
webpage = "https://erratique.ch/software/${pname}";
-
minimumOCamlVersion = "4.03";
+
minimalOCamlVersion = "4.03";
doCheck = true;
in
-
if lib.versionOlder ocaml.version minimumOCamlVersion
-
then builtins.throw "${pname} needs at least OCaml ${minimumOCamlVersion}"
+
if lib.versionOlder ocaml.version minimalOCamlVersion
+
then builtins.throw "${pname} needs at least OCaml ${minimalOCamlVersion}"
else
stdenv.mkDerivation {
···
src = fetchurl {
url = "${webpage}/releases/${pname}-${version}.tbz";
-
sha256 = "sha256-rEeU9AWpCzuAtAOe7hJHBmJjP97BZsQsPFQQ8uZLUzA=";
+
hash = "sha256-qR5LiAZHt4oD3ak0x17GqbYXNaJmJxFk/WGoxT+yWYc=";
};
nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ];
+11 -3
pkgs/development/python-modules/flask-security-too/default.nix
···
, fetchPypi
, pythonOlder
, setuptools
-
, pydantic
+
, fetchpatch
# extras: babel
, babel
···
inherit version;
hash = "sha256-we2TquU28qP/ir4eE67J0Nlft/8IL8w7Ny3ypSE5cNk=";
};
+
+
patches = [
+
# https://github.com/Flask-Middleware/flask-security/pull/901
+
(fetchpatch {
+
name = "fixes-for-py_webauthn-2.0.patch";
+
url = "https://github.com/Flask-Middleware/flask-security/commit/5725f7021343567ec0b25c890e859f4e84c93ba6.patch";
+
hash = "sha256-4EgwT4zRj0mh4ZaoZFz7H5KeiZ9zs+BY4siYm8DwMfU=";
+
excludes = [ "CHANGES.rst" ];
+
})
+
];
nativeBuildInputs = [
setuptools
···
description = "Simple security for Flask apps (fork)";
license = licenses.mit;
maintainers = with maintainers; [ gador ];
-
# https://github.com/Flask-Middleware/flask-security/pull/851
-
broken = versionAtLeast pydantic.version "2";
};
}
+9
pkgs/development/python-modules/icalevents/default.nix
···
, pythonOlder
, pytestCheckHook
, poetry-core
+
, pythonRelaxDepsHook
, datetime
, httplib2
, icalendar
···
nativeBuildInputs = [
poetry-core
+
pythonRelaxDepsHook
];
propagatedBuildInputs = [
···
icalendar
python-dateutil
pytz
+
];
+
+
pythonRelaxDeps = [
+
"datetime"
+
"httplib2"
+
"icalendar"
+
"pytz"
];
nativeCheckInputs = [
+5 -2
pkgs/development/python-modules/pyatag/default.nix
···
buildPythonPackage rec {
pname = "pyatag";
-
version = "3.5.1";
+
version = "0.3.7.1";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "MatsNl";
repo = "pyatag";
rev = "refs/tags/${version}";
-
hash = "sha256-hyGos0LFVKv63jf1ODPFfk+R47oyHea+8MGvxeKpop8=";
+
hash = "sha256-3h9mpopTbEULCx7rcEt/I/ZnUA0L/fJ7Y3L5h/6EuC4=";
};
nativeBuildInputs = [
···
"pyatag"
"pyatag.discovery"
];
+
+
# it would use the erroneous tag 3.5.1
+
passthru.skipBulkUpdate = true;
meta = with lib; {
description = "Python module to talk to Atag One";
+9 -4
pkgs/development/python-modules/securetar/default.nix
···
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
+
, setuptools
}:
buildPythonPackage rec {
pname = "securetar";
-
version = "2023.3.0";
-
format = "setuptools";
+
version = "2023.12.0";
+
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "pvizeli";
-
repo = pname;
+
repo = "securetar";
rev = "refs/tags/${version}";
-
hash = "sha256-3bDboggvKbpWyjpUOrUmtJx3Nj/6Uvut2nEQLYJubDA=";
+
hash = "sha256-P8aq1RRlEmXhJ4n0TSLVjYx4dvkckuz2aDGkAvp7bfo=";
};
+
+
nativeBuildInputs = [
+
setuptools
+
];
propagatedBuildInputs = [
cryptography
+2 -2
pkgs/development/python-modules/syncedlyrics/default.nix
···
buildPythonPackage rec {
pname = "syncedlyrics";
-
version = "0.7.0";
+
version = "0.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "rtcq";
repo = "syncedlyrics";
rev = "refs/tags/v${version}";
-
hash = "sha256-qZVUptmLouFFBCWiRviYFO0sQKlyz65GjWMg/b1idXY=";
+
hash = "sha256-ro9HzI8N7Ry4xh91mO1Vyy3CScEi3FifweOO01/Ti0w=";
};
nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/twilio/default.nix
···
buildPythonPackage rec {
pname = "twilio";
-
version = "8.11.0";
+
version = "8.11.1";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
-
hash = "sha256-yz1jFEjbnG5hqC5wqvxcP3pNLI3GalXWbREToCwf9BU=";
+
hash = "sha256-cByrE0/sKZ0dWnuQS1KOOCHbSYF6YJchqGrdkmVp9DM=";
};
propagatedBuildInputs = [
+3 -5
pkgs/development/python-modules/webauthn/default.nix
···
, asn1crypto
, cbor2
, pythonOlder
-
, pydantic
, pyopenssl
, pytestCheckHook
}:
buildPythonPackage rec {
pname = "webauthn";
-
version = "1.11.1";
+
version = "2.0.0";
format = "setuptools";
-
disabled = pythonOlder "3.7";
+
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "duo-labs";
repo = "py_webauthn";
rev = "refs/tags/v${version}";
-
hash = "sha256-+pp21rtwavtjj6ahG091xsJpsYOH3zpqU3xH2/YFXqY=";
+
hash = "sha256-StqoSrzErV13/OUpSWbI+6N5tSFPEpvnmQcDiZMaXPI=";
};
propagatedBuildInputs = [
asn1crypto
cbor2
-
pydantic
pyopenssl
];
+3 -3
pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-google.nix
···
buildGoModule rec {
pname = "tflint-ruleset-google";
-
version = "0.24.0";
+
version = "0.26.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
-
hash = "sha256-1eF/uzOYP/gi+ooHN8OfCR2nz+/z98theO0Lr/BBhWM=";
+
hash = "sha256-VQm7pvZCfkZR54UeaPuKogEqhQOy5BAV7WkfwCW3C7c=";
};
-
vendorHash = "sha256-owpNcsxuP+sG27vv9V7ArMK1NLBNbnw11KpdpVyWAD0=";
+
vendorHash = "sha256-C52b11cJE2Bu785SNlTsbgNR6Wt/YeY8l1U/9anXrMo=";
# upstream Makefile also does a go test $(go list ./... | grep -v integration)
preCheck = ''
+2 -2
pkgs/development/tools/build-managers/rake/Gemfile.lock
···
GEM
remote: https://rubygems.org/
specs:
-
rake (13.0.6)
+
rake (13.1.0)
PLATFORMS
ruby
···
rake
BUNDLED WITH
-
2.4.6
+
2.5.3
+2 -2
pkgs/development/tools/build-managers/rake/gemset.nix
···
platforms = [];
source = {
remotes = ["https://rubygems.org"];
-
sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w";
+
sha256 = "1ilr853hawi09626axx0mps4rkkmxcs54mapz9jnqvpnlwd3wsmy";
type = "gem";
};
-
version = "13.0.6";
+
version = "13.1.0";
};
}
+3 -3
pkgs/games/cutemaze/default.nix
···
stdenv.mkDerivation rec {
pname = "cutemaze";
-
version = "1.3.2";
+
version = "1.3.3";
src = fetchurl {
-
url = "https://gottcode.org/cutemaze/${pname}-${version}.tar.bz2";
-
hash = "sha256-hjDlY18O+VDJR68vwrIZwsQAa40xU+V3bCAA4GFHJEQ=";
+
url = "https://gottcode.org/cutemaze/cutemaze-${version}.tar.bz2";
+
hash = "sha256-WvbeA1zgaGx5Hw5JeYrYX72MJw3Ou1VnAbB6R6Y0Rpw=";
};
nativeBuildInputs = [
+1 -1
pkgs/misc/tmux-plugins/default.nix
···
};
fingers = mkTmuxPlugin rec {
-
pluginName = "fingers";
+
pluginName = "tmux-fingers";
rtpFilePath = "load-config.tmux";
version = "2.1.1";
src = fetchFromGitHub {
+1
pkgs/os-specific/linux/systemd/default.nix
···
./0017-core-don-t-taint-on-unmerged-usr.patch
./0018-tpm2_context_init-fix-driver-name-checking.patch
./0019-systemctl-edit-suggest-systemdctl-edit-runtime-on-sy.patch
+
] ++ lib.optional (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isGnu) [
./0020-timesyncd-disable-NSCD-when-DNSSEC-validation-is-dis.patch
] ++ lib.optional stdenv.hostPlatform.isMusl (
let
+3 -3
pkgs/servers/matrix-synapse/default.nix
···
in
python3.pkgs.buildPythonApplication rec {
pname = "matrix-synapse";
-
version = "1.98.0";
+
version = "1.99.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
-
hash = "sha256-irPExb8rwQjkPp0b3x5hJG4Ay6OnITWIGRPxBSoP/Dk=";
+
hash = "sha256-NS0in7zUkIS+fI5gQEua9y1UXspEHWNCntyZHZCtfPg=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
-
hash = "sha256-DHKhEFXquWfHfk54mTehjchg3KsB4CfzElXMt5Mp+Vg=";
+
hash = "sha256-FQhHpbp8Rkkqp6Ngly/HP8iWGlWh5CDaztgAwKB/afI=";
};
postPatch = ''
+3 -3
pkgs/servers/nosql/surrealdb/default.nix
···
rustPlatform.buildRustPackage rec {
pname = "surrealdb";
-
version = "1.0.2";
+
version = "1.1.1";
src = fetchFromGitHub {
owner = "surrealdb";
repo = "surrealdb";
rev = "v${version}";
-
hash = "sha256-/+GAnACNzGxMDSO1BGc9dA13hZnNKDia0KBlyujEe04=";
+
hash = "sha256-3xH0trwTs2Cr07/PtA4K808PUwaT6WmrIr2+11L7t6A=";
};
-
cargoHash = "sha256-9wvgj00GAWRP9sWOgugelizB6xbPNs0h13bGGxWtA+s=";
+
cargoHash = "sha256-dNn2HMZ7c/q/EhfMUHqWV79+3gMA9URqEozdEixkV/0=";
# error: linker `aarch64-linux-gnu-gcc` not found
postPatch = ''
+1026 -246
pkgs/servers/search/meilisearch/Cargo.lock
···
"actix-tls",
"actix-utils",
"ahash 0.8.3",
-
"base64 0.21.2",
+
"base64 0.21.5",
"bitflags 1.3.2",
"brotli",
"bytes",
···
"flate2",
"futures-core",
"h2",
-
"http",
+
"http 0.2.9",
"httparse",
"httpdate",
"itoa",
···
checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
dependencies = [
"bytestring",
-
"http",
+
"http 0.2.9",
"regex",
"serde",
"tracing",
···
"futures-util",
"mio",
"num_cpus",
-
"socket2",
+
"socket2 0.4.9",
"tokio",
"tracing",
]
···
"encoding_rs",
"futures-core",
"futures-util",
-
"http",
+
"http 0.2.9",
"itoa",
"language-tags",
"log",
···
"serde_json",
"serde_urlencoded",
"smallvec",
-
"socket2",
+
"socket2 0.4.9",
"time",
"url",
]
···
[[package]]
name = "aho-corasick"
-
version = "1.0.2"
+
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
+
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
dependencies = [
"memchr",
]
···
[[package]]
name = "anstream"
-
version = "0.3.2"
+
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
+
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
-
"is-terminal",
"utf8parse",
]
···
[[package]]
name = "anstyle-wincon"
-
version = "1.0.1"
+
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
+
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
dependencies = [
"anstyle",
"windows-sys 0.48.0",
···
]
[[package]]
+
name = "anymap2"
+
version = "0.13.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c"
+
+
[[package]]
name = "arbitrary"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
]
[[package]]
+
name = "arroy"
+
version = "0.1.0"
+
source = "git+https://github.com/meilisearch/arroy.git#d372648212e561a4845077cdb9239423d78655a2"
+
dependencies = [
+
"bytemuck",
+
"byteorder",
+
"heed",
+
"log",
+
"memmap2 0.9.0",
+
"ordered-float 4.2.0",
+
"rand",
+
"rayon",
+
"roaring",
+
"tempfile",
+
"thiserror",
+
]
+
+
[[package]]
name = "assert-json-diff"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
name = "base64"
-
version = "0.21.2"
+
version = "0.21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
+
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
[[package]]
name = "base64ct"
···
[[package]]
name = "benchmarks"
-
version = "1.5.0"
+
version = "1.6.0"
dependencies = [
"anyhow",
"bytes",
···
]
[[package]]
+
name = "bit-set"
+
version = "0.5.3"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
+
dependencies = [
+
"bit-vec",
+
]
+
+
[[package]]
+
name = "bit-vec"
+
version = "0.6.3"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
+
+
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
name = "bitflags"
-
version = "2.3.3"
+
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
+
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
+
dependencies = [
+
"serde",
+
]
[[package]]
name = "block-buffer"
···
[[package]]
name = "bstr"
-
version = "1.6.0"
+
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
+
checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
dependencies = [
"memchr",
-
"regex-automata 0.3.6",
+
"regex-automata 0.4.3",
"serde",
]
···
[[package]]
name = "bytemuck"
-
version = "1.13.1"
+
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
+
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
dependencies = [
"bytemuck_derive",
]
···
[[package]]
name = "byteorder"
-
version = "1.4.3"
+
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
···
]
[[package]]
+
name = "candle-core"
+
version = "0.3.1"
+
source = "git+https://github.com/huggingface/candle.git#f4fcf6090045ac44122fd5f0a7e46db6e3e16528"
+
dependencies = [
+
"byteorder",
+
"gemm",
+
"half 2.3.1",
+
"memmap2 0.7.1",
+
"num-traits",
+
"num_cpus",
+
"rand",
+
"rand_distr",
+
"rayon",
+
"safetensors",
+
"thiserror",
+
"yoke",
+
"zip",
+
]
+
+
[[package]]
+
name = "candle-nn"
+
version = "0.3.1"
+
source = "git+https://github.com/huggingface/candle.git#f4fcf6090045ac44122fd5f0a7e46db6e3e16528"
+
dependencies = [
+
"candle-core",
+
"half 2.3.1",
+
"num-traits",
+
"rayon",
+
"safetensors",
+
"serde",
+
"thiserror",
+
]
+
+
[[package]]
+
name = "candle-transformers"
+
version = "0.3.1"
+
source = "git+https://github.com/huggingface/candle.git#f4fcf6090045ac44122fd5f0a7e46db6e3e16528"
+
dependencies = [
+
"byteorder",
+
"candle-core",
+
"candle-nn",
+
"num-traits",
+
"rand",
+
"rayon",
+
"serde",
+
"serde_json",
+
"serde_plain",
+
"tracing",
+
"wav",
+
]
+
+
[[package]]
name = "cargo_toml"
version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
dependencies = [
"ciborium-io",
-
"half",
+
"half 1.8.2",
]
[[package]]
···
[[package]]
name = "clap"
-
version = "4.3.21"
+
version = "4.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd"
+
checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
dependencies = [
"clap_builder",
"clap_derive",
-
"once_cell",
]
[[package]]
name = "clap_builder"
-
version = "4.3.21"
+
version = "4.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa"
+
checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
dependencies = [
"anstream",
"anstyle",
···
[[package]]
name = "clap_derive"
-
version = "4.3.12"
+
version = "4.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050"
+
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
dependencies = [
"heck",
"proc-macro2",
···
[[package]]
name = "clap_lex"
-
version = "0.5.0"
+
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
+
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
[[package]]
name = "cobs"
···
"encode_unicode",
"lazy_static",
"libc",
+
"unicode-width",
"windows-sys 0.45.0",
]
···
"percent-encoding",
"time",
"version_check",
+
]
+
+
[[package]]
+
name = "core-foundation"
+
version = "0.9.3"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
+
dependencies = [
+
"core-foundation-sys",
+
"libc",
]
[[package]]
···
dependencies = [
"cfg-if",
+
+
[[package]]
+
name = "crunchy"
+
version = "0.2.2"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-common"
···
[[package]]
+
name = "dirs"
+
version = "5.0.1"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
+
dependencies = [
+
"dirs-sys",
+
]
+
+
[[package]]
name = "dirs-next"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
+
name = "dirs-sys"
+
version = "0.4.1"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
+
dependencies = [
+
"libc",
+
"option-ext",
+
"redox_users",
+
"windows-sys 0.48.0",
+
]
+
+
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
+
name = "doc-comment"
+
version = "0.3.3"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
+
+
[[package]]
+
name = "doxygen-rs"
+
version = "0.2.2"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "bff670ea0c9bbb8414e7efa6e23ebde2b8f520a7eef78273a3918cf1903e7505"
+
dependencies = [
+
"phf",
+
]
+
+
[[package]]
name = "dump"
-
version = "1.5.0"
+
version = "1.6.0"
dependencies = [
"anyhow",
"big_s",
"flate2",
-
"http",
+
"http 0.2.9",
"log",
"maplit",
"meili-snap",
···
"thiserror",
"time",
"uuid 1.5.0",
+
]
+
+
[[package]]
+
name = "dyn-stack"
+
version = "0.10.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
+
dependencies = [
+
"bytemuck",
+
"reborrow",
[[package]]
···
[[package]]
name = "errno"
-
version = "0.3.2"
+
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
+
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
dependencies = [
-
"errno-dragonfly",
"libc",
-
"windows-sys 0.48.0",
+
"windows-sys 0.52.0",
[[package]]
-
name = "errno-dragonfly"
-
version = "0.1.2"
+
name = "esaxx-rs"
+
version = "0.1.10"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6"
+
+
[[package]]
+
name = "fancy-regex"
+
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
+
checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
dependencies = [
-
"cc",
-
"libc",
+
"bit-set",
+
"regex",
[[package]]
···
[[package]]
name = "file-store"
-
version = "1.5.0"
+
version = "1.6.0"
dependencies = [
"faux",
"tempfile",
···
[[package]]
name = "filter-parser"
-
version = "1.5.0"
+
version = "1.6.0"
dependencies = [
"insta",
"nom",
···
[[package]]
name = "flate2"
-
version = "1.0.26"
+
version = "1.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
+
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
dependencies = [
"crc32fast",
"miniz_oxide",
···
[[package]]
name = "flatten-serde-json"
-
version = "1.5.0"
+
version = "1.6.0"
dependencies = [
"criterion",
"serde_json",
···
[[package]]
name = "form_urlencoded"
-
version = "1.2.0"
+
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
+
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
···
[[package]]
name = "futures"
-
version = "0.3.28"
+
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
+
checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
dependencies = [
"futures-channel",
"futures-core",
···
[[package]]
name = "futures-channel"
-
version = "0.3.28"
+
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
+
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
dependencies = [
"futures-core",
"futures-sink",
···
[[package]]
name = "futures-core"
-
version = "0.3.28"
+
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
+
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
[[package]]
name = "futures-executor"
-
version = "0.3.28"
+
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
+
checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
dependencies = [
"futures-core",
"futures-task",
···
[[package]]
name = "futures-io"
-
version = "0.3.28"
+
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
+
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
[[package]]
name = "futures-macro"
-
version = "0.3.28"
+
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
+
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
dependencies = [
"proc-macro2",
"quote",
···
[[package]]
name = "futures-sink"
-
version = "0.3.28"
+
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
+
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
[[package]]
name = "futures-task"
-
version = "0.3.28"
+
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
+
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
[[package]]
name = "futures-util"
-
version = "0.3.28"
+
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
+
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
dependencies = [
"futures-channel",
"futures-core",
···
[[package]]
name = "fuzzers"
-
version = "1.5.0"
+
version = "1.6.0"
dependencies = [
"arbitrary",
"clap",
···
[[package]]
+
name = "gemm"
+
version = "0.16.15"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "5b3afa707040531a7527477fd63a81ea4f6f3d26037a2f96776e57fb843b258e"
+
dependencies = [
+
"dyn-stack",
+
"gemm-c32",
+
"gemm-c64",
+
"gemm-common",
+
"gemm-f16",
+
"gemm-f32",
+
"gemm-f64",
+
"num-complex",
+
"num-traits",
+
"paste",
+
"raw-cpuid",
+
"seq-macro",
+
]
+
+
[[package]]
+
name = "gemm-c32"
+
version = "0.16.15"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "1cc3973a4c30c73f26a099113953d0c772bb17ee2e07976c0a06b8fe1f38a57d"
+
dependencies = [
+
"dyn-stack",
+
"gemm-common",
+
"num-complex",
+
"num-traits",
+
"paste",
+
"raw-cpuid",
+
"seq-macro",
+
]
+
+
[[package]]
+
name = "gemm-c64"
+
version = "0.16.15"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "30362894b93dada374442cb2edf4512ddf19513c9bec88e06a445bcb6b22e64f"
+
dependencies = [
+
"dyn-stack",
+
"gemm-common",
+
"num-complex",
+
"num-traits",
+
"paste",
+
"raw-cpuid",
+
"seq-macro",
+
]
+
+
[[package]]
+
name = "gemm-common"
+
version = "0.16.15"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "988499faa80566b046b4fee2c5f15af55b5a20c1fe8486b112ebb34efa045ad6"
+
dependencies = [
+
"bytemuck",
+
"dyn-stack",
+
"half 2.3.1",
+
"num-complex",
+
"num-traits",
+
"once_cell",
+
"paste",
+
"pulp",
+
"raw-cpuid",
+
"rayon",
+
"seq-macro",
+
]
+
+
[[package]]
+
name = "gemm-f16"
+
version = "0.16.15"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "d6cf2854a12371684c38d9a865063a27661812a3ff5803454c5742e8f5a388ce"
+
dependencies = [
+
"dyn-stack",
+
"gemm-common",
+
"gemm-f32",
+
"half 2.3.1",
+
"num-complex",
+
"num-traits",
+
"paste",
+
"raw-cpuid",
+
"rayon",
+
"seq-macro",
+
]
+
+
[[package]]
+
name = "gemm-f32"
+
version = "0.16.15"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "0bc84003cf6d950a7c7ca714ad6db281b6cef5c7d462f5cd9ad90ea2409c7227"
+
dependencies = [
+
"dyn-stack",
+
"gemm-common",
+
"num-complex",
+
"num-traits",
+
"paste",
+
"raw-cpuid",
+
"seq-macro",
+
]
+
+
[[package]]
+
name = "gemm-f64"
+
version = "0.16.15"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "35187ef101a71eed0ecd26fb4a6255b4192a12f1c5335f3a795698f2d9b6cf33"
+
dependencies = [
+
"dyn-stack",
+
"gemm-common",
+
"num-complex",
+
"num-traits",
+
"paste",
+
"raw-cpuid",
+
"seq-macro",
+
]
+
+
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
name = "grenad"
-
version = "0.4.4"
+
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "5232b2d157b7bf63d7abe1b12177039e58db2f29e377517c0cdee1578cca4c93"
+
checksum = "6a007932af5475ebb5c63bef8812bb1c36f317983bb4ca663e9d6dd58d6a0f8c"
dependencies = [
"bytemuck",
"byteorder",
+
"rayon",
"tempfile",
···
"futures-core",
"futures-sink",
"futures-util",
-
"http",
+
"http 0.2.9",
"indexmap 1.9.3",
"slab",
"tokio",
···
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
[[package]]
+
name = "half"
+
version = "2.3.1"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872"
+
dependencies = [
+
"bytemuck",
+
"cfg-if",
+
"crunchy",
+
"num-traits",
+
"rand",
+
"rand_distr",
+
]
+
+
[[package]]
name = "hash32"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
name = "heed"
-
version = "0.12.7"
-
source = "git+https://github.com/meilisearch/heed?tag=v0.12.7#061a5276b1f336f5f3302bee291e336041d88632"
+
version = "0.20.0-alpha.9"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "9648a50991c86df7d00c56c268c27754fcf4c80be2ba57fc4a00dc928c6fe934"
dependencies = [
+
"bitflags 2.4.1",
+
"bytemuck",
"byteorder",
"heed-traits",
"heed-types",
"libc",
-
"lmdb-rkv-sys",
+
"lmdb-master-sys",
"once_cell",
-
"page_size 0.4.2",
+
"page_size 0.6.0",
"synchronoise",
"url",
-
"zerocopy",
[[package]]
name = "heed-traits"
-
version = "0.7.0"
-
source = "git+https://github.com/meilisearch/heed?tag=v0.12.7#061a5276b1f336f5f3302bee291e336041d88632"
+
version = "0.20.0-alpha.9"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "5ab0b7d9cde969ad36dde692e487dc89d97f7168bf6a7bd3b894ad4bf7278298"
[[package]]
name = "heed-types"
-
version = "0.7.2"
-
source = "git+https://github.com/meilisearch/heed?tag=v0.12.7#061a5276b1f336f5f3302bee291e336041d88632"
+
version = "0.20.0-alpha.9"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "f0cb3567a7363f28b597bf6e9897b9466397951dd0e52df2c8196dd8a71af44a"
dependencies = [
"bincode",
+
"byteorder",
"heed-traits",
"serde",
"serde_json",
-
"zerocopy",
[[package]]
···
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
+
name = "hf-hub"
+
version = "0.3.2"
+
source = "git+https://github.com/dureuill/hf-hub.git?branch=rust_tls#88d4f11cb9fa079f2912bacb96f5080b16825ce8"
+
dependencies = [
+
"dirs",
+
"http 1.0.0",
+
"indicatif",
+
"log",
+
"rand",
+
"serde",
+
"serde_json",
+
"thiserror",
+
"ureq",
+
]
+
+
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
+
name = "http"
+
version = "1.0.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
+
dependencies = [
+
"bytes",
+
"fnv",
+
"itoa",
+
]
+
+
[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
-
"http",
+
"http 0.2.9",
"pin-project-lite",
···
"futures-core",
"futures-util",
"h2",
-
"http",
+
"http 0.2.9",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
-
"socket2",
+
"socket2 0.4.9",
"tokio",
"tower-service",
"tracing",
···
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
dependencies = [
"futures-util",
-
"http",
+
"http 0.2.9",
"hyper",
"rustls 0.21.6",
"tokio",
···
[[package]]
name = "idna"
-
version = "0.4.0"
+
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
+
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
···
[[package]]
name = "index-scheduler"
-
version = "1.5.0"
+
version = "1.6.0"
dependencies = [
"anyhow",
"big_s",
···
"dump",
"enum-iterator",
"file-store",
+
"flate2",
"insta",
"log",
"meili-snap",
···
"tempfile",
"thiserror",
"time",
+
"ureq",
"uuid 1.5.0",
···
[[package]]
+
name = "indicatif"
+
version = "0.17.7"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25"
+
dependencies = [
+
"console",
+
"instant",
+
"number_prefix",
+
"portable-atomic",
+
"unicode-width",
+
]
+
+
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
-
name = "instant-distance"
-
version = "0.6.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "8c619cdaa30bb84088963968bee12a45ea5fbbf355f2c021bcd15589f5ca494a"
-
dependencies = [
-
"num_cpus",
-
"ordered-float",
-
"parking_lot",
-
"rand",
-
"rayon",
-
"serde",
-
"serde-big-array",
-
]
-
-
[[package]]
name = "io-lifetimes"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
dependencies = [
"hermit-abi",
-
"rustix 0.38.7",
+
"rustix 0.38.26",
"windows-sys 0.48.0",
···
[[package]]
name = "json-depth-checker"
-
version = "1.5.0"
+
version = "1.6.0"
dependencies = [
"criterion",
"serde_json",
···
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378"
dependencies = [
-
"base64 0.21.2",
+
"base64 0.21.5",
"pem",
"ring",
"serde",
···
[[package]]
+
name = "kstring"
+
version = "2.0.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
+
dependencies = [
+
"serde",
+
"static_assertions",
+
]
+
+
[[package]]
name = "language-tags"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
name = "libc"
-
version = "0.2.147"
+
version = "0.2.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
+
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
[[package]]
name = "libgit2-sys"
···
[[package]]
name = "linux-raw-sys"
-
version = "0.4.5"
+
version = "0.4.12"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
+
+
[[package]]
+
name = "liquid"
+
version = "0.26.4"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "69f68ae1011499ae2ef879f631891f21c78e309755f4a5e483c4a8f12e10b609"
+
dependencies = [
+
"doc-comment",
+
"liquid-core",
+
"liquid-derive",
+
"liquid-lib",
+
"serde",
+
]
+
+
[[package]]
+
name = "liquid-core"
+
version = "0.26.4"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "79e0724dfcaad5cfb7965ea0f178ca0870b8d7315178f4a7179f5696f7f04d5f"
+
dependencies = [
+
"anymap2",
+
"itertools 0.10.5",
+
"kstring",
+
"liquid-derive",
+
"num-traits",
+
"pest",
+
"pest_derive",
+
"regex",
+
"serde",
+
"time",
+
]
+
+
[[package]]
+
name = "liquid-derive"
+
version = "0.26.4"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "fc2fb41a9bb4257a3803154bdf7e2df7d45197d1941c9b1a90ad815231630721"
+
dependencies = [
+
"proc-macro2",
+
"quote",
+
"syn 2.0.28",
+
]
+
+
[[package]]
+
name = "liquid-lib"
+
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
+
checksum = "e2a17e273a6fb1fb6268f7a5867ddfd0bd4683c7e19b51084f3d567fad4348c0"
+
dependencies = [
+
"itertools 0.10.5",
+
"liquid-core",
+
"once_cell",
+
"percent-encoding",
+
"regex",
+
"time",
+
"unicode-segmentation",
+
]
[[package]]
name = "litemap"
···
[[package]]
-
name = "lmdb-rkv-sys"
-
version = "0.15.1"
-
source = "git+https://github.com/meilisearch/lmdb-rs#501aa34a1ab7f092e3ff54a6c22ff6c55931a2d8"
+
name = "lmdb-master-sys"
+
version = "0.1.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "629c123f5321b48fa4f8f4d3b868165b748d9ba79c7103fb58e3a94f736bcedd"
dependencies = [
"cc",
+
"doxygen-rs",
"libc",
"pkg-config",
···
[[package]]
name = "log"
-
version = "0.4.19"
+
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
+
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "logging_timer"
···
checksum = "8b8c72594ac26bfd34f2d99dfced2edfaddfe8a476e3ff2ca0eb293d925c4f83"
[[package]]
+
name = "macro_rules_attribute"
+
version = "0.2.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13"
+
dependencies = [
+
"macro_rules_attribute-proc_macro",
+
"paste",
+
]
+
+
[[package]]
+
name = "macro_rules_attribute-proc_macro"
+
version = "0.2.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568"
+
+
[[package]]
name = "manifest-dir-macros"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
name = "meili-snap"
-
version = "1.5.0"
+
version = "1.6.0"
dependencies = [
"insta",
"md5",
···
[[package]]
name = "meilisearch"
-
version = "1.5.0"
+
version = "1.6.0"
dependencies = [
"actix-cors",
"actix-http",
···
"futures",
"futures-util",
"hex",
-
"http",
+
"http 0.2.9",
"index-scheduler",
"indexmap 2.0.0",
"insta",
···
"num_cpus",
"obkv",
"once_cell",
-
"ordered-float",
+
"ordered-float 3.7.0",
"parking_lot",
"permissive-json-pointer",
"pin-project-lite",
···
"tokio",
"tokio-stream",
"toml",
+
"url",
"urlencoding",
"uuid 1.5.0",
"vergen",
···
[[package]]
name = "meilisearch-auth"
-
version = "1.5.0"
+
version = "1.6.0"
dependencies = [
-
"base64 0.21.2",
+
"base64 0.21.5",
"enum-iterator",
"hmac",
"maplit",
···
[[package]]
name = "meilisearch-types"
-
version = "1.5.0"
+
version = "1.6.0"
dependencies = [
"actix-web",
"anyhow",
···
"fst",
"insta",
"meili-snap",
-
"memmap2",
+
"memmap2 0.7.1",
"milli",
"roaring",
"serde",
···
[[package]]
name = "meilitool"
-
version = "1.5.0"
+
version = "1.6.0"
dependencies = [
"anyhow",
"clap",
···
[[package]]
name = "memchr"
-
version = "2.5.0"
+
version = "2.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
+
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
[[package]]
name = "memmap2"
···
checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
dependencies = [
"libc",
+
"stable_deref_trait",
+
]
+
+
[[package]]
+
name = "memmap2"
+
version = "0.9.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "deaba38d7abf1d4cca21cc89e932e542ba2b9258664d2a9ef0e61512039c9375"
+
dependencies = [
+
"libc",
[[package]]
···
[[package]]
name = "milli"
-
version = "1.5.0"
+
version = "1.6.0"
dependencies = [
+
"arroy",
"big_s",
"bimap",
"bincode",
"bstr",
"bytemuck",
"byteorder",
+
"candle-core",
+
"candle-nn",
+
"candle-transformers",
"charabia",
"concat-arrays",
"crossbeam-channel",
···
"filter-parser",
"flatten-serde-json",
"fst",
+
"futures",
"fxhash",
"geoutils",
"grenad",
"heed",
+
"hf-hub",
"indexmap 2.0.0",
"insta",
-
"instant-distance",
"itertools 0.11.0",
"json-depth-checker",
"levenshtein_automata",
+
"liquid",
"log",
"logging_timer",
"maplit",
"md5",
-
"memmap2",
+
"meili-snap",
+
"memmap2 0.7.1",
"mimalloc",
"obkv",
"once_cell",
-
"ordered-float",
+
"ordered-float 3.7.0",
"puffin",
"rand",
"rand_pcg",
"rayon",
+
"reqwest",
"roaring",
"rstar",
"serde",
···
"smartstring",
"tempfile",
"thiserror",
+
"tiktoken-rs",
"time",
+
"tokenizers",
+
"tokio",
"uuid 1.5.0",
···
[[package]]
name = "mio"
-
version = "0.8.8"
+
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
+
checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
dependencies = [
"libc",
"log",
···
[[package]]
+
name = "monostate"
+
version = "0.1.9"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "15f370ae88093ec6b11a710dec51321a61d420fafd1bad6e30d01bd9c920e8ee"
+
dependencies = [
+
"monostate-impl",
+
"serde",
+
]
+
+
[[package]]
+
name = "monostate-impl"
+
version = "0.1.9"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "371717c0a5543d6a800cac822eac735aa7d2d2fbb41002e9856a4089532dbdce"
+
dependencies = [
+
"proc-macro2",
+
"quote",
+
"syn 2.0.28",
+
]
+
+
[[package]]
name = "nelson"
version = "0.1.0"
source = "git+https://github.com/meilisearch/nelson.git?rev=675f13885548fb415ead8fbb447e9e6d9314000a#675f13885548fb415ead8fbb447e9e6d9314000a"
···
[[package]]
+
name = "num-complex"
+
version = "0.4.4"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
+
dependencies = [
+
"bytemuck",
+
"num-traits",
+
]
+
+
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
+
name = "number_prefix"
+
version = "0.4.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
+
+
[[package]]
name = "object"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
name = "obkv"
-
version = "0.2.0"
+
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f69e48cd7c8e5bb52a1da1287fdbfd877c32673176583ce664cd63b201aba385"
+
checksum = "6c459142426056c639ff88d053ebaaaeca0ee1411c94362892398ef4ccd81080"
[[package]]
name = "once_cell"
···
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
+
name = "onig"
+
version = "6.4.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
+
dependencies = [
+
"bitflags 1.3.2",
+
"libc",
+
"once_cell",
+
"onig_sys",
+
]
+
+
[[package]]
+
name = "onig_sys"
+
version = "69.8.1"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
+
dependencies = [
+
"cc",
+
"pkg-config",
+
]
+
+
[[package]]
name = "oorandom"
version = "11.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
[[package]]
+
name = "option-ext"
+
version = "0.2.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
+
+
[[package]]
name = "ordered-float"
version = "3.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
+
name = "ordered-float"
+
version = "4.2.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e"
+
dependencies = [
+
"num-traits",
+
]
+
+
[[package]]
name = "page_size"
-
version = "0.4.2"
+
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "eebde548fbbf1ea81a99b128872779c437752fb99f217c45245e1a61dcd9edcd"
+
checksum = "1b7663cbd190cfd818d08efa8497f6cd383076688c49a391ef7c0d03cd12b561"
dependencies = [
"libc",
"winapi",
···
[[package]]
name = "page_size"
-
version = "0.5.0"
+
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1b7663cbd190cfd818d08efa8497f6cd383076688c49a391ef7c0d03cd12b561"
+
checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
dependencies = [
"libc",
"winapi",
···
[[package]]
name = "percent-encoding"
-
version = "2.3.0"
+
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
+
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "permissive-json-pointer"
-
version = "1.5.0"
+
version = "1.6.0"
dependencies = [
"big_s",
"serde_json",
···
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
+
"phf_macros",
"phf_shared",
···
[[package]]
+
name = "phf_macros"
+
version = "0.11.2"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
+
dependencies = [
+
"phf_generator",
+
"phf_shared",
+
"proc-macro2",
+
"quote",
+
"syn 2.0.28",
+
]
+
+
[[package]]
name = "phf_shared"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
dependencies = [
"plotters-backend",
+
+
[[package]]
+
name = "portable-atomic"
+
version = "1.5.1"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "3bccab0e7fd7cc19f820a1c8c91720af652d0c88dc9664dd72aef2614f04af3b"
[[package]]
name = "postcard"
···
[[package]]
+
name = "pulp"
+
version = "0.18.4"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "7057c1435edb390ebfc51743abad043377f1f698ce8e649a9b52a4b378be5e4d"
+
dependencies = [
+
"bytemuck",
+
"libm",
+
"num-complex",
+
"reborrow",
+
]
+
+
[[package]]
name = "quote"
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
+
name = "rand_distr"
+
version = "0.4.3"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
+
dependencies = [
+
"num-traits",
+
"rand",
+
]
+
+
[[package]]
name = "rand_pcg"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
dependencies = [
"rand_core",
"serde",
+
]
+
+
[[package]]
+
name = "raw-cpuid"
+
version = "10.7.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
+
dependencies = [
+
"bitflags 1.3.2",
[[package]]
name = "rayon"
-
version = "1.7.0"
+
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
+
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
dependencies = [
"either",
"rayon-core",
[[package]]
+
name = "rayon-cond"
+
version = "0.3.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9"
+
dependencies = [
+
"either",
+
"itertools 0.11.0",
+
"rayon",
+
]
+
+
[[package]]
name = "rayon-core"
-
version = "1.11.0"
+
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
+
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
dependencies = [
-
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
-
"num_cpus",
+
+
[[package]]
+
name = "reborrow"
+
version = "0.5.5"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
[[package]]
name = "redox_syscall"
···
[[package]]
+
name = "redox_syscall"
+
version = "0.4.1"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
+
dependencies = [
+
"bitflags 1.3.2",
+
]
+
+
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
+
name = "regex-automata"
+
version = "0.4.3"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
+
+
[[package]]
name = "regex-syntax"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
name = "reqwest"
-
version = "0.11.18"
+
version = "0.11.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
+
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
dependencies = [
-
"base64 0.21.2",
+
"base64 0.21.5",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
-
"http",
+
"http 0.2.9",
"http-body",
"hyper",
"hyper-rustls",
···
"serde",
"serde_json",
"serde_urlencoded",
+
"system-configuration",
"tokio",
"tokio-rustls 0.24.1",
"tower-service",
···
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
-
"webpki-roots 0.22.6",
+
"webpki-roots 0.25.3",
"winreg",
···
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"
+
+
[[package]]
+
name = "riff"
+
version = "1.0.1"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "b9b1a3d5f46d53f4a3478e2be4a5a5ce5108ea58b100dcd139830eae7f79a3a1"
[[package]]
name = "ring"
···
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
[[package]]
+
name = "rustc-hash"
+
version = "1.1.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
+
+
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
name = "rustix"
-
version = "0.38.7"
+
version = "0.38.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399"
+
checksum = "9470c4bf8246c8daf25f9598dca807fb6510347b1e1cfa55749113850c79d88a"
dependencies = [
-
"bitflags 2.3.3",
+
"bitflags 2.4.1",
"errno",
"libc",
-
"linux-raw-sys 0.4.5",
-
"windows-sys 0.48.0",
+
"linux-raw-sys 0.4.12",
+
"windows-sys 0.52.0",
[[package]]
···
dependencies = [
"log",
"ring",
-
"rustls-webpki 0.101.3",
+
"rustls-webpki",
"sct",
···
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
dependencies = [
-
"base64 0.21.2",
-
]
-
-
[[package]]
-
name = "rustls-webpki"
-
version = "0.100.2"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab"
-
dependencies = [
-
"ring",
-
"untrusted",
+
"base64 0.21.5",
[[package]]
···
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
[[package]]
+
name = "safetensors"
+
version = "0.3.3"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "d93279b86b3de76f820a8854dd06cbc33cfa57a417b19c47f6a25280112fb1df"
+
dependencies = [
+
"serde",
+
"serde_json",
+
]
+
+
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
[[package]]
+
name = "seq-macro"
+
version = "0.3.5"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
+
+
[[package]]
name = "serde"
version = "1.0.190"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
-
name = "serde-big-array"
-
version = "0.5.1"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f"
-
dependencies = [
-
"serde",
-
]
-
-
[[package]]
name = "serde-cs"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
"indexmap 2.0.0",
"itoa",
"ryu",
+
"serde",
+
]
+
+
[[package]]
+
name = "serde_plain"
+
version = "1.0.2"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
+
dependencies = [
"serde",
···
[[package]]
+
name = "socket2"
+
version = "0.5.5"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
+
dependencies = [
+
"libc",
+
"windows-sys 0.48.0",
+
]
+
+
[[package]]
+
name = "socks"
+
version = "0.3.4"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b"
+
dependencies = [
+
"byteorder",
+
"libc",
+
"winapi",
+
]
+
+
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
+
name = "spm_precompiled"
+
version = "0.1.4"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326"
+
dependencies = [
+
"base64 0.13.1",
+
"nom",
+
"serde",
+
"unicode-segmentation",
+
]
+
+
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
name = "synstructure"
-
version = "0.12.6"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
-
dependencies = [
-
"proc-macro2",
-
"quote",
-
"syn 1.0.109",
-
"unicode-xid",
-
]
-
-
[[package]]
-
name = "synstructure"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06"
···
"once_cell",
"rayon",
"winapi",
+
]
+
+
[[package]]
+
name = "system-configuration"
+
version = "0.5.1"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
+
dependencies = [
+
"bitflags 1.3.2",
+
"core-foundation",
+
"system-configuration-sys",
+
]
+
+
[[package]]
+
name = "system-configuration-sys"
+
version = "0.5.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
+
dependencies = [
+
"core-foundation-sys",
+
"libc",
[[package]]
···
[[package]]
name = "tempfile"
-
version = "3.7.1"
+
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
+
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
dependencies = [
"cfg-if",
"fastrand",
-
"redox_syscall 0.3.5",
-
"rustix 0.38.7",
+
"redox_syscall 0.4.1",
+
"rustix 0.38.26",
"windows-sys 0.48.0",
···
[[package]]
name = "thiserror"
-
version = "1.0.44"
+
version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
+
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
dependencies = [
"thiserror-impl",
[[package]]
name = "thiserror-impl"
-
version = "1.0.44"
+
version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
+
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.28",
+
]
+
+
[[package]]
+
name = "tiktoken-rs"
+
version = "0.5.7"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "a4427b6b1c6b38215b92dd47a83a0ecc6735573d0a5a4c14acc0ac5b33b28adb"
+
dependencies = [
+
"anyhow",
+
"base64 0.21.5",
+
"bstr",
+
"fancy-regex",
+
"lazy_static",
+
"parking_lot",
+
"rustc-hash",
[[package]]
···
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
+
name = "tokenizers"
+
version = "0.14.1"
+
source = "git+https://github.com/huggingface/tokenizers.git?tag=v0.14.1#6357206cdcce4d78ffb1e0372feb456caea09375"
+
dependencies = [
+
"aho-corasick",
+
"derive_builder",
+
"esaxx-rs",
+
"getrandom",
+
"itertools 0.11.0",
+
"lazy_static",
+
"log",
+
"macro_rules_attribute",
+
"monostate",
+
"onig",
+
"paste",
+
"rand",
+
"rayon",
+
"rayon-cond",
+
"regex",
+
"regex-syntax",
+
"serde",
+
"serde_json",
+
"spm_precompiled",
+
"thiserror",
+
"unicode-normalization-alignments",
+
"unicode-segmentation",
+
"unicode_categories",
+
]
+
+
[[package]]
name = "tokio"
-
version = "1.29.1"
+
version = "1.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
+
checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
dependencies = [
-
"autocfg",
"backtrace",
"bytes",
"libc",
···
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
-
"socket2",
+
"socket2 0.5.5",
"tokio-macros",
"windows-sys 0.48.0",
[[package]]
name = "tokio-macros"
-
version = "2.1.0"
+
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
+
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
dependencies = [
"proc-macro2",
"quote",
···
"cfg-if",
"log",
"pin-project-lite",
+
"tracing-attributes",
"tracing-core",
[[package]]
+
name = "tracing-attributes"
+
version = "0.1.27"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
+
dependencies = [
+
"proc-macro2",
+
"quote",
+
"syn 2.0.28",
+
]
+
+
[[package]]
name = "tracing-core"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
+
name = "unicode-normalization-alignments"
+
version = "0.1.12"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de"
+
dependencies = [
+
"smallvec",
+
]
+
+
[[package]]
name = "unicode-segmentation"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
[[package]]
+
name = "unicode-width"
+
version = "0.1.11"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
+
+
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
[[package]]
+
name = "unicode_categories"
+
version = "0.1.1"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
+
+
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
name = "ureq"
-
version = "2.7.1"
+
version = "2.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "0b11c96ac7ee530603dcdf68ed1557050f374ce55a5a07193ebf8cbc9f8927e9"
+
checksum = "f8cdd25c339e200129fe4de81451814e5228c9b771d57378817d6117cc2b3f97"
dependencies = [
-
"base64 0.21.2",
+
"base64 0.21.5",
+
"flate2",
"log",
"once_cell",
"rustls 0.21.6",
-
"rustls-webpki 0.100.2",
+
"rustls-webpki",
+
"serde",
+
"serde_json",
+
"socks",
"url",
-
"webpki-roots 0.23.1",
+
"webpki-roots 0.25.3",
[[package]]
name = "url"
-
version = "2.4.0"
+
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
+
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
+
"serde",
[[package]]
···
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
[[package]]
+
name = "wav"
+
version = "1.0.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "a65e199c799848b4f997072aa4d673c034f80f40191f97fe2f0a23f410be1609"
+
dependencies = [
+
"riff",
+
]
+
+
[[package]]
name = "web-sys"
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
name = "webpki-roots"
-
version = "0.23.1"
+
version = "0.25.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
-
dependencies = [
-
"rustls-webpki 0.100.2",
-
]
+
checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10"
[[package]]
name = "whatlang"
···
[[package]]
+
name = "windows-sys"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
+
dependencies = [
+
"windows-targets 0.52.0",
+
]
+
+
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
[[package]]
+
name = "windows-targets"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
+
dependencies = [
+
"windows_aarch64_gnullvm 0.52.0",
+
"windows_aarch64_msvc 0.52.0",
+
"windows_i686_gnu 0.52.0",
+
"windows_i686_msvc 0.52.0",
+
"windows_x86_64_gnu 0.52.0",
+
"windows_x86_64_gnullvm 0.52.0",
+
"windows_x86_64_msvc 0.52.0",
+
]
+
+
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
+
name = "windows_aarch64_gnullvm"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
+
+
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[package]]
+
name = "windows_aarch64_msvc"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
+
+
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
+
name = "windows_i686_gnu"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
+
+
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[package]]
+
name = "windows_i686_msvc"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
+
+
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
+
name = "windows_x86_64_gnu"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
+
+
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[package]]
+
name = "windows_x86_64_gnullvm"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
+
+
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
···
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
+
+
[[package]]
+
name = "windows_x86_64_msvc"
+
version = "0.52.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
[[package]]
name = "winnow"
···
[[package]]
name = "winreg"
-
version = "0.10.1"
+
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
+
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
-
"winapi",
+
"cfg-if",
+
"windows-sys 0.48.0",
[[package]]
···
"proc-macro2",
"quote",
"syn 2.0.28",
-
"synstructure 0.13.0",
-
]
-
-
[[package]]
-
name = "zerocopy"
-
version = "0.3.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "6580539ad917b7c026220c4b3f2c08d52ce54d6ce0dc491e66002e35388fab46"
-
dependencies = [
-
"byteorder",
-
"zerocopy-derive",
-
]
-
-
[[package]]
-
name = "zerocopy-derive"
-
version = "0.2.0"
-
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "d498dbd1fd7beb83c86709ae1c33ca50942889473473d287d56ce4770a18edfb"
-
dependencies = [
-
"proc-macro2",
-
"syn 1.0.109",
-
"synstructure 0.12.6",
+
"synstructure",
[[package]]
···
"proc-macro2",
"quote",
"syn 2.0.28",
-
"synstructure 0.13.0",
+
"synstructure",
[[package]]
+6 -4
pkgs/servers/search/meilisearch/default.nix
···
, nix-update-script
}:
-
let version = "1.5.0";
+
let version = "1.6.0";
in
rustPlatform.buildRustPackage {
pname = "meilisearch";
···
owner = "meilisearch";
repo = "MeiliSearch";
rev = "refs/tags/v${version}";
-
hash = "sha256-UP5i89hXmbATbHwN4wu42L6zX2fnd/hF4NEGK5VwmiM=";
+
hash = "sha256-B1psJeGWG0E5oPu+OVAxkdJNblqaBzB/CurpLxdESB8=";
};
cargoBuildFlags = [
···
lockFile = ./Cargo.lock;
outputHashes = {
"actix-web-static-files-3.0.5" = "sha256-2BN0RzLhdykvN3ceRLkaKwSZtel2DBqZ+uz4Qut+nII=";
-
"heed-0.12.7" = "sha256-mthHMaTqmNae8gpe4ZnozABKBrgFQdn9KWCvIzJJ+u4=";
-
"lmdb-rkv-sys-0.15.1" = "sha256-zLHTprwF7aa+2jaD7dGYmOZpJYFijMTb4I3ODflNUII=";
+
"arroy-0.1.0" = "sha256-ybKdB0eP8AdxLMNM7Si9onWITNc2SPNTXMgKdWdy34E=";
+
"candle-core-0.3.1" = "sha256-KlkjTUcbnP+uZoA0fDZlEPT5qKC2ogMAuR8X14xRFgA=";
+
"hf-hub-0.3.2" = "sha256-tsn76b+/HRvPnZ7cWd8SBcEdnMPtjUEIRJipOJUbz54=";
"nelson-0.1.0" = "sha256-eF672quU576wmZSisk7oDR7QiDafuKlSg0BTQkXnzqY=";
+
"tokenizers-0.14.1" = "sha256-cq7dQLttNkV5UUhXujxKKMuzhD7hz+zTTKxUKlvz1s0=";
};
};
+3 -3
pkgs/servers/web-apps/livebook/default.nix
···
{ lib, beamPackages, makeWrapper, rebar3, elixir, erlang, fetchFromGitHub, nixosTests }:
beamPackages.mixRelease rec {
pname = "livebook";
-
version = "0.12.0";
+
version = "0.12.1";
inherit elixir;
···
owner = "livebook-dev";
repo = "livebook";
rev = "v${version}";
-
hash = "sha256-ONNl88ZUjeAjYV8kdk4Tf6noQ7YSp/UN9OHEJHk7+5s=";
+
hash = "sha256-Q4c0AelZZDPxE/rtoHIRQi3INMLHeiZ72TWgy183f4Q=";
};
mixFodDeps = beamPackages.fetchMixDeps {
pname = "mix-deps-${pname}";
inherit src version;
-
hash = "sha256-JA0890hGShavn60khnevt4L0qEWKZnTmafImU4dkCr8=";
+
hash = "sha256-dyKhrbb7vazBV6LFERtGHLQXEx29vTgn074mY4fsHy4=";
};
installPhase = ''
+31 -15
pkgs/test/nixpkgs-check-by-name/default.nix
···
clippy,
mkShell,
makeWrapper,
+
runCommand,
}:
let
runtimeExprPath = ./src/eval.nix;
nixpkgsLibPath = ../../../lib;
+
+
# Needed to make Nix evaluation work inside nix builds
+
initNix = ''
+
export TEST_ROOT=$(pwd)/test-tmp
+
export NIX_CONF_DIR=$TEST_ROOT/etc
+
export NIX_LOCALSTATE_DIR=$TEST_ROOT/var
+
export NIX_LOG_DIR=$TEST_ROOT/var/log/nix
+
export NIX_STATE_DIR=$TEST_ROOT/var/nix
+
export NIX_STORE_DIR=$TEST_ROOT/store
+
+
# Ensure that even if tests run in parallel, we don't get an error
+
# We'd run into https://github.com/NixOS/nix/issues/2706 unless the store is initialised first
+
nix-store --init
+
'';
+
package =
rustPlatform.buildRustPackage {
name = "nixpkgs-check-by-name";
···
makeWrapper
];
env.NIX_CHECK_BY_NAME_EXPR_PATH = "${runtimeExprPath}";
-
# Needed to make Nix evaluation work inside the nix build
-
preCheck = ''
-
export TEST_ROOT=$(pwd)/test-tmp
-
export NIX_CONF_DIR=$TEST_ROOT/etc
-
export NIX_LOCALSTATE_DIR=$TEST_ROOT/var
-
export NIX_LOG_DIR=$TEST_ROOT/var/log/nix
-
export NIX_STATE_DIR=$TEST_ROOT/var/nix
-
export NIX_STORE_DIR=$TEST_ROOT/store
-
-
export NIXPKGS_LIB_PATH=${nixpkgsLibPath}
-
-
# Ensure that even if tests run in parallel, we don't get an error
-
# We'd run into https://github.com/NixOS/nix/issues/2706 unless the store is initialised first
-
nix-store --init
-
'';
+
env.NIXPKGS_LIB_PATH = "${nixpkgsLibPath}";
+
preCheck = initNix;
postCheck = ''
cargo fmt --check
cargo clippy -- -D warnings
···
env.NIXPKGS_LIB_PATH = toString nixpkgsLibPath;
inputsFrom = [ package ];
};
+
+
# Tests the tool on the current Nixpkgs tree, this is a good sanity check
+
passthru.tests.nixpkgs = runCommand "test-nixpkgs-check-by-name" {
+
nativeBuildInputs = [
+
package
+
nix
+
];
+
nixpkgsPath = lib.cleanSource ../../..;
+
} ''
+
${initNix}
+
nixpkgs-check-by-name --base "$nixpkgsPath" "$nixpkgsPath"
+
touch $out
+
'';
};
in
package
+13 -4
pkgs/test/nixpkgs-check-by-name/src/eval.rs
···
// so the UsesByName ratchet is already as tight as it can be
NonAttributeSet => Success(Tight),
NonCallPackage => Success(Tight),
-
// This is an odd case when _internalCallByNamePackageFile is used to define a package.
+
// This is the case when the `pkgs/by-name`-internal _internalCallByNamePackageFile
+
// is used for a package outside `pkgs/by-name`
CallPackage(CallPackageInfo {
call_package_variant: Auto,
..
-
}) => NixpkgsProblem::InternalCallPackageUsed {
-
attr_name: attribute_name.clone(),
+
}) => {
+
// With the current detection mechanism, this also triggers for aliases
+
// to pkgs/by-name packages, and there's no good method of
+
// distinguishing alias vs non-alias.
+
// Using `config.allowAliases = false` at least currently doesn't work
+
// because there's nothing preventing people from defining aliases that
+
// are present even with that disabled.
+
// In the future we could kind of abuse this behavior to have better
+
// enforcement of conditional aliases, but for now we just need to not
+
// give an error.
+
Success(Tight)
}
-
.into(),
// Only derivations can be in pkgs/by-name,
// so this attribute doesn't qualify
CallPackage(CallPackageInfo {
-8
pkgs/test/nixpkgs-check-by-name/src/nixpkgs_problem.rs
···
text: String,
io_error: io::Error,
},
-
InternalCallPackageUsed {
-
attr_name: String,
-
},
MovedOutOfByName {
package_name: String,
call_package_path: Option<PathBuf>,
···
relative_package_dir.display(),
subpath.display(),
text,
-
),
-
NixpkgsProblem::InternalCallPackageUsed { attr_name } =>
-
write!(
-
f,
-
"pkgs.{attr_name}: This attribute is defined using `_internalCallByNamePackageFile`, which is an internal function not intended for manual use.",
),
NixpkgsProblem::MovedOutOfByName { package_name, call_package_path, empty_arg } => {
let call_package_arg =
+3
pkgs/test/nixpkgs-check-by-name/tests/aliases/aliases.nix
···
+
self: super: {
+
baz = self.foo;
+
}
+3
pkgs/test/nixpkgs-check-by-name/tests/aliases/all-packages.nix
···
+
self: super: {
+
bar = self.foo;
+
}
+1
pkgs/test/nixpkgs-check-by-name/tests/aliases/default.nix
···
+
import <test-nixpkgs> { root = ./.; }
+1
pkgs/test/nixpkgs-check-by-name/tests/aliases/pkgs/by-name/fo/foo/package.nix
···
+
{ someDrv }: someDrv
-1
pkgs/test/nixpkgs-check-by-name/tests/internalCallPackage/expected
···
-
pkgs.foo: This attribute is defined using `_internalCallByNamePackageFile`, which is an internal function not intended for manual use.
+9
pkgs/test/nixpkgs-check-by-name/tests/mock-nixpkgs.nix
···
else
[ ];
+
# A list optionally containing the `aliases.nix` file from the test case as an overlay
+
# But only if config.allowAliases is not false
+
optionalAliasesOverlay =
+
if (config.allowAliases or true) && builtins.pathExists (root + "/aliases.nix") then
+
[ (import (root + "/aliases.nix")) ]
+
else
+
[ ];
+
# All the overlays in the right order, including the user-supplied ones
allOverlays =
[
autoCalledPackages
]
++ optionalAllPackagesOverlay
+
++ optionalAliasesOverlay
++ overlays;
# Apply all the overlays in order to the base fixed-point function pkgsFun
+5 -3
pkgs/tools/admin/pgadmin/default.nix
···
let
pname = "pgadmin";
-
version = "8.1";
-
yarnHash = "sha256-KAiY5TX2O8mxP7PjIJstYEzCBbqDgT+CpEhreuAGW/U=";
+
version = "8.2";
+
yarnHash = "sha256-uMSgpkYoLD32VYDAkjywC9bZjm7UKA0hhwVNc/toEbA=";
src = fetchFromGitHub {
owner = "pgadmin-org";
repo = "pgadmin4";
rev = "REL-${lib.versions.major version}_${lib.versions.minor version}";
-
hash = "sha256-zzS/fydNOXpIWdyLtWQhY+hVpneca+3wD88DmZEkS8s=";
+
hash = "sha256-RfpZXy265kwpMsWUBDVfbL/0eX0By79I4VNkG8zwVOs=";
};
# keep the scope, as it is used throughout the derivation and tests
···
google-auth-oauthlib
google-api-python-client
keyring
+
typer
+
rich
];
passthru.tests = {
+7 -55
pkgs/tools/admin/pgadmin/expose-setup.py.patch
···
-
pkg/pip/setup_pip.py | 5 ++++-
-
web/setup.py | 14 ++++++++------
-
2 files changed, 12 insertions(+), 7 deletions(-)
-
diff --git a/pkg/pip/setup_pip.py b/pkg/pip/setup_pip.py
-
index 5592d1b04..131eaa1ed 100644
+
index c65795b10..e56b6a6f3 100644
--- a/pkg/pip/setup_pip.py
+++ b/pkg/pip/setup_pip.py
-
@@ -95,7 +95,10 @@ setup(
-
},
-
+
@@ -101,7 +101,7 @@ setup(
+
entry_points={
-
- 'console_scripts': ['pgadmin4=pgadmin4.pgAdmin4:main'],
-
+ 'console_scripts': [
-
+ 'pgadmin4=pgadmin4.pgAdmin4:main',
-
+ 'pgadmin4-setup=pgadmin4.setup:main'
-
+ ],
+
'console_scripts': ['pgadmin4=pgadmin4.pgAdmin4:main',
+
- 'pgadmin4-cli=pgadmin4.setup:main'],
+
+ 'pgadmin4-cli=pgadmin4.setup:app'],
},
-
-
)
-
diff --git a/web/setup.py b/web/setup.py
-
index 2204ffb..d5fda9f 100644
-
--- a/web/setup.py
-
+++ b/web/setup.py
-
@@ -14,7 +14,6 @@ import argparse
-
import os
-
import sys
-
import builtins
-
-import config
-
# Grab the SERVER_MODE if it's been set by the runtime
-
if 'SERVER_MODE' in globals():
-
@@ -91,6 +90,9 @@ def load_servers(args):
-
def setup_db(app):
-
"""Setup the configuration database."""
-
-
+ # here we need an additional import, since the call to setup_db changed
-
+ # https://redmine.postgresql.org/projects/pgadmin4/repository/2/revisions/3a69d50458f57d19948b867aec55c55d635a36e5/diff/web/setup.py
-
+ import config
-
create_app_data_directory(config)
-
-
print("pgAdmin 4 - Application Initialisation")
-
@@ -139,8 +141,9 @@ def clear_servers():
-
clear_database_servers(load_user, True)
-
-
-
-if __name__ == '__main__':
-
+def main():
-
# Configuration settings
-
+ import config
-
parser = argparse.ArgumentParser(description='Setup the pgAdmin config DB')
-
-
exp_group = parser.add_argument_group('Dump server config')
-
@@ -191,3 +194,6 @@ if __name__ == '__main__':
-
else:
-
app = create_app()
-
setup_db(app)
-
+
-
+if __name__ == '__main__':
-
+ main()
-
+
)
diff --git a/web/pgadmin/model/__init__.py b/web/pgadmin/model/__init__.py
index 4c36dd1..a492365 100644
--- a/web/pgadmin/model/__init__.py
+5
pkgs/tools/admin/pgadmin/yarn.lock
···
resolved "https://github.com/pgadmin-org/react-data-grid.git#200d2f5e02de694e3e9ffbe177c279bc40240fb8"
dependencies:
"clsx" "^1.1.1"
+
"react-data-grid@https://github.com/pgadmin-org/react-data-grid.git#200d2f5e02de694e3e9ffbe177c279bc40240fb8":
+
version "7.0.0-beta.14"
+
resolved "https://github.com/pgadmin-org/react-data-grid.git#200d2f5e02de694e3e9ffbe177c279bc40240fb8"
+
dependencies:
+
"clsx" "^1.1.1"
+3
pkgs/tools/package-management/poetry/unwrapped.nix
···
, pytest-mock
, pytest-xdist
, pythonAtLeast
+
, darwin
}:
buildPythonPackage rec {
···
httpretty
pytest-mock
pytest-xdist
+
] ++ lib.optionals stdenv.isDarwin [
+
darwin.ps
];
preCheck = (''
+5 -5
pkgs/top-level/all-packages.nix
···
hyprland-protocols = callPackage ../applications/window-managers/hyprwm/hyprland-protocols { };
+
hyprlang = callPackage ../by-name/hy/hyprlang/package.nix {
+
stdenv = gcc13Stdenv;
+
};
+
hyprnome = callPackage ../applications/misc/hyprnome { };
hyprpaper = callPackage ../applications/window-managers/hyprwm/hyprpaper { };
···
gomuks = callPackage ../applications/networking/instant-messengers/gomuks { };
-
inherit (ocaml-ng.ocamlPackages_4_12) google-drive-ocamlfuse;
+
inherit (ocamlPackages) google-drive-ocamlfuse;
googler = callPackage ../applications/misc/googler {
python = python3;
···
portfolio = callPackage ../applications/office/portfolio {
jre = openjdk17;
-
-
prevo = callPackage ../applications/misc/prevo { };
-
prevo-data = callPackage ../applications/misc/prevo/data.nix { };
-
prevo-tools = callPackage ../applications/misc/prevo/tools.nix { };
psi-notify = callPackage ../applications/misc/psi-notify { };