chore: add macro dev-dependency and bump axum-test crate version

Signed-off-by: Mike Nguyen <hey@mike.ee>
This commit is contained in:
Mike Nguyen 2024-11-25 16:50:40 +00:00
parent 95b009baaf
commit 85ed911b1d
No known key found for this signature in database
GPG Key ID: ACED13988580D50E
2 changed files with 3 additions and 1 deletions

View File

@ -27,9 +27,10 @@ tokio-util = { workspace = true, features = ["io"] }
[dev-dependencies]
axum-test = "15.3"
axum-test = "16.4.0"
once_cell = "1.19"
dapr = { path = "./" }
dapr-macros = { path = "../dapr-macros" }
tokio = { workspace = true, features = ["full"] }
uuid = { version = "1.10", features = ["v4"] }
tokio-test = { workspace = true }

View File

@ -1,3 +1,4 @@
#[cfg(test)]
use std::{collections::HashMap, sync::Arc};
use async_trait::async_trait;