diff --git a/Cargo.toml b/Cargo.toml index ba1c06f..9faa4d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ repository="https://git.yukiri.dev/Utility/bus-rs/" publish = false [dependencies] -tokio = { version = "1.41.1", features = ["full"] } +tokio = { version = "1.39.2", features = ["full"] } pool = { git = "https://git.tsukiyo.org/Utility/pool" }