mirror of https://github.com/dapr/rust-sdk.git
chore: add macro dev-dependency and bump axum-test crate version
Signed-off-by: Mike Nguyen <hey@mike.ee>
This commit is contained in:
parent
95b009baaf
commit
85ed911b1d
|
@ -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 }
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#[cfg(test)]
|
||||
use std::{collections::HashMap, sync::Arc};
|
||||
|
||||
use async_trait::async_trait;
|
||||
|
|
Loading…
Reference in New Issue