We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f2eec commit 161c41eCopy full SHA for 161c41e
1 file changed
crates/integration-tests/Cargo.toml
@@ -30,7 +30,7 @@ edgezero-adapter-axum = { git = "https://github.com/stackpop/edgezero", rev = "3
30
edgezero-core = { git = "https://github.com/stackpop/edgezero", rev = "38198f9839b70aef03ab971ae5876982773fc2a1" }
31
axum = "0.8.9"
32
tower = { version = "0.4", features = ["util"] }
33
-tokio = { version = "=1.52.3", features = ["rt-multi-thread", "macros"] }
+tokio = { version = "=1.52.3", features = ["rt-multi-thread", "macros"] } # exact pin — keep in sync with workspace-resolved tokio version
34
http = "1"
35
http-body-util = "0.1"
36
bytes = "1"
0 commit comments