From 90d1240c0752d7b069b57f88a0374deeda5e810d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:10:59 +0000 Subject: [PATCH] Update agnostic-lite requirement from 0.3 to 0.4 --- updated-dependencies: - dependency-name: agnostic-lite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index c37200a..fe42117 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -72,7 +72,7 @@ tracing-subscriber = { version = "0.3", optional = true, features = [ tempfile = { version = "3", optional = true } [dev-dependencies] -agnostic-lite = { version = "0.3", features = ["tokio"] } +agnostic-lite = { version = "0.4", features = ["tokio"] } tokio = { version = "1", features = ["full"] } futures = { workspace = true, features = ["executor"] } tempfile = "3"