define minor tokio version

This commit is contained in:
yggverse 2025-06-07 12:29:26 +03:00
parent d55c642eb6
commit 388869c728

View file

@ -17,4 +17,4 @@ hyper-util = "0.1.14"
librqbit = "8.1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1.45", features = ["full"] }