fix: pin tokio to 1.52.3 and fix stale doc path reference (#4931)

fix(deps): pin tokio to 1.52.3 to fix dial9-tokio-telemetry build

tokio 1.52.4 made  private, breaking
dial9-tokio-telemetry 0.3.14 which references it as public.
Pin tokio back to 1.52.3 until the upstream dependency fixes
compatibility.

Also fix a stale doc path reference in unified-object-generation.md
where  is a planned file that does not exist yet.
This commit is contained in:
Zhengchao An
2026-07-17 01:36:37 +08:00
committed by GitHub
parent 7cc92ac93c
commit caf42018b1
2 changed files with 13 additions and 22 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ minlz = "1.2.3"
reqwest = { default-features = false, version = "0.13.4" }
rustfs-kafka-async = { version = "1.2.0" }
socket2 = { version = "0.6.5" }
tokio = { version = "1.52.4" }
tokio = { version = "1.52.3" }
tokio-rustls = { default-features = false, version = "0.26.4" }
tokio-stream = { version = "0.1.18" }
tokio-test = "0.4.5"