From a667bc7f51ebd42344206cede55fb69fb890977d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:37:12 +0000 Subject: [PATCH] Bump dagrs from 0.5.0 to 0.5.1 Bumps [dagrs](https://github.com/dagrs-dev/dagrs) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/dagrs-dev/dagrs/releases) - [Commits](https://github.com/dagrs-dev/dagrs/commits/0.5.1) --- updated-dependencies: - dependency-name: dagrs dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/flowruntime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5c9cc4..f6ac77b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -944,9 +944,9 @@ dependencies = [ [[package]] name = "dagrs" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4bb104a09802f2db14e50ba926d8bca3a96f50eac8b4798ca8a010e6807ae63" +checksum = "4251dd90e50d586aa8160b4ef3634aea88f6c80d8f4f26ce69bcad276a5dd085" dependencies = [ "async-trait", "dagrs-derive", diff --git a/crates/flowruntime/Cargo.toml b/crates/flowruntime/Cargo.toml index eea1c40..42e7b17 100644 --- a/crates/flowruntime/Cargo.toml +++ b/crates/flowruntime/Cargo.toml @@ -15,4 +15,4 @@ uuid = { workspace = true } chrono = { workspace = true } futures = "0.3" tokio-util = "0.7.17" -dagrs = "0.5.0" +dagrs = "0.5.1"