diff --git a/tracing-attributes/Cargo.toml b/tracing-attributes/Cargo.toml index c715430866..8b17aa37ab 100644 --- a/tracing-attributes/Cargo.toml +++ b/tracing-attributes/Cargo.toml @@ -41,7 +41,7 @@ quote = "1" [dev-dependencies] tracing = { path = "../tracing", version = "0.2" } tracing-mock = { path = "../tracing-mock", features = ["tokio-test"] } -tokio-test = { version = "0.2.0" } +tokio-test = { version = "0.3.0" } tracing-core = { path = "../tracing-core", version = "0.2"} async-trait = "0.1.44" diff --git a/tracing-futures/Cargo.toml b/tracing-futures/Cargo.toml index 24af248538..0043846185 100644 --- a/tracing-futures/Cargo.toml +++ b/tracing-futures/Cargo.toml @@ -36,7 +36,7 @@ tokio = { version = "0.1", optional = true } [dev-dependencies] tokio = "0.1.22" -tokio-test = "0.2" +tokio-test = "0.3" tracing-core = { path = "../tracing-core", version = "0.2" } tracing-mock = { path = "../tracing-mock" } diff --git a/tracing-mock/Cargo.toml b/tracing-mock/Cargo.toml index 8fb7a19019..a92e5bb07d 100644 --- a/tracing-mock/Cargo.toml +++ b/tracing-mock/Cargo.toml @@ -20,7 +20,7 @@ publish = false [dependencies] tracing = { path = "../tracing", version = "0.2", default-features = false } tracing-core = { path = "../tracing-core", version = "0.2", default-features = false } -tokio-test = { version = "0.2.0", optional = true } +tokio-test = { version = "0.3.0", optional = true } [package.metadata.docs.rs] all-features = true