mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-13 08:36:54 +00:00
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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user