qdrant: 1.11.2 -> 1.11.3 (#339610)

This commit is contained in:
Weijia Wang 2024-09-11 00:39:51 +02:00 committed by GitHub
commit 7c88da4aa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -471,7 +471,7 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
[[package]]
name = "api"
version = "1.11.2"
version = "1.11.3"
dependencies = [
"chrono",
"common",
@ -4561,7 +4561,7 @@ dependencies = [
[[package]]
name = "qdrant"
version = "1.11.2"
version = "1.11.3"
dependencies = [
"actix-cors",
"actix-files",

View File

@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec {
pname = "qdrant";
version = "1.11.2";
version = "1.11.3";
src = fetchFromGitHub {
owner = "qdrant";
repo = "qdrant";
rev = "refs/tags/v${version}";
sha256 = "sha256-ngDxabfs5cPu04Hn1V10qF1ryi100jzp5MmvPrkOD3k=";
sha256 = "sha256-Mq8669+feSXWHofCU/qMk1kWa3uNuMX3kwCO/tFHr2A=";
};
cargoLock = {