Skip to content

Commit 586da9b

Browse files
chore(deps): update tokio-test requirement from 0.2.0 to 0.3.0 (#1379)
Updates the requirements on [tokio-test](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-0.2.0...tokio-0.3.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eliza Weisman <[email protected]>
1 parent 1fbf90a commit 586da9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tracing-attributes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ quote = "1"
4646
[dev-dependencies]
4747
tracing = { path = "../tracing", version = "0.1" }
4848
tracing-mock = { path = "../tracing-mock", features = ["tokio-test"] }
49-
tokio-test = { version = "0.2.0" }
49+
tokio-test = { version = "0.3.0" }
5050
tracing-core = { path = "../tracing-core", version = "0.1"}
5151
async-trait = "0.1.44"
5252

tracing-futures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tokio = { version = "0.1", optional = true }
3636

3737
[dev-dependencies]
3838
tokio = "0.1.22"
39-
tokio-test = "0.2"
39+
tokio-test = "0.3"
4040
tracing-core = { path = "../tracing-core", version = "0.1.2" }
4141
tracing-mock = { path = "../tracing-mock" }
4242

tracing-mock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ publish = false
2020
[dependencies]
2121
tracing = { path = "../tracing", version = "0.1", default-features = false }
2222
tracing-core = { path = "../tracing-core", version = "0.1", default-features = false }
23-
tokio-test = { version = "0.2.0", optional = true }
23+
tokio-test = { version = "0.3.0", optional = true }
2424

2525
[package.metadata.docs.rs]
2626
all-features = true

0 commit comments

Comments
 (0)