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:39:24 +01:00
parent 351226d7c4
commit 8647d571ba
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@@ -27,9 +27,9 @@ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
[[package]]
name = "bytes"
version = "1.10.1"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
[[package]]
name = "cfg-if"
@@ -39,7 +39,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "drop-queue"
version = "0.0.4"
version = "0.0.6"
dependencies = [
"anyhow",
"async-trait",
@@ -190,9 +190,9 @@ dependencies = [
[[package]]
name = "notmad"
version = "0.8.1"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6698b96b4bf8b4bb35982cc8233af557954cf3b3c2749cec819fab39acc29e6"
checksum = "1f5a9932a24add54a4bf90f5d87909b536ad374e6be6ae48c7aa522a5f40ba24"
dependencies = [
"anyhow",
"async-trait",

View File

@@ -16,7 +16,7 @@ tracing.workspace = true
async-trait = { version = "0.1" }
notmad = { version = "0.8.1", optional = true }
notmad = { version = "0.9.0", optional = true }
tokio-util = { version = "0.7", optional = true }
[features]