diff --git a/Cargo.toml b/Cargo.toml index 168851e..7a3ac0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ uuid = { version = "^1.8", features = ["serde", "v4"] } [dev-dependencies] dotenvy = { version = "0.15" } lazy_static = "1.4.0" -rstest = "0.25.0" +rstest = "0.26.1" tokio = { version = "1", features = [ "full"] } tokio-stream = { version = "0.1" } tracing-subscriber = { version = "0.3", features = ["env-filter", "serde"] }