qdrant: 1.1.1 -> 1.1.3

This commit is contained in:
happysalada 2023-05-08 20:44:06 -04:00 committed by Yt
parent 5394a2d9a2
commit e138708d30
2 changed files with 11 additions and 6 deletions

View File

@ -426,7 +426,7 @@ checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
[[package]]
name = "api"
version = "1.1.1"
version = "1.1.3"
dependencies = [
"chrono",
"env_logger",
@ -1758,9 +1758,9 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "h2"
version = "0.3.15"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f"
dependencies = [
"bytes",
"fnv",
@ -2981,7 +2981,7 @@ dependencies = [
[[package]]
name = "qdrant"
version = "1.1.1"
version = "1.1.3"
dependencies = [
"actix-cors",
"actix-files",

View File

@ -5,18 +5,19 @@
, stdenv
, pkg-config
, openssl
, nix-update-script
, Security
}:
rustPlatform.buildRustPackage rec {
pname = "qdrant";
version = "1.1.1";
version = "1.1.3";
src = fetchFromGitHub {
owner = "qdrant";
repo = "qdrant";
rev = "refs/tags/v${version}";
sha256 = "sha256-Kjao5TjVT8QVV2tKt7TTt9cYmYXRl/oPLi8UK1tc/nA=";
sha256 = "sha256-CGGJLyhhwQvW9AIzA7Fg85CvPbnuyELR+mmhoc4hJtk=";
};
cargoLock = {
@ -42,6 +43,10 @@ rustPlatform.buildRustPackage rec {
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-faligned-allocation";
passthru = {
updateScript = nix-update-script { };
};
meta = with lib; {
description = "Vector Search Engine for the next generation of AI applications";
longDescription = ''