Skip to content

Commit 9548394

Browse files
committed
build: update tokio to 1.44.2
1 parent 3395fff commit 9548394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ serde = { version = "1.0.217", features = ["derive"] }
4343
strum = { version = "0.26.3", features = ["derive"] }
4444
rstest = "0.24.0"
4545
tap_graph = { version = "0.2.1", path = "../tap_graph", features = ["v2"] }
46-
tokio = { version = "1.43.0", features = ["macros", "signal"] }
46+
tokio = { version = "1.44.2", features = ["macros", "signal"] }
4747
tonic = { version = "0.12.3", features = ["transport", "zstd"] }
4848
tower = { version = "0.5.2", features = ["util", "steer"] }
4949
tracing-subscriber = "0.3.17"

0 commit comments

Comments
 (0)