Merge pull request #325040 from r-ryantm/auto-update/qdrant

qdrant: 1.9.7 -> 1.10.0
This commit is contained in:
Weijia Wang 2024-07-15 16:31:53 +02:00 committed by GitHub
commit 8c53488b3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -476,7 +476,7 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
[[package]]
name = "api"
version = "1.9.7"
version = "1.10.0"
dependencies = [
"chrono",
"common",
@ -4315,7 +4315,7 @@ dependencies = [
[[package]]
name = "qdrant"
version = "1.9.7"
version = "1.10.0"
dependencies = [
"actix-cors",
"actix-files",
@ -5310,6 +5310,7 @@ dependencies = [
"criterion",
"dataset",
"fnv",
"fs4",
"fs_extra",
"generic-tests",
"geo",

View File

@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec {
pname = "qdrant";
version = "1.9.7";
version = "1.10.0";
src = fetchFromGitHub {
owner = "qdrant";
repo = "qdrant";
rev = "refs/tags/v${version}";
sha256 = "sha256-PM2nzHkZVvlH/ojZK8o2ELkLUtMNr0I2cezFlaPqYSA=";
sha256 = "sha256-TG8huGKhh0tqJhqtb6Pu3opX2lPK1UrbgrV/eoZnU08=";
};
cargoLock = {