From e43d15a950edcfe93033b3e0f8cc61d725549b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:48:13 +0000 Subject: [PATCH] chore(deps): update dagrs requirement from 0.4.4 to 0.5.0 --- updated-dependencies: - dependency-name: dagrs dependency-version: 0.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5271595ea..bcbf95821 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,7 @@ log = "0.4.27" env_logger = "0.11.7" qdrant-client = "1.7" walkdir = "2.4" -dagrs = "0.4.4" +dagrs = "0.5.0" tar = "0.4" envsubst = "0.2.1"