Commit e138708d authored by happysalada's avatar happysalada Committed by Yt
Browse files

qdrant: 1.1.1 -> 1.1.3

parent 5394a2d9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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",
+7 −2
Original line number Diff line number Diff line
@@ -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 = ''