From 5fb4e0f12e0ed31771a87b3c36f6632e8eebd773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 01:20:33 +0000 Subject: [PATCH] build(deps): update arbiter-core requirement from 0.10.3 to 0.11.0 Updates the requirements on arbiter-core to permit the latest version. --- updated-dependencies: - dependency-name: arbiter-core 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 fc570c8..2d44373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } arbiter-bindings = "0.1.6" -arbiter-core = "0.10.3" +arbiter-core = "0.11.0" arbiter-macros = "0.1.3" arbiter-engine = "0.3.1" tokio = { version = "1.36.0", features = ["full"] }