We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3395fff commit 9548394Copy full SHA for 9548394
Cargo.toml
@@ -43,7 +43,7 @@ serde = { version = "1.0.217", features = ["derive"] }
43
strum = { version = "0.26.3", features = ["derive"] }
44
rstest = "0.24.0"
45
tap_graph = { version = "0.2.1", path = "../tap_graph", features = ["v2"] }
46
-tokio = { version = "1.43.0", features = ["macros", "signal"] }
+tokio = { version = "1.44.2", features = ["macros", "signal"] }
47
tonic = { version = "0.12.3", features = ["transport", "zstd"] }
48
tower = { version = "0.5.2", features = ["util", "steer"] }
49
tracing-subscriber = "0.3.17"
0 commit comments