From 8a3929e32a91a9d516727e09050233a2e886e0be Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts@users.noreply.github.com> Date: Wed, 7 Jan 2026 11:31:42 +0000 Subject: [PATCH] qdrant/1.16.3-r0: fix GHSA-9c48-w39g-hm26 --- qdrant.yaml | 2 +- qdrant/cargobump-deps.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/qdrant.yaml b/qdrant.yaml index 0d7a2c4a448..e61dfbe978e 100644 --- a/qdrant.yaml +++ b/qdrant.yaml @@ -1,7 +1,7 @@ package: name: qdrant version: "1.16.3" - epoch: 0 # GHSA-xwfj-jgwm-7wp5 + epoch: 1 # GHSA-9c48-w39g-hm26 description: "High-performance, massive-scale Vector Database for the next generation of AI" copyright: - license: Apache-2.0 diff --git a/qdrant/cargobump-deps.yaml b/qdrant/cargobump-deps.yaml index 584f634ea45..096eae244ec 100644 --- a/qdrant/cargobump-deps.yaml +++ b/qdrant/cargobump-deps.yaml @@ -1,3 +1,5 @@ packages: - name: tracing-subscriber version: 0.3.20 + - name: rsa + version: 0.9.10