From 1301daf7fbe6eb9cbcf51e7249484fd9af0d5c42 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 15 Nov 2025 14:49:16 +0100 Subject: [PATCH] chore: update mad Signed-off-by: kjuulh --- Cargo.lock | 2 +- crates/drop-queue/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a590d2..d44b6b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "drop-queue" -version = "0.0.6" +version = "0.0.7" dependencies = [ "anyhow", "async-trait", diff --git a/crates/drop-queue/Cargo.toml b/crates/drop-queue/Cargo.toml index 560611c..526db1b 100644 --- a/crates/drop-queue/Cargo.toml +++ b/crates/drop-queue/Cargo.toml @@ -16,7 +16,7 @@ tracing.workspace = true async-trait = { version = "0.1" } -notmad = { version = "0.9.0", optional = true } +notmad = { version = "0.10.0", optional = true } tokio-util = { version = "0.7", optional = true } [features]