chore: update mad
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2025-11-15 14:49:16 +01:00
parent f54c4d4c2c
commit 1301daf7fb
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -39,7 +39,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "drop-queue"
version = "0.0.6"
version = "0.0.7"
dependencies = [
"anyhow",
"async-trait",

View File

@@ -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]